@aws-sdk/client-bedrock-agentcore-control 3.1044.0 → 3.1045.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 (78) hide show
  1. package/README.md +105 -0
  2. package/dist-cjs/index.js +257 -0
  3. package/dist-cjs/schemas/schemas_0.js +368 -16
  4. package/dist-es/BedrockAgentCoreControl.js +36 -0
  5. package/dist-es/commands/CreatePaymentConnectorCommand.js +16 -0
  6. package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +16 -0
  7. package/dist-es/commands/CreatePaymentManagerCommand.js +16 -0
  8. package/dist-es/commands/DeletePaymentConnectorCommand.js +16 -0
  9. package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +16 -0
  10. package/dist-es/commands/DeletePaymentManagerCommand.js +16 -0
  11. package/dist-es/commands/GetPaymentConnectorCommand.js +16 -0
  12. package/dist-es/commands/GetPaymentCredentialProviderCommand.js +16 -0
  13. package/dist-es/commands/GetPaymentManagerCommand.js +16 -0
  14. package/dist-es/commands/ListPaymentConnectorsCommand.js +16 -0
  15. package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +16 -0
  16. package/dist-es/commands/ListPaymentManagersCommand.js +16 -0
  17. package/dist-es/commands/UpdatePaymentConnectorCommand.js +16 -0
  18. package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +16 -0
  19. package/dist-es/commands/UpdatePaymentManagerCommand.js +16 -0
  20. package/dist-es/commands/index.js +15 -0
  21. package/dist-es/models/enums.js +30 -0
  22. package/dist-es/pagination/ListPaymentConnectorsPaginator.js +4 -0
  23. package/dist-es/pagination/ListPaymentCredentialProvidersPaginator.js +4 -0
  24. package/dist-es/pagination/ListPaymentManagersPaginator.js +4 -0
  25. package/dist-es/pagination/index.js +3 -0
  26. package/dist-es/schemas/schemas_0.js +353 -2
  27. package/dist-types/BedrockAgentCoreControl.d.ts +128 -0
  28. package/dist-types/BedrockAgentCoreControlClient.d.ts +17 -2
  29. package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +124 -0
  30. package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +147 -0
  31. package/dist-types/commands/CreatePaymentManagerCommand.d.ts +251 -0
  32. package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +92 -0
  33. package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +90 -0
  34. package/dist-types/commands/DeletePaymentManagerCommand.d.ts +91 -0
  35. package/dist-types/commands/GetPaymentConnectorCommand.d.ts +106 -0
  36. package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +123 -0
  37. package/dist-types/commands/GetPaymentManagerCommand.d.ts +173 -0
  38. package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +97 -0
  39. package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +102 -0
  40. package/dist-types/commands/ListPaymentManagersCommand.d.ts +100 -0
  41. package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +124 -0
  42. package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +143 -0
  43. package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +180 -0
  44. package/dist-types/commands/index.d.ts +15 -0
  45. package/dist-types/models/enums.d.ts +76 -0
  46. package/dist-types/models/models_0.d.ts +1 -1
  47. package/dist-types/models/models_1.d.ts +1149 -6
  48. package/dist-types/pagination/ListPaymentConnectorsPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListPaymentCredentialProvidersPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListPaymentManagersPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +3 -0
  52. package/dist-types/schemas/schemas_0.d.ts +56 -0
  53. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +278 -0
  54. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +90 -0
  55. package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +51 -0
  63. package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +51 -0
  66. package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +51 -0
  67. package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  71. package/dist-types/ts3.4/models/enums.d.ts +40 -0
  72. package/dist-types/ts3.4/models/models_1.d.ts +331 -0
  73. package/dist-types/ts3.4/pagination/ListPaymentConnectorsPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/ListPaymentCredentialProvidersPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/ListPaymentManagersPaginator.d.ts +11 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +56 -0
  78. package/package.json +1 -1
@@ -15,6 +15,9 @@ import { CreateHarnessCommand, } from "./commands/CreateHarnessCommand";
15
15
  import { CreateMemoryCommand, } from "./commands/CreateMemoryCommand";
16
16
  import { CreateOauth2CredentialProviderCommand, } from "./commands/CreateOauth2CredentialProviderCommand";
17
17
  import { CreateOnlineEvaluationConfigCommand, } from "./commands/CreateOnlineEvaluationConfigCommand";
18
+ import { CreatePaymentConnectorCommand, } from "./commands/CreatePaymentConnectorCommand";
19
+ import { CreatePaymentCredentialProviderCommand, } from "./commands/CreatePaymentCredentialProviderCommand";
20
+ import { CreatePaymentManagerCommand, } from "./commands/CreatePaymentManagerCommand";
18
21
  import { CreatePolicyCommand, } from "./commands/CreatePolicyCommand";
19
22
  import { CreatePolicyEngineCommand, } from "./commands/CreatePolicyEngineCommand";
20
23
  import { CreateRegistryCommand, } from "./commands/CreateRegistryCommand";
@@ -35,6 +38,9 @@ import { DeleteHarnessCommand, } from "./commands/DeleteHarnessCommand";
35
38
  import { DeleteMemoryCommand, } from "./commands/DeleteMemoryCommand";
36
39
  import { DeleteOauth2CredentialProviderCommand, } from "./commands/DeleteOauth2CredentialProviderCommand";
37
40
  import { DeleteOnlineEvaluationConfigCommand, } from "./commands/DeleteOnlineEvaluationConfigCommand";
41
+ import { DeletePaymentConnectorCommand, } from "./commands/DeletePaymentConnectorCommand";
42
+ import { DeletePaymentCredentialProviderCommand, } from "./commands/DeletePaymentCredentialProviderCommand";
43
+ import { DeletePaymentManagerCommand, } from "./commands/DeletePaymentManagerCommand";
38
44
  import { DeletePolicyCommand, } from "./commands/DeletePolicyCommand";
39
45
  import { DeletePolicyEngineCommand, } from "./commands/DeletePolicyEngineCommand";
40
46
  import { DeleteRegistryCommand, } from "./commands/DeleteRegistryCommand";
@@ -57,6 +63,9 @@ import { GetHarnessCommand, } from "./commands/GetHarnessCommand";
57
63
  import { GetMemoryCommand } from "./commands/GetMemoryCommand";
58
64
  import { GetOauth2CredentialProviderCommand, } from "./commands/GetOauth2CredentialProviderCommand";
59
65
  import { GetOnlineEvaluationConfigCommand, } from "./commands/GetOnlineEvaluationConfigCommand";
66
+ import { GetPaymentConnectorCommand, } from "./commands/GetPaymentConnectorCommand";
67
+ import { GetPaymentCredentialProviderCommand, } from "./commands/GetPaymentCredentialProviderCommand";
68
+ import { GetPaymentManagerCommand, } from "./commands/GetPaymentManagerCommand";
60
69
  import { GetPolicyCommand } from "./commands/GetPolicyCommand";
61
70
  import { GetPolicyEngineCommand, } from "./commands/GetPolicyEngineCommand";
62
71
  import { GetPolicyGenerationCommand, } from "./commands/GetPolicyGenerationCommand";
@@ -82,6 +91,9 @@ import { ListHarnessesCommand, } from "./commands/ListHarnessesCommand";
82
91
  import { ListMemoriesCommand, } from "./commands/ListMemoriesCommand";
83
92
  import { ListOauth2CredentialProvidersCommand, } from "./commands/ListOauth2CredentialProvidersCommand";
84
93
  import { ListOnlineEvaluationConfigsCommand, } from "./commands/ListOnlineEvaluationConfigsCommand";
94
+ import { ListPaymentConnectorsCommand, } from "./commands/ListPaymentConnectorsCommand";
95
+ import { ListPaymentCredentialProvidersCommand, } from "./commands/ListPaymentCredentialProvidersCommand";
96
+ import { ListPaymentManagersCommand, } from "./commands/ListPaymentManagersCommand";
85
97
  import { ListPoliciesCommand, } from "./commands/ListPoliciesCommand";
86
98
  import { ListPolicyEnginesCommand, } from "./commands/ListPolicyEnginesCommand";
87
99
  import { ListPolicyGenerationAssetsCommand, } from "./commands/ListPolicyGenerationAssetsCommand";
@@ -109,6 +121,9 @@ import { UpdateHarnessCommand, } from "./commands/UpdateHarnessCommand";
109
121
  import { UpdateMemoryCommand, } from "./commands/UpdateMemoryCommand";
110
122
  import { UpdateOauth2CredentialProviderCommand, } from "./commands/UpdateOauth2CredentialProviderCommand";
111
123
  import { UpdateOnlineEvaluationConfigCommand, } from "./commands/UpdateOnlineEvaluationConfigCommand";
124
+ import { UpdatePaymentConnectorCommand, } from "./commands/UpdatePaymentConnectorCommand";
125
+ import { UpdatePaymentCredentialProviderCommand, } from "./commands/UpdatePaymentCredentialProviderCommand";
126
+ import { UpdatePaymentManagerCommand, } from "./commands/UpdatePaymentManagerCommand";
112
127
  import { UpdatePolicyCommand, } from "./commands/UpdatePolicyCommand";
113
128
  import { UpdatePolicyEngineCommand, } from "./commands/UpdatePolicyEngineCommand";
114
129
  import { UpdateRegistryCommand, } from "./commands/UpdateRegistryCommand";
@@ -132,6 +147,9 @@ import { paginateListHarnesses } from "./pagination/ListHarnessesPaginator";
132
147
  import { paginateListMemories } from "./pagination/ListMemoriesPaginator";
133
148
  import { paginateListOauth2CredentialProviders } from "./pagination/ListOauth2CredentialProvidersPaginator";
134
149
  import { paginateListOnlineEvaluationConfigs } from "./pagination/ListOnlineEvaluationConfigsPaginator";
150
+ import { paginateListPaymentConnectors } from "./pagination/ListPaymentConnectorsPaginator";
151
+ import { paginateListPaymentCredentialProviders } from "./pagination/ListPaymentCredentialProvidersPaginator";
152
+ import { paginateListPaymentManagers } from "./pagination/ListPaymentManagersPaginator";
135
153
  import { paginateListPolicies } from "./pagination/ListPoliciesPaginator";
136
154
  import { paginateListPolicyEngines } from "./pagination/ListPolicyEnginesPaginator";
137
155
  import { paginateListPolicyGenerationAssets } from "./pagination/ListPolicyGenerationAssetsPaginator";
@@ -161,6 +179,9 @@ const commands = {
161
179
  CreateMemoryCommand,
162
180
  CreateOauth2CredentialProviderCommand,
163
181
  CreateOnlineEvaluationConfigCommand,
182
+ CreatePaymentConnectorCommand,
183
+ CreatePaymentCredentialProviderCommand,
184
+ CreatePaymentManagerCommand,
164
185
  CreatePolicyCommand,
165
186
  CreatePolicyEngineCommand,
166
187
  CreateRegistryCommand,
@@ -181,6 +202,9 @@ const commands = {
181
202
  DeleteMemoryCommand,
182
203
  DeleteOauth2CredentialProviderCommand,
183
204
  DeleteOnlineEvaluationConfigCommand,
205
+ DeletePaymentConnectorCommand,
206
+ DeletePaymentCredentialProviderCommand,
207
+ DeletePaymentManagerCommand,
184
208
  DeletePolicyCommand,
185
209
  DeletePolicyEngineCommand,
186
210
  DeleteRegistryCommand,
@@ -203,6 +227,9 @@ const commands = {
203
227
  GetMemoryCommand,
204
228
  GetOauth2CredentialProviderCommand,
205
229
  GetOnlineEvaluationConfigCommand,
230
+ GetPaymentConnectorCommand,
231
+ GetPaymentCredentialProviderCommand,
232
+ GetPaymentManagerCommand,
206
233
  GetPolicyCommand,
207
234
  GetPolicyEngineCommand,
208
235
  GetPolicyGenerationCommand,
@@ -228,6 +255,9 @@ const commands = {
228
255
  ListMemoriesCommand,
229
256
  ListOauth2CredentialProvidersCommand,
230
257
  ListOnlineEvaluationConfigsCommand,
258
+ ListPaymentConnectorsCommand,
259
+ ListPaymentCredentialProvidersCommand,
260
+ ListPaymentManagersCommand,
231
261
  ListPoliciesCommand,
232
262
  ListPolicyEnginesCommand,
233
263
  ListPolicyGenerationAssetsCommand,
@@ -255,6 +285,9 @@ const commands = {
255
285
  UpdateMemoryCommand,
256
286
  UpdateOauth2CredentialProviderCommand,
257
287
  UpdateOnlineEvaluationConfigCommand,
288
+ UpdatePaymentConnectorCommand,
289
+ UpdatePaymentCredentialProviderCommand,
290
+ UpdatePaymentManagerCommand,
258
291
  UpdatePolicyCommand,
259
292
  UpdatePolicyEngineCommand,
260
293
  UpdateRegistryCommand,
@@ -280,6 +313,9 @@ const paginators = {
280
313
  paginateListMemories,
281
314
  paginateListOauth2CredentialProviders,
282
315
  paginateListOnlineEvaluationConfigs,
316
+ paginateListPaymentConnectors,
317
+ paginateListPaymentCredentialProviders,
318
+ paginateListPaymentManagers,
283
319
  paginateListPolicies,
284
320
  paginateListPolicyEngines,
285
321
  paginateListPolicyGenerationAssets,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreatePaymentConnector$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreatePaymentConnectorCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "CreatePaymentConnector", {})
13
+ .n("BedrockAgentCoreControlClient", "CreatePaymentConnectorCommand")
14
+ .sc(CreatePaymentConnector$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreatePaymentCredentialProvider$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreatePaymentCredentialProviderCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "CreatePaymentCredentialProvider", {})
13
+ .n("BedrockAgentCoreControlClient", "CreatePaymentCredentialProviderCommand")
14
+ .sc(CreatePaymentCredentialProvider$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreatePaymentManager$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreatePaymentManagerCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "CreatePaymentManager", {})
13
+ .n("BedrockAgentCoreControlClient", "CreatePaymentManagerCommand")
14
+ .sc(CreatePaymentManager$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeletePaymentConnector$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeletePaymentConnectorCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "DeletePaymentConnector", {})
13
+ .n("BedrockAgentCoreControlClient", "DeletePaymentConnectorCommand")
14
+ .sc(DeletePaymentConnector$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeletePaymentCredentialProvider$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeletePaymentCredentialProviderCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "DeletePaymentCredentialProvider", {})
13
+ .n("BedrockAgentCoreControlClient", "DeletePaymentCredentialProviderCommand")
14
+ .sc(DeletePaymentCredentialProvider$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeletePaymentManager$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeletePaymentManagerCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "DeletePaymentManager", {})
13
+ .n("BedrockAgentCoreControlClient", "DeletePaymentManagerCommand")
14
+ .sc(DeletePaymentManager$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetPaymentConnector$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetPaymentConnectorCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "GetPaymentConnector", {})
13
+ .n("BedrockAgentCoreControlClient", "GetPaymentConnectorCommand")
14
+ .sc(GetPaymentConnector$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetPaymentCredentialProvider$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetPaymentCredentialProviderCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "GetPaymentCredentialProvider", {})
13
+ .n("BedrockAgentCoreControlClient", "GetPaymentCredentialProviderCommand")
14
+ .sc(GetPaymentCredentialProvider$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetPaymentManager$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetPaymentManagerCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "GetPaymentManager", {})
13
+ .n("BedrockAgentCoreControlClient", "GetPaymentManagerCommand")
14
+ .sc(GetPaymentManager$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListPaymentConnectors$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListPaymentConnectorsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "ListPaymentConnectors", {})
13
+ .n("BedrockAgentCoreControlClient", "ListPaymentConnectorsCommand")
14
+ .sc(ListPaymentConnectors$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListPaymentCredentialProviders$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListPaymentCredentialProvidersCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "ListPaymentCredentialProviders", {})
13
+ .n("BedrockAgentCoreControlClient", "ListPaymentCredentialProvidersCommand")
14
+ .sc(ListPaymentCredentialProviders$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListPaymentManagers$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListPaymentManagersCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "ListPaymentManagers", {})
13
+ .n("BedrockAgentCoreControlClient", "ListPaymentManagersCommand")
14
+ .sc(ListPaymentManagers$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdatePaymentConnector$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdatePaymentConnectorCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "UpdatePaymentConnector", {})
13
+ .n("BedrockAgentCoreControlClient", "UpdatePaymentConnectorCommand")
14
+ .sc(UpdatePaymentConnector$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdatePaymentCredentialProvider$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdatePaymentCredentialProviderCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "UpdatePaymentCredentialProvider", {})
13
+ .n("BedrockAgentCoreControlClient", "UpdatePaymentCredentialProviderCommand")
14
+ .sc(UpdatePaymentCredentialProvider$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdatePaymentManager$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdatePaymentManagerCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonBedrockAgentCoreControl", "UpdatePaymentManager", {})
13
+ .n("BedrockAgentCoreControlClient", "UpdatePaymentManagerCommand")
14
+ .sc(UpdatePaymentManager$)
15
+ .build() {
16
+ }
@@ -13,6 +13,9 @@ export * from "./CreateHarnessCommand";
13
13
  export * from "./CreateMemoryCommand";
14
14
  export * from "./CreateOauth2CredentialProviderCommand";
15
15
  export * from "./CreateOnlineEvaluationConfigCommand";
16
+ export * from "./CreatePaymentConnectorCommand";
17
+ export * from "./CreatePaymentCredentialProviderCommand";
18
+ export * from "./CreatePaymentManagerCommand";
16
19
  export * from "./CreatePolicyCommand";
17
20
  export * from "./CreatePolicyEngineCommand";
18
21
  export * from "./CreateRegistryCommand";
@@ -33,6 +36,9 @@ export * from "./DeleteHarnessCommand";
33
36
  export * from "./DeleteMemoryCommand";
34
37
  export * from "./DeleteOauth2CredentialProviderCommand";
35
38
  export * from "./DeleteOnlineEvaluationConfigCommand";
39
+ export * from "./DeletePaymentConnectorCommand";
40
+ export * from "./DeletePaymentCredentialProviderCommand";
41
+ export * from "./DeletePaymentManagerCommand";
36
42
  export * from "./DeletePolicyCommand";
37
43
  export * from "./DeletePolicyEngineCommand";
38
44
  export * from "./DeleteRegistryCommand";
@@ -55,6 +61,9 @@ export * from "./GetHarnessCommand";
55
61
  export * from "./GetMemoryCommand";
56
62
  export * from "./GetOauth2CredentialProviderCommand";
57
63
  export * from "./GetOnlineEvaluationConfigCommand";
64
+ export * from "./GetPaymentConnectorCommand";
65
+ export * from "./GetPaymentCredentialProviderCommand";
66
+ export * from "./GetPaymentManagerCommand";
58
67
  export * from "./GetPolicyCommand";
59
68
  export * from "./GetPolicyEngineCommand";
60
69
  export * from "./GetPolicyGenerationCommand";
@@ -80,6 +89,9 @@ export * from "./ListHarnessesCommand";
80
89
  export * from "./ListMemoriesCommand";
81
90
  export * from "./ListOauth2CredentialProvidersCommand";
82
91
  export * from "./ListOnlineEvaluationConfigsCommand";
92
+ export * from "./ListPaymentConnectorsCommand";
93
+ export * from "./ListPaymentCredentialProvidersCommand";
94
+ export * from "./ListPaymentManagersCommand";
83
95
  export * from "./ListPoliciesCommand";
84
96
  export * from "./ListPolicyEnginesCommand";
85
97
  export * from "./ListPolicyGenerationAssetsCommand";
@@ -107,6 +119,9 @@ export * from "./UpdateHarnessCommand";
107
119
  export * from "./UpdateMemoryCommand";
108
120
  export * from "./UpdateOauth2CredentialProviderCommand";
109
121
  export * from "./UpdateOnlineEvaluationConfigCommand";
122
+ export * from "./UpdatePaymentConnectorCommand";
123
+ export * from "./UpdatePaymentCredentialProviderCommand";
124
+ export * from "./UpdatePaymentManagerCommand";
110
125
  export * from "./UpdatePolicyCommand";
111
126
  export * from "./UpdatePolicyEngineCommand";
112
127
  export * from "./UpdateRegistryCommand";
@@ -357,6 +357,36 @@ export const OnlineEvaluationConfigStatus = {
357
357
  UPDATE_FAILED: "UPDATE_FAILED",
358
358
  UPDATING: "UPDATING",
359
359
  };
360
+ export const PaymentCredentialProviderVendorType = {
361
+ CoinbaseCDP: "CoinbaseCDP",
362
+ StripePrivy: "StripePrivy",
363
+ };
364
+ export const PaymentsAuthorizerType = {
365
+ AWS_IAM: "AWS_IAM",
366
+ CUSTOM_JWT: "CUSTOM_JWT",
367
+ };
368
+ export const PaymentManagerStatus = {
369
+ CREATE_FAILED: "CREATE_FAILED",
370
+ CREATING: "CREATING",
371
+ DELETE_FAILED: "DELETE_FAILED",
372
+ DELETING: "DELETING",
373
+ READY: "READY",
374
+ UPDATE_FAILED: "UPDATE_FAILED",
375
+ UPDATING: "UPDATING",
376
+ };
377
+ export const PaymentConnectorType = {
378
+ COINBASE_CDP: "CoinbaseCDP",
379
+ STRIPE_PRIVY: "StripePrivy",
380
+ };
381
+ export const PaymentConnectorStatus = {
382
+ CREATE_FAILED: "CREATE_FAILED",
383
+ CREATING: "CREATING",
384
+ DELETE_FAILED: "DELETE_FAILED",
385
+ DELETING: "DELETING",
386
+ READY: "READY",
387
+ UPDATE_FAILED: "UPDATE_FAILED",
388
+ UPDATING: "UPDATING",
389
+ };
360
390
  export const PolicyEngineStatus = {
361
391
  ACTIVE: "ACTIVE",
362
392
  CREATE_FAILED: "CREATE_FAILED",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
3
+ import { ListPaymentConnectorsCommand, } from "../commands/ListPaymentConnectorsCommand";
4
+ export const paginateListPaymentConnectors = createPaginator(BedrockAgentCoreControlClient, ListPaymentConnectorsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
3
+ import { ListPaymentCredentialProvidersCommand, } from "../commands/ListPaymentCredentialProvidersCommand";
4
+ export const paginateListPaymentCredentialProviders = createPaginator(BedrockAgentCoreControlClient, ListPaymentCredentialProvidersCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
3
+ import { ListPaymentManagersCommand, } from "../commands/ListPaymentManagersCommand";
4
+ export const paginateListPaymentManagers = createPaginator(BedrockAgentCoreControlClient, ListPaymentManagersCommand, "nextToken", "nextToken", "maxResults");
@@ -16,6 +16,9 @@ export * from "./ListHarnessesPaginator";
16
16
  export * from "./ListMemoriesPaginator";
17
17
  export * from "./ListOauth2CredentialProvidersPaginator";
18
18
  export * from "./ListOnlineEvaluationConfigsPaginator";
19
+ export * from "./ListPaymentConnectorsPaginator";
20
+ export * from "./ListPaymentCredentialProvidersPaginator";
21
+ export * from "./ListPaymentManagersPaginator";
19
22
  export * from "./ListPoliciesPaginator";
20
23
  export * from "./ListPolicyEnginesPaginator";
21
24
  export * from "./ListPolicyGenerationAssetsPaginator";