@aws-sdk/client-bedrock-agentcore-control 3.1043.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 +385 -18
- 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 +370 -4
- package/dist-types/BedrockAgentCoreControl.d.ts +128 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +17 -2
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +8 -0
- package/dist-types/commands/CreateHarnessCommand.d.ts +16 -0
- 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/DeleteHarnessCommand.d.ts +8 -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/GetAgentRuntimeCommand.d.ts +8 -0
- package/dist-types/commands/GetHarnessCommand.d.ts +8 -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/UpdateAgentRuntimeCommand.d.ts +8 -0
- package/dist-types/commands/UpdateHarnessCommand.d.ts +16 -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 +60 -68
- package/dist-types/models/models_1.d.ts +1215 -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 +58 -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_0.d.ts +28 -14
- package/dist-types/ts3.4/models/models_1.d.ts +345 -2
- 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 +58 -0
- package/package.json +1 -1
|
@@ -104,6 +104,18 @@ import {
|
|
|
104
104
|
CreateOnlineEvaluationConfigCommandInput,
|
|
105
105
|
CreateOnlineEvaluationConfigCommandOutput,
|
|
106
106
|
} from "./commands/CreateOnlineEvaluationConfigCommand";
|
|
107
|
+
import {
|
|
108
|
+
CreatePaymentConnectorCommandInput,
|
|
109
|
+
CreatePaymentConnectorCommandOutput,
|
|
110
|
+
} from "./commands/CreatePaymentConnectorCommand";
|
|
111
|
+
import {
|
|
112
|
+
CreatePaymentCredentialProviderCommandInput,
|
|
113
|
+
CreatePaymentCredentialProviderCommandOutput,
|
|
114
|
+
} from "./commands/CreatePaymentCredentialProviderCommand";
|
|
115
|
+
import {
|
|
116
|
+
CreatePaymentManagerCommandInput,
|
|
117
|
+
CreatePaymentManagerCommandOutput,
|
|
118
|
+
} from "./commands/CreatePaymentManagerCommand";
|
|
107
119
|
import {
|
|
108
120
|
CreatePolicyCommandInput,
|
|
109
121
|
CreatePolicyCommandOutput,
|
|
@@ -184,6 +196,18 @@ import {
|
|
|
184
196
|
DeleteOnlineEvaluationConfigCommandInput,
|
|
185
197
|
DeleteOnlineEvaluationConfigCommandOutput,
|
|
186
198
|
} from "./commands/DeleteOnlineEvaluationConfigCommand";
|
|
199
|
+
import {
|
|
200
|
+
DeletePaymentConnectorCommandInput,
|
|
201
|
+
DeletePaymentConnectorCommandOutput,
|
|
202
|
+
} from "./commands/DeletePaymentConnectorCommand";
|
|
203
|
+
import {
|
|
204
|
+
DeletePaymentCredentialProviderCommandInput,
|
|
205
|
+
DeletePaymentCredentialProviderCommandOutput,
|
|
206
|
+
} from "./commands/DeletePaymentCredentialProviderCommand";
|
|
207
|
+
import {
|
|
208
|
+
DeletePaymentManagerCommandInput,
|
|
209
|
+
DeletePaymentManagerCommandOutput,
|
|
210
|
+
} from "./commands/DeletePaymentManagerCommand";
|
|
187
211
|
import {
|
|
188
212
|
DeletePolicyCommandInput,
|
|
189
213
|
DeletePolicyCommandOutput,
|
|
@@ -272,6 +296,18 @@ import {
|
|
|
272
296
|
GetOnlineEvaluationConfigCommandInput,
|
|
273
297
|
GetOnlineEvaluationConfigCommandOutput,
|
|
274
298
|
} from "./commands/GetOnlineEvaluationConfigCommand";
|
|
299
|
+
import {
|
|
300
|
+
GetPaymentConnectorCommandInput,
|
|
301
|
+
GetPaymentConnectorCommandOutput,
|
|
302
|
+
} from "./commands/GetPaymentConnectorCommand";
|
|
303
|
+
import {
|
|
304
|
+
GetPaymentCredentialProviderCommandInput,
|
|
305
|
+
GetPaymentCredentialProviderCommandOutput,
|
|
306
|
+
} from "./commands/GetPaymentCredentialProviderCommand";
|
|
307
|
+
import {
|
|
308
|
+
GetPaymentManagerCommandInput,
|
|
309
|
+
GetPaymentManagerCommandOutput,
|
|
310
|
+
} from "./commands/GetPaymentManagerCommand";
|
|
275
311
|
import {
|
|
276
312
|
GetPolicyCommandInput,
|
|
277
313
|
GetPolicyCommandOutput,
|
|
@@ -372,6 +408,18 @@ import {
|
|
|
372
408
|
ListOnlineEvaluationConfigsCommandInput,
|
|
373
409
|
ListOnlineEvaluationConfigsCommandOutput,
|
|
374
410
|
} from "./commands/ListOnlineEvaluationConfigsCommand";
|
|
411
|
+
import {
|
|
412
|
+
ListPaymentConnectorsCommandInput,
|
|
413
|
+
ListPaymentConnectorsCommandOutput,
|
|
414
|
+
} from "./commands/ListPaymentConnectorsCommand";
|
|
415
|
+
import {
|
|
416
|
+
ListPaymentCredentialProvidersCommandInput,
|
|
417
|
+
ListPaymentCredentialProvidersCommandOutput,
|
|
418
|
+
} from "./commands/ListPaymentCredentialProvidersCommand";
|
|
419
|
+
import {
|
|
420
|
+
ListPaymentManagersCommandInput,
|
|
421
|
+
ListPaymentManagersCommandOutput,
|
|
422
|
+
} from "./commands/ListPaymentManagersCommand";
|
|
375
423
|
import {
|
|
376
424
|
ListPoliciesCommandInput,
|
|
377
425
|
ListPoliciesCommandOutput,
|
|
@@ -480,6 +528,18 @@ import {
|
|
|
480
528
|
UpdateOnlineEvaluationConfigCommandInput,
|
|
481
529
|
UpdateOnlineEvaluationConfigCommandOutput,
|
|
482
530
|
} from "./commands/UpdateOnlineEvaluationConfigCommand";
|
|
531
|
+
import {
|
|
532
|
+
UpdatePaymentConnectorCommandInput,
|
|
533
|
+
UpdatePaymentConnectorCommandOutput,
|
|
534
|
+
} from "./commands/UpdatePaymentConnectorCommand";
|
|
535
|
+
import {
|
|
536
|
+
UpdatePaymentCredentialProviderCommandInput,
|
|
537
|
+
UpdatePaymentCredentialProviderCommandOutput,
|
|
538
|
+
} from "./commands/UpdatePaymentCredentialProviderCommand";
|
|
539
|
+
import {
|
|
540
|
+
UpdatePaymentManagerCommandInput,
|
|
541
|
+
UpdatePaymentManagerCommandOutput,
|
|
542
|
+
} from "./commands/UpdatePaymentManagerCommand";
|
|
483
543
|
import {
|
|
484
544
|
UpdatePolicyCommandInput,
|
|
485
545
|
UpdatePolicyCommandOutput,
|
|
@@ -527,6 +587,9 @@ export type ServiceInputTypes =
|
|
|
527
587
|
| CreateMemoryCommandInput
|
|
528
588
|
| CreateOauth2CredentialProviderCommandInput
|
|
529
589
|
| CreateOnlineEvaluationConfigCommandInput
|
|
590
|
+
| CreatePaymentConnectorCommandInput
|
|
591
|
+
| CreatePaymentCredentialProviderCommandInput
|
|
592
|
+
| CreatePaymentManagerCommandInput
|
|
530
593
|
| CreatePolicyCommandInput
|
|
531
594
|
| CreatePolicyEngineCommandInput
|
|
532
595
|
| CreateRegistryCommandInput
|
|
@@ -547,6 +610,9 @@ export type ServiceInputTypes =
|
|
|
547
610
|
| DeleteMemoryCommandInput
|
|
548
611
|
| DeleteOauth2CredentialProviderCommandInput
|
|
549
612
|
| DeleteOnlineEvaluationConfigCommandInput
|
|
613
|
+
| DeletePaymentConnectorCommandInput
|
|
614
|
+
| DeletePaymentCredentialProviderCommandInput
|
|
615
|
+
| DeletePaymentManagerCommandInput
|
|
550
616
|
| DeletePolicyCommandInput
|
|
551
617
|
| DeletePolicyEngineCommandInput
|
|
552
618
|
| DeleteRegistryCommandInput
|
|
@@ -569,6 +635,9 @@ export type ServiceInputTypes =
|
|
|
569
635
|
| GetMemoryCommandInput
|
|
570
636
|
| GetOauth2CredentialProviderCommandInput
|
|
571
637
|
| GetOnlineEvaluationConfigCommandInput
|
|
638
|
+
| GetPaymentConnectorCommandInput
|
|
639
|
+
| GetPaymentCredentialProviderCommandInput
|
|
640
|
+
| GetPaymentManagerCommandInput
|
|
572
641
|
| GetPolicyCommandInput
|
|
573
642
|
| GetPolicyEngineCommandInput
|
|
574
643
|
| GetPolicyGenerationCommandInput
|
|
@@ -594,6 +663,9 @@ export type ServiceInputTypes =
|
|
|
594
663
|
| ListMemoriesCommandInput
|
|
595
664
|
| ListOauth2CredentialProvidersCommandInput
|
|
596
665
|
| ListOnlineEvaluationConfigsCommandInput
|
|
666
|
+
| ListPaymentConnectorsCommandInput
|
|
667
|
+
| ListPaymentCredentialProvidersCommandInput
|
|
668
|
+
| ListPaymentManagersCommandInput
|
|
597
669
|
| ListPoliciesCommandInput
|
|
598
670
|
| ListPolicyEnginesCommandInput
|
|
599
671
|
| ListPolicyGenerationAssetsCommandInput
|
|
@@ -621,6 +693,9 @@ export type ServiceInputTypes =
|
|
|
621
693
|
| UpdateMemoryCommandInput
|
|
622
694
|
| UpdateOauth2CredentialProviderCommandInput
|
|
623
695
|
| UpdateOnlineEvaluationConfigCommandInput
|
|
696
|
+
| UpdatePaymentConnectorCommandInput
|
|
697
|
+
| UpdatePaymentCredentialProviderCommandInput
|
|
698
|
+
| UpdatePaymentManagerCommandInput
|
|
624
699
|
| UpdatePolicyCommandInput
|
|
625
700
|
| UpdatePolicyEngineCommandInput
|
|
626
701
|
| UpdateRegistryCommandInput
|
|
@@ -643,6 +718,9 @@ export type ServiceOutputTypes =
|
|
|
643
718
|
| CreateMemoryCommandOutput
|
|
644
719
|
| CreateOauth2CredentialProviderCommandOutput
|
|
645
720
|
| CreateOnlineEvaluationConfigCommandOutput
|
|
721
|
+
| CreatePaymentConnectorCommandOutput
|
|
722
|
+
| CreatePaymentCredentialProviderCommandOutput
|
|
723
|
+
| CreatePaymentManagerCommandOutput
|
|
646
724
|
| CreatePolicyCommandOutput
|
|
647
725
|
| CreatePolicyEngineCommandOutput
|
|
648
726
|
| CreateRegistryCommandOutput
|
|
@@ -663,6 +741,9 @@ export type ServiceOutputTypes =
|
|
|
663
741
|
| DeleteMemoryCommandOutput
|
|
664
742
|
| DeleteOauth2CredentialProviderCommandOutput
|
|
665
743
|
| DeleteOnlineEvaluationConfigCommandOutput
|
|
744
|
+
| DeletePaymentConnectorCommandOutput
|
|
745
|
+
| DeletePaymentCredentialProviderCommandOutput
|
|
746
|
+
| DeletePaymentManagerCommandOutput
|
|
666
747
|
| DeletePolicyCommandOutput
|
|
667
748
|
| DeletePolicyEngineCommandOutput
|
|
668
749
|
| DeleteRegistryCommandOutput
|
|
@@ -685,6 +766,9 @@ export type ServiceOutputTypes =
|
|
|
685
766
|
| GetMemoryCommandOutput
|
|
686
767
|
| GetOauth2CredentialProviderCommandOutput
|
|
687
768
|
| GetOnlineEvaluationConfigCommandOutput
|
|
769
|
+
| GetPaymentConnectorCommandOutput
|
|
770
|
+
| GetPaymentCredentialProviderCommandOutput
|
|
771
|
+
| GetPaymentManagerCommandOutput
|
|
688
772
|
| GetPolicyCommandOutput
|
|
689
773
|
| GetPolicyEngineCommandOutput
|
|
690
774
|
| GetPolicyGenerationCommandOutput
|
|
@@ -710,6 +794,9 @@ export type ServiceOutputTypes =
|
|
|
710
794
|
| ListMemoriesCommandOutput
|
|
711
795
|
| ListOauth2CredentialProvidersCommandOutput
|
|
712
796
|
| ListOnlineEvaluationConfigsCommandOutput
|
|
797
|
+
| ListPaymentConnectorsCommandOutput
|
|
798
|
+
| ListPaymentCredentialProvidersCommandOutput
|
|
799
|
+
| ListPaymentManagersCommandOutput
|
|
713
800
|
| ListPoliciesCommandOutput
|
|
714
801
|
| ListPolicyEnginesCommandOutput
|
|
715
802
|
| ListPolicyGenerationAssetsCommandOutput
|
|
@@ -737,6 +824,9 @@ export type ServiceOutputTypes =
|
|
|
737
824
|
| UpdateMemoryCommandOutput
|
|
738
825
|
| UpdateOauth2CredentialProviderCommandOutput
|
|
739
826
|
| UpdateOnlineEvaluationConfigCommandOutput
|
|
827
|
+
| UpdatePaymentConnectorCommandOutput
|
|
828
|
+
| UpdatePaymentCredentialProviderCommandOutput
|
|
829
|
+
| UpdatePaymentManagerCommandOutput
|
|
740
830
|
| UpdatePolicyCommandOutput
|
|
741
831
|
| UpdatePolicyEngineCommandOutput
|
|
742
832
|
| UpdateRegistryCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
CreatePaymentConnectorRequest,
|
|
10
|
+
CreatePaymentConnectorResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePaymentConnectorCommandInput
|
|
15
|
+
extends CreatePaymentConnectorRequest {}
|
|
16
|
+
export interface CreatePaymentConnectorCommandOutput
|
|
17
|
+
extends CreatePaymentConnectorResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePaymentConnectorCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePaymentConnectorCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePaymentConnectorCommandInput,
|
|
24
|
+
CreatePaymentConnectorCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePaymentConnectorCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePaymentConnectorCommandInput,
|
|
33
|
+
CreatePaymentConnectorCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePaymentConnectorCommand extends CreatePaymentConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePaymentConnectorRequest;
|
|
44
|
+
output: CreatePaymentConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePaymentConnectorCommandInput;
|
|
48
|
+
output: CreatePaymentConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
CreatePaymentCredentialProviderRequest,
|
|
10
|
+
CreatePaymentCredentialProviderResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePaymentCredentialProviderCommandInput
|
|
15
|
+
extends CreatePaymentCredentialProviderRequest {}
|
|
16
|
+
export interface CreatePaymentCredentialProviderCommandOutput
|
|
17
|
+
extends CreatePaymentCredentialProviderResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePaymentCredentialProviderCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePaymentCredentialProviderCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePaymentCredentialProviderCommandInput,
|
|
24
|
+
CreatePaymentCredentialProviderCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePaymentCredentialProviderCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePaymentCredentialProviderCommandInput,
|
|
33
|
+
CreatePaymentCredentialProviderCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePaymentCredentialProviderCommand extends CreatePaymentCredentialProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePaymentCredentialProviderRequest;
|
|
44
|
+
output: CreatePaymentCredentialProviderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePaymentCredentialProviderCommandInput;
|
|
48
|
+
output: CreatePaymentCredentialProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
CreatePaymentManagerRequest,
|
|
10
|
+
CreatePaymentManagerResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePaymentManagerCommandInput
|
|
15
|
+
extends CreatePaymentManagerRequest {}
|
|
16
|
+
export interface CreatePaymentManagerCommandOutput
|
|
17
|
+
extends CreatePaymentManagerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePaymentManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePaymentManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePaymentManagerCommandInput,
|
|
24
|
+
CreatePaymentManagerCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreatePaymentManagerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePaymentManagerCommandInput,
|
|
33
|
+
CreatePaymentManagerCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePaymentManagerCommand extends CreatePaymentManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePaymentManagerRequest;
|
|
44
|
+
output: CreatePaymentManagerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePaymentManagerCommandInput;
|
|
48
|
+
output: CreatePaymentManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
DeletePaymentConnectorRequest,
|
|
10
|
+
DeletePaymentConnectorResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeletePaymentConnectorCommandInput
|
|
15
|
+
extends DeletePaymentConnectorRequest {}
|
|
16
|
+
export interface DeletePaymentConnectorCommandOutput
|
|
17
|
+
extends DeletePaymentConnectorResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeletePaymentConnectorCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeletePaymentConnectorCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeletePaymentConnectorCommandInput,
|
|
24
|
+
DeletePaymentConnectorCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeletePaymentConnectorCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeletePaymentConnectorCommandInput,
|
|
33
|
+
DeletePaymentConnectorCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeletePaymentConnectorCommand extends DeletePaymentConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePaymentConnectorRequest;
|
|
44
|
+
output: DeletePaymentConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePaymentConnectorCommandInput;
|
|
48
|
+
output: DeletePaymentConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
DeletePaymentCredentialProviderRequest,
|
|
10
|
+
DeletePaymentCredentialProviderResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeletePaymentCredentialProviderCommandInput
|
|
15
|
+
extends DeletePaymentCredentialProviderRequest {}
|
|
16
|
+
export interface DeletePaymentCredentialProviderCommandOutput
|
|
17
|
+
extends DeletePaymentCredentialProviderResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeletePaymentCredentialProviderCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeletePaymentCredentialProviderCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeletePaymentCredentialProviderCommandInput,
|
|
24
|
+
DeletePaymentCredentialProviderCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeletePaymentCredentialProviderCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeletePaymentCredentialProviderCommandInput,
|
|
33
|
+
DeletePaymentCredentialProviderCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeletePaymentCredentialProviderCommand extends DeletePaymentCredentialProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePaymentCredentialProviderRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePaymentCredentialProviderCommandInput;
|
|
48
|
+
output: DeletePaymentCredentialProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
DeletePaymentManagerRequest,
|
|
10
|
+
DeletePaymentManagerResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeletePaymentManagerCommandInput
|
|
15
|
+
extends DeletePaymentManagerRequest {}
|
|
16
|
+
export interface DeletePaymentManagerCommandOutput
|
|
17
|
+
extends DeletePaymentManagerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeletePaymentManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeletePaymentManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeletePaymentManagerCommandInput,
|
|
24
|
+
DeletePaymentManagerCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeletePaymentManagerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeletePaymentManagerCommandInput,
|
|
33
|
+
DeletePaymentManagerCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeletePaymentManagerCommand extends DeletePaymentManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePaymentManagerRequest;
|
|
44
|
+
output: DeletePaymentManagerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePaymentManagerCommandInput;
|
|
48
|
+
output: DeletePaymentManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
GetPaymentConnectorRequest,
|
|
10
|
+
GetPaymentConnectorResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetPaymentConnectorCommandInput
|
|
15
|
+
extends GetPaymentConnectorRequest {}
|
|
16
|
+
export interface GetPaymentConnectorCommandOutput
|
|
17
|
+
extends GetPaymentConnectorResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetPaymentConnectorCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetPaymentConnectorCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetPaymentConnectorCommandInput,
|
|
24
|
+
GetPaymentConnectorCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetPaymentConnectorCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetPaymentConnectorCommandInput,
|
|
33
|
+
GetPaymentConnectorCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetPaymentConnectorCommand extends GetPaymentConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPaymentConnectorRequest;
|
|
44
|
+
output: GetPaymentConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPaymentConnectorCommandInput;
|
|
48
|
+
output: GetPaymentConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
GetPaymentCredentialProviderRequest,
|
|
10
|
+
GetPaymentCredentialProviderResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetPaymentCredentialProviderCommandInput
|
|
15
|
+
extends GetPaymentCredentialProviderRequest {}
|
|
16
|
+
export interface GetPaymentCredentialProviderCommandOutput
|
|
17
|
+
extends GetPaymentCredentialProviderResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetPaymentCredentialProviderCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetPaymentCredentialProviderCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetPaymentCredentialProviderCommandInput,
|
|
24
|
+
GetPaymentCredentialProviderCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetPaymentCredentialProviderCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetPaymentCredentialProviderCommandInput,
|
|
33
|
+
GetPaymentCredentialProviderCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetPaymentCredentialProviderCommand extends GetPaymentCredentialProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPaymentCredentialProviderRequest;
|
|
44
|
+
output: GetPaymentCredentialProviderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPaymentCredentialProviderCommandInput;
|
|
48
|
+
output: GetPaymentCredentialProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
GetPaymentManagerRequest,
|
|
10
|
+
GetPaymentManagerResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetPaymentManagerCommandInput
|
|
15
|
+
extends GetPaymentManagerRequest {}
|
|
16
|
+
export interface GetPaymentManagerCommandOutput
|
|
17
|
+
extends GetPaymentManagerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetPaymentManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetPaymentManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetPaymentManagerCommandInput,
|
|
24
|
+
GetPaymentManagerCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetPaymentManagerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetPaymentManagerCommandInput,
|
|
33
|
+
GetPaymentManagerCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetPaymentManagerCommand extends GetPaymentManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetPaymentManagerRequest;
|
|
44
|
+
output: GetPaymentManagerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetPaymentManagerCommandInput;
|
|
48
|
+
output: GetPaymentManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|