@aws-sdk/client-bedrock-agentcore-control 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist-cjs/index.js +3216 -3801
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BedrockAgentCoreControlClient.js +2 -0
  4. package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
  5. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
  6. package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
  7. package/dist-es/commands/CreateBrowserCommand.js +3 -10
  8. package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
  9. package/dist-es/commands/CreateGatewayCommand.js +3 -10
  10. package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
  11. package/dist-es/commands/CreateMemoryCommand.js +3 -10
  12. package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
  13. package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
  15. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
  16. package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
  17. package/dist-es/commands/DeleteBrowserCommand.js +3 -9
  18. package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
  19. package/dist-es/commands/DeleteGatewayCommand.js +3 -9
  20. package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
  21. package/dist-es/commands/DeleteMemoryCommand.js +3 -9
  22. package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
  24. package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
  25. package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
  26. package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
  27. package/dist-es/commands/GetBrowserCommand.js +3 -10
  28. package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
  29. package/dist-es/commands/GetGatewayCommand.js +3 -10
  30. package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
  31. package/dist-es/commands/GetMemoryCommand.js +3 -10
  32. package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
  33. package/dist-es/commands/GetTokenVaultCommand.js +3 -9
  34. package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
  35. package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
  36. package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
  37. package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
  38. package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
  39. package/dist-es/commands/ListBrowsersCommand.js +3 -10
  40. package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
  41. package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
  42. package/dist-es/commands/ListGatewaysCommand.js +3 -10
  43. package/dist-es/commands/ListMemoriesCommand.js +3 -9
  44. package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
  47. package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
  48. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
  52. package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
  53. package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
  54. package/dist-es/commands/UpdateGatewayCommand.js +3 -10
  55. package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
  56. package/dist-es/commands/UpdateMemoryCommand.js +3 -10
  57. package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
  58. package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
  59. package/dist-es/models/models_0.js +0 -906
  60. package/dist-es/runtimeConfig.shared.js +2 -0
  61. package/dist-es/schemas/schemas_0.js +3086 -0
  62. package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
  63. package/dist-types/models/models_0.d.ts +100 -413
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +350 -0
  69. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +0 -333
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +357 -0
  76. package/package.json +34 -35
  77. package/dist-es/protocols/Aws_restJson1.js +0 -2379
  78. package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -665
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.bedrockagentcorecontrol" }),
28
30
  serviceId: config?.serviceId ?? "Bedrock AgentCore Control",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class BedrockAgentCoreControlClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateAgentRuntimeRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateAgentRuntimeCommand, se_CreateAgentRuntimeCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAgentRuntime } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateAgentRuntimeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntime", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeCommand")
19
- .f(CreateAgentRuntimeRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateAgentRuntimeCommand)
21
- .de(de_CreateAgentRuntimeCommand)
14
+ .sc(CreateAgentRuntime)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateAgentRuntimeEndpointRequestFilterSensitiveLog, CreateAgentRuntimeEndpointResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateAgentRuntimeEndpointCommand, se_CreateAgentRuntimeEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAgentRuntimeEndpoint } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateAgentRuntimeEndpointCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntimeEndpoint", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeEndpointCommand")
19
- .f(CreateAgentRuntimeEndpointRequestFilterSensitiveLog, CreateAgentRuntimeEndpointResponseFilterSensitiveLog)
20
- .ser(se_CreateAgentRuntimeEndpointCommand)
21
- .de(de_CreateAgentRuntimeEndpointCommand)
14
+ .sc(CreateAgentRuntimeEndpoint)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateApiKeyCredentialProviderRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateApiKeyCredentialProviderCommand, se_CreateApiKeyCredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateApiKeyCredentialProvider } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateApiKeyCredentialProviderCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateApiKeyCredentialProvider", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateApiKeyCredentialProviderCommand")
19
- .f(CreateApiKeyCredentialProviderRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateApiKeyCredentialProviderCommand)
21
- .de(de_CreateApiKeyCredentialProviderCommand)
14
+ .sc(CreateApiKeyCredentialProvider)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateBrowserRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateBrowserCommand, se_CreateBrowserCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateBrowser } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateBrowserCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateBrowser", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateBrowserCommand")
19
- .f(CreateBrowserRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateBrowserCommand)
21
- .de(de_CreateBrowserCommand)
14
+ .sc(CreateBrowser)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateCodeInterpreterRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateCodeInterpreterCommand, se_CreateCodeInterpreterCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateCodeInterpreter } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateCodeInterpreterCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateCodeInterpreter", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateCodeInterpreterCommand")
19
- .f(CreateCodeInterpreterRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateCodeInterpreterCommand)
21
- .de(de_CreateCodeInterpreterCommand)
14
+ .sc(CreateCodeInterpreter)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateGatewayRequestFilterSensitiveLog, CreateGatewayResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateGatewayCommand, se_CreateGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateGateway } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateGatewayCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateGateway", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateGatewayCommand")
19
- .f(CreateGatewayRequestFilterSensitiveLog, CreateGatewayResponseFilterSensitiveLog)
20
- .ser(se_CreateGatewayCommand)
21
- .de(de_CreateGatewayCommand)
14
+ .sc(CreateGateway)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateGatewayTargetRequestFilterSensitiveLog, CreateGatewayTargetResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateGatewayTargetCommand, se_CreateGatewayTargetCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateGatewayTarget } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateGatewayTargetCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateGatewayTarget", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateGatewayTargetCommand")
19
- .f(CreateGatewayTargetRequestFilterSensitiveLog, CreateGatewayTargetResponseFilterSensitiveLog)
20
- .ser(se_CreateGatewayTargetCommand)
21
- .de(de_CreateGatewayTargetCommand)
14
+ .sc(CreateGatewayTarget)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateMemoryInputFilterSensitiveLog, CreateMemoryOutputFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateMemoryCommand, se_CreateMemoryCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateMemory } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateMemoryCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateMemory", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateMemoryCommand")
19
- .f(CreateMemoryInputFilterSensitiveLog, CreateMemoryOutputFilterSensitiveLog)
20
- .ser(se_CreateMemoryCommand)
21
- .de(de_CreateMemoryCommand)
14
+ .sc(CreateMemory)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateOauth2CredentialProviderRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateOauth2CredentialProviderCommand, se_CreateOauth2CredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateOauth2CredentialProvider } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateOauth2CredentialProviderCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "CreateOauth2CredentialProvider", {})
18
13
  .n("BedrockAgentCoreControlClient", "CreateOauth2CredentialProviderCommand")
19
- .f(CreateOauth2CredentialProviderRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateOauth2CredentialProviderCommand)
21
- .de(de_CreateOauth2CredentialProviderCommand)
14
+ .sc(CreateOauth2CredentialProvider)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWorkloadIdentityCommand, se_CreateWorkloadIdentityCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkloadIdentity } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkloadIdentityCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "CreateWorkloadIdentity", {})
17
13
  .n("BedrockAgentCoreControlClient", "CreateWorkloadIdentityCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkloadIdentityCommand)
20
- .de(de_CreateWorkloadIdentityCommand)
14
+ .sc(CreateWorkloadIdentity)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAgentRuntimeCommand, se_DeleteAgentRuntimeCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAgentRuntime } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAgentRuntimeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntime", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAgentRuntimeCommand)
20
- .de(de_DeleteAgentRuntimeCommand)
14
+ .sc(DeleteAgentRuntime)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DeleteAgentRuntimeEndpointRequestFilterSensitiveLog, DeleteAgentRuntimeEndpointResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_DeleteAgentRuntimeEndpointCommand, se_DeleteAgentRuntimeEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAgentRuntimeEndpoint } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class DeleteAgentRuntimeEndpointCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntimeEndpoint", {})
18
13
  .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeEndpointCommand")
19
- .f(DeleteAgentRuntimeEndpointRequestFilterSensitiveLog, DeleteAgentRuntimeEndpointResponseFilterSensitiveLog)
20
- .ser(se_DeleteAgentRuntimeEndpointCommand)
21
- .de(de_DeleteAgentRuntimeEndpointCommand)
14
+ .sc(DeleteAgentRuntimeEndpoint)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteApiKeyCredentialProviderCommand, se_DeleteApiKeyCredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteApiKeyCredentialProvider } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteApiKeyCredentialProviderCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteApiKeyCredentialProvider", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteApiKeyCredentialProviderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteApiKeyCredentialProviderCommand)
20
- .de(de_DeleteApiKeyCredentialProviderCommand)
14
+ .sc(DeleteApiKeyCredentialProvider)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteBrowserCommand, se_DeleteBrowserCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteBrowser } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteBrowserCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteBrowser", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteBrowserCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteBrowserCommand)
20
- .de(de_DeleteBrowserCommand)
14
+ .sc(DeleteBrowser)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCodeInterpreterCommand, se_DeleteCodeInterpreterCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteCodeInterpreter } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCodeInterpreterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteCodeInterpreter", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteCodeInterpreterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCodeInterpreterCommand)
20
- .de(de_DeleteCodeInterpreterCommand)
14
+ .sc(DeleteCodeInterpreter)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteGatewayCommand, se_DeleteGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteGateway } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGatewayCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteGateway", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteGatewayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteGatewayCommand)
20
- .de(de_DeleteGatewayCommand)
14
+ .sc(DeleteGateway)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteGatewayTargetCommand, se_DeleteGatewayTargetCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteGatewayTarget } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGatewayTargetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteGatewayTarget", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteGatewayTargetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteGatewayTargetCommand)
20
- .de(de_DeleteGatewayTargetCommand)
14
+ .sc(DeleteGatewayTarget)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteMemoryCommand, se_DeleteMemoryCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteMemory } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMemoryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteMemory", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteMemoryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMemoryCommand)
20
- .de(de_DeleteMemoryCommand)
14
+ .sc(DeleteMemory)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteOauth2CredentialProviderCommand, se_DeleteOauth2CredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteOauth2CredentialProvider } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteOauth2CredentialProviderCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteOauth2CredentialProvider", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteOauth2CredentialProviderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteOauth2CredentialProviderCommand)
20
- .de(de_DeleteOauth2CredentialProviderCommand)
14
+ .sc(DeleteOauth2CredentialProvider)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteWorkloadIdentityCommand, se_DeleteWorkloadIdentityCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWorkloadIdentity } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkloadIdentityCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AmazonBedrockAgentCoreControl", "DeleteWorkloadIdentity", {})
17
13
  .n("BedrockAgentCoreControlClient", "DeleteWorkloadIdentityCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkloadIdentityCommand)
20
- .de(de_DeleteWorkloadIdentityCommand)
14
+ .sc(DeleteWorkloadIdentity)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetAgentRuntimeResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAgentRuntimeCommand, se_GetAgentRuntimeCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAgentRuntime } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAgentRuntimeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "GetAgentRuntime", {})
18
13
  .n("BedrockAgentCoreControlClient", "GetAgentRuntimeCommand")
19
- .f(void 0, GetAgentRuntimeResponseFilterSensitiveLog)
20
- .ser(se_GetAgentRuntimeCommand)
21
- .de(de_GetAgentRuntimeCommand)
14
+ .sc(GetAgentRuntime)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetAgentRuntimeEndpointRequestFilterSensitiveLog, GetAgentRuntimeEndpointResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAgentRuntimeEndpointCommand, se_GetAgentRuntimeEndpointCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAgentRuntimeEndpoint } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAgentRuntimeEndpointCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AmazonBedrockAgentCoreControl", "GetAgentRuntimeEndpoint", {})
18
13
  .n("BedrockAgentCoreControlClient", "GetAgentRuntimeEndpointCommand")
19
- .f(GetAgentRuntimeEndpointRequestFilterSensitiveLog, GetAgentRuntimeEndpointResponseFilterSensitiveLog)
20
- .ser(se_GetAgentRuntimeEndpointCommand)
21
- .de(de_GetAgentRuntimeEndpointCommand)
14
+ .sc(GetAgentRuntimeEndpoint)
22
15
  .build() {
23
16
  }