@aws-sdk/client-bedrock-agentcore-control 3.891.0 → 3.894.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/index.js +5139 -11
- 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 +19 -3
- package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +4 -1
- package/dist-types/commands/CreateBrowserCommand.d.ts +12 -1
- package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +12 -1
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateMemoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +16 -3
- package/dist-types/commands/GetBrowserCommand.d.ts +10 -1
- package/dist-types/commands/GetCodeInterpreterCommand.d.ts +10 -1
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetMemoryCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListAgentRuntimesCommand.d.ts +2 -2
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -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 +15 -2
- package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -1
- 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
- package/dist-cjs/BedrockAgentCoreControl.js +0 -113
- package/dist-cjs/BedrockAgentCoreControlClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/CreateAgentRuntimeCommand.js +0 -27
- package/dist-cjs/commands/CreateAgentRuntimeEndpointCommand.js +0 -27
- package/dist-cjs/commands/CreateApiKeyCredentialProviderCommand.js +0 -27
- package/dist-cjs/commands/CreateBrowserCommand.js +0 -27
- package/dist-cjs/commands/CreateCodeInterpreterCommand.js +0 -27
- package/dist-cjs/commands/CreateGatewayCommand.js +0 -27
- package/dist-cjs/commands/CreateGatewayTargetCommand.js +0 -27
- package/dist-cjs/commands/CreateMemoryCommand.js +0 -27
- package/dist-cjs/commands/CreateOauth2CredentialProviderCommand.js +0 -27
- package/dist-cjs/commands/CreateWorkloadIdentityCommand.js +0 -26
- package/dist-cjs/commands/DeleteAgentRuntimeCommand.js +0 -26
- package/dist-cjs/commands/DeleteAgentRuntimeEndpointCommand.js +0 -27
- package/dist-cjs/commands/DeleteApiKeyCredentialProviderCommand.js +0 -26
- package/dist-cjs/commands/DeleteBrowserCommand.js +0 -26
- package/dist-cjs/commands/DeleteCodeInterpreterCommand.js +0 -26
- package/dist-cjs/commands/DeleteGatewayCommand.js +0 -26
- package/dist-cjs/commands/DeleteGatewayTargetCommand.js +0 -26
- package/dist-cjs/commands/DeleteMemoryCommand.js +0 -26
- package/dist-cjs/commands/DeleteOauth2CredentialProviderCommand.js +0 -26
- package/dist-cjs/commands/DeleteWorkloadIdentityCommand.js +0 -26
- package/dist-cjs/commands/GetAgentRuntimeCommand.js +0 -27
- package/dist-cjs/commands/GetAgentRuntimeEndpointCommand.js +0 -27
- package/dist-cjs/commands/GetApiKeyCredentialProviderCommand.js +0 -26
- package/dist-cjs/commands/GetBrowserCommand.js +0 -27
- package/dist-cjs/commands/GetCodeInterpreterCommand.js +0 -27
- package/dist-cjs/commands/GetGatewayCommand.js +0 -27
- package/dist-cjs/commands/GetGatewayTargetCommand.js +0 -27
- package/dist-cjs/commands/GetMemoryCommand.js +0 -27
- package/dist-cjs/commands/GetOauth2CredentialProviderCommand.js +0 -26
- package/dist-cjs/commands/GetTokenVaultCommand.js +0 -26
- package/dist-cjs/commands/GetWorkloadIdentityCommand.js +0 -26
- package/dist-cjs/commands/ListAgentRuntimeEndpointsCommand.js +0 -27
- package/dist-cjs/commands/ListAgentRuntimeVersionsCommand.js +0 -27
- package/dist-cjs/commands/ListAgentRuntimesCommand.js +0 -27
- package/dist-cjs/commands/ListApiKeyCredentialProvidersCommand.js +0 -26
- package/dist-cjs/commands/ListBrowsersCommand.js +0 -27
- package/dist-cjs/commands/ListCodeInterpretersCommand.js +0 -27
- package/dist-cjs/commands/ListGatewayTargetsCommand.js +0 -27
- package/dist-cjs/commands/ListGatewaysCommand.js +0 -27
- package/dist-cjs/commands/ListMemoriesCommand.js +0 -26
- package/dist-cjs/commands/ListOauth2CredentialProvidersCommand.js +0 -26
- package/dist-cjs/commands/ListWorkloadIdentitiesCommand.js +0 -26
- package/dist-cjs/commands/SetTokenVaultCMKCommand.js +0 -26
- package/dist-cjs/commands/UpdateAgentRuntimeCommand.js +0 -27
- package/dist-cjs/commands/UpdateAgentRuntimeEndpointCommand.js +0 -27
- package/dist-cjs/commands/UpdateApiKeyCredentialProviderCommand.js +0 -27
- package/dist-cjs/commands/UpdateGatewayCommand.js +0 -27
- package/dist-cjs/commands/UpdateGatewayTargetCommand.js +0 -27
- package/dist-cjs/commands/UpdateMemoryCommand.js +0 -27
- package/dist-cjs/commands/UpdateOauth2CredentialProviderCommand.js +0 -27
- package/dist-cjs/commands/UpdateWorkloadIdentityCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -54
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -1213
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListAgentRuntimeEndpointsPaginator.js +0 -7
- package/dist-cjs/pagination/ListAgentRuntimeVersionsPaginator.js +0 -7
- package/dist-cjs/pagination/ListAgentRuntimesPaginator.js +0 -7
- package/dist-cjs/pagination/ListApiKeyCredentialProvidersPaginator.js +0 -7
- package/dist-cjs/pagination/ListBrowsersPaginator.js +0 -7
- package/dist-cjs/pagination/ListCodeInterpretersPaginator.js +0 -7
- package/dist-cjs/pagination/ListGatewayTargetsPaginator.js +0 -7
- package/dist-cjs/pagination/ListGatewaysPaginator.js +0 -7
- package/dist-cjs/pagination/ListMemoriesPaginator.js +0 -7
- package/dist-cjs/pagination/ListOauth2CredentialProvidersPaginator.js +0 -7
- package/dist-cjs/pagination/ListWorkloadIdentitiesPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -15
- package/dist-cjs/protocols/Aws_restJson1.js +0 -2325
- package/dist-cjs/runtimeExtensions.js +0 -13
- package/dist-cjs/waiters/index.js +0 -4
- package/dist-cjs/waiters/waitForMemoryCreated.js +0 -54
|
@@ -41,8 +41,11 @@ import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands
|
|
|
41
41
|
import { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "../commands/ListGatewayTargetsCommand";
|
|
42
42
|
import { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "../commands/ListMemoriesCommand";
|
|
43
43
|
import { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "../commands/ListOauth2CredentialProvidersCommand";
|
|
44
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
44
45
|
import { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "../commands/ListWorkloadIdentitiesCommand";
|
|
45
46
|
import { SetTokenVaultCMKCommandInput, SetTokenVaultCMKCommandOutput } from "../commands/SetTokenVaultCMKCommand";
|
|
47
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
48
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
46
49
|
import { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "../commands/UpdateAgentRuntimeCommand";
|
|
47
50
|
import { UpdateAgentRuntimeEndpointCommandInput, UpdateAgentRuntimeEndpointCommandOutput } from "../commands/UpdateAgentRuntimeEndpointCommand";
|
|
48
51
|
import { UpdateApiKeyCredentialProviderCommandInput, UpdateApiKeyCredentialProviderCommandOutput } from "../commands/UpdateApiKeyCredentialProviderCommand";
|
|
@@ -215,6 +218,10 @@ export declare const se_ListMemoriesCommand: (input: ListMemoriesCommandInput, c
|
|
|
215
218
|
* serializeAws_restJson1ListOauth2CredentialProvidersCommand
|
|
216
219
|
*/
|
|
217
220
|
export declare const se_ListOauth2CredentialProvidersCommand: (input: ListOauth2CredentialProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
+
/**
|
|
222
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
225
|
/**
|
|
219
226
|
* serializeAws_restJson1ListWorkloadIdentitiesCommand
|
|
220
227
|
*/
|
|
@@ -223,6 +230,14 @@ export declare const se_ListWorkloadIdentitiesCommand: (input: ListWorkloadIdent
|
|
|
223
230
|
* serializeAws_restJson1SetTokenVaultCMKCommand
|
|
224
231
|
*/
|
|
225
232
|
export declare const se_SetTokenVaultCMKCommand: (input: SetTokenVaultCMKCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
+
/**
|
|
234
|
+
* serializeAws_restJson1TagResourceCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
241
|
/**
|
|
227
242
|
* serializeAws_restJson1UpdateAgentRuntimeCommand
|
|
228
243
|
*/
|
|
@@ -419,6 +434,10 @@ export declare const de_ListMemoriesCommand: (output: __HttpResponse, context: _
|
|
|
419
434
|
* deserializeAws_restJson1ListOauth2CredentialProvidersCommand
|
|
420
435
|
*/
|
|
421
436
|
export declare const de_ListOauth2CredentialProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOauth2CredentialProvidersCommandOutput>;
|
|
437
|
+
/**
|
|
438
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
439
|
+
*/
|
|
440
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
422
441
|
/**
|
|
423
442
|
* deserializeAws_restJson1ListWorkloadIdentitiesCommand
|
|
424
443
|
*/
|
|
@@ -427,6 +446,14 @@ export declare const de_ListWorkloadIdentitiesCommand: (output: __HttpResponse,
|
|
|
427
446
|
* deserializeAws_restJson1SetTokenVaultCMKCommand
|
|
428
447
|
*/
|
|
429
448
|
export declare const de_SetTokenVaultCMKCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTokenVaultCMKCommandOutput>;
|
|
449
|
+
/**
|
|
450
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
451
|
+
*/
|
|
452
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
453
|
+
/**
|
|
454
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
455
|
+
*/
|
|
456
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
430
457
|
/**
|
|
431
458
|
* deserializeAws_restJson1UpdateAgentRuntimeCommand
|
|
432
459
|
*/
|
|
@@ -164,6 +164,10 @@ import {
|
|
|
164
164
|
ListOauth2CredentialProvidersCommandInput,
|
|
165
165
|
ListOauth2CredentialProvidersCommandOutput,
|
|
166
166
|
} from "./commands/ListOauth2CredentialProvidersCommand";
|
|
167
|
+
import {
|
|
168
|
+
ListTagsForResourceCommandInput,
|
|
169
|
+
ListTagsForResourceCommandOutput,
|
|
170
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
167
171
|
import {
|
|
168
172
|
ListWorkloadIdentitiesCommandInput,
|
|
169
173
|
ListWorkloadIdentitiesCommandOutput,
|
|
@@ -172,6 +176,14 @@ import {
|
|
|
172
176
|
SetTokenVaultCMKCommandInput,
|
|
173
177
|
SetTokenVaultCMKCommandOutput,
|
|
174
178
|
} from "./commands/SetTokenVaultCMKCommand";
|
|
179
|
+
import {
|
|
180
|
+
TagResourceCommandInput,
|
|
181
|
+
TagResourceCommandOutput,
|
|
182
|
+
} from "./commands/TagResourceCommand";
|
|
183
|
+
import {
|
|
184
|
+
UntagResourceCommandInput,
|
|
185
|
+
UntagResourceCommandOutput,
|
|
186
|
+
} from "./commands/UntagResourceCommand";
|
|
175
187
|
import {
|
|
176
188
|
UpdateAgentRuntimeCommandInput,
|
|
177
189
|
UpdateAgentRuntimeCommandOutput,
|
|
@@ -746,6 +758,19 @@ export interface BedrockAgentCoreControl {
|
|
|
746
758
|
options: __HttpHandlerOptions,
|
|
747
759
|
cb: (err: any, data?: ListOauth2CredentialProvidersCommandOutput) => void
|
|
748
760
|
): void;
|
|
761
|
+
listTagsForResource(
|
|
762
|
+
args: ListTagsForResourceCommandInput,
|
|
763
|
+
options?: __HttpHandlerOptions
|
|
764
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
765
|
+
listTagsForResource(
|
|
766
|
+
args: ListTagsForResourceCommandInput,
|
|
767
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
768
|
+
): void;
|
|
769
|
+
listTagsForResource(
|
|
770
|
+
args: ListTagsForResourceCommandInput,
|
|
771
|
+
options: __HttpHandlerOptions,
|
|
772
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
773
|
+
): void;
|
|
749
774
|
listWorkloadIdentities(): Promise<ListWorkloadIdentitiesCommandOutput>;
|
|
750
775
|
listWorkloadIdentities(
|
|
751
776
|
args: ListWorkloadIdentitiesCommandInput,
|
|
@@ -773,6 +798,32 @@ export interface BedrockAgentCoreControl {
|
|
|
773
798
|
options: __HttpHandlerOptions,
|
|
774
799
|
cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void
|
|
775
800
|
): void;
|
|
801
|
+
tagResource(
|
|
802
|
+
args: TagResourceCommandInput,
|
|
803
|
+
options?: __HttpHandlerOptions
|
|
804
|
+
): Promise<TagResourceCommandOutput>;
|
|
805
|
+
tagResource(
|
|
806
|
+
args: TagResourceCommandInput,
|
|
807
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
808
|
+
): void;
|
|
809
|
+
tagResource(
|
|
810
|
+
args: TagResourceCommandInput,
|
|
811
|
+
options: __HttpHandlerOptions,
|
|
812
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
813
|
+
): void;
|
|
814
|
+
untagResource(
|
|
815
|
+
args: UntagResourceCommandInput,
|
|
816
|
+
options?: __HttpHandlerOptions
|
|
817
|
+
): Promise<UntagResourceCommandOutput>;
|
|
818
|
+
untagResource(
|
|
819
|
+
args: UntagResourceCommandInput,
|
|
820
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
821
|
+
): void;
|
|
822
|
+
untagResource(
|
|
823
|
+
args: UntagResourceCommandInput,
|
|
824
|
+
options: __HttpHandlerOptions,
|
|
825
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
826
|
+
): void;
|
|
776
827
|
updateAgentRuntime(
|
|
777
828
|
args: UpdateAgentRuntimeCommandInput,
|
|
778
829
|
options?: __HttpHandlerOptions
|
|
@@ -209,6 +209,10 @@ import {
|
|
|
209
209
|
ListOauth2CredentialProvidersCommandInput,
|
|
210
210
|
ListOauth2CredentialProvidersCommandOutput,
|
|
211
211
|
} from "./commands/ListOauth2CredentialProvidersCommand";
|
|
212
|
+
import {
|
|
213
|
+
ListTagsForResourceCommandInput,
|
|
214
|
+
ListTagsForResourceCommandOutput,
|
|
215
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
212
216
|
import {
|
|
213
217
|
ListWorkloadIdentitiesCommandInput,
|
|
214
218
|
ListWorkloadIdentitiesCommandOutput,
|
|
@@ -217,6 +221,14 @@ import {
|
|
|
217
221
|
SetTokenVaultCMKCommandInput,
|
|
218
222
|
SetTokenVaultCMKCommandOutput,
|
|
219
223
|
} from "./commands/SetTokenVaultCMKCommand";
|
|
224
|
+
import {
|
|
225
|
+
TagResourceCommandInput,
|
|
226
|
+
TagResourceCommandOutput,
|
|
227
|
+
} from "./commands/TagResourceCommand";
|
|
228
|
+
import {
|
|
229
|
+
UntagResourceCommandInput,
|
|
230
|
+
UntagResourceCommandOutput,
|
|
231
|
+
} from "./commands/UntagResourceCommand";
|
|
220
232
|
import {
|
|
221
233
|
UpdateAgentRuntimeCommandInput,
|
|
222
234
|
UpdateAgentRuntimeCommandOutput,
|
|
@@ -298,8 +310,11 @@ export type ServiceInputTypes =
|
|
|
298
310
|
| ListGatewaysCommandInput
|
|
299
311
|
| ListMemoriesCommandInput
|
|
300
312
|
| ListOauth2CredentialProvidersCommandInput
|
|
313
|
+
| ListTagsForResourceCommandInput
|
|
301
314
|
| ListWorkloadIdentitiesCommandInput
|
|
302
315
|
| SetTokenVaultCMKCommandInput
|
|
316
|
+
| TagResourceCommandInput
|
|
317
|
+
| UntagResourceCommandInput
|
|
303
318
|
| UpdateAgentRuntimeCommandInput
|
|
304
319
|
| UpdateAgentRuntimeEndpointCommandInput
|
|
305
320
|
| UpdateApiKeyCredentialProviderCommandInput
|
|
@@ -350,8 +365,11 @@ export type ServiceOutputTypes =
|
|
|
350
365
|
| ListGatewaysCommandOutput
|
|
351
366
|
| ListMemoriesCommandOutput
|
|
352
367
|
| ListOauth2CredentialProvidersCommandOutput
|
|
368
|
+
| ListTagsForResourceCommandOutput
|
|
353
369
|
| ListWorkloadIdentitiesCommandOutput
|
|
354
370
|
| SetTokenVaultCMKCommandOutput
|
|
371
|
+
| TagResourceCommandOutput
|
|
372
|
+
| UntagResourceCommandOutput
|
|
355
373
|
| UpdateAgentRuntimeCommandOutput
|
|
356
374
|
| UpdateAgentRuntimeEndpointCommandOutput
|
|
357
375
|
| UpdateApiKeyCredentialProviderCommandOutput
|
|
@@ -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
|
+
ListTagsForResourceRequest,
|
|
10
|
+
ListTagsForResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListTagsForResourceCommandInput
|
|
15
|
+
extends ListTagsForResourceRequest {}
|
|
16
|
+
export interface ListTagsForResourceCommandOutput
|
|
17
|
+
extends ListTagsForResourceResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListTagsForResourceCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListTagsForResourceCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListTagsForResourceCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListTagsForResourceCommandInput,
|
|
33
|
+
ListTagsForResourceCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
|
+
export interface TagResourceCommandOutput
|
|
13
|
+
extends TagResourceResponse,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const TagResourceCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: TagResourceCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: TagResourceCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
TagResourceCommandInput,
|
|
29
|
+
TagResourceCommandOutput,
|
|
30
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput
|
|
16
|
+
extends UntagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const UntagResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UntagResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: UntagResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UntagResourceCommandInput,
|
|
32
|
+
UntagResourceCommandOutput,
|
|
33
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -39,8 +39,11 @@ export * from "./ListGatewayTargetsCommand";
|
|
|
39
39
|
export * from "./ListGatewaysCommand";
|
|
40
40
|
export * from "./ListMemoriesCommand";
|
|
41
41
|
export * from "./ListOauth2CredentialProvidersCommand";
|
|
42
|
+
export * from "./ListTagsForResourceCommand";
|
|
42
43
|
export * from "./ListWorkloadIdentitiesCommand";
|
|
43
44
|
export * from "./SetTokenVaultCMKCommand";
|
|
45
|
+
export * from "./TagResourceCommand";
|
|
46
|
+
export * from "./UntagResourceCommand";
|
|
44
47
|
export * from "./UpdateAgentRuntimeCommand";
|
|
45
48
|
export * from "./UpdateAgentRuntimeEndpointCommand";
|
|
46
49
|
export * from "./UpdateApiKeyCredentialProviderCommand";
|