@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.
- package/README.md +105 -0
- package/dist-cjs/index.js +257 -0
- package/dist-cjs/schemas/schemas_0.js +368 -16
- package/dist-es/BedrockAgentCoreControl.js +36 -0
- package/dist-es/commands/CreatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/CreatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/DeletePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/DeletePaymentManagerCommand.js +16 -0
- package/dist-es/commands/GetPaymentConnectorCommand.js +16 -0
- package/dist-es/commands/GetPaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/GetPaymentManagerCommand.js +16 -0
- package/dist-es/commands/ListPaymentConnectorsCommand.js +16 -0
- package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +16 -0
- package/dist-es/commands/ListPaymentManagersCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/ListPaymentConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentCredentialProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentManagersPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +353 -2
- package/dist-types/BedrockAgentCoreControl.d.ts +128 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +17 -2
- package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +124 -0
- package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +147 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +251 -0
- package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +92 -0
- package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +90 -0
- package/dist-types/commands/DeletePaymentManagerCommand.d.ts +91 -0
- package/dist-types/commands/GetPaymentConnectorCommand.d.ts +106 -0
- package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +123 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +173 -0
- package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +97 -0
- package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +102 -0
- package/dist-types/commands/ListPaymentManagersCommand.d.ts +100 -0
- package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +124 -0
- package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +143 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +180 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/models/enums.d.ts +76 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +1149 -6
- package/dist-types/pagination/ListPaymentConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentCredentialProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentManagersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +56 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +278 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +90 -0
- package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/models/enums.d.ts +40 -0
- package/dist-types/ts3.4/models/models_1.d.ts +331 -0
- package/dist-types/ts3.4/pagination/ListPaymentConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentCredentialProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentManagersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +56 -0
- package/package.json +1 -1
|
@@ -16,6 +16,9 @@ import { type CreateHarnessCommandInput, type CreateHarnessCommandOutput } from
|
|
|
16
16
|
import { type CreateMemoryCommandInput, type CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
17
17
|
import { type CreateOauth2CredentialProviderCommandInput, type CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
18
18
|
import { type CreateOnlineEvaluationConfigCommandInput, type CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
19
|
+
import { type CreatePaymentConnectorCommandInput, type CreatePaymentConnectorCommandOutput } from "./commands/CreatePaymentConnectorCommand";
|
|
20
|
+
import { type CreatePaymentCredentialProviderCommandInput, type CreatePaymentCredentialProviderCommandOutput } from "./commands/CreatePaymentCredentialProviderCommand";
|
|
21
|
+
import { type CreatePaymentManagerCommandInput, type CreatePaymentManagerCommandOutput } from "./commands/CreatePaymentManagerCommand";
|
|
19
22
|
import { type CreatePolicyCommandInput, type CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
|
|
20
23
|
import { type CreatePolicyEngineCommandInput, type CreatePolicyEngineCommandOutput } from "./commands/CreatePolicyEngineCommand";
|
|
21
24
|
import { type CreateRegistryCommandInput, type CreateRegistryCommandOutput } from "./commands/CreateRegistryCommand";
|
|
@@ -36,6 +39,9 @@ import { type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput } from
|
|
|
36
39
|
import { type DeleteMemoryCommandInput, type DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
37
40
|
import { type DeleteOauth2CredentialProviderCommandInput, type DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
38
41
|
import { type DeleteOnlineEvaluationConfigCommandInput, type DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
42
|
+
import { type DeletePaymentConnectorCommandInput, type DeletePaymentConnectorCommandOutput } from "./commands/DeletePaymentConnectorCommand";
|
|
43
|
+
import { type DeletePaymentCredentialProviderCommandInput, type DeletePaymentCredentialProviderCommandOutput } from "./commands/DeletePaymentCredentialProviderCommand";
|
|
44
|
+
import { type DeletePaymentManagerCommandInput, type DeletePaymentManagerCommandOutput } from "./commands/DeletePaymentManagerCommand";
|
|
39
45
|
import { type DeletePolicyCommandInput, type DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
40
46
|
import { type DeletePolicyEngineCommandInput, type DeletePolicyEngineCommandOutput } from "./commands/DeletePolicyEngineCommand";
|
|
41
47
|
import { type DeleteRegistryCommandInput, type DeleteRegistryCommandOutput } from "./commands/DeleteRegistryCommand";
|
|
@@ -58,6 +64,9 @@ import { type GetHarnessCommandInput, type GetHarnessCommandOutput } from "./com
|
|
|
58
64
|
import { type GetMemoryCommandInput, type GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
59
65
|
import { type GetOauth2CredentialProviderCommandInput, type GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
60
66
|
import { type GetOnlineEvaluationConfigCommandInput, type GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
67
|
+
import { type GetPaymentConnectorCommandInput, type GetPaymentConnectorCommandOutput } from "./commands/GetPaymentConnectorCommand";
|
|
68
|
+
import { type GetPaymentCredentialProviderCommandInput, type GetPaymentCredentialProviderCommandOutput } from "./commands/GetPaymentCredentialProviderCommand";
|
|
69
|
+
import { type GetPaymentManagerCommandInput, type GetPaymentManagerCommandOutput } from "./commands/GetPaymentManagerCommand";
|
|
61
70
|
import { type GetPolicyCommandInput, type GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
62
71
|
import { type GetPolicyEngineCommandInput, type GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
63
72
|
import { type GetPolicyGenerationCommandInput, type GetPolicyGenerationCommandOutput } from "./commands/GetPolicyGenerationCommand";
|
|
@@ -83,6 +92,9 @@ import { type ListHarnessesCommandInput, type ListHarnessesCommandOutput } from
|
|
|
83
92
|
import { type ListMemoriesCommandInput, type ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
84
93
|
import { type ListOauth2CredentialProvidersCommandInput, type ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
85
94
|
import { type ListOnlineEvaluationConfigsCommandInput, type ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
95
|
+
import { type ListPaymentConnectorsCommandInput, type ListPaymentConnectorsCommandOutput } from "./commands/ListPaymentConnectorsCommand";
|
|
96
|
+
import { type ListPaymentCredentialProvidersCommandInput, type ListPaymentCredentialProvidersCommandOutput } from "./commands/ListPaymentCredentialProvidersCommand";
|
|
97
|
+
import { type ListPaymentManagersCommandInput, type ListPaymentManagersCommandOutput } from "./commands/ListPaymentManagersCommand";
|
|
86
98
|
import { type ListPoliciesCommandInput, type ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
87
99
|
import { type ListPolicyEnginesCommandInput, type ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
88
100
|
import { type ListPolicyGenerationAssetsCommandInput, type ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
@@ -110,6 +122,9 @@ import { type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput } from
|
|
|
110
122
|
import { type UpdateMemoryCommandInput, type UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
111
123
|
import { type UpdateOauth2CredentialProviderCommandInput, type UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
112
124
|
import { type UpdateOnlineEvaluationConfigCommandInput, type UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
125
|
+
import { type UpdatePaymentConnectorCommandInput, type UpdatePaymentConnectorCommandOutput } from "./commands/UpdatePaymentConnectorCommand";
|
|
126
|
+
import { type UpdatePaymentCredentialProviderCommandInput, type UpdatePaymentCredentialProviderCommandOutput } from "./commands/UpdatePaymentCredentialProviderCommand";
|
|
127
|
+
import { type UpdatePaymentManagerCommandInput, type UpdatePaymentManagerCommandOutput } from "./commands/UpdatePaymentManagerCommand";
|
|
113
128
|
import { type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
114
129
|
import { type UpdatePolicyEngineCommandInput, type UpdatePolicyEngineCommandOutput } from "./commands/UpdatePolicyEngineCommand";
|
|
115
130
|
import { type UpdateRegistryCommandInput, type UpdateRegistryCommandOutput } from "./commands/UpdateRegistryCommand";
|
|
@@ -208,6 +223,24 @@ export interface BedrockAgentCoreControl {
|
|
|
208
223
|
createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateOnlineEvaluationConfigCommandOutput>;
|
|
209
224
|
createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
210
225
|
createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
226
|
+
/**
|
|
227
|
+
* @see {@link CreatePaymentConnectorCommand}
|
|
228
|
+
*/
|
|
229
|
+
createPaymentConnector(args: CreatePaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentConnectorCommandOutput>;
|
|
230
|
+
createPaymentConnector(args: CreatePaymentConnectorCommandInput, cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void): void;
|
|
231
|
+
createPaymentConnector(args: CreatePaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void): void;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link CreatePaymentCredentialProviderCommand}
|
|
234
|
+
*/
|
|
235
|
+
createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentCredentialProviderCommandOutput>;
|
|
236
|
+
createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void): void;
|
|
237
|
+
createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void): void;
|
|
238
|
+
/**
|
|
239
|
+
* @see {@link CreatePaymentManagerCommand}
|
|
240
|
+
*/
|
|
241
|
+
createPaymentManager(args: CreatePaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<CreatePaymentManagerCommandOutput>;
|
|
242
|
+
createPaymentManager(args: CreatePaymentManagerCommandInput, cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void): void;
|
|
243
|
+
createPaymentManager(args: CreatePaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void): void;
|
|
211
244
|
/**
|
|
212
245
|
* @see {@link CreatePolicyCommand}
|
|
213
246
|
*/
|
|
@@ -328,6 +361,24 @@ export interface BedrockAgentCoreControl {
|
|
|
328
361
|
deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOnlineEvaluationConfigCommandOutput>;
|
|
329
362
|
deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void): void;
|
|
330
363
|
deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void): void;
|
|
364
|
+
/**
|
|
365
|
+
* @see {@link DeletePaymentConnectorCommand}
|
|
366
|
+
*/
|
|
367
|
+
deletePaymentConnector(args: DeletePaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentConnectorCommandOutput>;
|
|
368
|
+
deletePaymentConnector(args: DeletePaymentConnectorCommandInput, cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void): void;
|
|
369
|
+
deletePaymentConnector(args: DeletePaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void): void;
|
|
370
|
+
/**
|
|
371
|
+
* @see {@link DeletePaymentCredentialProviderCommand}
|
|
372
|
+
*/
|
|
373
|
+
deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentCredentialProviderCommandOutput>;
|
|
374
|
+
deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void): void;
|
|
375
|
+
deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void): void;
|
|
376
|
+
/**
|
|
377
|
+
* @see {@link DeletePaymentManagerCommand}
|
|
378
|
+
*/
|
|
379
|
+
deletePaymentManager(args: DeletePaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<DeletePaymentManagerCommandOutput>;
|
|
380
|
+
deletePaymentManager(args: DeletePaymentManagerCommandInput, cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void): void;
|
|
381
|
+
deletePaymentManager(args: DeletePaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void): void;
|
|
331
382
|
/**
|
|
332
383
|
* @see {@link DeletePolicyCommand}
|
|
333
384
|
*/
|
|
@@ -460,6 +511,24 @@ export interface BedrockAgentCoreControl {
|
|
|
460
511
|
getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetOnlineEvaluationConfigCommandOutput>;
|
|
461
512
|
getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void): void;
|
|
462
513
|
getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void): void;
|
|
514
|
+
/**
|
|
515
|
+
* @see {@link GetPaymentConnectorCommand}
|
|
516
|
+
*/
|
|
517
|
+
getPaymentConnector(args: GetPaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentConnectorCommandOutput>;
|
|
518
|
+
getPaymentConnector(args: GetPaymentConnectorCommandInput, cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void): void;
|
|
519
|
+
getPaymentConnector(args: GetPaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void): void;
|
|
520
|
+
/**
|
|
521
|
+
* @see {@link GetPaymentCredentialProviderCommand}
|
|
522
|
+
*/
|
|
523
|
+
getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentCredentialProviderCommandOutput>;
|
|
524
|
+
getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void): void;
|
|
525
|
+
getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void): void;
|
|
526
|
+
/**
|
|
527
|
+
* @see {@link GetPaymentManagerCommand}
|
|
528
|
+
*/
|
|
529
|
+
getPaymentManager(args: GetPaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<GetPaymentManagerCommandOutput>;
|
|
530
|
+
getPaymentManager(args: GetPaymentManagerCommandInput, cb: (err: any, data?: GetPaymentManagerCommandOutput) => void): void;
|
|
531
|
+
getPaymentManager(args: GetPaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPaymentManagerCommandOutput) => void): void;
|
|
463
532
|
/**
|
|
464
533
|
* @see {@link GetPolicyCommand}
|
|
465
534
|
*/
|
|
@@ -623,6 +692,26 @@ export interface BedrockAgentCoreControl {
|
|
|
623
692
|
listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListOnlineEvaluationConfigsCommandOutput>;
|
|
624
693
|
listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void): void;
|
|
625
694
|
listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void): void;
|
|
695
|
+
/**
|
|
696
|
+
* @see {@link ListPaymentConnectorsCommand}
|
|
697
|
+
*/
|
|
698
|
+
listPaymentConnectors(args: ListPaymentConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentConnectorsCommandOutput>;
|
|
699
|
+
listPaymentConnectors(args: ListPaymentConnectorsCommandInput, cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void): void;
|
|
700
|
+
listPaymentConnectors(args: ListPaymentConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void): void;
|
|
701
|
+
/**
|
|
702
|
+
* @see {@link ListPaymentCredentialProvidersCommand}
|
|
703
|
+
*/
|
|
704
|
+
listPaymentCredentialProviders(): Promise<ListPaymentCredentialProvidersCommandOutput>;
|
|
705
|
+
listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentCredentialProvidersCommandOutput>;
|
|
706
|
+
listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void): void;
|
|
707
|
+
listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void): void;
|
|
708
|
+
/**
|
|
709
|
+
* @see {@link ListPaymentManagersCommand}
|
|
710
|
+
*/
|
|
711
|
+
listPaymentManagers(): Promise<ListPaymentManagersCommandOutput>;
|
|
712
|
+
listPaymentManagers(args: ListPaymentManagersCommandInput, options?: __HttpHandlerOptions): Promise<ListPaymentManagersCommandOutput>;
|
|
713
|
+
listPaymentManagers(args: ListPaymentManagersCommandInput, cb: (err: any, data?: ListPaymentManagersCommandOutput) => void): void;
|
|
714
|
+
listPaymentManagers(args: ListPaymentManagersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPaymentManagersCommandOutput) => void): void;
|
|
626
715
|
/**
|
|
627
716
|
* @see {@link ListPoliciesCommand}
|
|
628
717
|
*/
|
|
@@ -788,6 +877,24 @@ export interface BedrockAgentCoreControl {
|
|
|
788
877
|
updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOnlineEvaluationConfigCommandOutput>;
|
|
789
878
|
updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
790
879
|
updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void): void;
|
|
880
|
+
/**
|
|
881
|
+
* @see {@link UpdatePaymentConnectorCommand}
|
|
882
|
+
*/
|
|
883
|
+
updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePaymentConnectorCommandOutput>;
|
|
884
|
+
updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void): void;
|
|
885
|
+
updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void): void;
|
|
886
|
+
/**
|
|
887
|
+
* @see {@link UpdatePaymentCredentialProviderCommand}
|
|
888
|
+
*/
|
|
889
|
+
updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePaymentCredentialProviderCommandOutput>;
|
|
890
|
+
updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void): void;
|
|
891
|
+
updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void): void;
|
|
892
|
+
/**
|
|
893
|
+
* @see {@link UpdatePaymentManagerCommand}
|
|
894
|
+
*/
|
|
895
|
+
updatePaymentManager(args: UpdatePaymentManagerCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePaymentManagerCommandOutput>;
|
|
896
|
+
updatePaymentManager(args: UpdatePaymentManagerCommandInput, cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void): void;
|
|
897
|
+
updatePaymentManager(args: UpdatePaymentManagerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void): void;
|
|
791
898
|
/**
|
|
792
899
|
* @see {@link UpdatePolicyCommand}
|
|
793
900
|
*/
|
|
@@ -943,6 +1050,27 @@ export interface BedrockAgentCoreControl {
|
|
|
943
1050
|
* @returns AsyncIterable of {@link ListOnlineEvaluationConfigsCommandOutput}.
|
|
944
1051
|
*/
|
|
945
1052
|
paginateListOnlineEvaluationConfigs(args?: ListOnlineEvaluationConfigsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOnlineEvaluationConfigsCommandOutput>;
|
|
1053
|
+
/**
|
|
1054
|
+
* @see {@link ListPaymentConnectorsCommand}
|
|
1055
|
+
* @param args - command input.
|
|
1056
|
+
* @param paginationConfig - optional pagination config.
|
|
1057
|
+
* @returns AsyncIterable of {@link ListPaymentConnectorsCommandOutput}.
|
|
1058
|
+
*/
|
|
1059
|
+
paginateListPaymentConnectors(args: ListPaymentConnectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentConnectorsCommandOutput>;
|
|
1060
|
+
/**
|
|
1061
|
+
* @see {@link ListPaymentCredentialProvidersCommand}
|
|
1062
|
+
* @param args - command input.
|
|
1063
|
+
* @param paginationConfig - optional pagination config.
|
|
1064
|
+
* @returns AsyncIterable of {@link ListPaymentCredentialProvidersCommandOutput}.
|
|
1065
|
+
*/
|
|
1066
|
+
paginateListPaymentCredentialProviders(args?: ListPaymentCredentialProvidersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentCredentialProvidersCommandOutput>;
|
|
1067
|
+
/**
|
|
1068
|
+
* @see {@link ListPaymentManagersCommand}
|
|
1069
|
+
* @param args - command input.
|
|
1070
|
+
* @param paginationConfig - optional pagination config.
|
|
1071
|
+
* @returns AsyncIterable of {@link ListPaymentManagersCommandOutput}.
|
|
1072
|
+
*/
|
|
1073
|
+
paginateListPaymentManagers(args?: ListPaymentManagersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPaymentManagersCommandOutput>;
|
|
946
1074
|
/**
|
|
947
1075
|
* @see {@link ListPoliciesCommand}
|
|
948
1076
|
* @param args - command input.
|
|
@@ -22,6 +22,9 @@ import type { CreateHarnessCommandInput, CreateHarnessCommandOutput } from "./co
|
|
|
22
22
|
import type { CreateMemoryCommandInput, CreateMemoryCommandOutput } from "./commands/CreateMemoryCommand";
|
|
23
23
|
import type { CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput } from "./commands/CreateOauth2CredentialProviderCommand";
|
|
24
24
|
import type { CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput } from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
25
|
+
import type { CreatePaymentConnectorCommandInput, CreatePaymentConnectorCommandOutput } from "./commands/CreatePaymentConnectorCommand";
|
|
26
|
+
import type { CreatePaymentCredentialProviderCommandInput, CreatePaymentCredentialProviderCommandOutput } from "./commands/CreatePaymentCredentialProviderCommand";
|
|
27
|
+
import type { CreatePaymentManagerCommandInput, CreatePaymentManagerCommandOutput } from "./commands/CreatePaymentManagerCommand";
|
|
25
28
|
import type { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
|
|
26
29
|
import type { CreatePolicyEngineCommandInput, CreatePolicyEngineCommandOutput } from "./commands/CreatePolicyEngineCommand";
|
|
27
30
|
import type { CreateRegistryCommandInput, CreateRegistryCommandOutput } from "./commands/CreateRegistryCommand";
|
|
@@ -42,6 +45,9 @@ import type { DeleteHarnessCommandInput, DeleteHarnessCommandOutput } from "./co
|
|
|
42
45
|
import type { DeleteMemoryCommandInput, DeleteMemoryCommandOutput } from "./commands/DeleteMemoryCommand";
|
|
43
46
|
import type { DeleteOauth2CredentialProviderCommandInput, DeleteOauth2CredentialProviderCommandOutput } from "./commands/DeleteOauth2CredentialProviderCommand";
|
|
44
47
|
import type { DeleteOnlineEvaluationConfigCommandInput, DeleteOnlineEvaluationConfigCommandOutput } from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
48
|
+
import type { DeletePaymentConnectorCommandInput, DeletePaymentConnectorCommandOutput } from "./commands/DeletePaymentConnectorCommand";
|
|
49
|
+
import type { DeletePaymentCredentialProviderCommandInput, DeletePaymentCredentialProviderCommandOutput } from "./commands/DeletePaymentCredentialProviderCommand";
|
|
50
|
+
import type { DeletePaymentManagerCommandInput, DeletePaymentManagerCommandOutput } from "./commands/DeletePaymentManagerCommand";
|
|
45
51
|
import type { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
|
|
46
52
|
import type { DeletePolicyEngineCommandInput, DeletePolicyEngineCommandOutput } from "./commands/DeletePolicyEngineCommand";
|
|
47
53
|
import type { DeleteRegistryCommandInput, DeleteRegistryCommandOutput } from "./commands/DeleteRegistryCommand";
|
|
@@ -64,6 +70,9 @@ import type { GetHarnessCommandInput, GetHarnessCommandOutput } from "./commands
|
|
|
64
70
|
import type { GetMemoryCommandInput, GetMemoryCommandOutput } from "./commands/GetMemoryCommand";
|
|
65
71
|
import type { GetOauth2CredentialProviderCommandInput, GetOauth2CredentialProviderCommandOutput } from "./commands/GetOauth2CredentialProviderCommand";
|
|
66
72
|
import type { GetOnlineEvaluationConfigCommandInput, GetOnlineEvaluationConfigCommandOutput } from "./commands/GetOnlineEvaluationConfigCommand";
|
|
73
|
+
import type { GetPaymentConnectorCommandInput, GetPaymentConnectorCommandOutput } from "./commands/GetPaymentConnectorCommand";
|
|
74
|
+
import type { GetPaymentCredentialProviderCommandInput, GetPaymentCredentialProviderCommandOutput } from "./commands/GetPaymentCredentialProviderCommand";
|
|
75
|
+
import type { GetPaymentManagerCommandInput, GetPaymentManagerCommandOutput } from "./commands/GetPaymentManagerCommand";
|
|
67
76
|
import type { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
68
77
|
import type { GetPolicyEngineCommandInput, GetPolicyEngineCommandOutput } from "./commands/GetPolicyEngineCommand";
|
|
69
78
|
import type { GetPolicyGenerationCommandInput, GetPolicyGenerationCommandOutput } from "./commands/GetPolicyGenerationCommand";
|
|
@@ -89,6 +98,9 @@ import type { ListHarnessesCommandInput, ListHarnessesCommandOutput } from "./co
|
|
|
89
98
|
import type { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "./commands/ListMemoriesCommand";
|
|
90
99
|
import type { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "./commands/ListOauth2CredentialProvidersCommand";
|
|
91
100
|
import type { ListOnlineEvaluationConfigsCommandInput, ListOnlineEvaluationConfigsCommandOutput } from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
101
|
+
import type { ListPaymentConnectorsCommandInput, ListPaymentConnectorsCommandOutput } from "./commands/ListPaymentConnectorsCommand";
|
|
102
|
+
import type { ListPaymentCredentialProvidersCommandInput, ListPaymentCredentialProvidersCommandOutput } from "./commands/ListPaymentCredentialProvidersCommand";
|
|
103
|
+
import type { ListPaymentManagersCommandInput, ListPaymentManagersCommandOutput } from "./commands/ListPaymentManagersCommand";
|
|
92
104
|
import type { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
93
105
|
import type { ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput } from "./commands/ListPolicyEnginesCommand";
|
|
94
106
|
import type { ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput } from "./commands/ListPolicyGenerationAssetsCommand";
|
|
@@ -116,6 +128,9 @@ import type { UpdateHarnessCommandInput, UpdateHarnessCommandOutput } from "./co
|
|
|
116
128
|
import type { UpdateMemoryCommandInput, UpdateMemoryCommandOutput } from "./commands/UpdateMemoryCommand";
|
|
117
129
|
import type { UpdateOauth2CredentialProviderCommandInput, UpdateOauth2CredentialProviderCommandOutput } from "./commands/UpdateOauth2CredentialProviderCommand";
|
|
118
130
|
import type { UpdateOnlineEvaluationConfigCommandInput, UpdateOnlineEvaluationConfigCommandOutput } from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
131
|
+
import type { UpdatePaymentConnectorCommandInput, UpdatePaymentConnectorCommandOutput } from "./commands/UpdatePaymentConnectorCommand";
|
|
132
|
+
import type { UpdatePaymentCredentialProviderCommandInput, UpdatePaymentCredentialProviderCommandOutput } from "./commands/UpdatePaymentCredentialProviderCommand";
|
|
133
|
+
import type { UpdatePaymentManagerCommandInput, UpdatePaymentManagerCommandOutput } from "./commands/UpdatePaymentManagerCommand";
|
|
119
134
|
import type { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
120
135
|
import type { UpdatePolicyEngineCommandInput, UpdatePolicyEngineCommandOutput } from "./commands/UpdatePolicyEngineCommand";
|
|
121
136
|
import type { UpdateRegistryCommandInput, UpdateRegistryCommandOutput } from "./commands/UpdateRegistryCommand";
|
|
@@ -128,11 +143,11 @@ export { __Client };
|
|
|
128
143
|
/**
|
|
129
144
|
* @public
|
|
130
145
|
*/
|
|
131
|
-
export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyGenerationCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListEvaluatorsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPoliciesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationsCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
|
|
146
|
+
export type ServiceInputTypes = CreateAgentRuntimeCommandInput | CreateAgentRuntimeEndpointCommandInput | CreateApiKeyCredentialProviderCommandInput | CreateBrowserCommandInput | CreateBrowserProfileCommandInput | CreateCodeInterpreterCommandInput | CreateConfigurationBundleCommandInput | CreateEvaluatorCommandInput | CreateGatewayCommandInput | CreateGatewayRuleCommandInput | CreateGatewayTargetCommandInput | CreateHarnessCommandInput | CreateMemoryCommandInput | CreateOauth2CredentialProviderCommandInput | CreateOnlineEvaluationConfigCommandInput | CreatePaymentConnectorCommandInput | CreatePaymentCredentialProviderCommandInput | CreatePaymentManagerCommandInput | CreatePolicyCommandInput | CreatePolicyEngineCommandInput | CreateRegistryCommandInput | CreateRegistryRecordCommandInput | CreateWorkloadIdentityCommandInput | DeleteAgentRuntimeCommandInput | DeleteAgentRuntimeEndpointCommandInput | DeleteApiKeyCredentialProviderCommandInput | DeleteBrowserCommandInput | DeleteBrowserProfileCommandInput | DeleteCodeInterpreterCommandInput | DeleteConfigurationBundleCommandInput | DeleteEvaluatorCommandInput | DeleteGatewayCommandInput | DeleteGatewayRuleCommandInput | DeleteGatewayTargetCommandInput | DeleteHarnessCommandInput | DeleteMemoryCommandInput | DeleteOauth2CredentialProviderCommandInput | DeleteOnlineEvaluationConfigCommandInput | DeletePaymentConnectorCommandInput | DeletePaymentCredentialProviderCommandInput | DeletePaymentManagerCommandInput | DeletePolicyCommandInput | DeletePolicyEngineCommandInput | DeleteRegistryCommandInput | DeleteRegistryRecordCommandInput | DeleteResourcePolicyCommandInput | DeleteWorkloadIdentityCommandInput | GetAgentRuntimeCommandInput | GetAgentRuntimeEndpointCommandInput | GetApiKeyCredentialProviderCommandInput | GetBrowserCommandInput | GetBrowserProfileCommandInput | GetCodeInterpreterCommandInput | GetConfigurationBundleCommandInput | GetConfigurationBundleVersionCommandInput | GetEvaluatorCommandInput | GetGatewayCommandInput | GetGatewayRuleCommandInput | GetGatewayTargetCommandInput | GetHarnessCommandInput | GetMemoryCommandInput | GetOauth2CredentialProviderCommandInput | GetOnlineEvaluationConfigCommandInput | GetPaymentConnectorCommandInput | GetPaymentCredentialProviderCommandInput | GetPaymentManagerCommandInput | GetPolicyCommandInput | GetPolicyEngineCommandInput | GetPolicyGenerationCommandInput | GetRegistryCommandInput | GetRegistryRecordCommandInput | GetResourcePolicyCommandInput | GetTokenVaultCommandInput | GetWorkloadIdentityCommandInput | ListAgentRuntimeEndpointsCommandInput | ListAgentRuntimeVersionsCommandInput | ListAgentRuntimesCommandInput | ListApiKeyCredentialProvidersCommandInput | ListBrowserProfilesCommandInput | ListBrowsersCommandInput | ListCodeInterpretersCommandInput | ListConfigurationBundleVersionsCommandInput | ListConfigurationBundlesCommandInput | ListEvaluatorsCommandInput | ListGatewayRulesCommandInput | ListGatewayTargetsCommandInput | ListGatewaysCommandInput | ListHarnessesCommandInput | ListMemoriesCommandInput | ListOauth2CredentialProvidersCommandInput | ListOnlineEvaluationConfigsCommandInput | ListPaymentConnectorsCommandInput | ListPaymentCredentialProvidersCommandInput | ListPaymentManagersCommandInput | ListPoliciesCommandInput | ListPolicyEnginesCommandInput | ListPolicyGenerationAssetsCommandInput | ListPolicyGenerationsCommandInput | ListRegistriesCommandInput | ListRegistryRecordsCommandInput | ListTagsForResourceCommandInput | ListWorkloadIdentitiesCommandInput | PutResourcePolicyCommandInput | SetTokenVaultCMKCommandInput | StartPolicyGenerationCommandInput | SubmitRegistryRecordForApprovalCommandInput | SynchronizeGatewayTargetsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentRuntimeCommandInput | UpdateAgentRuntimeEndpointCommandInput | UpdateApiKeyCredentialProviderCommandInput | UpdateConfigurationBundleCommandInput | UpdateEvaluatorCommandInput | UpdateGatewayCommandInput | UpdateGatewayRuleCommandInput | UpdateGatewayTargetCommandInput | UpdateHarnessCommandInput | UpdateMemoryCommandInput | UpdateOauth2CredentialProviderCommandInput | UpdateOnlineEvaluationConfigCommandInput | UpdatePaymentConnectorCommandInput | UpdatePaymentCredentialProviderCommandInput | UpdatePaymentManagerCommandInput | UpdatePolicyCommandInput | UpdatePolicyEngineCommandInput | UpdateRegistryCommandInput | UpdateRegistryRecordCommandInput | UpdateRegistryRecordStatusCommandInput | UpdateWorkloadIdentityCommandInput;
|
|
132
147
|
/**
|
|
133
148
|
* @public
|
|
134
149
|
*/
|
|
135
|
-
export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyGenerationCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPoliciesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationsCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
|
|
150
|
+
export type ServiceOutputTypes = CreateAgentRuntimeCommandOutput | CreateAgentRuntimeEndpointCommandOutput | CreateApiKeyCredentialProviderCommandOutput | CreateBrowserCommandOutput | CreateBrowserProfileCommandOutput | CreateCodeInterpreterCommandOutput | CreateConfigurationBundleCommandOutput | CreateEvaluatorCommandOutput | CreateGatewayCommandOutput | CreateGatewayRuleCommandOutput | CreateGatewayTargetCommandOutput | CreateHarnessCommandOutput | CreateMemoryCommandOutput | CreateOauth2CredentialProviderCommandOutput | CreateOnlineEvaluationConfigCommandOutput | CreatePaymentConnectorCommandOutput | CreatePaymentCredentialProviderCommandOutput | CreatePaymentManagerCommandOutput | CreatePolicyCommandOutput | CreatePolicyEngineCommandOutput | CreateRegistryCommandOutput | CreateRegistryRecordCommandOutput | CreateWorkloadIdentityCommandOutput | DeleteAgentRuntimeCommandOutput | DeleteAgentRuntimeEndpointCommandOutput | DeleteApiKeyCredentialProviderCommandOutput | DeleteBrowserCommandOutput | DeleteBrowserProfileCommandOutput | DeleteCodeInterpreterCommandOutput | DeleteConfigurationBundleCommandOutput | DeleteEvaluatorCommandOutput | DeleteGatewayCommandOutput | DeleteGatewayRuleCommandOutput | DeleteGatewayTargetCommandOutput | DeleteHarnessCommandOutput | DeleteMemoryCommandOutput | DeleteOauth2CredentialProviderCommandOutput | DeleteOnlineEvaluationConfigCommandOutput | DeletePaymentConnectorCommandOutput | DeletePaymentCredentialProviderCommandOutput | DeletePaymentManagerCommandOutput | DeletePolicyCommandOutput | DeletePolicyEngineCommandOutput | DeleteRegistryCommandOutput | DeleteRegistryRecordCommandOutput | DeleteResourcePolicyCommandOutput | DeleteWorkloadIdentityCommandOutput | GetAgentRuntimeCommandOutput | GetAgentRuntimeEndpointCommandOutput | GetApiKeyCredentialProviderCommandOutput | GetBrowserCommandOutput | GetBrowserProfileCommandOutput | GetCodeInterpreterCommandOutput | GetConfigurationBundleCommandOutput | GetConfigurationBundleVersionCommandOutput | GetEvaluatorCommandOutput | GetGatewayCommandOutput | GetGatewayRuleCommandOutput | GetGatewayTargetCommandOutput | GetHarnessCommandOutput | GetMemoryCommandOutput | GetOauth2CredentialProviderCommandOutput | GetOnlineEvaluationConfigCommandOutput | GetPaymentConnectorCommandOutput | GetPaymentCredentialProviderCommandOutput | GetPaymentManagerCommandOutput | GetPolicyCommandOutput | GetPolicyEngineCommandOutput | GetPolicyGenerationCommandOutput | GetRegistryCommandOutput | GetRegistryRecordCommandOutput | GetResourcePolicyCommandOutput | GetTokenVaultCommandOutput | GetWorkloadIdentityCommandOutput | ListAgentRuntimeEndpointsCommandOutput | ListAgentRuntimeVersionsCommandOutput | ListAgentRuntimesCommandOutput | ListApiKeyCredentialProvidersCommandOutput | ListBrowserProfilesCommandOutput | ListBrowsersCommandOutput | ListCodeInterpretersCommandOutput | ListConfigurationBundleVersionsCommandOutput | ListConfigurationBundlesCommandOutput | ListEvaluatorsCommandOutput | ListGatewayRulesCommandOutput | ListGatewayTargetsCommandOutput | ListGatewaysCommandOutput | ListHarnessesCommandOutput | ListMemoriesCommandOutput | ListOauth2CredentialProvidersCommandOutput | ListOnlineEvaluationConfigsCommandOutput | ListPaymentConnectorsCommandOutput | ListPaymentCredentialProvidersCommandOutput | ListPaymentManagersCommandOutput | ListPoliciesCommandOutput | ListPolicyEnginesCommandOutput | ListPolicyGenerationAssetsCommandOutput | ListPolicyGenerationsCommandOutput | ListRegistriesCommandOutput | ListRegistryRecordsCommandOutput | ListTagsForResourceCommandOutput | ListWorkloadIdentitiesCommandOutput | PutResourcePolicyCommandOutput | SetTokenVaultCMKCommandOutput | StartPolicyGenerationCommandOutput | SubmitRegistryRecordForApprovalCommandOutput | SynchronizeGatewayTargetsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentRuntimeCommandOutput | UpdateAgentRuntimeEndpointCommandOutput | UpdateApiKeyCredentialProviderCommandOutput | UpdateConfigurationBundleCommandOutput | UpdateEvaluatorCommandOutput | UpdateGatewayCommandOutput | UpdateGatewayRuleCommandOutput | UpdateGatewayTargetCommandOutput | UpdateHarnessCommandOutput | UpdateMemoryCommandOutput | UpdateOauth2CredentialProviderCommandOutput | UpdateOnlineEvaluationConfigCommandOutput | UpdatePaymentConnectorCommandOutput | UpdatePaymentCredentialProviderCommandOutput | UpdatePaymentManagerCommandOutput | UpdatePolicyCommandOutput | UpdatePolicyEngineCommandOutput | UpdateRegistryCommandOutput | UpdateRegistryRecordCommandOutput | UpdateRegistryRecordStatusCommandOutput | UpdateWorkloadIdentityCommandOutput;
|
|
136
151
|
/**
|
|
137
152
|
* @public
|
|
138
153
|
*/
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
+
import type { CreatePaymentConnectorRequest, CreatePaymentConnectorResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreatePaymentConnectorCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreatePaymentConnectorCommandInput extends CreatePaymentConnectorRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreatePaymentConnectorCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreatePaymentConnectorCommandOutput extends CreatePaymentConnectorResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreatePaymentConnectorCommand_base: {
|
|
25
|
+
new (input: CreatePaymentConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePaymentConnectorCommandInput, CreatePaymentConnectorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePaymentConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePaymentConnectorCommandInput, CreatePaymentConnectorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a new payment connector for a payment manager. A payment connector integrates with a supported payment provider to enable payment processing capabilities.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BedrockAgentCoreControlClient, CreatePaymentConnectorCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
|
+
* // const { BedrockAgentCoreControlClient, CreatePaymentConnectorCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
38
|
+
* const client = new BedrockAgentCoreControlClient(config);
|
|
39
|
+
* const input = { // CreatePaymentConnectorRequest
|
|
40
|
+
* paymentManagerId: "STRING_VALUE", // required
|
|
41
|
+
* name: "STRING_VALUE", // required
|
|
42
|
+
* description: "STRING_VALUE",
|
|
43
|
+
* type: "CoinbaseCDP" || "StripePrivy", // required
|
|
44
|
+
* credentialProviderConfigurations: [ // CredentialsProviderConfigurations // required
|
|
45
|
+
* { // CredentialsProviderConfiguration Union: only one key present
|
|
46
|
+
* coinbaseCDP: { // PaymentCredentialProviderConfiguration
|
|
47
|
+
* credentialProviderArn: "STRING_VALUE", // required
|
|
48
|
+
* },
|
|
49
|
+
* stripePrivy: {
|
|
50
|
+
* credentialProviderArn: "STRING_VALUE", // required
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* clientToken: "STRING_VALUE",
|
|
55
|
+
* };
|
|
56
|
+
* const command = new CreatePaymentConnectorCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* // { // CreatePaymentConnectorResponse
|
|
59
|
+
* // paymentConnectorId: "STRING_VALUE", // required
|
|
60
|
+
* // paymentManagerId: "STRING_VALUE", // required
|
|
61
|
+
* // name: "STRING_VALUE", // required
|
|
62
|
+
* // type: "CoinbaseCDP" || "StripePrivy", // required
|
|
63
|
+
* // credentialProviderConfigurations: [ // CredentialsProviderConfigurations // required
|
|
64
|
+
* // { // CredentialsProviderConfiguration Union: only one key present
|
|
65
|
+
* // coinbaseCDP: { // PaymentCredentialProviderConfiguration
|
|
66
|
+
* // credentialProviderArn: "STRING_VALUE", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // stripePrivy: {
|
|
69
|
+
* // credentialProviderArn: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // createdAt: new Date("TIMESTAMP"), // required
|
|
74
|
+
* // status: "CREATING" || "UPDATING" || "DELETING" || "READY" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param CreatePaymentConnectorCommandInput - {@link CreatePaymentConnectorCommandInput}
|
|
80
|
+
* @returns {@link CreatePaymentConnectorCommandOutput}
|
|
81
|
+
* @see {@link CreatePaymentConnectorCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link CreatePaymentConnectorCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ConflictException} (client fault)
|
|
89
|
+
* <p>This exception is thrown when there is a conflict performing an operation</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InternalServerException} (server fault)
|
|
92
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
95
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
98
|
+
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
101
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ValidationException} (client fault)
|
|
104
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
108
|
+
*
|
|
109
|
+
*
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export declare class CreatePaymentConnectorCommand extends CreatePaymentConnectorCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: CreatePaymentConnectorRequest;
|
|
117
|
+
output: CreatePaymentConnectorResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: CreatePaymentConnectorCommandInput;
|
|
121
|
+
output: CreatePaymentConnectorCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
|
|
4
|
+
import type { CreatePaymentCredentialProviderRequest, CreatePaymentCredentialProviderResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreatePaymentCredentialProviderCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreatePaymentCredentialProviderCommandInput extends CreatePaymentCredentialProviderRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreatePaymentCredentialProviderCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreatePaymentCredentialProviderCommandOutput extends CreatePaymentCredentialProviderResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreatePaymentCredentialProviderCommand_base: {
|
|
25
|
+
new (input: CreatePaymentCredentialProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePaymentCredentialProviderCommandInput, CreatePaymentCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePaymentCredentialProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePaymentCredentialProviderCommandInput, CreatePaymentCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a new payment credential provider for storing authentication credentials used by payment connectors to communicate with external payment providers.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { BedrockAgentCoreControlClient, CreatePaymentCredentialProviderCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
|
|
35
|
+
* // const { BedrockAgentCoreControlClient, CreatePaymentCredentialProviderCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
|
|
36
|
+
* // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
|
|
37
|
+
* const config = {}; // type is BedrockAgentCoreControlClientConfig
|
|
38
|
+
* const client = new BedrockAgentCoreControlClient(config);
|
|
39
|
+
* const input = { // CreatePaymentCredentialProviderRequest
|
|
40
|
+
* name: "STRING_VALUE", // required
|
|
41
|
+
* credentialProviderVendor: "CoinbaseCDP" || "StripePrivy", // required
|
|
42
|
+
* providerConfigurationInput: { // PaymentProviderConfigurationInput Union: only one key present
|
|
43
|
+
* coinbaseCdpConfiguration: { // CoinbaseCdpConfigurationInput
|
|
44
|
+
* apiKeyId: "STRING_VALUE", // required
|
|
45
|
+
* apiKeySecret: "STRING_VALUE", // required
|
|
46
|
+
* walletSecret: "STRING_VALUE", // required
|
|
47
|
+
* },
|
|
48
|
+
* stripePrivyConfiguration: { // StripePrivyConfigurationInput
|
|
49
|
+
* appId: "STRING_VALUE", // required
|
|
50
|
+
* appSecret: "STRING_VALUE", // required
|
|
51
|
+
* authorizationPrivateKey: "STRING_VALUE", // required
|
|
52
|
+
* authorizationId: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
55
|
+
* tags: { // TagsMap
|
|
56
|
+
* "<keys>": "STRING_VALUE",
|
|
57
|
+
* },
|
|
58
|
+
* };
|
|
59
|
+
* const command = new CreatePaymentCredentialProviderCommand(input);
|
|
60
|
+
* const response = await client.send(command);
|
|
61
|
+
* // { // CreatePaymentCredentialProviderResponse
|
|
62
|
+
* // name: "STRING_VALUE", // required
|
|
63
|
+
* // credentialProviderVendor: "CoinbaseCDP" || "StripePrivy", // required
|
|
64
|
+
* // credentialProviderArn: "STRING_VALUE", // required
|
|
65
|
+
* // providerConfigurationOutput: { // PaymentProviderConfigurationOutput Union: only one key present
|
|
66
|
+
* // coinbaseCdpConfiguration: { // CoinbaseCdpConfigurationOutput
|
|
67
|
+
* // apiKeyId: "STRING_VALUE", // required
|
|
68
|
+
* // apiKeySecretArn: { // Secret
|
|
69
|
+
* // secretArn: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // walletSecretArn: {
|
|
72
|
+
* // secretArn: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // stripePrivyConfiguration: { // StripePrivyConfigurationOutput
|
|
76
|
+
* // appId: "STRING_VALUE", // required
|
|
77
|
+
* // appSecretArn: {
|
|
78
|
+
* // secretArn: "STRING_VALUE", // required
|
|
79
|
+
* // },
|
|
80
|
+
* // authorizationPrivateKeyArn: {
|
|
81
|
+
* // secretArn: "STRING_VALUE", // required
|
|
82
|
+
* // },
|
|
83
|
+
* // authorizationId: "STRING_VALUE", // required
|
|
84
|
+
* // },
|
|
85
|
+
* // },
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
90
|
+
* @param CreatePaymentCredentialProviderCommandInput - {@link CreatePaymentCredentialProviderCommandInput}
|
|
91
|
+
* @returns {@link CreatePaymentCredentialProviderCommandOutput}
|
|
92
|
+
* @see {@link CreatePaymentCredentialProviderCommandInput} for command's `input` shape.
|
|
93
|
+
* @see {@link CreatePaymentCredentialProviderCommandOutput} for command's `response` shape.
|
|
94
|
+
* @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
97
|
+
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ConflictException} (client fault)
|
|
100
|
+
* <p>This exception is thrown when there is a conflict performing an operation</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link DecryptionFailure} (client fault)
|
|
103
|
+
* <p>Exception thrown when decryption of a secret fails.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link EncryptionFailure} (client fault)
|
|
106
|
+
* <p>Exception thrown when encryption of a secret fails.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link InternalServerException} (server fault)
|
|
109
|
+
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
110
|
+
*
|
|
111
|
+
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
112
|
+
* <p>Exception thrown when a resource limit is exceeded.</p>
|
|
113
|
+
*
|
|
114
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
115
|
+
* <p>This exception is thrown when a resource referenced by the operation does not exist</p>
|
|
116
|
+
*
|
|
117
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
118
|
+
* <p>This exception is thrown when a request is made beyond the service quota</p>
|
|
119
|
+
*
|
|
120
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
121
|
+
* <p>This exception is thrown when the number of requests exceeds the limit</p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
124
|
+
* <p>This exception is thrown when the JWT bearer token is invalid or not found for OAuth bearer token based access</p>
|
|
125
|
+
*
|
|
126
|
+
* @throws {@link ValidationException} (client fault)
|
|
127
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
128
|
+
*
|
|
129
|
+
* @throws {@link BedrockAgentCoreControlServiceException}
|
|
130
|
+
* <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
|
|
131
|
+
*
|
|
132
|
+
*
|
|
133
|
+
* @public
|
|
134
|
+
*/
|
|
135
|
+
export declare class CreatePaymentCredentialProviderCommand extends CreatePaymentCredentialProviderCommand_base {
|
|
136
|
+
/** @internal type navigation helper, not in runtime. */
|
|
137
|
+
protected static __types: {
|
|
138
|
+
api: {
|
|
139
|
+
input: CreatePaymentCredentialProviderRequest;
|
|
140
|
+
output: CreatePaymentCredentialProviderResponse;
|
|
141
|
+
};
|
|
142
|
+
sdk: {
|
|
143
|
+
input: CreatePaymentCredentialProviderCommandInput;
|
|
144
|
+
output: CreatePaymentCredentialProviderCommandOutput;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
}
|