@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,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGatewayCommand = 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 DeleteGatewayCommand 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", "DeleteGateway", {})
20
- .n("BedrockAgentCoreControlClient", "DeleteGatewayCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteGatewayCommand)
23
- .de(Aws_restJson1_1.de_DeleteGatewayCommand)
24
- .build() {
25
- }
26
- exports.DeleteGatewayCommand = DeleteGatewayCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGatewayTargetCommand = 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 DeleteGatewayTargetCommand 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", "DeleteGatewayTarget", {})
20
- .n("BedrockAgentCoreControlClient", "DeleteGatewayTargetCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteGatewayTargetCommand)
23
- .de(Aws_restJson1_1.de_DeleteGatewayTargetCommand)
24
- .build() {
25
- }
26
- exports.DeleteGatewayTargetCommand = DeleteGatewayTargetCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMemoryCommand = 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 DeleteMemoryCommand 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", "DeleteMemory", {})
20
- .n("BedrockAgentCoreControlClient", "DeleteMemoryCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteMemoryCommand)
23
- .de(Aws_restJson1_1.de_DeleteMemoryCommand)
24
- .build() {
25
- }
26
- exports.DeleteMemoryCommand = DeleteMemoryCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteOauth2CredentialProviderCommand = 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 DeleteOauth2CredentialProviderCommand 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", "DeleteOauth2CredentialProvider", {})
20
- .n("BedrockAgentCoreControlClient", "DeleteOauth2CredentialProviderCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteOauth2CredentialProviderCommand)
23
- .de(Aws_restJson1_1.de_DeleteOauth2CredentialProviderCommand)
24
- .build() {
25
- }
26
- exports.DeleteOauth2CredentialProviderCommand = DeleteOauth2CredentialProviderCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkloadIdentityCommand = 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 DeleteWorkloadIdentityCommand 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", "DeleteWorkloadIdentity", {})
20
- .n("BedrockAgentCoreControlClient", "DeleteWorkloadIdentityCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteWorkloadIdentityCommand)
23
- .de(Aws_restJson1_1.de_DeleteWorkloadIdentityCommand)
24
- .build() {
25
- }
26
- exports.DeleteWorkloadIdentityCommand = DeleteWorkloadIdentityCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAgentRuntimeCommand = 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 GetAgentRuntimeCommand 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", "GetAgentRuntime", {})
21
- .n("BedrockAgentCoreControlClient", "GetAgentRuntimeCommand")
22
- .f(void 0, models_0_1.GetAgentRuntimeResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetAgentRuntimeCommand)
24
- .de(Aws_restJson1_1.de_GetAgentRuntimeCommand)
25
- .build() {
26
- }
27
- exports.GetAgentRuntimeCommand = GetAgentRuntimeCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAgentRuntimeEndpointCommand = 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 GetAgentRuntimeEndpointCommand 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", "GetAgentRuntimeEndpoint", {})
21
- .n("BedrockAgentCoreControlClient", "GetAgentRuntimeEndpointCommand")
22
- .f(models_0_1.GetAgentRuntimeEndpointRequestFilterSensitiveLog, models_0_1.GetAgentRuntimeEndpointResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetAgentRuntimeEndpointCommand)
24
- .de(Aws_restJson1_1.de_GetAgentRuntimeEndpointCommand)
25
- .build() {
26
- }
27
- exports.GetAgentRuntimeEndpointCommand = GetAgentRuntimeEndpointCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApiKeyCredentialProviderCommand = 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 GetApiKeyCredentialProviderCommand 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", "GetApiKeyCredentialProvider", {})
20
- .n("BedrockAgentCoreControlClient", "GetApiKeyCredentialProviderCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetApiKeyCredentialProviderCommand)
23
- .de(Aws_restJson1_1.de_GetApiKeyCredentialProviderCommand)
24
- .build() {
25
- }
26
- exports.GetApiKeyCredentialProviderCommand = GetApiKeyCredentialProviderCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBrowserCommand = 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 GetBrowserCommand 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", "GetBrowser", {})
21
- .n("BedrockAgentCoreControlClient", "GetBrowserCommand")
22
- .f(void 0, models_0_1.GetBrowserResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetBrowserCommand)
24
- .de(Aws_restJson1_1.de_GetBrowserCommand)
25
- .build() {
26
- }
27
- exports.GetBrowserCommand = GetBrowserCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCodeInterpreterCommand = 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 GetCodeInterpreterCommand 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", "GetCodeInterpreter", {})
21
- .n("BedrockAgentCoreControlClient", "GetCodeInterpreterCommand")
22
- .f(void 0, models_0_1.GetCodeInterpreterResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetCodeInterpreterCommand)
24
- .de(Aws_restJson1_1.de_GetCodeInterpreterCommand)
25
- .build() {
26
- }
27
- exports.GetCodeInterpreterCommand = GetCodeInterpreterCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGatewayCommand = 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 GetGatewayCommand 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", "GetGateway", {})
21
- .n("BedrockAgentCoreControlClient", "GetGatewayCommand")
22
- .f(void 0, models_0_1.GetGatewayResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetGatewayCommand)
24
- .de(Aws_restJson1_1.de_GetGatewayCommand)
25
- .build() {
26
- }
27
- exports.GetGatewayCommand = GetGatewayCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGatewayTargetCommand = 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 GetGatewayTargetCommand 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", "GetGatewayTarget", {})
21
- .n("BedrockAgentCoreControlClient", "GetGatewayTargetCommand")
22
- .f(void 0, models_0_1.GetGatewayTargetResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetGatewayTargetCommand)
24
- .de(Aws_restJson1_1.de_GetGatewayTargetCommand)
25
- .build() {
26
- }
27
- exports.GetGatewayTargetCommand = GetGatewayTargetCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMemoryCommand = 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 GetMemoryCommand 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", "GetMemory", {})
21
- .n("BedrockAgentCoreControlClient", "GetMemoryCommand")
22
- .f(void 0, models_0_1.GetMemoryOutputFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetMemoryCommand)
24
- .de(Aws_restJson1_1.de_GetMemoryCommand)
25
- .build() {
26
- }
27
- exports.GetMemoryCommand = GetMemoryCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOauth2CredentialProviderCommand = 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 GetOauth2CredentialProviderCommand 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", "GetOauth2CredentialProvider", {})
20
- .n("BedrockAgentCoreControlClient", "GetOauth2CredentialProviderCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetOauth2CredentialProviderCommand)
23
- .de(Aws_restJson1_1.de_GetOauth2CredentialProviderCommand)
24
- .build() {
25
- }
26
- exports.GetOauth2CredentialProviderCommand = GetOauth2CredentialProviderCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTokenVaultCommand = 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 GetTokenVaultCommand 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", "GetTokenVault", {})
20
- .n("BedrockAgentCoreControlClient", "GetTokenVaultCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTokenVaultCommand)
23
- .de(Aws_restJson1_1.de_GetTokenVaultCommand)
24
- .build() {
25
- }
26
- exports.GetTokenVaultCommand = GetTokenVaultCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkloadIdentityCommand = 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 GetWorkloadIdentityCommand 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", "GetWorkloadIdentity", {})
20
- .n("BedrockAgentCoreControlClient", "GetWorkloadIdentityCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetWorkloadIdentityCommand)
23
- .de(Aws_restJson1_1.de_GetWorkloadIdentityCommand)
24
- .build() {
25
- }
26
- exports.GetWorkloadIdentityCommand = GetWorkloadIdentityCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAgentRuntimeEndpointsCommand = 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 ListAgentRuntimeEndpointsCommand 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", "ListAgentRuntimeEndpoints", {})
21
- .n("BedrockAgentCoreControlClient", "ListAgentRuntimeEndpointsCommand")
22
- .f(void 0, models_0_1.ListAgentRuntimeEndpointsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListAgentRuntimeEndpointsCommand)
24
- .de(Aws_restJson1_1.de_ListAgentRuntimeEndpointsCommand)
25
- .build() {
26
- }
27
- exports.ListAgentRuntimeEndpointsCommand = ListAgentRuntimeEndpointsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAgentRuntimeVersionsCommand = 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 ListAgentRuntimeVersionsCommand 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", "ListAgentRuntimeVersions", {})
21
- .n("BedrockAgentCoreControlClient", "ListAgentRuntimeVersionsCommand")
22
- .f(void 0, models_0_1.ListAgentRuntimeVersionsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListAgentRuntimeVersionsCommand)
24
- .de(Aws_restJson1_1.de_ListAgentRuntimeVersionsCommand)
25
- .build() {
26
- }
27
- exports.ListAgentRuntimeVersionsCommand = ListAgentRuntimeVersionsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAgentRuntimesCommand = 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 ListAgentRuntimesCommand 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", "ListAgentRuntimes", {})
21
- .n("BedrockAgentCoreControlClient", "ListAgentRuntimesCommand")
22
- .f(void 0, models_0_1.ListAgentRuntimesResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListAgentRuntimesCommand)
24
- .de(Aws_restJson1_1.de_ListAgentRuntimesCommand)
25
- .build() {
26
- }
27
- exports.ListAgentRuntimesCommand = ListAgentRuntimesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApiKeyCredentialProvidersCommand = 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 ListApiKeyCredentialProvidersCommand 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", "ListApiKeyCredentialProviders", {})
20
- .n("BedrockAgentCoreControlClient", "ListApiKeyCredentialProvidersCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListApiKeyCredentialProvidersCommand)
23
- .de(Aws_restJson1_1.de_ListApiKeyCredentialProvidersCommand)
24
- .build() {
25
- }
26
- exports.ListApiKeyCredentialProvidersCommand = ListApiKeyCredentialProvidersCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListBrowsersCommand = 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 ListBrowsersCommand 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", "ListBrowsers", {})
21
- .n("BedrockAgentCoreControlClient", "ListBrowsersCommand")
22
- .f(void 0, models_0_1.ListBrowsersResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListBrowsersCommand)
24
- .de(Aws_restJson1_1.de_ListBrowsersCommand)
25
- .build() {
26
- }
27
- exports.ListBrowsersCommand = ListBrowsersCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCodeInterpretersCommand = 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 ListCodeInterpretersCommand 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", "ListCodeInterpreters", {})
21
- .n("BedrockAgentCoreControlClient", "ListCodeInterpretersCommand")
22
- .f(void 0, models_0_1.ListCodeInterpretersResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListCodeInterpretersCommand)
24
- .de(Aws_restJson1_1.de_ListCodeInterpretersCommand)
25
- .build() {
26
- }
27
- exports.ListCodeInterpretersCommand = ListCodeInterpretersCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGatewayTargetsCommand = 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 ListGatewayTargetsCommand 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", "ListGatewayTargets", {})
21
- .n("BedrockAgentCoreControlClient", "ListGatewayTargetsCommand")
22
- .f(void 0, models_0_1.ListGatewayTargetsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListGatewayTargetsCommand)
24
- .de(Aws_restJson1_1.de_ListGatewayTargetsCommand)
25
- .build() {
26
- }
27
- exports.ListGatewayTargetsCommand = ListGatewayTargetsCommand;