@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
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGatewaysCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListGatewaysCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "ListGateways", {})
21
- .n("BedrockAgentCoreControlClient", "ListGatewaysCommand")
22
- .f(void 0, models_0_1.ListGatewaysResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListGatewaysCommand)
24
- .de(Aws_restJson1_1.de_ListGatewaysCommand)
25
- .build() {
26
- }
27
- exports.ListGatewaysCommand = ListGatewaysCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMemoriesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMemoriesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonBedrockAgentCoreControl", "ListMemories", {})
20
- .n("BedrockAgentCoreControlClient", "ListMemoriesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListMemoriesCommand)
23
- .de(Aws_restJson1_1.de_ListMemoriesCommand)
24
- .build() {
25
- }
26
- exports.ListMemoriesCommand = ListMemoriesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOauth2CredentialProvidersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListOauth2CredentialProvidersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonBedrockAgentCoreControl", "ListOauth2CredentialProviders", {})
20
- .n("BedrockAgentCoreControlClient", "ListOauth2CredentialProvidersCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListOauth2CredentialProvidersCommand)
23
- .de(Aws_restJson1_1.de_ListOauth2CredentialProvidersCommand)
24
- .build() {
25
- }
26
- exports.ListOauth2CredentialProvidersCommand = ListOauth2CredentialProvidersCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkloadIdentitiesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListWorkloadIdentitiesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonBedrockAgentCoreControl", "ListWorkloadIdentities", {})
20
- .n("BedrockAgentCoreControlClient", "ListWorkloadIdentitiesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListWorkloadIdentitiesCommand)
23
- .de(Aws_restJson1_1.de_ListWorkloadIdentitiesCommand)
24
- .build() {
25
- }
26
- exports.ListWorkloadIdentitiesCommand = ListWorkloadIdentitiesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetTokenVaultCMKCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class SetTokenVaultCMKCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonBedrockAgentCoreControl", "SetTokenVaultCMK", {})
20
- .n("BedrockAgentCoreControlClient", "SetTokenVaultCMKCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_SetTokenVaultCMKCommand)
23
- .de(Aws_restJson1_1.de_SetTokenVaultCMKCommand)
24
- .build() {
25
- }
26
- exports.SetTokenVaultCMKCommand = SetTokenVaultCMKCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAgentRuntimeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateAgentRuntimeCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntime", {})
21
- .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeCommand")
22
- .f(models_0_1.UpdateAgentRuntimeRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_UpdateAgentRuntimeCommand)
24
- .de(Aws_restJson1_1.de_UpdateAgentRuntimeCommand)
25
- .build() {
26
- }
27
- exports.UpdateAgentRuntimeCommand = UpdateAgentRuntimeCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAgentRuntimeEndpointCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateAgentRuntimeEndpointCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntimeEndpoint", {})
21
- .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeEndpointCommand")
22
- .f(models_0_1.UpdateAgentRuntimeEndpointRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_UpdateAgentRuntimeEndpointCommand)
24
- .de(Aws_restJson1_1.de_UpdateAgentRuntimeEndpointCommand)
25
- .build() {
26
- }
27
- exports.UpdateAgentRuntimeEndpointCommand = UpdateAgentRuntimeEndpointCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApiKeyCredentialProviderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateApiKeyCredentialProviderCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "UpdateApiKeyCredentialProvider", {})
21
- .n("BedrockAgentCoreControlClient", "UpdateApiKeyCredentialProviderCommand")
22
- .f(models_0_1.UpdateApiKeyCredentialProviderRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_UpdateApiKeyCredentialProviderCommand)
24
- .de(Aws_restJson1_1.de_UpdateApiKeyCredentialProviderCommand)
25
- .build() {
26
- }
27
- exports.UpdateApiKeyCredentialProviderCommand = UpdateApiKeyCredentialProviderCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGatewayCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateGatewayCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "UpdateGateway", {})
21
- .n("BedrockAgentCoreControlClient", "UpdateGatewayCommand")
22
- .f(models_0_1.UpdateGatewayRequestFilterSensitiveLog, models_0_1.UpdateGatewayResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_UpdateGatewayCommand)
24
- .de(Aws_restJson1_1.de_UpdateGatewayCommand)
25
- .build() {
26
- }
27
- exports.UpdateGatewayCommand = UpdateGatewayCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateGatewayTargetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateGatewayTargetCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "UpdateGatewayTarget", {})
21
- .n("BedrockAgentCoreControlClient", "UpdateGatewayTargetCommand")
22
- .f(models_0_1.UpdateGatewayTargetRequestFilterSensitiveLog, models_0_1.UpdateGatewayTargetResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_UpdateGatewayTargetCommand)
24
- .de(Aws_restJson1_1.de_UpdateGatewayTargetCommand)
25
- .build() {
26
- }
27
- exports.UpdateGatewayTargetCommand = UpdateGatewayTargetCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateMemoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateMemoryCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "UpdateMemory", {})
21
- .n("BedrockAgentCoreControlClient", "UpdateMemoryCommand")
22
- .f(models_0_1.UpdateMemoryInputFilterSensitiveLog, models_0_1.UpdateMemoryOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_UpdateMemoryCommand)
24
- .de(Aws_restJson1_1.de_UpdateMemoryCommand)
25
- .build() {
26
- }
27
- exports.UpdateMemoryCommand = UpdateMemoryCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateOauth2CredentialProviderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateOauth2CredentialProviderCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("AmazonBedrockAgentCoreControl", "UpdateOauth2CredentialProvider", {})
21
- .n("BedrockAgentCoreControlClient", "UpdateOauth2CredentialProviderCommand")
22
- .f(models_0_1.UpdateOauth2CredentialProviderRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_UpdateOauth2CredentialProviderCommand)
24
- .de(Aws_restJson1_1.de_UpdateOauth2CredentialProviderCommand)
25
- .build() {
26
- }
27
- exports.UpdateOauth2CredentialProviderCommand = UpdateOauth2CredentialProviderCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateWorkloadIdentityCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateWorkloadIdentityCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("AmazonBedrockAgentCoreControl", "UpdateWorkloadIdentity", {})
20
- .n("BedrockAgentCoreControlClient", "UpdateWorkloadIdentityCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateWorkloadIdentityCommand)
23
- .de(Aws_restJson1_1.de_UpdateWorkloadIdentityCommand)
24
- .build() {
25
- }
26
- exports.UpdateWorkloadIdentityCommand = UpdateWorkloadIdentityCommand;
@@ -1,54 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateAgentRuntimeCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateAgentRuntimeEndpointCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateApiKeyCredentialProviderCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateBrowserCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateCodeInterpreterCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateGatewayCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateGatewayTargetCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateMemoryCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateOauth2CredentialProviderCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateWorkloadIdentityCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteAgentRuntimeCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteAgentRuntimeEndpointCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteApiKeyCredentialProviderCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteBrowserCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteCodeInterpreterCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteGatewayCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteGatewayTargetCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteMemoryCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteOauth2CredentialProviderCommand"), exports);
23
- tslib_1.__exportStar(require("./DeleteWorkloadIdentityCommand"), exports);
24
- tslib_1.__exportStar(require("./GetAgentRuntimeCommand"), exports);
25
- tslib_1.__exportStar(require("./GetAgentRuntimeEndpointCommand"), exports);
26
- tslib_1.__exportStar(require("./GetApiKeyCredentialProviderCommand"), exports);
27
- tslib_1.__exportStar(require("./GetBrowserCommand"), exports);
28
- tslib_1.__exportStar(require("./GetCodeInterpreterCommand"), exports);
29
- tslib_1.__exportStar(require("./GetGatewayCommand"), exports);
30
- tslib_1.__exportStar(require("./GetGatewayTargetCommand"), exports);
31
- tslib_1.__exportStar(require("./GetMemoryCommand"), exports);
32
- tslib_1.__exportStar(require("./GetOauth2CredentialProviderCommand"), exports);
33
- tslib_1.__exportStar(require("./GetTokenVaultCommand"), exports);
34
- tslib_1.__exportStar(require("./GetWorkloadIdentityCommand"), exports);
35
- tslib_1.__exportStar(require("./ListAgentRuntimeEndpointsCommand"), exports);
36
- tslib_1.__exportStar(require("./ListAgentRuntimeVersionsCommand"), exports);
37
- tslib_1.__exportStar(require("./ListAgentRuntimesCommand"), exports);
38
- tslib_1.__exportStar(require("./ListApiKeyCredentialProvidersCommand"), exports);
39
- tslib_1.__exportStar(require("./ListBrowsersCommand"), exports);
40
- tslib_1.__exportStar(require("./ListCodeInterpretersCommand"), exports);
41
- tslib_1.__exportStar(require("./ListGatewayTargetsCommand"), exports);
42
- tslib_1.__exportStar(require("./ListGatewaysCommand"), exports);
43
- tslib_1.__exportStar(require("./ListMemoriesCommand"), exports);
44
- tslib_1.__exportStar(require("./ListOauth2CredentialProvidersCommand"), exports);
45
- tslib_1.__exportStar(require("./ListWorkloadIdentitiesCommand"), exports);
46
- tslib_1.__exportStar(require("./SetTokenVaultCMKCommand"), exports);
47
- tslib_1.__exportStar(require("./UpdateAgentRuntimeCommand"), exports);
48
- tslib_1.__exportStar(require("./UpdateAgentRuntimeEndpointCommand"), exports);
49
- tslib_1.__exportStar(require("./UpdateApiKeyCredentialProviderCommand"), exports);
50
- tslib_1.__exportStar(require("./UpdateGatewayCommand"), exports);
51
- tslib_1.__exportStar(require("./UpdateGatewayTargetCommand"), exports);
52
- tslib_1.__exportStar(require("./UpdateMemoryCommand"), exports);
53
- tslib_1.__exportStar(require("./UpdateOauth2CredentialProviderCommand"), exports);
54
- tslib_1.__exportStar(require("./UpdateWorkloadIdentityCommand"), exports);
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return Object.assign(options, {
6
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
7
- useFipsEndpoint: options.useFipsEndpoint ?? false,
8
- defaultSigningName: "bedrock-agentcore",
9
- });
10
- };
11
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
12
- exports.commonParams = {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BedrockAgentCoreControlServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class BedrockAgentCoreControlServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, BedrockAgentCoreControlServiceException.prototype);
10
- }
11
- }
12
- exports.BedrockAgentCoreControlServiceException = BedrockAgentCoreControlServiceException;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);