@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPaymentConnectorsCommandInput, ListPaymentConnectorsCommandOutput } from "../commands/ListPaymentConnectorsCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPaymentConnectors: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPaymentConnectorsCommandInput, ...rest: any[]) => Paginator<ListPaymentConnectorsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPaymentCredentialProvidersCommandInput, ListPaymentCredentialProvidersCommandOutput } from "../commands/ListPaymentCredentialProvidersCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPaymentCredentialProviders: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPaymentCredentialProvidersCommandInput, ...rest: any[]) => Paginator<ListPaymentCredentialProvidersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListPaymentManagersCommandInput, ListPaymentManagersCommandOutput } from "../commands/ListPaymentManagersCommand";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListPaymentManagers: (config: BedrockAgentCoreControlPaginationConfiguration, input: ListPaymentManagersCommandInput, ...rest: any[]) => Paginator<ListPaymentManagersCommandOutput>;
|
|
@@ -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";
|
|
@@ -50,6 +50,8 @@ export declare var CloudWatchOutputConfig$: StaticStructureSchema;
|
|
|
50
50
|
export declare var CodeConfiguration$: StaticStructureSchema;
|
|
51
51
|
export declare var CodeInterpreterNetworkConfiguration$: StaticStructureSchema;
|
|
52
52
|
export declare var CodeInterpreterSummary$: StaticStructureSchema;
|
|
53
|
+
export declare var CoinbaseCdpConfigurationInput$: StaticStructureSchema;
|
|
54
|
+
export declare var CoinbaseCdpConfigurationOutput$: StaticStructureSchema;
|
|
53
55
|
export declare var ComponentConfiguration$: StaticStructureSchema;
|
|
54
56
|
export declare var ConfigurationBundleReference$: StaticStructureSchema;
|
|
55
57
|
export declare var ConfigurationBundleSummary$: StaticStructureSchema;
|
|
@@ -86,6 +88,12 @@ export declare var CreateOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
86
88
|
export declare var CreateOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
87
89
|
export declare var CreateOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
88
90
|
export declare var CreateOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
91
|
+
export declare var CreatePaymentConnectorRequest$: StaticStructureSchema;
|
|
92
|
+
export declare var CreatePaymentConnectorResponse$: StaticStructureSchema;
|
|
93
|
+
export declare var CreatePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
94
|
+
export declare var CreatePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
95
|
+
export declare var CreatePaymentManagerRequest$: StaticStructureSchema;
|
|
96
|
+
export declare var CreatePaymentManagerResponse$: StaticStructureSchema;
|
|
89
97
|
export declare var CreatePolicyEngineRequest$: StaticStructureSchema;
|
|
90
98
|
export declare var CreatePolicyEngineResponse$: StaticStructureSchema;
|
|
91
99
|
export declare var CreatePolicyRequest$: StaticStructureSchema;
|
|
@@ -134,6 +142,12 @@ export declare var DeleteOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
134
142
|
export declare var DeleteOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
135
143
|
export declare var DeleteOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
136
144
|
export declare var DeleteOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
145
|
+
export declare var DeletePaymentConnectorRequest$: StaticStructureSchema;
|
|
146
|
+
export declare var DeletePaymentConnectorResponse$: StaticStructureSchema;
|
|
147
|
+
export declare var DeletePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
148
|
+
export declare var DeletePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
149
|
+
export declare var DeletePaymentManagerRequest$: StaticStructureSchema;
|
|
150
|
+
export declare var DeletePaymentManagerResponse$: StaticStructureSchema;
|
|
137
151
|
export declare var DeletePolicyEngineRequest$: StaticStructureSchema;
|
|
138
152
|
export declare var DeletePolicyEngineResponse$: StaticStructureSchema;
|
|
139
153
|
export declare var DeletePolicyRequest$: StaticStructureSchema;
|
|
@@ -200,6 +214,12 @@ export declare var GetOauth2CredentialProviderRequest$: StaticStructureSchema;
|
|
|
200
214
|
export declare var GetOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
201
215
|
export declare var GetOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
202
216
|
export declare var GetOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
217
|
+
export declare var GetPaymentConnectorRequest$: StaticStructureSchema;
|
|
218
|
+
export declare var GetPaymentConnectorResponse$: StaticStructureSchema;
|
|
219
|
+
export declare var GetPaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
220
|
+
export declare var GetPaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
221
|
+
export declare var GetPaymentManagerRequest$: StaticStructureSchema;
|
|
222
|
+
export declare var GetPaymentManagerResponse$: StaticStructureSchema;
|
|
203
223
|
export declare var GetPolicyEngineRequest$: StaticStructureSchema;
|
|
204
224
|
export declare var GetPolicyEngineResponse$: StaticStructureSchema;
|
|
205
225
|
export declare var GetPolicyGenerationRequest$: StaticStructureSchema;
|
|
@@ -288,6 +308,12 @@ export declare var ListOauth2CredentialProvidersRequest$: StaticStructureSchema;
|
|
|
288
308
|
export declare var ListOauth2CredentialProvidersResponse$: StaticStructureSchema;
|
|
289
309
|
export declare var ListOnlineEvaluationConfigsRequest$: StaticStructureSchema;
|
|
290
310
|
export declare var ListOnlineEvaluationConfigsResponse$: StaticStructureSchema;
|
|
311
|
+
export declare var ListPaymentConnectorsRequest$: StaticStructureSchema;
|
|
312
|
+
export declare var ListPaymentConnectorsResponse$: StaticStructureSchema;
|
|
313
|
+
export declare var ListPaymentCredentialProvidersRequest$: StaticStructureSchema;
|
|
314
|
+
export declare var ListPaymentCredentialProvidersResponse$: StaticStructureSchema;
|
|
315
|
+
export declare var ListPaymentManagersRequest$: StaticStructureSchema;
|
|
316
|
+
export declare var ListPaymentManagersResponse$: StaticStructureSchema;
|
|
291
317
|
export declare var ListPoliciesRequest$: StaticStructureSchema;
|
|
292
318
|
export declare var ListPoliciesResponse$: StaticStructureSchema;
|
|
293
319
|
export declare var ListPolicyEnginesRequest$: StaticStructureSchema;
|
|
@@ -339,6 +365,10 @@ export declare var OAuthCredentialProvider$: StaticStructureSchema;
|
|
|
339
365
|
export declare var OnBehalfOfTokenExchangeConfigType$: StaticStructureSchema;
|
|
340
366
|
export declare var OnlineEvaluationConfigSummary$: StaticStructureSchema;
|
|
341
367
|
export declare var OutputConfig$: StaticStructureSchema;
|
|
368
|
+
export declare var PaymentConnectorSummary$: StaticStructureSchema;
|
|
369
|
+
export declare var PaymentCredentialProviderConfiguration$: StaticStructureSchema;
|
|
370
|
+
export declare var PaymentCredentialProviderItem$: StaticStructureSchema;
|
|
371
|
+
export declare var PaymentManagerSummary$: StaticStructureSchema;
|
|
342
372
|
export declare var Policy$: StaticStructureSchema;
|
|
343
373
|
export declare var PolicyEngine$: StaticStructureSchema;
|
|
344
374
|
export declare var PolicyGeneration$: StaticStructureSchema;
|
|
@@ -393,6 +423,8 @@ export declare var StreamDeliveryResources$: StaticStructureSchema;
|
|
|
393
423
|
export declare var StreamingConfiguration$: StaticStructureSchema;
|
|
394
424
|
export declare var StringListValidation$: StaticStructureSchema;
|
|
395
425
|
export declare var StringValidation$: StaticStructureSchema;
|
|
426
|
+
export declare var StripePrivyConfigurationInput$: StaticStructureSchema;
|
|
427
|
+
export declare var StripePrivyConfigurationOutput$: StaticStructureSchema;
|
|
396
428
|
export declare var SubmitRegistryRecordForApprovalRequest$: StaticStructureSchema;
|
|
397
429
|
export declare var SubmitRegistryRecordForApprovalResponse$: StaticStructureSchema;
|
|
398
430
|
export declare var SummaryConsolidationOverride$: StaticStructureSchema;
|
|
@@ -460,6 +492,12 @@ export declare var UpdateOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
460
492
|
export declare var UpdateOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
461
493
|
export declare var UpdateOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
462
494
|
export declare var UpdateOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
495
|
+
export declare var UpdatePaymentConnectorRequest$: StaticStructureSchema;
|
|
496
|
+
export declare var UpdatePaymentConnectorResponse$: StaticStructureSchema;
|
|
497
|
+
export declare var UpdatePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
498
|
+
export declare var UpdatePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
499
|
+
export declare var UpdatePaymentManagerRequest$: StaticStructureSchema;
|
|
500
|
+
export declare var UpdatePaymentManagerResponse$: StaticStructureSchema;
|
|
463
501
|
export declare var UpdatePolicyEngineRequest$: StaticStructureSchema;
|
|
464
502
|
export declare var UpdatePolicyEngineResponse$: StaticStructureSchema;
|
|
465
503
|
export declare var UpdatePolicyRequest$: StaticStructureSchema;
|
|
@@ -501,6 +539,7 @@ export declare var ConfigurationBundleAction$: StaticUnionSchema;
|
|
|
501
539
|
export declare var ConsolidationConfiguration$: StaticUnionSchema;
|
|
502
540
|
export declare var Content$: StaticUnionSchema;
|
|
503
541
|
export declare var CredentialProvider$: StaticUnionSchema;
|
|
542
|
+
export declare var CredentialsProviderConfiguration$: StaticUnionSchema;
|
|
504
543
|
export declare var CustomConfigurationInput$: StaticUnionSchema;
|
|
505
544
|
export declare var CustomConsolidationConfiguration$: StaticUnionSchema;
|
|
506
545
|
export declare var CustomConsolidationConfigurationInput$: StaticUnionSchema;
|
|
@@ -539,6 +578,8 @@ export declare var ModifyReflectionConfiguration$: StaticUnionSchema;
|
|
|
539
578
|
export declare var Oauth2Discovery$: StaticUnionSchema;
|
|
540
579
|
export declare var Oauth2ProviderConfigInput$: StaticUnionSchema;
|
|
541
580
|
export declare var Oauth2ProviderConfigOutput$: StaticUnionSchema;
|
|
581
|
+
export declare var PaymentProviderConfigurationInput$: StaticUnionSchema;
|
|
582
|
+
export declare var PaymentProviderConfigurationOutput$: StaticUnionSchema;
|
|
542
583
|
export declare var PolicyDefinition$: StaticUnionSchema;
|
|
543
584
|
export declare var PrivateEndpoint$: StaticUnionSchema;
|
|
544
585
|
export declare var RatingScale$: StaticUnionSchema;
|
|
@@ -570,6 +611,9 @@ export declare var CreateHarness$: StaticOperationSchema;
|
|
|
570
611
|
export declare var CreateMemory$: StaticOperationSchema;
|
|
571
612
|
export declare var CreateOauth2CredentialProvider$: StaticOperationSchema;
|
|
572
613
|
export declare var CreateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
614
|
+
export declare var CreatePaymentConnector$: StaticOperationSchema;
|
|
615
|
+
export declare var CreatePaymentCredentialProvider$: StaticOperationSchema;
|
|
616
|
+
export declare var CreatePaymentManager$: StaticOperationSchema;
|
|
573
617
|
export declare var CreatePolicy$: StaticOperationSchema;
|
|
574
618
|
export declare var CreatePolicyEngine$: StaticOperationSchema;
|
|
575
619
|
export declare var CreateRegistry$: StaticOperationSchema;
|
|
@@ -590,6 +634,9 @@ export declare var DeleteHarness$: StaticOperationSchema;
|
|
|
590
634
|
export declare var DeleteMemory$: StaticOperationSchema;
|
|
591
635
|
export declare var DeleteOauth2CredentialProvider$: StaticOperationSchema;
|
|
592
636
|
export declare var DeleteOnlineEvaluationConfig$: StaticOperationSchema;
|
|
637
|
+
export declare var DeletePaymentConnector$: StaticOperationSchema;
|
|
638
|
+
export declare var DeletePaymentCredentialProvider$: StaticOperationSchema;
|
|
639
|
+
export declare var DeletePaymentManager$: StaticOperationSchema;
|
|
593
640
|
export declare var DeletePolicy$: StaticOperationSchema;
|
|
594
641
|
export declare var DeletePolicyEngine$: StaticOperationSchema;
|
|
595
642
|
export declare var DeleteRegistry$: StaticOperationSchema;
|
|
@@ -612,6 +659,9 @@ export declare var GetHarness$: StaticOperationSchema;
|
|
|
612
659
|
export declare var GetMemory$: StaticOperationSchema;
|
|
613
660
|
export declare var GetOauth2CredentialProvider$: StaticOperationSchema;
|
|
614
661
|
export declare var GetOnlineEvaluationConfig$: StaticOperationSchema;
|
|
662
|
+
export declare var GetPaymentConnector$: StaticOperationSchema;
|
|
663
|
+
export declare var GetPaymentCredentialProvider$: StaticOperationSchema;
|
|
664
|
+
export declare var GetPaymentManager$: StaticOperationSchema;
|
|
615
665
|
export declare var GetPolicy$: StaticOperationSchema;
|
|
616
666
|
export declare var GetPolicyEngine$: StaticOperationSchema;
|
|
617
667
|
export declare var GetPolicyGeneration$: StaticOperationSchema;
|
|
@@ -637,6 +687,9 @@ export declare var ListHarnesses$: StaticOperationSchema;
|
|
|
637
687
|
export declare var ListMemories$: StaticOperationSchema;
|
|
638
688
|
export declare var ListOauth2CredentialProviders$: StaticOperationSchema;
|
|
639
689
|
export declare var ListOnlineEvaluationConfigs$: StaticOperationSchema;
|
|
690
|
+
export declare var ListPaymentConnectors$: StaticOperationSchema;
|
|
691
|
+
export declare var ListPaymentCredentialProviders$: StaticOperationSchema;
|
|
692
|
+
export declare var ListPaymentManagers$: StaticOperationSchema;
|
|
640
693
|
export declare var ListPolicies$: StaticOperationSchema;
|
|
641
694
|
export declare var ListPolicyEngines$: StaticOperationSchema;
|
|
642
695
|
export declare var ListPolicyGenerationAssets$: StaticOperationSchema;
|
|
@@ -664,6 +717,9 @@ export declare var UpdateHarness$: StaticOperationSchema;
|
|
|
664
717
|
export declare var UpdateMemory$: StaticOperationSchema;
|
|
665
718
|
export declare var UpdateOauth2CredentialProvider$: StaticOperationSchema;
|
|
666
719
|
export declare var UpdateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
720
|
+
export declare var UpdatePaymentConnector$: StaticOperationSchema;
|
|
721
|
+
export declare var UpdatePaymentCredentialProvider$: StaticOperationSchema;
|
|
722
|
+
export declare var UpdatePaymentManager$: StaticOperationSchema;
|
|
667
723
|
export declare var UpdatePolicy$: StaticOperationSchema;
|
|
668
724
|
export declare var UpdatePolicyEngine$: StaticOperationSchema;
|
|
669
725
|
export declare var UpdateRegistry$: StaticOperationSchema;
|
|
@@ -66,6 +66,18 @@ import {
|
|
|
66
66
|
CreateOnlineEvaluationConfigCommandInput,
|
|
67
67
|
CreateOnlineEvaluationConfigCommandOutput,
|
|
68
68
|
} from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreatePaymentConnectorCommandInput,
|
|
71
|
+
CreatePaymentConnectorCommandOutput,
|
|
72
|
+
} from "./commands/CreatePaymentConnectorCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreatePaymentCredentialProviderCommandInput,
|
|
75
|
+
CreatePaymentCredentialProviderCommandOutput,
|
|
76
|
+
} from "./commands/CreatePaymentCredentialProviderCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreatePaymentManagerCommandInput,
|
|
79
|
+
CreatePaymentManagerCommandOutput,
|
|
80
|
+
} from "./commands/CreatePaymentManagerCommand";
|
|
69
81
|
import {
|
|
70
82
|
CreatePolicyCommandInput,
|
|
71
83
|
CreatePolicyCommandOutput,
|
|
@@ -146,6 +158,18 @@ import {
|
|
|
146
158
|
DeleteOnlineEvaluationConfigCommandInput,
|
|
147
159
|
DeleteOnlineEvaluationConfigCommandOutput,
|
|
148
160
|
} from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
161
|
+
import {
|
|
162
|
+
DeletePaymentConnectorCommandInput,
|
|
163
|
+
DeletePaymentConnectorCommandOutput,
|
|
164
|
+
} from "./commands/DeletePaymentConnectorCommand";
|
|
165
|
+
import {
|
|
166
|
+
DeletePaymentCredentialProviderCommandInput,
|
|
167
|
+
DeletePaymentCredentialProviderCommandOutput,
|
|
168
|
+
} from "./commands/DeletePaymentCredentialProviderCommand";
|
|
169
|
+
import {
|
|
170
|
+
DeletePaymentManagerCommandInput,
|
|
171
|
+
DeletePaymentManagerCommandOutput,
|
|
172
|
+
} from "./commands/DeletePaymentManagerCommand";
|
|
149
173
|
import {
|
|
150
174
|
DeletePolicyCommandInput,
|
|
151
175
|
DeletePolicyCommandOutput,
|
|
@@ -234,6 +258,18 @@ import {
|
|
|
234
258
|
GetOnlineEvaluationConfigCommandInput,
|
|
235
259
|
GetOnlineEvaluationConfigCommandOutput,
|
|
236
260
|
} from "./commands/GetOnlineEvaluationConfigCommand";
|
|
261
|
+
import {
|
|
262
|
+
GetPaymentConnectorCommandInput,
|
|
263
|
+
GetPaymentConnectorCommandOutput,
|
|
264
|
+
} from "./commands/GetPaymentConnectorCommand";
|
|
265
|
+
import {
|
|
266
|
+
GetPaymentCredentialProviderCommandInput,
|
|
267
|
+
GetPaymentCredentialProviderCommandOutput,
|
|
268
|
+
} from "./commands/GetPaymentCredentialProviderCommand";
|
|
269
|
+
import {
|
|
270
|
+
GetPaymentManagerCommandInput,
|
|
271
|
+
GetPaymentManagerCommandOutput,
|
|
272
|
+
} from "./commands/GetPaymentManagerCommand";
|
|
237
273
|
import {
|
|
238
274
|
GetPolicyCommandInput,
|
|
239
275
|
GetPolicyCommandOutput,
|
|
@@ -334,6 +370,18 @@ import {
|
|
|
334
370
|
ListOnlineEvaluationConfigsCommandInput,
|
|
335
371
|
ListOnlineEvaluationConfigsCommandOutput,
|
|
336
372
|
} from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
373
|
+
import {
|
|
374
|
+
ListPaymentConnectorsCommandInput,
|
|
375
|
+
ListPaymentConnectorsCommandOutput,
|
|
376
|
+
} from "./commands/ListPaymentConnectorsCommand";
|
|
377
|
+
import {
|
|
378
|
+
ListPaymentCredentialProvidersCommandInput,
|
|
379
|
+
ListPaymentCredentialProvidersCommandOutput,
|
|
380
|
+
} from "./commands/ListPaymentCredentialProvidersCommand";
|
|
381
|
+
import {
|
|
382
|
+
ListPaymentManagersCommandInput,
|
|
383
|
+
ListPaymentManagersCommandOutput,
|
|
384
|
+
} from "./commands/ListPaymentManagersCommand";
|
|
337
385
|
import {
|
|
338
386
|
ListPoliciesCommandInput,
|
|
339
387
|
ListPoliciesCommandOutput,
|
|
@@ -442,6 +490,18 @@ import {
|
|
|
442
490
|
UpdateOnlineEvaluationConfigCommandInput,
|
|
443
491
|
UpdateOnlineEvaluationConfigCommandOutput,
|
|
444
492
|
} from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
493
|
+
import {
|
|
494
|
+
UpdatePaymentConnectorCommandInput,
|
|
495
|
+
UpdatePaymentConnectorCommandOutput,
|
|
496
|
+
} from "./commands/UpdatePaymentConnectorCommand";
|
|
497
|
+
import {
|
|
498
|
+
UpdatePaymentCredentialProviderCommandInput,
|
|
499
|
+
UpdatePaymentCredentialProviderCommandOutput,
|
|
500
|
+
} from "./commands/UpdatePaymentCredentialProviderCommand";
|
|
501
|
+
import {
|
|
502
|
+
UpdatePaymentManagerCommandInput,
|
|
503
|
+
UpdatePaymentManagerCommandOutput,
|
|
504
|
+
} from "./commands/UpdatePaymentManagerCommand";
|
|
445
505
|
import {
|
|
446
506
|
UpdatePolicyCommandInput,
|
|
447
507
|
UpdatePolicyCommandOutput,
|
|
@@ -663,6 +723,45 @@ export interface BedrockAgentCoreControl {
|
|
|
663
723
|
options: __HttpHandlerOptions,
|
|
664
724
|
cb: (err: any, data?: CreateOnlineEvaluationConfigCommandOutput) => void
|
|
665
725
|
): void;
|
|
726
|
+
createPaymentConnector(
|
|
727
|
+
args: CreatePaymentConnectorCommandInput,
|
|
728
|
+
options?: __HttpHandlerOptions
|
|
729
|
+
): Promise<CreatePaymentConnectorCommandOutput>;
|
|
730
|
+
createPaymentConnector(
|
|
731
|
+
args: CreatePaymentConnectorCommandInput,
|
|
732
|
+
cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void
|
|
733
|
+
): void;
|
|
734
|
+
createPaymentConnector(
|
|
735
|
+
args: CreatePaymentConnectorCommandInput,
|
|
736
|
+
options: __HttpHandlerOptions,
|
|
737
|
+
cb: (err: any, data?: CreatePaymentConnectorCommandOutput) => void
|
|
738
|
+
): void;
|
|
739
|
+
createPaymentCredentialProvider(
|
|
740
|
+
args: CreatePaymentCredentialProviderCommandInput,
|
|
741
|
+
options?: __HttpHandlerOptions
|
|
742
|
+
): Promise<CreatePaymentCredentialProviderCommandOutput>;
|
|
743
|
+
createPaymentCredentialProvider(
|
|
744
|
+
args: CreatePaymentCredentialProviderCommandInput,
|
|
745
|
+
cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void
|
|
746
|
+
): void;
|
|
747
|
+
createPaymentCredentialProvider(
|
|
748
|
+
args: CreatePaymentCredentialProviderCommandInput,
|
|
749
|
+
options: __HttpHandlerOptions,
|
|
750
|
+
cb: (err: any, data?: CreatePaymentCredentialProviderCommandOutput) => void
|
|
751
|
+
): void;
|
|
752
|
+
createPaymentManager(
|
|
753
|
+
args: CreatePaymentManagerCommandInput,
|
|
754
|
+
options?: __HttpHandlerOptions
|
|
755
|
+
): Promise<CreatePaymentManagerCommandOutput>;
|
|
756
|
+
createPaymentManager(
|
|
757
|
+
args: CreatePaymentManagerCommandInput,
|
|
758
|
+
cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void
|
|
759
|
+
): void;
|
|
760
|
+
createPaymentManager(
|
|
761
|
+
args: CreatePaymentManagerCommandInput,
|
|
762
|
+
options: __HttpHandlerOptions,
|
|
763
|
+
cb: (err: any, data?: CreatePaymentManagerCommandOutput) => void
|
|
764
|
+
): void;
|
|
666
765
|
createPolicy(
|
|
667
766
|
args: CreatePolicyCommandInput,
|
|
668
767
|
options?: __HttpHandlerOptions
|
|
@@ -923,6 +1022,45 @@ export interface BedrockAgentCoreControl {
|
|
|
923
1022
|
options: __HttpHandlerOptions,
|
|
924
1023
|
cb: (err: any, data?: DeleteOnlineEvaluationConfigCommandOutput) => void
|
|
925
1024
|
): void;
|
|
1025
|
+
deletePaymentConnector(
|
|
1026
|
+
args: DeletePaymentConnectorCommandInput,
|
|
1027
|
+
options?: __HttpHandlerOptions
|
|
1028
|
+
): Promise<DeletePaymentConnectorCommandOutput>;
|
|
1029
|
+
deletePaymentConnector(
|
|
1030
|
+
args: DeletePaymentConnectorCommandInput,
|
|
1031
|
+
cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void
|
|
1032
|
+
): void;
|
|
1033
|
+
deletePaymentConnector(
|
|
1034
|
+
args: DeletePaymentConnectorCommandInput,
|
|
1035
|
+
options: __HttpHandlerOptions,
|
|
1036
|
+
cb: (err: any, data?: DeletePaymentConnectorCommandOutput) => void
|
|
1037
|
+
): void;
|
|
1038
|
+
deletePaymentCredentialProvider(
|
|
1039
|
+
args: DeletePaymentCredentialProviderCommandInput,
|
|
1040
|
+
options?: __HttpHandlerOptions
|
|
1041
|
+
): Promise<DeletePaymentCredentialProviderCommandOutput>;
|
|
1042
|
+
deletePaymentCredentialProvider(
|
|
1043
|
+
args: DeletePaymentCredentialProviderCommandInput,
|
|
1044
|
+
cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void
|
|
1045
|
+
): void;
|
|
1046
|
+
deletePaymentCredentialProvider(
|
|
1047
|
+
args: DeletePaymentCredentialProviderCommandInput,
|
|
1048
|
+
options: __HttpHandlerOptions,
|
|
1049
|
+
cb: (err: any, data?: DeletePaymentCredentialProviderCommandOutput) => void
|
|
1050
|
+
): void;
|
|
1051
|
+
deletePaymentManager(
|
|
1052
|
+
args: DeletePaymentManagerCommandInput,
|
|
1053
|
+
options?: __HttpHandlerOptions
|
|
1054
|
+
): Promise<DeletePaymentManagerCommandOutput>;
|
|
1055
|
+
deletePaymentManager(
|
|
1056
|
+
args: DeletePaymentManagerCommandInput,
|
|
1057
|
+
cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void
|
|
1058
|
+
): void;
|
|
1059
|
+
deletePaymentManager(
|
|
1060
|
+
args: DeletePaymentManagerCommandInput,
|
|
1061
|
+
options: __HttpHandlerOptions,
|
|
1062
|
+
cb: (err: any, data?: DeletePaymentManagerCommandOutput) => void
|
|
1063
|
+
): void;
|
|
926
1064
|
deletePolicy(
|
|
927
1065
|
args: DeletePolicyCommandInput,
|
|
928
1066
|
options?: __HttpHandlerOptions
|
|
@@ -1209,6 +1347,45 @@ export interface BedrockAgentCoreControl {
|
|
|
1209
1347
|
options: __HttpHandlerOptions,
|
|
1210
1348
|
cb: (err: any, data?: GetOnlineEvaluationConfigCommandOutput) => void
|
|
1211
1349
|
): void;
|
|
1350
|
+
getPaymentConnector(
|
|
1351
|
+
args: GetPaymentConnectorCommandInput,
|
|
1352
|
+
options?: __HttpHandlerOptions
|
|
1353
|
+
): Promise<GetPaymentConnectorCommandOutput>;
|
|
1354
|
+
getPaymentConnector(
|
|
1355
|
+
args: GetPaymentConnectorCommandInput,
|
|
1356
|
+
cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void
|
|
1357
|
+
): void;
|
|
1358
|
+
getPaymentConnector(
|
|
1359
|
+
args: GetPaymentConnectorCommandInput,
|
|
1360
|
+
options: __HttpHandlerOptions,
|
|
1361
|
+
cb: (err: any, data?: GetPaymentConnectorCommandOutput) => void
|
|
1362
|
+
): void;
|
|
1363
|
+
getPaymentCredentialProvider(
|
|
1364
|
+
args: GetPaymentCredentialProviderCommandInput,
|
|
1365
|
+
options?: __HttpHandlerOptions
|
|
1366
|
+
): Promise<GetPaymentCredentialProviderCommandOutput>;
|
|
1367
|
+
getPaymentCredentialProvider(
|
|
1368
|
+
args: GetPaymentCredentialProviderCommandInput,
|
|
1369
|
+
cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void
|
|
1370
|
+
): void;
|
|
1371
|
+
getPaymentCredentialProvider(
|
|
1372
|
+
args: GetPaymentCredentialProviderCommandInput,
|
|
1373
|
+
options: __HttpHandlerOptions,
|
|
1374
|
+
cb: (err: any, data?: GetPaymentCredentialProviderCommandOutput) => void
|
|
1375
|
+
): void;
|
|
1376
|
+
getPaymentManager(
|
|
1377
|
+
args: GetPaymentManagerCommandInput,
|
|
1378
|
+
options?: __HttpHandlerOptions
|
|
1379
|
+
): Promise<GetPaymentManagerCommandOutput>;
|
|
1380
|
+
getPaymentManager(
|
|
1381
|
+
args: GetPaymentManagerCommandInput,
|
|
1382
|
+
cb: (err: any, data?: GetPaymentManagerCommandOutput) => void
|
|
1383
|
+
): void;
|
|
1384
|
+
getPaymentManager(
|
|
1385
|
+
args: GetPaymentManagerCommandInput,
|
|
1386
|
+
options: __HttpHandlerOptions,
|
|
1387
|
+
cb: (err: any, data?: GetPaymentManagerCommandOutput) => void
|
|
1388
|
+
): void;
|
|
1212
1389
|
getPolicy(
|
|
1213
1390
|
args: GetPolicyCommandInput,
|
|
1214
1391
|
options?: __HttpHandlerOptions
|
|
@@ -1547,6 +1724,47 @@ export interface BedrockAgentCoreControl {
|
|
|
1547
1724
|
options: __HttpHandlerOptions,
|
|
1548
1725
|
cb: (err: any, data?: ListOnlineEvaluationConfigsCommandOutput) => void
|
|
1549
1726
|
): void;
|
|
1727
|
+
listPaymentConnectors(
|
|
1728
|
+
args: ListPaymentConnectorsCommandInput,
|
|
1729
|
+
options?: __HttpHandlerOptions
|
|
1730
|
+
): Promise<ListPaymentConnectorsCommandOutput>;
|
|
1731
|
+
listPaymentConnectors(
|
|
1732
|
+
args: ListPaymentConnectorsCommandInput,
|
|
1733
|
+
cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void
|
|
1734
|
+
): void;
|
|
1735
|
+
listPaymentConnectors(
|
|
1736
|
+
args: ListPaymentConnectorsCommandInput,
|
|
1737
|
+
options: __HttpHandlerOptions,
|
|
1738
|
+
cb: (err: any, data?: ListPaymentConnectorsCommandOutput) => void
|
|
1739
|
+
): void;
|
|
1740
|
+
listPaymentCredentialProviders(): Promise<ListPaymentCredentialProvidersCommandOutput>;
|
|
1741
|
+
listPaymentCredentialProviders(
|
|
1742
|
+
args: ListPaymentCredentialProvidersCommandInput,
|
|
1743
|
+
options?: __HttpHandlerOptions
|
|
1744
|
+
): Promise<ListPaymentCredentialProvidersCommandOutput>;
|
|
1745
|
+
listPaymentCredentialProviders(
|
|
1746
|
+
args: ListPaymentCredentialProvidersCommandInput,
|
|
1747
|
+
cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void
|
|
1748
|
+
): void;
|
|
1749
|
+
listPaymentCredentialProviders(
|
|
1750
|
+
args: ListPaymentCredentialProvidersCommandInput,
|
|
1751
|
+
options: __HttpHandlerOptions,
|
|
1752
|
+
cb: (err: any, data?: ListPaymentCredentialProvidersCommandOutput) => void
|
|
1753
|
+
): void;
|
|
1754
|
+
listPaymentManagers(): Promise<ListPaymentManagersCommandOutput>;
|
|
1755
|
+
listPaymentManagers(
|
|
1756
|
+
args: ListPaymentManagersCommandInput,
|
|
1757
|
+
options?: __HttpHandlerOptions
|
|
1758
|
+
): Promise<ListPaymentManagersCommandOutput>;
|
|
1759
|
+
listPaymentManagers(
|
|
1760
|
+
args: ListPaymentManagersCommandInput,
|
|
1761
|
+
cb: (err: any, data?: ListPaymentManagersCommandOutput) => void
|
|
1762
|
+
): void;
|
|
1763
|
+
listPaymentManagers(
|
|
1764
|
+
args: ListPaymentManagersCommandInput,
|
|
1765
|
+
options: __HttpHandlerOptions,
|
|
1766
|
+
cb: (err: any, data?: ListPaymentManagersCommandOutput) => void
|
|
1767
|
+
): void;
|
|
1550
1768
|
listPolicies(
|
|
1551
1769
|
args: ListPoliciesCommandInput,
|
|
1552
1770
|
options?: __HttpHandlerOptions
|
|
@@ -1901,6 +2119,45 @@ export interface BedrockAgentCoreControl {
|
|
|
1901
2119
|
options: __HttpHandlerOptions,
|
|
1902
2120
|
cb: (err: any, data?: UpdateOnlineEvaluationConfigCommandOutput) => void
|
|
1903
2121
|
): void;
|
|
2122
|
+
updatePaymentConnector(
|
|
2123
|
+
args: UpdatePaymentConnectorCommandInput,
|
|
2124
|
+
options?: __HttpHandlerOptions
|
|
2125
|
+
): Promise<UpdatePaymentConnectorCommandOutput>;
|
|
2126
|
+
updatePaymentConnector(
|
|
2127
|
+
args: UpdatePaymentConnectorCommandInput,
|
|
2128
|
+
cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void
|
|
2129
|
+
): void;
|
|
2130
|
+
updatePaymentConnector(
|
|
2131
|
+
args: UpdatePaymentConnectorCommandInput,
|
|
2132
|
+
options: __HttpHandlerOptions,
|
|
2133
|
+
cb: (err: any, data?: UpdatePaymentConnectorCommandOutput) => void
|
|
2134
|
+
): void;
|
|
2135
|
+
updatePaymentCredentialProvider(
|
|
2136
|
+
args: UpdatePaymentCredentialProviderCommandInput,
|
|
2137
|
+
options?: __HttpHandlerOptions
|
|
2138
|
+
): Promise<UpdatePaymentCredentialProviderCommandOutput>;
|
|
2139
|
+
updatePaymentCredentialProvider(
|
|
2140
|
+
args: UpdatePaymentCredentialProviderCommandInput,
|
|
2141
|
+
cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void
|
|
2142
|
+
): void;
|
|
2143
|
+
updatePaymentCredentialProvider(
|
|
2144
|
+
args: UpdatePaymentCredentialProviderCommandInput,
|
|
2145
|
+
options: __HttpHandlerOptions,
|
|
2146
|
+
cb: (err: any, data?: UpdatePaymentCredentialProviderCommandOutput) => void
|
|
2147
|
+
): void;
|
|
2148
|
+
updatePaymentManager(
|
|
2149
|
+
args: UpdatePaymentManagerCommandInput,
|
|
2150
|
+
options?: __HttpHandlerOptions
|
|
2151
|
+
): Promise<UpdatePaymentManagerCommandOutput>;
|
|
2152
|
+
updatePaymentManager(
|
|
2153
|
+
args: UpdatePaymentManagerCommandInput,
|
|
2154
|
+
cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void
|
|
2155
|
+
): void;
|
|
2156
|
+
updatePaymentManager(
|
|
2157
|
+
args: UpdatePaymentManagerCommandInput,
|
|
2158
|
+
options: __HttpHandlerOptions,
|
|
2159
|
+
cb: (err: any, data?: UpdatePaymentManagerCommandOutput) => void
|
|
2160
|
+
): void;
|
|
1904
2161
|
updatePolicy(
|
|
1905
2162
|
args: UpdatePolicyCommandInput,
|
|
1906
2163
|
options?: __HttpHandlerOptions
|
|
@@ -2098,6 +2355,27 @@ export interface BedrockAgentCoreControl {
|
|
|
2098
2355
|
Exclude<keyof PaginationConfiguration, "client">
|
|
2099
2356
|
>
|
|
2100
2357
|
): Paginator<ListOnlineEvaluationConfigsCommandOutput>;
|
|
2358
|
+
paginateListPaymentConnectors(
|
|
2359
|
+
args: ListPaymentConnectorsCommandInput,
|
|
2360
|
+
paginationConfig?: Pick<
|
|
2361
|
+
PaginationConfiguration,
|
|
2362
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2363
|
+
>
|
|
2364
|
+
): Paginator<ListPaymentConnectorsCommandOutput>;
|
|
2365
|
+
paginateListPaymentCredentialProviders(
|
|
2366
|
+
args?: ListPaymentCredentialProvidersCommandInput,
|
|
2367
|
+
paginationConfig?: Pick<
|
|
2368
|
+
PaginationConfiguration,
|
|
2369
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2370
|
+
>
|
|
2371
|
+
): Paginator<ListPaymentCredentialProvidersCommandOutput>;
|
|
2372
|
+
paginateListPaymentManagers(
|
|
2373
|
+
args?: ListPaymentManagersCommandInput,
|
|
2374
|
+
paginationConfig?: Pick<
|
|
2375
|
+
PaginationConfiguration,
|
|
2376
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2377
|
+
>
|
|
2378
|
+
): Paginator<ListPaymentManagersCommandOutput>;
|
|
2101
2379
|
paginateListPolicies(
|
|
2102
2380
|
args: ListPoliciesCommandInput,
|
|
2103
2381
|
paginationConfig?: Pick<
|