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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist-cjs/index.js +3217 -3522
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/BedrockAgentCoreControlClient.js +2 -0
  4. package/dist-es/commands/CreateAgentRuntimeCommand.js +3 -10
  5. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +3 -10
  6. package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +3 -10
  7. package/dist-es/commands/CreateBrowserCommand.js +3 -10
  8. package/dist-es/commands/CreateCodeInterpreterCommand.js +3 -10
  9. package/dist-es/commands/CreateGatewayCommand.js +3 -10
  10. package/dist-es/commands/CreateGatewayTargetCommand.js +3 -10
  11. package/dist-es/commands/CreateMemoryCommand.js +3 -10
  12. package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +3 -10
  13. package/dist-es/commands/CreateWorkloadIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteAgentRuntimeCommand.js +3 -9
  15. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +3 -10
  16. package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +3 -9
  17. package/dist-es/commands/DeleteBrowserCommand.js +3 -9
  18. package/dist-es/commands/DeleteCodeInterpreterCommand.js +3 -9
  19. package/dist-es/commands/DeleteGatewayCommand.js +3 -9
  20. package/dist-es/commands/DeleteGatewayTargetCommand.js +3 -9
  21. package/dist-es/commands/DeleteMemoryCommand.js +3 -9
  22. package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +3 -9
  23. package/dist-es/commands/DeleteWorkloadIdentityCommand.js +3 -9
  24. package/dist-es/commands/GetAgentRuntimeCommand.js +3 -10
  25. package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +3 -10
  26. package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +3 -9
  27. package/dist-es/commands/GetBrowserCommand.js +3 -10
  28. package/dist-es/commands/GetCodeInterpreterCommand.js +3 -10
  29. package/dist-es/commands/GetGatewayCommand.js +3 -10
  30. package/dist-es/commands/GetGatewayTargetCommand.js +3 -10
  31. package/dist-es/commands/GetMemoryCommand.js +3 -10
  32. package/dist-es/commands/GetOauth2CredentialProviderCommand.js +3 -9
  33. package/dist-es/commands/GetTokenVaultCommand.js +3 -9
  34. package/dist-es/commands/GetWorkloadIdentityCommand.js +3 -9
  35. package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +3 -10
  36. package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +3 -10
  37. package/dist-es/commands/ListAgentRuntimesCommand.js +3 -10
  38. package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +3 -9
  39. package/dist-es/commands/ListBrowsersCommand.js +3 -10
  40. package/dist-es/commands/ListCodeInterpretersCommand.js +3 -10
  41. package/dist-es/commands/ListGatewayTargetsCommand.js +3 -10
  42. package/dist-es/commands/ListGatewaysCommand.js +3 -10
  43. package/dist-es/commands/ListMemoriesCommand.js +3 -9
  44. package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ListWorkloadIdentitiesCommand.js +3 -9
  47. package/dist-es/commands/SetTokenVaultCMKCommand.js +3 -9
  48. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAgentRuntimeCommand.js +3 -10
  52. package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +3 -10
  53. package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +3 -10
  54. package/dist-es/commands/UpdateGatewayCommand.js +3 -10
  55. package/dist-es/commands/UpdateGatewayTargetCommand.js +3 -10
  56. package/dist-es/commands/UpdateMemoryCommand.js +3 -10
  57. package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +3 -10
  58. package/dist-es/commands/UpdateWorkloadIdentityCommand.js +3 -9
  59. package/dist-es/models/models_0.js +0 -626
  60. package/dist-es/runtimeConfig.shared.js +2 -0
  61. package/dist-es/schemas/schemas_0.js +3086 -0
  62. package/dist-types/BedrockAgentCoreControlClient.d.ts +10 -1
  63. package/dist-types/models/models_0.d.ts +0 -388
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +350 -0
  69. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +4 -0
  70. package/dist-types/ts3.4/models/models_0.d.ts +0 -287
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  75. package/dist-types/ts3.4/schemas/schemas_0.d.ts +357 -0
  76. package/package.json +2 -3
  77. package/dist-es/protocols/Aws_restJson1.js +0 -2379
  78. package/dist-types/protocols/Aws_restJson1.d.ts +0 -497
  79. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -665
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApiKeyCredentialProviderCommand, se_GetApiKeyCredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetApiKeyCredentialProvider } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApiKeyCredentialProviderCommand 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", "GetApiKeyCredentialProvider", {})
17
13
  .n("BedrockAgentCoreControlClient", "GetApiKeyCredentialProviderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApiKeyCredentialProviderCommand)
20
- .de(de_GetApiKeyCredentialProviderCommand)
14
+ .sc(GetApiKeyCredentialProvider)
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 { GetBrowserResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetBrowserCommand, se_GetBrowserCommand } from "../protocols/Aws_restJson1";
4
+ import { GetBrowser } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetBrowserCommand 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", "GetBrowser", {})
18
13
  .n("BedrockAgentCoreControlClient", "GetBrowserCommand")
19
- .f(void 0, GetBrowserResponseFilterSensitiveLog)
20
- .ser(se_GetBrowserCommand)
21
- .de(de_GetBrowserCommand)
14
+ .sc(GetBrowser)
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 { GetCodeInterpreterResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetCodeInterpreterCommand, se_GetCodeInterpreterCommand } from "../protocols/Aws_restJson1";
4
+ import { GetCodeInterpreter } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetCodeInterpreterCommand 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", "GetCodeInterpreter", {})
18
13
  .n("BedrockAgentCoreControlClient", "GetCodeInterpreterCommand")
19
- .f(void 0, GetCodeInterpreterResponseFilterSensitiveLog)
20
- .ser(se_GetCodeInterpreterCommand)
21
- .de(de_GetCodeInterpreterCommand)
14
+ .sc(GetCodeInterpreter)
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 { GetGatewayResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetGatewayCommand, se_GetGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGateway } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetGatewayCommand 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", "GetGateway", {})
18
13
  .n("BedrockAgentCoreControlClient", "GetGatewayCommand")
19
- .f(void 0, GetGatewayResponseFilterSensitiveLog)
20
- .ser(se_GetGatewayCommand)
21
- .de(de_GetGatewayCommand)
14
+ .sc(GetGateway)
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 { GetGatewayTargetResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetGatewayTargetCommand, se_GetGatewayTargetCommand } from "../protocols/Aws_restJson1";
4
+ import { GetGatewayTarget } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetGatewayTargetCommand 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", "GetGatewayTarget", {})
18
13
  .n("BedrockAgentCoreControlClient", "GetGatewayTargetCommand")
19
- .f(void 0, GetGatewayTargetResponseFilterSensitiveLog)
20
- .ser(se_GetGatewayTargetCommand)
21
- .de(de_GetGatewayTargetCommand)
14
+ .sc(GetGatewayTarget)
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 { GetMemoryOutputFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetMemoryCommand, se_GetMemoryCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMemory } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetMemoryCommand 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", "GetMemory", {})
18
13
  .n("BedrockAgentCoreControlClient", "GetMemoryCommand")
19
- .f(void 0, GetMemoryOutputFilterSensitiveLog)
20
- .ser(se_GetMemoryCommand)
21
- .de(de_GetMemoryCommand)
14
+ .sc(GetMemory)
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_GetOauth2CredentialProviderCommand, se_GetOauth2CredentialProviderCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetOauth2CredentialProvider } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetOauth2CredentialProviderCommand 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", "GetOauth2CredentialProvider", {})
17
13
  .n("BedrockAgentCoreControlClient", "GetOauth2CredentialProviderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetOauth2CredentialProviderCommand)
20
- .de(de_GetOauth2CredentialProviderCommand)
14
+ .sc(GetOauth2CredentialProvider)
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_GetTokenVaultCommand, se_GetTokenVaultCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTokenVault } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTokenVaultCommand 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", "GetTokenVault", {})
17
13
  .n("BedrockAgentCoreControlClient", "GetTokenVaultCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTokenVaultCommand)
20
- .de(de_GetTokenVaultCommand)
14
+ .sc(GetTokenVault)
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_GetWorkloadIdentityCommand, se_GetWorkloadIdentityCommand } from "../protocols/Aws_restJson1";
4
+ import { GetWorkloadIdentity } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWorkloadIdentityCommand 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", "GetWorkloadIdentity", {})
17
13
  .n("BedrockAgentCoreControlClient", "GetWorkloadIdentityCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWorkloadIdentityCommand)
20
- .de(de_GetWorkloadIdentityCommand)
14
+ .sc(GetWorkloadIdentity)
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 { ListAgentRuntimeEndpointsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAgentRuntimeEndpointsCommand, se_ListAgentRuntimeEndpointsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAgentRuntimeEndpoints } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAgentRuntimeEndpointsCommand 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", "ListAgentRuntimeEndpoints", {})
18
13
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimeEndpointsCommand")
19
- .f(void 0, ListAgentRuntimeEndpointsResponseFilterSensitiveLog)
20
- .ser(se_ListAgentRuntimeEndpointsCommand)
21
- .de(de_ListAgentRuntimeEndpointsCommand)
14
+ .sc(ListAgentRuntimeEndpoints)
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 { ListAgentRuntimeVersionsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAgentRuntimeVersionsCommand, se_ListAgentRuntimeVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAgentRuntimeVersions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAgentRuntimeVersionsCommand 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", "ListAgentRuntimeVersions", {})
18
13
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimeVersionsCommand")
19
- .f(void 0, ListAgentRuntimeVersionsResponseFilterSensitiveLog)
20
- .ser(se_ListAgentRuntimeVersionsCommand)
21
- .de(de_ListAgentRuntimeVersionsCommand)
14
+ .sc(ListAgentRuntimeVersions)
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 { ListAgentRuntimesResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAgentRuntimesCommand, se_ListAgentRuntimesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAgentRuntimes } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAgentRuntimesCommand 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", "ListAgentRuntimes", {})
18
13
  .n("BedrockAgentCoreControlClient", "ListAgentRuntimesCommand")
19
- .f(void 0, ListAgentRuntimesResponseFilterSensitiveLog)
20
- .ser(se_ListAgentRuntimesCommand)
21
- .de(de_ListAgentRuntimesCommand)
14
+ .sc(ListAgentRuntimes)
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_ListApiKeyCredentialProvidersCommand, se_ListApiKeyCredentialProvidersCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListApiKeyCredentialProviders } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListApiKeyCredentialProvidersCommand 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", "ListApiKeyCredentialProviders", {})
17
13
  .n("BedrockAgentCoreControlClient", "ListApiKeyCredentialProvidersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListApiKeyCredentialProvidersCommand)
20
- .de(de_ListApiKeyCredentialProvidersCommand)
14
+ .sc(ListApiKeyCredentialProviders)
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 { ListBrowsersResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListBrowsersCommand, se_ListBrowsersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListBrowsers } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListBrowsersCommand 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", "ListBrowsers", {})
18
13
  .n("BedrockAgentCoreControlClient", "ListBrowsersCommand")
19
- .f(void 0, ListBrowsersResponseFilterSensitiveLog)
20
- .ser(se_ListBrowsersCommand)
21
- .de(de_ListBrowsersCommand)
14
+ .sc(ListBrowsers)
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 { ListCodeInterpretersResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListCodeInterpretersCommand, se_ListCodeInterpretersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCodeInterpreters } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListCodeInterpretersCommand 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", "ListCodeInterpreters", {})
18
13
  .n("BedrockAgentCoreControlClient", "ListCodeInterpretersCommand")
19
- .f(void 0, ListCodeInterpretersResponseFilterSensitiveLog)
20
- .ser(se_ListCodeInterpretersCommand)
21
- .de(de_ListCodeInterpretersCommand)
14
+ .sc(ListCodeInterpreters)
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 { ListGatewayTargetsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListGatewayTargetsCommand, se_ListGatewayTargetsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGatewayTargets } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListGatewayTargetsCommand 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", "ListGatewayTargets", {})
18
13
  .n("BedrockAgentCoreControlClient", "ListGatewayTargetsCommand")
19
- .f(void 0, ListGatewayTargetsResponseFilterSensitiveLog)
20
- .ser(se_ListGatewayTargetsCommand)
21
- .de(de_ListGatewayTargetsCommand)
14
+ .sc(ListGatewayTargets)
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 { ListGatewaysResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_restJson1";
4
+ import { ListGateways } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListGatewaysCommand 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", "ListGateways", {})
18
13
  .n("BedrockAgentCoreControlClient", "ListGatewaysCommand")
19
- .f(void 0, ListGatewaysResponseFilterSensitiveLog)
20
- .ser(se_ListGatewaysCommand)
21
- .de(de_ListGatewaysCommand)
14
+ .sc(ListGateways)
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_ListMemoriesCommand, se_ListMemoriesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListMemories } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListMemoriesCommand 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", "ListMemories", {})
17
13
  .n("BedrockAgentCoreControlClient", "ListMemoriesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListMemoriesCommand)
20
- .de(de_ListMemoriesCommand)
14
+ .sc(ListMemories)
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_ListOauth2CredentialProvidersCommand, se_ListOauth2CredentialProvidersCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListOauth2CredentialProviders } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListOauth2CredentialProvidersCommand 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", "ListOauth2CredentialProviders", {})
17
13
  .n("BedrockAgentCoreControlClient", "ListOauth2CredentialProvidersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListOauth2CredentialProvidersCommand)
20
- .de(de_ListOauth2CredentialProvidersCommand)
14
+ .sc(ListOauth2CredentialProviders)
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListWorkloadIdentitiesCommand, se_ListWorkloadIdentitiesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListWorkloadIdentities } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWorkloadIdentitiesCommand 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", "ListWorkloadIdentities", {})
17
13
  .n("BedrockAgentCoreControlClient", "ListWorkloadIdentitiesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWorkloadIdentitiesCommand)
20
- .de(de_ListWorkloadIdentitiesCommand)
14
+ .sc(ListWorkloadIdentities)
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_SetTokenVaultCMKCommand, se_SetTokenVaultCMKCommand } from "../protocols/Aws_restJson1";
4
+ import { SetTokenVaultCMK } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class SetTokenVaultCMKCommand 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", "SetTokenVaultCMK", {})
17
13
  .n("BedrockAgentCoreControlClient", "SetTokenVaultCMKCommand")
18
- .f(void 0, void 0)
19
- .ser(se_SetTokenVaultCMKCommand)
20
- .de(de_SetTokenVaultCMKCommand)
14
+ .sc(SetTokenVaultCMK)
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 { SynchronizeGatewayTargetsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_SynchronizeGatewayTargetsCommand, se_SynchronizeGatewayTargetsCommand } from "../protocols/Aws_restJson1";
4
+ import { SynchronizeGatewayTargets } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class SynchronizeGatewayTargetsCommand 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", "SynchronizeGatewayTargets", {})
18
13
  .n("BedrockAgentCoreControlClient", "SynchronizeGatewayTargetsCommand")
19
- .f(void 0, SynchronizeGatewayTargetsResponseFilterSensitiveLog)
20
- .ser(se_SynchronizeGatewayTargetsCommand)
21
- .de(de_SynchronizeGatewayTargetsCommand)
14
+ .sc(SynchronizeGatewayTargets)
22
15
  .build() {
23
16
  }