@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.
Files changed (131) hide show
  1. package/README.md +25 -1
  2. package/dist-cjs/index.js +5139 -11
  3. package/dist-es/BedrockAgentCoreControl.js +6 -0
  4. package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  5. package/dist-es/commands/TagResourceCommand.js +22 -0
  6. package/dist-es/commands/UntagResourceCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +49 -35
  9. package/dist-es/protocols/Aws_restJson1.js +88 -9
  10. package/dist-types/BedrockAgentCoreControl.d.ts +22 -1
  11. package/dist-types/BedrockAgentCoreControlClient.d.ts +6 -3
  12. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +19 -3
  13. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +4 -1
  14. package/dist-types/commands/CreateBrowserCommand.d.ts +12 -1
  15. package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +12 -1
  16. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateMemoryCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  23. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +16 -3
  24. package/dist-types/commands/GetBrowserCommand.d.ts +10 -1
  25. package/dist-types/commands/GetCodeInterpreterCommand.d.ts +10 -1
  26. package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
  27. package/dist-types/commands/GetMemoryCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +2 -2
  29. package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +2 -2
  30. package/dist-types/commands/ListAgentRuntimesCommand.d.ts +2 -2
  31. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  33. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
  35. package/dist-types/commands/TagResourceCommand.d.ts +93 -0
  36. package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
  37. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +15 -2
  38. package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -1
  42. package/dist-types/commands/index.d.ts +3 -0
  43. package/dist-types/index.d.ts +1 -1
  44. package/dist-types/models/models_0.d.ts +547 -378
  45. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  46. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +51 -0
  47. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +18 -0
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +133 -79
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  54. package/package.json +19 -19
  55. package/dist-cjs/BedrockAgentCoreControl.js +0 -113
  56. package/dist-cjs/BedrockAgentCoreControlClient.js +0 -52
  57. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  58. package/dist-cjs/commands/CreateAgentRuntimeCommand.js +0 -27
  59. package/dist-cjs/commands/CreateAgentRuntimeEndpointCommand.js +0 -27
  60. package/dist-cjs/commands/CreateApiKeyCredentialProviderCommand.js +0 -27
  61. package/dist-cjs/commands/CreateBrowserCommand.js +0 -27
  62. package/dist-cjs/commands/CreateCodeInterpreterCommand.js +0 -27
  63. package/dist-cjs/commands/CreateGatewayCommand.js +0 -27
  64. package/dist-cjs/commands/CreateGatewayTargetCommand.js +0 -27
  65. package/dist-cjs/commands/CreateMemoryCommand.js +0 -27
  66. package/dist-cjs/commands/CreateOauth2CredentialProviderCommand.js +0 -27
  67. package/dist-cjs/commands/CreateWorkloadIdentityCommand.js +0 -26
  68. package/dist-cjs/commands/DeleteAgentRuntimeCommand.js +0 -26
  69. package/dist-cjs/commands/DeleteAgentRuntimeEndpointCommand.js +0 -27
  70. package/dist-cjs/commands/DeleteApiKeyCredentialProviderCommand.js +0 -26
  71. package/dist-cjs/commands/DeleteBrowserCommand.js +0 -26
  72. package/dist-cjs/commands/DeleteCodeInterpreterCommand.js +0 -26
  73. package/dist-cjs/commands/DeleteGatewayCommand.js +0 -26
  74. package/dist-cjs/commands/DeleteGatewayTargetCommand.js +0 -26
  75. package/dist-cjs/commands/DeleteMemoryCommand.js +0 -26
  76. package/dist-cjs/commands/DeleteOauth2CredentialProviderCommand.js +0 -26
  77. package/dist-cjs/commands/DeleteWorkloadIdentityCommand.js +0 -26
  78. package/dist-cjs/commands/GetAgentRuntimeCommand.js +0 -27
  79. package/dist-cjs/commands/GetAgentRuntimeEndpointCommand.js +0 -27
  80. package/dist-cjs/commands/GetApiKeyCredentialProviderCommand.js +0 -26
  81. package/dist-cjs/commands/GetBrowserCommand.js +0 -27
  82. package/dist-cjs/commands/GetCodeInterpreterCommand.js +0 -27
  83. package/dist-cjs/commands/GetGatewayCommand.js +0 -27
  84. package/dist-cjs/commands/GetGatewayTargetCommand.js +0 -27
  85. package/dist-cjs/commands/GetMemoryCommand.js +0 -27
  86. package/dist-cjs/commands/GetOauth2CredentialProviderCommand.js +0 -26
  87. package/dist-cjs/commands/GetTokenVaultCommand.js +0 -26
  88. package/dist-cjs/commands/GetWorkloadIdentityCommand.js +0 -26
  89. package/dist-cjs/commands/ListAgentRuntimeEndpointsCommand.js +0 -27
  90. package/dist-cjs/commands/ListAgentRuntimeVersionsCommand.js +0 -27
  91. package/dist-cjs/commands/ListAgentRuntimesCommand.js +0 -27
  92. package/dist-cjs/commands/ListApiKeyCredentialProvidersCommand.js +0 -26
  93. package/dist-cjs/commands/ListBrowsersCommand.js +0 -27
  94. package/dist-cjs/commands/ListCodeInterpretersCommand.js +0 -27
  95. package/dist-cjs/commands/ListGatewayTargetsCommand.js +0 -27
  96. package/dist-cjs/commands/ListGatewaysCommand.js +0 -27
  97. package/dist-cjs/commands/ListMemoriesCommand.js +0 -26
  98. package/dist-cjs/commands/ListOauth2CredentialProvidersCommand.js +0 -26
  99. package/dist-cjs/commands/ListWorkloadIdentitiesCommand.js +0 -26
  100. package/dist-cjs/commands/SetTokenVaultCMKCommand.js +0 -26
  101. package/dist-cjs/commands/UpdateAgentRuntimeCommand.js +0 -27
  102. package/dist-cjs/commands/UpdateAgentRuntimeEndpointCommand.js +0 -27
  103. package/dist-cjs/commands/UpdateApiKeyCredentialProviderCommand.js +0 -27
  104. package/dist-cjs/commands/UpdateGatewayCommand.js +0 -27
  105. package/dist-cjs/commands/UpdateGatewayTargetCommand.js +0 -27
  106. package/dist-cjs/commands/UpdateMemoryCommand.js +0 -27
  107. package/dist-cjs/commands/UpdateOauth2CredentialProviderCommand.js +0 -27
  108. package/dist-cjs/commands/UpdateWorkloadIdentityCommand.js +0 -26
  109. package/dist-cjs/commands/index.js +0 -54
  110. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  111. package/dist-cjs/extensionConfiguration.js +0 -2
  112. package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +0 -12
  113. package/dist-cjs/models/index.js +0 -4
  114. package/dist-cjs/models/models_0.js +0 -1213
  115. package/dist-cjs/pagination/Interfaces.js +0 -2
  116. package/dist-cjs/pagination/ListAgentRuntimeEndpointsPaginator.js +0 -7
  117. package/dist-cjs/pagination/ListAgentRuntimeVersionsPaginator.js +0 -7
  118. package/dist-cjs/pagination/ListAgentRuntimesPaginator.js +0 -7
  119. package/dist-cjs/pagination/ListApiKeyCredentialProvidersPaginator.js +0 -7
  120. package/dist-cjs/pagination/ListBrowsersPaginator.js +0 -7
  121. package/dist-cjs/pagination/ListCodeInterpretersPaginator.js +0 -7
  122. package/dist-cjs/pagination/ListGatewayTargetsPaginator.js +0 -7
  123. package/dist-cjs/pagination/ListGatewaysPaginator.js +0 -7
  124. package/dist-cjs/pagination/ListMemoriesPaginator.js +0 -7
  125. package/dist-cjs/pagination/ListOauth2CredentialProvidersPaginator.js +0 -7
  126. package/dist-cjs/pagination/ListWorkloadIdentitiesPaginator.js +0 -7
  127. package/dist-cjs/pagination/index.js +0 -15
  128. package/dist-cjs/protocols/Aws_restJson1.js +0 -2325
  129. package/dist-cjs/runtimeExtensions.js +0 -13
  130. package/dist-cjs/waiters/index.js +0 -4
  131. package/dist-cjs/waiters/waitForMemoryCreated.js +0 -54
@@ -41,8 +41,11 @@ import { ListGatewaysCommand, } from "./commands/ListGatewaysCommand";
41
41
  import { ListGatewayTargetsCommand, } from "./commands/ListGatewayTargetsCommand";
42
42
  import { ListMemoriesCommand, } from "./commands/ListMemoriesCommand";
43
43
  import { ListOauth2CredentialProvidersCommand, } from "./commands/ListOauth2CredentialProvidersCommand";
44
+ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
44
45
  import { ListWorkloadIdentitiesCommand, } from "./commands/ListWorkloadIdentitiesCommand";
45
46
  import { SetTokenVaultCMKCommand, } from "./commands/SetTokenVaultCMKCommand";
47
+ import { TagResourceCommand } from "./commands/TagResourceCommand";
48
+ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
46
49
  import { UpdateAgentRuntimeCommand, } from "./commands/UpdateAgentRuntimeCommand";
47
50
  import { UpdateAgentRuntimeEndpointCommand, } from "./commands/UpdateAgentRuntimeEndpointCommand";
48
51
  import { UpdateApiKeyCredentialProviderCommand, } from "./commands/UpdateApiKeyCredentialProviderCommand";
@@ -93,8 +96,11 @@ const commands = {
93
96
  ListGatewayTargetsCommand,
94
97
  ListMemoriesCommand,
95
98
  ListOauth2CredentialProvidersCommand,
99
+ ListTagsForResourceCommand,
96
100
  ListWorkloadIdentitiesCommand,
97
101
  SetTokenVaultCMKCommand,
102
+ TagResourceCommand,
103
+ UntagResourceCommand,
98
104
  UpdateAgentRuntimeCommand,
99
105
  UpdateAgentRuntimeEndpointCommand,
100
106
  UpdateApiKeyCredentialProviderCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListTagsForResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonBedrockAgentCoreControl", "ListTagsForResource", {})
17
+ .n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListTagsForResourceCommand)
20
+ .de(de_ListTagsForResourceCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class TagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonBedrockAgentCoreControl", "TagResource", {})
17
+ .n("BedrockAgentCoreControlClient", "TagResourceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_TagResourceCommand)
20
+ .de(de_TagResourceCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonBedrockAgentCoreControl", "UntagResource", {})
17
+ .n("BedrockAgentCoreControlClient", "UntagResourceCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UntagResourceCommand)
20
+ .de(de_UntagResourceCommand)
21
+ .build() {
22
+ }
@@ -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";
@@ -12,30 +12,6 @@ export class AccessDeniedException extends __BaseException {
12
12
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
13
  }
14
14
  }
15
- export const AgentStatus = {
16
- CREATE_FAILED: "CREATE_FAILED",
17
- CREATING: "CREATING",
18
- DELETING: "DELETING",
19
- READY: "READY",
20
- UPDATE_FAILED: "UPDATE_FAILED",
21
- UPDATING: "UPDATING",
22
- };
23
- export var AgentArtifact;
24
- (function (AgentArtifact) {
25
- AgentArtifact.visit = (value, visitor) => {
26
- if (value.containerConfiguration !== undefined)
27
- return visitor.containerConfiguration(value.containerConfiguration);
28
- return visitor._(value.$unknown[0], value.$unknown[1]);
29
- };
30
- })(AgentArtifact || (AgentArtifact = {}));
31
- export const AgentEndpointStatus = {
32
- CREATE_FAILED: "CREATE_FAILED",
33
- CREATING: "CREATING",
34
- DELETING: "DELETING",
35
- READY: "READY",
36
- UPDATE_FAILED: "UPDATE_FAILED",
37
- UPDATING: "UPDATING",
38
- };
39
15
  export class ConflictException extends __BaseException {
40
16
  name = "ConflictException";
41
17
  $fault = "client";
@@ -48,6 +24,14 @@ export class ConflictException extends __BaseException {
48
24
  Object.setPrototypeOf(this, ConflictException.prototype);
49
25
  }
50
26
  }
27
+ export const AgentRuntimeEndpointStatus = {
28
+ CREATE_FAILED: "CREATE_FAILED",
29
+ CREATING: "CREATING",
30
+ DELETING: "DELETING",
31
+ READY: "READY",
32
+ UPDATE_FAILED: "UPDATE_FAILED",
33
+ UPDATING: "UPDATING",
34
+ };
51
35
  export class InternalServerException extends __BaseException {
52
36
  name = "InternalServerException";
53
37
  $fault = "server";
@@ -119,6 +103,14 @@ export class ValidationException extends __BaseException {
119
103
  this.fieldList = opts.fieldList;
120
104
  }
121
105
  }
106
+ export var AgentRuntimeArtifact;
107
+ (function (AgentRuntimeArtifact) {
108
+ AgentRuntimeArtifact.visit = (value, visitor) => {
109
+ if (value.containerConfiguration !== undefined)
110
+ return visitor.containerConfiguration(value.containerConfiguration);
111
+ return visitor._(value.$unknown[0], value.$unknown[1]);
112
+ };
113
+ })(AgentRuntimeArtifact || (AgentRuntimeArtifact = {}));
122
114
  export var AuthorizerConfiguration;
123
115
  (function (AuthorizerConfiguration) {
124
116
  AuthorizerConfiguration.visit = (value, visitor) => {
@@ -129,11 +121,28 @@ export var AuthorizerConfiguration;
129
121
  })(AuthorizerConfiguration || (AuthorizerConfiguration = {}));
130
122
  export const NetworkMode = {
131
123
  PUBLIC: "PUBLIC",
124
+ VPC: "VPC",
132
125
  };
133
126
  export const ServerProtocol = {
134
127
  HTTP: "HTTP",
135
128
  MCP: "MCP",
136
129
  };
130
+ export var RequestHeaderConfiguration;
131
+ (function (RequestHeaderConfiguration) {
132
+ RequestHeaderConfiguration.visit = (value, visitor) => {
133
+ if (value.requestHeaderAllowlist !== undefined)
134
+ return visitor.requestHeaderAllowlist(value.requestHeaderAllowlist);
135
+ return visitor._(value.$unknown[0], value.$unknown[1]);
136
+ };
137
+ })(RequestHeaderConfiguration || (RequestHeaderConfiguration = {}));
138
+ export const AgentRuntimeStatus = {
139
+ CREATE_FAILED: "CREATE_FAILED",
140
+ CREATING: "CREATING",
141
+ DELETING: "DELETING",
142
+ READY: "READY",
143
+ UPDATE_FAILED: "UPDATE_FAILED",
144
+ UPDATING: "UPDATING",
145
+ };
137
146
  export class DecryptionFailure extends __BaseException {
138
147
  name = "DecryptionFailure";
139
148
  $fault = "client";
@@ -184,6 +193,7 @@ export class UnauthorizedException extends __BaseException {
184
193
  }
185
194
  export const BrowserNetworkMode = {
186
195
  PUBLIC: "PUBLIC",
196
+ VPC: "VPC",
187
197
  };
188
198
  export const BrowserStatus = {
189
199
  CREATE_FAILED: "CREATE_FAILED",
@@ -200,6 +210,7 @@ export const ResourceType = {
200
210
  export const CodeInterpreterNetworkMode = {
201
211
  PUBLIC: "PUBLIC",
202
212
  SANDBOX: "SANDBOX",
213
+ VPC: "VPC",
203
214
  };
204
215
  export const CodeInterpreterStatus = {
205
216
  CREATE_FAILED: "CREATE_FAILED",
@@ -533,14 +544,6 @@ export var TargetConfiguration;
533
544
  return visitor._(value.$unknown[0], value.$unknown[1]);
534
545
  };
535
546
  })(TargetConfiguration || (TargetConfiguration = {}));
536
- export const AgentFilterSensitiveLog = (obj) => ({
537
- ...obj,
538
- ...(obj.description && { description: SENSITIVE_STRING }),
539
- });
540
- export const AgentEndpointFilterSensitiveLog = (obj) => ({
541
- ...obj,
542
- ...(obj.name && { name: SENSITIVE_STRING }),
543
- });
544
547
  export const CreateAgentRuntimeEndpointRequestFilterSensitiveLog = (obj) => ({
545
548
  ...obj,
546
549
  ...(obj.name && { name: SENSITIVE_STRING }),
@@ -557,10 +560,14 @@ export const GetAgentRuntimeEndpointResponseFilterSensitiveLog = (obj) => ({
557
560
  ...obj,
558
561
  ...(obj.name && { name: SENSITIVE_STRING }),
559
562
  });
563
+ export const AgentRuntimeEndpointFilterSensitiveLog = (obj) => ({
564
+ ...obj,
565
+ ...(obj.name && { name: SENSITIVE_STRING }),
566
+ });
560
567
  export const ListAgentRuntimeEndpointsResponseFilterSensitiveLog = (obj) => ({
561
568
  ...obj,
562
569
  ...(obj.runtimeEndpoints && {
563
- runtimeEndpoints: obj.runtimeEndpoints.map((item) => AgentEndpointFilterSensitiveLog(item)),
570
+ runtimeEndpoints: obj.runtimeEndpoints.map((item) => AgentRuntimeEndpointFilterSensitiveLog(item)),
564
571
  }),
565
572
  });
566
573
  export const UpdateAgentRuntimeEndpointRequestFilterSensitiveLog = (obj) => ({
@@ -573,6 +580,7 @@ export const CreateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
573
580
  ...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
574
581
  ...(obj.environmentVariables && { environmentVariables: SENSITIVE_STRING }),
575
582
  ...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
583
+ ...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
576
584
  });
577
585
  export const GetAgentRuntimeResponseFilterSensitiveLog = (obj) => ({
578
586
  ...obj,
@@ -580,14 +588,19 @@ export const GetAgentRuntimeResponseFilterSensitiveLog = (obj) => ({
580
588
  ...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
581
589
  ...(obj.environmentVariables && { environmentVariables: SENSITIVE_STRING }),
582
590
  ...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
591
+ ...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
592
+ });
593
+ export const AgentRuntimeFilterSensitiveLog = (obj) => ({
594
+ ...obj,
595
+ ...(obj.description && { description: SENSITIVE_STRING }),
583
596
  });
584
597
  export const ListAgentRuntimesResponseFilterSensitiveLog = (obj) => ({
585
598
  ...obj,
586
- ...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => AgentFilterSensitiveLog(item)) }),
599
+ ...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => AgentRuntimeFilterSensitiveLog(item)) }),
587
600
  });
588
601
  export const ListAgentRuntimeVersionsResponseFilterSensitiveLog = (obj) => ({
589
602
  ...obj,
590
- ...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => AgentFilterSensitiveLog(item)) }),
603
+ ...(obj.agentRuntimes && { agentRuntimes: obj.agentRuntimes.map((item) => AgentRuntimeFilterSensitiveLog(item)) }),
591
604
  });
592
605
  export const UpdateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
593
606
  ...obj,
@@ -595,6 +608,7 @@ export const UpdateAgentRuntimeRequestFilterSensitiveLog = (obj) => ({
595
608
  ...(obj.agentRuntimeArtifact && { agentRuntimeArtifact: obj.agentRuntimeArtifact }),
596
609
  ...(obj.environmentVariables && { environmentVariables: SENSITIVE_STRING }),
597
610
  ...(obj.authorizerConfiguration && { authorizerConfiguration: obj.authorizerConfiguration }),
611
+ ...(obj.requestHeaderConfiguration && { requestHeaderConfiguration: obj.requestHeaderConfiguration }),
598
612
  });
599
613
  export const CreateApiKeyCredentialProviderRequestFilterSensitiveLog = (obj) => ({
600
614
  ...obj,
@@ -20,7 +20,9 @@ export const se_CreateAgentRuntimeCommand = async (input, context) => {
20
20
  environmentVariables: (_) => _json(_),
21
21
  networkConfiguration: (_) => _json(_),
22
22
  protocolConfiguration: (_) => _json(_),
23
+ requestHeaderConfiguration: (_) => _json(_),
23
24
  roleArn: [],
25
+ tags: (_) => _json(_),
24
26
  }));
25
27
  b.m("PUT").h(headers).b(body);
26
28
  return b.build();
@@ -38,6 +40,7 @@ export const se_CreateAgentRuntimeEndpointCommand = async (input, context) => {
38
40
  clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
39
41
  description: [],
40
42
  name: [],
43
+ tags: (_) => _json(_),
41
44
  }));
42
45
  b.m("PUT").h(headers).b(body);
43
46
  return b.build();
@@ -70,6 +73,7 @@ export const se_CreateBrowserCommand = async (input, context) => {
70
73
  name: [],
71
74
  networkConfiguration: (_) => _json(_),
72
75
  recording: (_) => _json(_),
76
+ tags: (_) => _json(_),
73
77
  }));
74
78
  b.m("PUT").h(headers).b(body);
75
79
  return b.build();
@@ -87,6 +91,7 @@ export const se_CreateCodeInterpreterCommand = async (input, context) => {
87
91
  executionRoleArn: [],
88
92
  name: [],
89
93
  networkConfiguration: (_) => _json(_),
94
+ tags: (_) => _json(_),
90
95
  }));
91
96
  b.m("PUT").h(headers).b(body);
92
97
  return b.build();
@@ -546,6 +551,15 @@ export const se_ListOauth2CredentialProvidersCommand = async (input, context) =>
546
551
  b.m("POST").h(headers).b(body);
547
552
  return b.build();
548
553
  };
554
+ export const se_ListTagsForResourceCommand = async (input, context) => {
555
+ const b = rb(input, context);
556
+ const headers = {};
557
+ b.bp("/tags/{resourceArn}");
558
+ b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
559
+ let body;
560
+ b.m("GET").h(headers).b(body);
561
+ return b.build();
562
+ };
549
563
  export const se_ListWorkloadIdentitiesCommand = async (input, context) => {
550
564
  const b = rb(input, context);
551
565
  const headers = {
@@ -574,6 +588,32 @@ export const se_SetTokenVaultCMKCommand = async (input, context) => {
574
588
  b.m("POST").h(headers).b(body);
575
589
  return b.build();
576
590
  };
591
+ export const se_TagResourceCommand = async (input, context) => {
592
+ const b = rb(input, context);
593
+ const headers = {
594
+ "content-type": "application/json",
595
+ };
596
+ b.bp("/tags/{resourceArn}");
597
+ b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
598
+ let body;
599
+ body = JSON.stringify(take(input, {
600
+ tags: (_) => _json(_),
601
+ }));
602
+ b.m("POST").h(headers).b(body);
603
+ return b.build();
604
+ };
605
+ export const se_UntagResourceCommand = async (input, context) => {
606
+ const b = rb(input, context);
607
+ const headers = {};
608
+ b.bp("/tags/{resourceArn}");
609
+ b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
610
+ const query = map({
611
+ [_tK]: [__expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
612
+ });
613
+ let body;
614
+ b.m("DELETE").h(headers).q(query).b(body);
615
+ return b.build();
616
+ };
577
617
  export const se_UpdateAgentRuntimeCommand = async (input, context) => {
578
618
  const b = rb(input, context);
579
619
  const headers = {
@@ -590,6 +630,7 @@ export const se_UpdateAgentRuntimeCommand = async (input, context) => {
590
630
  environmentVariables: (_) => _json(_),
591
631
  networkConfiguration: (_) => _json(_),
592
632
  protocolConfiguration: (_) => _json(_),
633
+ requestHeaderConfiguration: (_) => _json(_),
593
634
  roleArn: [],
594
635
  }));
595
636
  b.m("PUT").h(headers).b(body);
@@ -1058,6 +1099,7 @@ export const de_GetAgentRuntimeCommand = async (output, context) => {
1058
1099
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1059
1100
  networkConfiguration: _json,
1060
1101
  protocolConfiguration: _json,
1102
+ requestHeaderConfiguration: (_) => _json(__expectUnion(_)),
1061
1103
  roleArn: __expectString,
1062
1104
  status: __expectString,
1063
1105
  workloadIdentityDetails: _json,
@@ -1121,6 +1163,7 @@ export const de_GetBrowserCommand = async (output, context) => {
1121
1163
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1122
1164
  description: __expectString,
1123
1165
  executionRoleArn: __expectString,
1166
+ failureReason: __expectString,
1124
1167
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1125
1168
  name: __expectString,
1126
1169
  networkConfiguration: _json,
@@ -1144,6 +1187,7 @@ export const de_GetCodeInterpreterCommand = async (output, context) => {
1144
1187
  createdAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1145
1188
  description: __expectString,
1146
1189
  executionRoleArn: __expectString,
1190
+ failureReason: __expectString,
1147
1191
  lastUpdatedAt: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1148
1192
  name: __expectString,
1149
1193
  networkConfiguration: _json,
@@ -1283,7 +1327,7 @@ export const de_ListAgentRuntimeEndpointsCommand = async (output, context) => {
1283
1327
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1284
1328
  const doc = take(data, {
1285
1329
  nextToken: __expectString,
1286
- runtimeEndpoints: (_) => de_AgentEndpoints(_, context),
1330
+ runtimeEndpoints: (_) => de_AgentRuntimeEndpoints(_, context),
1287
1331
  });
1288
1332
  Object.assign(contents, doc);
1289
1333
  return contents;
@@ -1297,7 +1341,7 @@ export const de_ListAgentRuntimesCommand = async (output, context) => {
1297
1341
  });
1298
1342
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1299
1343
  const doc = take(data, {
1300
- agentRuntimes: (_) => de_Agents(_, context),
1344
+ agentRuntimes: (_) => de_AgentRuntimes(_, context),
1301
1345
  nextToken: __expectString,
1302
1346
  });
1303
1347
  Object.assign(contents, doc);
@@ -1312,7 +1356,7 @@ export const de_ListAgentRuntimeVersionsCommand = async (output, context) => {
1312
1356
  });
1313
1357
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1314
1358
  const doc = take(data, {
1315
- agentRuntimes: (_) => de_Agents(_, context),
1359
+ agentRuntimes: (_) => de_AgentRuntimes(_, context),
1316
1360
  nextToken: __expectString,
1317
1361
  });
1318
1362
  Object.assign(contents, doc);
@@ -1423,6 +1467,20 @@ export const de_ListOauth2CredentialProvidersCommand = async (output, context) =
1423
1467
  Object.assign(contents, doc);
1424
1468
  return contents;
1425
1469
  };
1470
+ export const de_ListTagsForResourceCommand = async (output, context) => {
1471
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1472
+ return de_CommandError(output, context);
1473
+ }
1474
+ const contents = map({
1475
+ $metadata: deserializeMetadata(output),
1476
+ });
1477
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1478
+ const doc = take(data, {
1479
+ tags: _json,
1480
+ });
1481
+ Object.assign(contents, doc);
1482
+ return contents;
1483
+ };
1426
1484
  export const de_ListWorkloadIdentitiesCommand = async (output, context) => {
1427
1485
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1428
1486
  return de_CommandError(output, context);
@@ -1454,6 +1512,26 @@ export const de_SetTokenVaultCMKCommand = async (output, context) => {
1454
1512
  Object.assign(contents, doc);
1455
1513
  return contents;
1456
1514
  };
1515
+ export const de_TagResourceCommand = async (output, context) => {
1516
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
1517
+ return de_CommandError(output, context);
1518
+ }
1519
+ const contents = map({
1520
+ $metadata: deserializeMetadata(output),
1521
+ });
1522
+ await collectBody(output.body, context);
1523
+ return contents;
1524
+ };
1525
+ export const de_UntagResourceCommand = async (output, context) => {
1526
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
1527
+ return de_CommandError(output, context);
1528
+ }
1529
+ const contents = map({
1530
+ $metadata: deserializeMetadata(output),
1531
+ });
1532
+ await collectBody(output.body, context);
1533
+ return contents;
1534
+ };
1457
1535
  export const de_UpdateAgentRuntimeCommand = async (output, context) => {
1458
1536
  if (output.statusCode !== 201 && output.statusCode >= 300) {
1459
1537
  return de_CommandError(output, context);
@@ -1920,7 +1998,7 @@ const se_ToolSchema = (input, context) => {
1920
1998
  _: (name, value) => ({ [name]: value }),
1921
1999
  });
1922
2000
  };
1923
- const de_Agent = (output, context) => {
2001
+ const de_AgentRuntime = (output, context) => {
1924
2002
  return take(output, {
1925
2003
  agentRuntimeArn: __expectString,
1926
2004
  agentRuntimeId: __expectString,
@@ -1931,7 +2009,7 @@ const de_Agent = (output, context) => {
1931
2009
  status: __expectString,
1932
2010
  });
1933
2011
  };
1934
- const de_AgentEndpoint = (output, context) => {
2012
+ const de_AgentRuntimeEndpoint = (output, context) => {
1935
2013
  return take(output, {
1936
2014
  agentRuntimeArn: __expectString,
1937
2015
  agentRuntimeEndpointArn: __expectString,
@@ -1945,19 +2023,19 @@ const de_AgentEndpoint = (output, context) => {
1945
2023
  targetVersion: __expectString,
1946
2024
  });
1947
2025
  };
1948
- const de_AgentEndpoints = (output, context) => {
2026
+ const de_AgentRuntimeEndpoints = (output, context) => {
1949
2027
  const retVal = (output || [])
1950
2028
  .filter((e) => e != null)
1951
2029
  .map((entry) => {
1952
- return de_AgentEndpoint(entry, context);
2030
+ return de_AgentRuntimeEndpoint(entry, context);
1953
2031
  });
1954
2032
  return retVal;
1955
2033
  };
1956
- const de_Agents = (output, context) => {
2034
+ const de_AgentRuntimes = (output, context) => {
1957
2035
  const retVal = (output || [])
1958
2036
  .filter((e) => e != null)
1959
2037
  .map((entry) => {
1960
- return de_Agent(entry, context);
2038
+ return de_AgentRuntime(entry, context);
1961
2039
  });
1962
2040
  return retVal;
1963
2041
  };
@@ -2215,4 +2293,5 @@ const _cT = "clientToken";
2215
2293
  const _mR = "maxResults";
2216
2294
  const _nT = "nextToken";
2217
2295
  const _t = "type";
2296
+ const _tK = "tagKeys";
2218
2297
  const _v = "version";
@@ -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";
@@ -306,6 +309,12 @@ export interface BedrockAgentCoreControl {
306
309
  listOauth2CredentialProviders(args: ListOauth2CredentialProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListOauth2CredentialProvidersCommandOutput>;
307
310
  listOauth2CredentialProviders(args: ListOauth2CredentialProvidersCommandInput, cb: (err: any, data?: ListOauth2CredentialProvidersCommandOutput) => void): void;
308
311
  listOauth2CredentialProviders(args: ListOauth2CredentialProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOauth2CredentialProvidersCommandOutput) => void): void;
312
+ /**
313
+ * @see {@link ListTagsForResourceCommand}
314
+ */
315
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
316
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
317
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
309
318
  /**
310
319
  * @see {@link ListWorkloadIdentitiesCommand}
311
320
  */
@@ -319,6 +328,18 @@ export interface BedrockAgentCoreControl {
319
328
  setTokenVaultCMK(args: SetTokenVaultCMKCommandInput, options?: __HttpHandlerOptions): Promise<SetTokenVaultCMKCommandOutput>;
320
329
  setTokenVaultCMK(args: SetTokenVaultCMKCommandInput, cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void): void;
321
330
  setTokenVaultCMK(args: SetTokenVaultCMKCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetTokenVaultCMKCommandOutput) => void): void;
331
+ /**
332
+ * @see {@link TagResourceCommand}
333
+ */
334
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
335
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
336
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
337
+ /**
338
+ * @see {@link UntagResourceCommand}
339
+ */
340
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
341
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
342
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
322
343
  /**
323
344
  * @see {@link UpdateAgentRuntimeCommand}
324
345
  */
@@ -369,7 +390,7 @@ export interface BedrockAgentCoreControl {
369
390
  updateWorkloadIdentity(args: UpdateWorkloadIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkloadIdentityCommandOutput) => void): void;
370
391
  }
371
392
  /**
372
- * <note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Amazon Bedrock Agent Core Control is a service that enables you to manage memory resources for your Amazon Bedrock agents.</p> <p>Use this API to create, retrieve, update, and delete memory resources and their associated memory strategies. Memory resources enable your agents to store and retrieve information from conversations and interactions.</p>
393
+ * <note> <p> is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.</p>
373
394
  * @public
374
395
  */
375
396
  export declare class BedrockAgentCoreControl extends BedrockAgentCoreControlClient implements BedrockAgentCoreControl {
@@ -48,8 +48,11 @@ import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/
48
48
  import { ListGatewayTargetsCommandInput, ListGatewayTargetsCommandOutput } from "./commands/ListGatewayTargetsCommand";
49
49
  import { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
50
50
  import { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
51
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
51
52
  import { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "./commands/ListWorkloadIdentitiesCommand";
52
53
  import { SetTokenVaultCMKCommandInput, SetTokenVaultCMKCommandOutput } from "./commands/SetTokenVaultCMKCommand";
54
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
55
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
53
56
  import { UpdateAgentRuntimeCommandInput, UpdateAgentRuntimeCommandOutput } from "./commands/UpdateAgentRuntimeCommand";
54
57
  import { UpdateAgentRuntimeEndpointCommandInput, UpdateAgentRuntimeEndpointCommandOutput } from "./commands/UpdateAgentRuntimeEndpointCommand";
55
58
  import { UpdateApiKeyCredentialProviderCommandInput, UpdateApiKeyCredentialProviderCommandOutput } from "./commands/UpdateApiKeyCredentialProviderCommand";
@@ -64,11 +67,11 @@ export { __Client };
64
67
  /**
65
68
  * @public
66
69
  */
67
- export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateCodeInterpreterCommandInput | CreateGatewayCommandInput | CreateGatewayTargetCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteCodeInterpreterCommandInput | DeleteGatewayCommandInput | DeleteGatewayTargetCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetCodeInterpreterCommandInput | GetGatewayCommandInput | GetGatewayTargetCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListWorkloadIdentitiesCommandInput | SetTokenVaultCMKCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateGatewayCommandInput | UpdateGatewayTargetCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateWorkloadIdentityCommandInput;
70
+ export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateCodeInterpreterCommandInput | CreateGatewayCommandInput | CreateGatewayTargetCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteCodeInterpreterCommandInput | DeleteGatewayCommandInput | DeleteGatewayTargetCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetCodeInterpreterCommandInput | GetGatewayCommandInput | GetGatewayTargetCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | SetTokenVaultCMKCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateGatewayCommandInput | UpdateGatewayTargetCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateWorkloadIdentityCommandInput;
68
71
  /**
69
72
  * @public
70
73
  */
71
- export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateCodeInterpreterCommandOutput | CreateGatewayCommandOutput | CreateGatewayTargetCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayTargetCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetCodeInterpreterCommandOutput | GetGatewayCommandOutput | GetGatewayTargetCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListWorkloadIdentitiesCommandOutput | SetTokenVaultCMKCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayTargetCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateWorkloadIdentityCommandOutput;
74
+ export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateCodeInterpreterCommandOutput | CreateGatewayCommandOutput | CreateGatewayTargetCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayTargetCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetCodeInterpreterCommandOutput | GetGatewayCommandOutput | GetGatewayTargetCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | SetTokenVaultCMKCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayTargetCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateWorkloadIdentityCommandOutput;
72
75
  /**
73
76
  * @public
74
77
  */
@@ -220,7 +223,7 @@ export type BedrockAgentCoreControlClientResolvedConfigType = __SmithyResolvedCo
220
223
  export interface BedrockAgentCoreControlClientResolvedConfig extends BedrockAgentCoreControlClientResolvedConfigType {
221
224
  }
222
225
  /**
223
- * <note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Amazon Bedrock Agent Core Control is a service that enables you to manage memory resources for your Amazon Bedrock agents.</p> <p>Use this API to create, retrieve, update, and delete memory resources and their associated memory strategies. Memory resources enable your agents to store and retrieve information from conversations and interactions.</p>
226
+ * <note> <p> is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.</p>
224
227
  * @public
225
228
  */
226
229
  export declare class BedrockAgentCoreControlClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BedrockAgentCoreControlClientResolvedConfig> {