@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.
Files changed (84) hide show
  1. package/README.md +25 -1
  2. package/dist-cjs/BedrockAgentCoreControl.js +6 -0
  3. package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
  4. package/dist-cjs/commands/TagResourceCommand.js +26 -0
  5. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +55 -40
  8. package/dist-cjs/protocols/Aws_restJson1.js +97 -12
  9. package/dist-es/BedrockAgentCoreControl.js +6 -0
  10. package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  11. package/dist-es/commands/TagResourceCommand.js +22 -0
  12. package/dist-es/commands/UntagResourceCommand.js +22 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +49 -35
  15. package/dist-es/protocols/Aws_restJson1.js +88 -9
  16. package/dist-types/BedrockAgentCoreControl.d.ts +22 -1
  17. package/dist-types/BedrockAgentCoreControlClient.d.ts +6 -3
  18. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +21 -3
  19. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +6 -1
  20. package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +2 -0
  21. package/dist-types/commands/CreateBrowserCommand.d.ts +14 -1
  22. package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +14 -1
  23. package/dist-types/commands/CreateGatewayCommand.d.ts +2 -0
  24. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +3 -1
  25. package/dist-types/commands/CreateMemoryCommand.d.ts +3 -1
  26. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +2 -0
  27. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +2 -0
  28. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
  29. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +3 -1
  30. package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +2 -0
  31. package/dist-types/commands/DeleteBrowserCommand.d.ts +2 -0
  32. package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +2 -0
  33. package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -1
  34. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +3 -1
  35. package/dist-types/commands/DeleteMemoryCommand.d.ts +3 -1
  36. package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +2 -0
  37. package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +2 -0
  38. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +18 -3
  39. package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +2 -0
  40. package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +2 -0
  41. package/dist-types/commands/GetBrowserCommand.d.ts +12 -1
  42. package/dist-types/commands/GetCodeInterpreterCommand.d.ts +12 -1
  43. package/dist-types/commands/GetGatewayCommand.d.ts +2 -0
  44. package/dist-types/commands/GetGatewayTargetCommand.d.ts +3 -1
  45. package/dist-types/commands/GetMemoryCommand.d.ts +3 -1
  46. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +2 -0
  47. package/dist-types/commands/GetTokenVaultCommand.d.ts +2 -0
  48. package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +2 -0
  49. package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +4 -2
  50. package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +4 -2
  51. package/dist-types/commands/ListAgentRuntimesCommand.d.ts +4 -2
  52. package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +2 -0
  53. package/dist-types/commands/ListBrowsersCommand.d.ts +2 -0
  54. package/dist-types/commands/ListCodeInterpretersCommand.d.ts +2 -0
  55. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +3 -1
  56. package/dist-types/commands/ListGatewaysCommand.d.ts +3 -1
  57. package/dist-types/commands/ListMemoriesCommand.d.ts +3 -1
  58. package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +2 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
  60. package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +2 -0
  61. package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +2 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +93 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
  64. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +17 -2
  65. package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +3 -1
  66. package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +2 -0
  67. package/dist-types/commands/UpdateGatewayCommand.d.ts +3 -1
  68. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +3 -1
  69. package/dist-types/commands/UpdateMemoryCommand.d.ts +3 -1
  70. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +2 -0
  71. package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +2 -0
  72. package/dist-types/commands/index.d.ts +3 -0
  73. package/dist-types/index.d.ts +1 -1
  74. package/dist-types/models/models_0.d.ts +547 -378
  75. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  76. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +51 -0
  77. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +18 -0
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  80. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +133 -79
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  84. package/package.json +19 -19
@@ -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";