@aws-sdk/client-bedrock-agentcore 3.893.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 (46) hide show
  1. package/dist-cjs/index.js +2696 -10
  2. package/package.json +6 -6
  3. package/dist-cjs/BedrockAgentCore.js +0 -63
  4. package/dist-cjs/BedrockAgentCoreClient.js +0 -54
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/CreateEventCommand.js +0 -27
  7. package/dist-cjs/commands/DeleteEventCommand.js +0 -26
  8. package/dist-cjs/commands/DeleteMemoryRecordCommand.js +0 -26
  9. package/dist-cjs/commands/GetBrowserSessionCommand.js +0 -26
  10. package/dist-cjs/commands/GetCodeInterpreterSessionCommand.js +0 -26
  11. package/dist-cjs/commands/GetEventCommand.js +0 -27
  12. package/dist-cjs/commands/GetMemoryRecordCommand.js +0 -27
  13. package/dist-cjs/commands/GetResourceApiKeyCommand.js +0 -27
  14. package/dist-cjs/commands/GetResourceOauth2TokenCommand.js +0 -27
  15. package/dist-cjs/commands/GetWorkloadAccessTokenCommand.js +0 -27
  16. package/dist-cjs/commands/GetWorkloadAccessTokenForJWTCommand.js +0 -27
  17. package/dist-cjs/commands/GetWorkloadAccessTokenForUserIdCommand.js +0 -27
  18. package/dist-cjs/commands/InvokeAgentRuntimeCommand.js +0 -27
  19. package/dist-cjs/commands/InvokeCodeInterpreterCommand.js +0 -31
  20. package/dist-cjs/commands/ListActorsCommand.js +0 -26
  21. package/dist-cjs/commands/ListBrowserSessionsCommand.js +0 -26
  22. package/dist-cjs/commands/ListCodeInterpreterSessionsCommand.js +0 -26
  23. package/dist-cjs/commands/ListEventsCommand.js +0 -27
  24. package/dist-cjs/commands/ListMemoryRecordsCommand.js +0 -27
  25. package/dist-cjs/commands/ListSessionsCommand.js +0 -26
  26. package/dist-cjs/commands/RetrieveMemoryRecordsCommand.js +0 -27
  27. package/dist-cjs/commands/StartBrowserSessionCommand.js +0 -26
  28. package/dist-cjs/commands/StartCodeInterpreterSessionCommand.js +0 -26
  29. package/dist-cjs/commands/StopBrowserSessionCommand.js +0 -26
  30. package/dist-cjs/commands/StopCodeInterpreterSessionCommand.js +0 -26
  31. package/dist-cjs/commands/UpdateBrowserStreamCommand.js +0 -26
  32. package/dist-cjs/commands/index.js +0 -29
  33. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  34. package/dist-cjs/extensionConfiguration.js +0 -2
  35. package/dist-cjs/models/BedrockAgentCoreServiceException.js +0 -12
  36. package/dist-cjs/models/index.js +0 -4
  37. package/dist-cjs/models/models_0.js +0 -468
  38. package/dist-cjs/pagination/Interfaces.js +0 -2
  39. package/dist-cjs/pagination/ListActorsPaginator.js +0 -7
  40. package/dist-cjs/pagination/ListEventsPaginator.js +0 -7
  41. package/dist-cjs/pagination/ListMemoryRecordsPaginator.js +0 -7
  42. package/dist-cjs/pagination/ListSessionsPaginator.js +0 -7
  43. package/dist-cjs/pagination/RetrieveMemoryRecordsPaginator.js +0 -7
  44. package/dist-cjs/pagination/index.js +0 -9
  45. package/dist-cjs/protocols/Aws_restJson1.js +0 -1422
  46. package/dist-cjs/runtimeExtensions.js +0 -13
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBrowserSessionsCommand = 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 ListBrowserSessionsCommand 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("AmazonBedrockAgentCore", "ListBrowserSessions", {})
20
- .n("BedrockAgentCoreClient", "ListBrowserSessionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListBrowserSessionsCommand)
23
- .de(Aws_restJson1_1.de_ListBrowserSessionsCommand)
24
- .build() {
25
- }
26
- exports.ListBrowserSessionsCommand = ListBrowserSessionsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCodeInterpreterSessionsCommand = 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 ListCodeInterpreterSessionsCommand 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("AmazonBedrockAgentCore", "ListCodeInterpreterSessions", {})
20
- .n("BedrockAgentCoreClient", "ListCodeInterpreterSessionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListCodeInterpreterSessionsCommand)
23
- .de(Aws_restJson1_1.de_ListCodeInterpreterSessionsCommand)
24
- .build() {
25
- }
26
- exports.ListCodeInterpreterSessionsCommand = ListCodeInterpreterSessionsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEventsCommand = 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 ListEventsCommand 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("AmazonBedrockAgentCore", "ListEvents", {})
21
- .n("BedrockAgentCoreClient", "ListEventsCommand")
22
- .f(void 0, models_0_1.ListEventsOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListEventsCommand)
24
- .de(Aws_restJson1_1.de_ListEventsCommand)
25
- .build() {
26
- }
27
- exports.ListEventsCommand = ListEventsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMemoryRecordsCommand = 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 ListMemoryRecordsCommand 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("AmazonBedrockAgentCore", "ListMemoryRecords", {})
21
- .n("BedrockAgentCoreClient", "ListMemoryRecordsCommand")
22
- .f(void 0, models_0_1.ListMemoryRecordsOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListMemoryRecordsCommand)
24
- .de(Aws_restJson1_1.de_ListMemoryRecordsCommand)
25
- .build() {
26
- }
27
- exports.ListMemoryRecordsCommand = ListMemoryRecordsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSessionsCommand = 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 ListSessionsCommand 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("AmazonBedrockAgentCore", "ListSessions", {})
20
- .n("BedrockAgentCoreClient", "ListSessionsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListSessionsCommand)
23
- .de(Aws_restJson1_1.de_ListSessionsCommand)
24
- .build() {
25
- }
26
- exports.ListSessionsCommand = ListSessionsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RetrieveMemoryRecordsCommand = 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 RetrieveMemoryRecordsCommand 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("AmazonBedrockAgentCore", "RetrieveMemoryRecords", {})
21
- .n("BedrockAgentCoreClient", "RetrieveMemoryRecordsCommand")
22
- .f(models_0_1.RetrieveMemoryRecordsInputFilterSensitiveLog, models_0_1.RetrieveMemoryRecordsOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_RetrieveMemoryRecordsCommand)
24
- .de(Aws_restJson1_1.de_RetrieveMemoryRecordsCommand)
25
- .build() {
26
- }
27
- exports.RetrieveMemoryRecordsCommand = RetrieveMemoryRecordsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartBrowserSessionCommand = 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 StartBrowserSessionCommand 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("AmazonBedrockAgentCore", "StartBrowserSession", {})
20
- .n("BedrockAgentCoreClient", "StartBrowserSessionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StartBrowserSessionCommand)
23
- .de(Aws_restJson1_1.de_StartBrowserSessionCommand)
24
- .build() {
25
- }
26
- exports.StartBrowserSessionCommand = StartBrowserSessionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartCodeInterpreterSessionCommand = 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 StartCodeInterpreterSessionCommand 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("AmazonBedrockAgentCore", "StartCodeInterpreterSession", {})
20
- .n("BedrockAgentCoreClient", "StartCodeInterpreterSessionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StartCodeInterpreterSessionCommand)
23
- .de(Aws_restJson1_1.de_StartCodeInterpreterSessionCommand)
24
- .build() {
25
- }
26
- exports.StartCodeInterpreterSessionCommand = StartCodeInterpreterSessionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopBrowserSessionCommand = 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 StopBrowserSessionCommand 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("AmazonBedrockAgentCore", "StopBrowserSession", {})
20
- .n("BedrockAgentCoreClient", "StopBrowserSessionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StopBrowserSessionCommand)
23
- .de(Aws_restJson1_1.de_StopBrowserSessionCommand)
24
- .build() {
25
- }
26
- exports.StopBrowserSessionCommand = StopBrowserSessionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopCodeInterpreterSessionCommand = 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 StopCodeInterpreterSessionCommand 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("AmazonBedrockAgentCore", "StopCodeInterpreterSession", {})
20
- .n("BedrockAgentCoreClient", "StopCodeInterpreterSessionCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StopCodeInterpreterSessionCommand)
23
- .de(Aws_restJson1_1.de_StopCodeInterpreterSessionCommand)
24
- .build() {
25
- }
26
- exports.StopCodeInterpreterSessionCommand = StopCodeInterpreterSessionCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBrowserStreamCommand = 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 UpdateBrowserStreamCommand 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("AmazonBedrockAgentCore", "UpdateBrowserStream", {})
20
- .n("BedrockAgentCoreClient", "UpdateBrowserStreamCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateBrowserStreamCommand)
23
- .de(Aws_restJson1_1.de_UpdateBrowserStreamCommand)
24
- .build() {
25
- }
26
- exports.UpdateBrowserStreamCommand = UpdateBrowserStreamCommand;
@@ -1,29 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateEventCommand"), exports);
5
- tslib_1.__exportStar(require("./DeleteEventCommand"), exports);
6
- tslib_1.__exportStar(require("./DeleteMemoryRecordCommand"), exports);
7
- tslib_1.__exportStar(require("./GetBrowserSessionCommand"), exports);
8
- tslib_1.__exportStar(require("./GetCodeInterpreterSessionCommand"), exports);
9
- tslib_1.__exportStar(require("./GetEventCommand"), exports);
10
- tslib_1.__exportStar(require("./GetMemoryRecordCommand"), exports);
11
- tslib_1.__exportStar(require("./GetResourceApiKeyCommand"), exports);
12
- tslib_1.__exportStar(require("./GetResourceOauth2TokenCommand"), exports);
13
- tslib_1.__exportStar(require("./GetWorkloadAccessTokenCommand"), exports);
14
- tslib_1.__exportStar(require("./GetWorkloadAccessTokenForJWTCommand"), exports);
15
- tslib_1.__exportStar(require("./GetWorkloadAccessTokenForUserIdCommand"), exports);
16
- tslib_1.__exportStar(require("./InvokeAgentRuntimeCommand"), exports);
17
- tslib_1.__exportStar(require("./InvokeCodeInterpreterCommand"), exports);
18
- tslib_1.__exportStar(require("./ListActorsCommand"), exports);
19
- tslib_1.__exportStar(require("./ListBrowserSessionsCommand"), exports);
20
- tslib_1.__exportStar(require("./ListCodeInterpreterSessionsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListEventsCommand"), exports);
22
- tslib_1.__exportStar(require("./ListMemoryRecordsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListSessionsCommand"), exports);
24
- tslib_1.__exportStar(require("./RetrieveMemoryRecordsCommand"), exports);
25
- tslib_1.__exportStar(require("./StartBrowserSessionCommand"), exports);
26
- tslib_1.__exportStar(require("./StartCodeInterpreterSessionCommand"), exports);
27
- tslib_1.__exportStar(require("./StopBrowserSessionCommand"), exports);
28
- tslib_1.__exportStar(require("./StopCodeInterpreterSessionCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateBrowserStreamCommand"), 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.BedrockAgentCoreServiceException = 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 BedrockAgentCoreServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, BedrockAgentCoreServiceException.prototype);
10
- }
11
- }
12
- exports.BedrockAgentCoreServiceException = BedrockAgentCoreServiceException;
@@ -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);