@aws-sdk/client-bedrock-agentcore-control 3.928.0 → 3.929.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 (79) hide show
  1. package/dist-cjs/index.js +3217 -3522
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BedrockAgentCoreControlClient.js +2 -0
  4. package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
  5. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
  6. package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
  7. package/dist-es/commands/CreateBrowserCommand.js +3 -10
  8. package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
  9. package/dist-es/commands/CreateGatewayCommand.js +3 -10
  10. package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
  11. package/dist-es/commands/CreateMemoryCommand.js +3 -10
  12. package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
  13. package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
  15. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
  16. package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
  17. package/dist-es/commands/DeleteBrowserCommand.js +3 -9
  18. package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
  19. package/dist-es/commands/DeleteGatewayCommand.js +3 -9
  20. package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
  21. package/dist-es/commands/DeleteMemoryCommand.js +3 -9
  22. package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
  24. package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
  25. package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
  26. package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
  27. package/dist-es/commands/GetBrowserCommand.js +3 -10
  28. package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
  29. package/dist-es/commands/GetGatewayCommand.js +3 -10
  30. package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
  31. package/dist-es/commands/GetMemoryCommand.js +3 -10
  32. package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
  33. package/dist-es/commands/GetTokenVaultCommand.js +3 -9
  34. package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
  35. package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
  36. package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
  37. package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
  38. package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
  39. package/dist-es/commands/ListBrowsersCommand.js +3 -10
  40. package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
  41. package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
  42. package/dist-es/commands/ListGatewaysCommand.js +3 -10
  43. package/dist-es/commands/ListMemoriesCommand.js +3 -9
  44. package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
  47. package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
  48. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
  52. package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
  53. package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
  54. package/dist-es/commands/UpdateGatewayCommand.js +3 -10
  55. package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
  56. package/dist-es/commands/UpdateMemoryCommand.js +3 -10
  57. package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
  58. package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
  59. package/dist-es/models/models_0.js +0 -626
  60. package/dist-es/runtimeConfig.shared.js +2 -0
  61. package/dist-es/schemas/schemas_0.js +3086 -0
  62. package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
  63. package/dist-types/models/models_0.d.ts +0 -388
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +350 -0
  69. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +0 -287
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +357 -0
  76. package/package.json +2 -3
  77. package/dist-es/protocols/Aws_restJson1.js +0 -2379
  78. package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -665
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "TagResource", {})
17
13
  .n("BedrockAgentCoreControlClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "UntagResource", {})
17
13
  .n("BedrockAgentCoreControlClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateAgentRuntimeRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateAgentRuntimeCommand, se_UpdateAgentRuntimeCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateAgentRuntime } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateAgentRuntimeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntime", {})
18
13
  .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeCommand")
19
- .f(UpdateAgentRuntimeRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateAgentRuntimeCommand)
21
- .de(de_UpdateAgentRuntimeCommand)
14
+ .sc(UpdateAgentRuntime)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateAgentRuntimeEndpointRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateAgentRuntimeEndpointCommand, se_UpdateAgentRuntimeEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateAgentRuntimeEndpoint } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateAgentRuntimeEndpointCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntimeEndpoint", {})
18
13
  .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeEndpointCommand")
19
- .f(UpdateAgentRuntimeEndpointRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateAgentRuntimeEndpointCommand)
21
- .de(de_UpdateAgentRuntimeEndpointCommand)
14
+ .sc(UpdateAgentRuntimeEndpoint)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateApiKeyCredentialProviderRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateApiKeyCredentialProviderCommand, se_UpdateApiKeyCredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateApiKeyCredentialProvider } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateApiKeyCredentialProviderCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "UpdateApiKeyCredentialProvider", {})
18
13
  .n("BedrockAgentCoreControlClient", "UpdateApiKeyCredentialProviderCommand")
19
- .f(UpdateApiKeyCredentialProviderRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateApiKeyCredentialProviderCommand)
21
- .de(de_UpdateApiKeyCredentialProviderCommand)
14
+ .sc(UpdateApiKeyCredentialProvider)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateGatewayRequestFilterSensitiveLog, UpdateGatewayResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateGatewayCommand, se_UpdateGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateGateway } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateGatewayCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "UpdateGateway", {})
18
13
  .n("BedrockAgentCoreControlClient", "UpdateGatewayCommand")
19
- .f(UpdateGatewayRequestFilterSensitiveLog, UpdateGatewayResponseFilterSensitiveLog)
20
- .ser(se_UpdateGatewayCommand)
21
- .de(de_UpdateGatewayCommand)
14
+ .sc(UpdateGateway)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateGatewayTargetRequestFilterSensitiveLog, UpdateGatewayTargetResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateGatewayTargetCommand, se_UpdateGatewayTargetCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateGatewayTarget } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateGatewayTargetCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "UpdateGatewayTarget", {})
18
13
  .n("BedrockAgentCoreControlClient", "UpdateGatewayTargetCommand")
19
- .f(UpdateGatewayTargetRequestFilterSensitiveLog, UpdateGatewayTargetResponseFilterSensitiveLog)
20
- .ser(se_UpdateGatewayTargetCommand)
21
- .de(de_UpdateGatewayTargetCommand)
14
+ .sc(UpdateGatewayTarget)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateMemoryInputFilterSensitiveLog, UpdateMemoryOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateMemoryCommand, se_UpdateMemoryCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateMemory } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateMemoryCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "UpdateMemory", {})
18
13
  .n("BedrockAgentCoreControlClient", "UpdateMemoryCommand")
19
- .f(UpdateMemoryInputFilterSensitiveLog, UpdateMemoryOutputFilterSensitiveLog)
20
- .ser(se_UpdateMemoryCommand)
21
- .de(de_UpdateMemoryCommand)
14
+ .sc(UpdateMemory)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateOauth2CredentialProviderRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_UpdateOauth2CredentialProviderCommand, se_UpdateOauth2CredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateOauth2CredentialProvider } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class UpdateOauth2CredentialProviderCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "UpdateOauth2CredentialProvider", {})
18
13
  .n("BedrockAgentCoreControlClient", "UpdateOauth2CredentialProviderCommand")
19
- .f(UpdateOauth2CredentialProviderRequestFilterSensitiveLog, void 0)
20
- .ser(se_UpdateOauth2CredentialProviderCommand)
21
- .de(de_UpdateOauth2CredentialProviderCommand)
14
+ .sc(UpdateOauth2CredentialProvider)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateWorkloadIdentityCommand, se_UpdateWorkloadIdentityCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateWorkloadIdentity } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateWorkloadIdentityCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "UpdateWorkloadIdentity", {})
17
13
  .n("BedrockAgentCoreControlClient", "UpdateWorkloadIdentityCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateWorkloadIdentityCommand)
20
- .de(de_UpdateWorkloadIdentityCommand)
14
+ .sc(UpdateWorkloadIdentity)
21
15
  .build() {
22
16
  }