@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
|
@@ -60,11 +60,14 @@ const _CBSL = "ConfigurationBundleSummaryList";
|
|
|
60
60
|
const _CBVS = "ConfigurationBundleVersionSummary";
|
|
61
61
|
const _CBVSL = "ConfigurationBundleVersionSummaryList";
|
|
62
62
|
const _CC = "CodeConfiguration";
|
|
63
|
+
const _CCAKST = "CoinbaseCdpApiKeySecretType";
|
|
63
64
|
const _CCB = "CreateConfigurationBundle";
|
|
64
65
|
const _CCBR = "CreateConfigurationBundleRequest";
|
|
65
66
|
const _CCBRr = "CreateConfigurationBundleResponse";
|
|
66
67
|
const _CCC = "CustomConsolidationConfiguration";
|
|
67
|
-
const _CCCI = "
|
|
68
|
+
const _CCCI = "CoinbaseCdpConfigurationInput";
|
|
69
|
+
const _CCCIu = "CustomConsolidationConfigurationInput";
|
|
70
|
+
const _CCCO = "CoinbaseCdpConfigurationOutput";
|
|
68
71
|
const _CCI = "CustomConfigurationInput";
|
|
69
72
|
const _CCIR = "CreateCodeInterpreterRequest";
|
|
70
73
|
const _CCIRr = "CreateCodeInterpreterResponse";
|
|
@@ -73,6 +76,7 @@ const _CCL = "ContentConfigurationList";
|
|
|
73
76
|
const _CCM = "ComponentConfigurationMap";
|
|
74
77
|
const _CCVT = "CustomClaimValidationType";
|
|
75
78
|
const _CCVTu = "CustomClaimValidationsType";
|
|
79
|
+
const _CCWST = "CoinbaseCdpWalletSecretType";
|
|
76
80
|
const _CCo = "ComponentConfiguration";
|
|
77
81
|
const _CCon = "ContainerConfiguration";
|
|
78
82
|
const _CCons = "ConsolidationConfiguration";
|
|
@@ -117,10 +121,21 @@ const _COPCI = "CustomOauth2ProviderConfigInput";
|
|
|
117
121
|
const _COPCO = "CustomOauth2ProviderConfigOutput";
|
|
118
122
|
const _CP = "CedarPolicy";
|
|
119
123
|
const _CPC = "CredentialProviderConfiguration";
|
|
124
|
+
const _CPCP = "CreatePaymentCredentialProvider";
|
|
125
|
+
const _CPCPR = "CreatePaymentCredentialProviderRequest";
|
|
126
|
+
const _CPCPRr = "CreatePaymentCredentialProviderResponse";
|
|
127
|
+
const _CPCR = "CreatePaymentConnectorRequest";
|
|
128
|
+
const _CPCRr = "CreatePaymentConnectorResponse";
|
|
120
129
|
const _CPCr = "CredentialProviderConfigurations";
|
|
130
|
+
const _CPCre = "CredentialsProviderConfigurations";
|
|
131
|
+
const _CPCrea = "CreatePaymentConnector";
|
|
132
|
+
const _CPCred = "CredentialsProviderConfiguration";
|
|
121
133
|
const _CPE = "CreatePolicyEngine";
|
|
122
134
|
const _CPER = "CreatePolicyEngineRequest";
|
|
123
135
|
const _CPERr = "CreatePolicyEngineResponse";
|
|
136
|
+
const _CPM = "CreatePaymentManager";
|
|
137
|
+
const _CPMR = "CreatePaymentManagerRequest";
|
|
138
|
+
const _CPMRr = "CreatePaymentManagerResponse";
|
|
124
139
|
const _CPR = "CreatePolicyRequest";
|
|
125
140
|
const _CPRr = "CreatePolicyResponse";
|
|
126
141
|
const _CPr = "CredentialProvider";
|
|
@@ -197,9 +212,18 @@ const _DOEC = "DeleteOnlineEvaluationConfig";
|
|
|
197
212
|
const _DOECR = "DeleteOnlineEvaluationConfigRequest";
|
|
198
213
|
const _DOECRe = "DeleteOnlineEvaluationConfigResponse";
|
|
199
214
|
const _DP = "DeletePolicy";
|
|
215
|
+
const _DPC = "DeletePaymentConnector";
|
|
216
|
+
const _DPCP = "DeletePaymentCredentialProvider";
|
|
217
|
+
const _DPCPR = "DeletePaymentCredentialProviderRequest";
|
|
218
|
+
const _DPCPRe = "DeletePaymentCredentialProviderResponse";
|
|
219
|
+
const _DPCR = "DeletePaymentConnectorRequest";
|
|
220
|
+
const _DPCRe = "DeletePaymentConnectorResponse";
|
|
200
221
|
const _DPE = "DeletePolicyEngine";
|
|
201
222
|
const _DPER = "DeletePolicyEngineRequest";
|
|
202
223
|
const _DPERe = "DeletePolicyEngineResponse";
|
|
224
|
+
const _DPM = "DeletePaymentManager";
|
|
225
|
+
const _DPMR = "DeletePaymentManagerRequest";
|
|
226
|
+
const _DPMRe = "DeletePaymentManagerResponse";
|
|
203
227
|
const _DPR = "DeletePolicyRequest";
|
|
204
228
|
const _DPRe = "DeletePolicyResponse";
|
|
205
229
|
const _DR = "DeleteRegistry";
|
|
@@ -309,6 +333,12 @@ const _GOPCO = "GithubOauth2ProviderConfigOutput";
|
|
|
309
333
|
const _GOPCOo = "GoogleOauth2ProviderConfigOutput";
|
|
310
334
|
const _GP = "GetPolicy";
|
|
311
335
|
const _GPC = "GatewayProtocolConfiguration";
|
|
336
|
+
const _GPCP = "GetPaymentCredentialProvider";
|
|
337
|
+
const _GPCPR = "GetPaymentCredentialProviderRequest";
|
|
338
|
+
const _GPCPRe = "GetPaymentCredentialProviderResponse";
|
|
339
|
+
const _GPCR = "GetPaymentConnectorRequest";
|
|
340
|
+
const _GPCRe = "GetPaymentConnectorResponse";
|
|
341
|
+
const _GPCe = "GetPaymentConnector";
|
|
312
342
|
const _GPE = "GetPolicyEngine";
|
|
313
343
|
const _GPEC = "GatewayPolicyEngineConfiguration";
|
|
314
344
|
const _GPER = "GetPolicyEngineRequest";
|
|
@@ -316,6 +346,9 @@ const _GPERe = "GetPolicyEngineResponse";
|
|
|
316
346
|
const _GPG = "GetPolicyGeneration";
|
|
317
347
|
const _GPGR = "GetPolicyGenerationRequest";
|
|
318
348
|
const _GPGRe = "GetPolicyGenerationResponse";
|
|
349
|
+
const _GPM = "GetPaymentManager";
|
|
350
|
+
const _GPMR = "GetPaymentManagerRequest";
|
|
351
|
+
const _GPMRe = "GetPaymentManagerResponse";
|
|
319
352
|
const _GPR = "GetPolicyRequest";
|
|
320
353
|
const _GPRe = "GetPolicyResponse";
|
|
321
354
|
const _GR = "GatewayRules";
|
|
@@ -451,6 +484,12 @@ const _LOECRi = "ListOnlineEvaluationConfigsResponse";
|
|
|
451
484
|
const _LOPCI = "LinkedinOauth2ProviderConfigInput";
|
|
452
485
|
const _LOPCO = "LinkedinOauth2ProviderConfigOutput";
|
|
453
486
|
const _LP = "ListPolicies";
|
|
487
|
+
const _LPC = "ListPaymentConnectors";
|
|
488
|
+
const _LPCP = "ListPaymentCredentialProviders";
|
|
489
|
+
const _LPCPR = "ListPaymentCredentialProvidersRequest";
|
|
490
|
+
const _LPCPRi = "ListPaymentCredentialProvidersResponse";
|
|
491
|
+
const _LPCR = "ListPaymentConnectorsRequest";
|
|
492
|
+
const _LPCRi = "ListPaymentConnectorsResponse";
|
|
454
493
|
const _LPE = "ListPolicyEngines";
|
|
455
494
|
const _LPER = "ListPolicyEnginesRequest";
|
|
456
495
|
const _LPERi = "ListPolicyEnginesResponse";
|
|
@@ -460,6 +499,9 @@ const _LPGAR = "ListPolicyGenerationAssetsRequest";
|
|
|
460
499
|
const _LPGARi = "ListPolicyGenerationAssetsResponse";
|
|
461
500
|
const _LPGR = "ListPolicyGenerationsRequest";
|
|
462
501
|
const _LPGRi = "ListPolicyGenerationsResponse";
|
|
502
|
+
const _LPM = "ListPaymentManagers";
|
|
503
|
+
const _LPMR = "ListPaymentManagersRequest";
|
|
504
|
+
const _LPMRi = "ListPaymentManagersResponse";
|
|
463
505
|
const _LPR = "ListPoliciesRequest";
|
|
464
506
|
const _LPRi = "ListPoliciesResponse";
|
|
465
507
|
const _LR = "ListRegistries";
|
|
@@ -530,6 +572,11 @@ const _OPCI = "Oauth2ProviderConfigInput";
|
|
|
530
572
|
const _OPCO = "Oauth2ProviderConfigOutput";
|
|
531
573
|
const _P = "Prompt";
|
|
532
574
|
const _PC = "ProtocolConfiguration";
|
|
575
|
+
const _PCP = "PaymentCredentialProviders";
|
|
576
|
+
const _PCPC = "PaymentCredentialProviderConfiguration";
|
|
577
|
+
const _PCPI = "PaymentCredentialProviderItem";
|
|
578
|
+
const _PCS = "PaymentConnectorSummary";
|
|
579
|
+
const _PCSa = "PaymentConnectorSummaries";
|
|
533
580
|
const _PD = "PolicyDefinition";
|
|
534
581
|
const _PE = "PolicyEngine";
|
|
535
582
|
const _PEMR = "PrivateEndpointManagedResources";
|
|
@@ -542,6 +589,10 @@ const _PGA = "PolicyGenerationAsset";
|
|
|
542
589
|
const _PGAo = "PolicyGenerationAssets";
|
|
543
590
|
const _PGD = "PolicyGenerationDetails";
|
|
544
591
|
const _PGo = "PolicyGenerations";
|
|
592
|
+
const _PMS = "PaymentManagerSummary";
|
|
593
|
+
const _PMSa = "PaymentManagerSummaries";
|
|
594
|
+
const _PPCI = "PaymentProviderConfigurationInput";
|
|
595
|
+
const _PPCO = "PaymentProviderConfigurationOutput";
|
|
545
596
|
const _PRP = "PutResourcePolicy";
|
|
546
597
|
const _PRPR = "PutResourcePolicyRequest";
|
|
547
598
|
const _PRPRu = "PutResourcePolicyResponse";
|
|
@@ -612,6 +663,10 @@ const _SOPCIl = "SlackOauth2ProviderConfigInput";
|
|
|
612
663
|
const _SOPCO = "SalesforceOauth2ProviderConfigOutput";
|
|
613
664
|
const _SOPCOl = "SlackOauth2ProviderConfigOutput";
|
|
614
665
|
const _SP = "SchemaProperties";
|
|
666
|
+
const _SPAPKT = "StripePrivyAuthorizationPrivateKeyType";
|
|
667
|
+
const _SPAST = "StripePrivyAppSecretType";
|
|
668
|
+
const _SPCI = "StripePrivyConfigurationInput";
|
|
669
|
+
const _SPCO = "StripePrivyConfigurationOutput";
|
|
615
670
|
const _SPG = "StartPolicyGeneration";
|
|
616
671
|
const _SPGR = "StartPolicyGenerationRequest";
|
|
617
672
|
const _SPGRt = "StartPolicyGenerationResponse";
|
|
@@ -704,11 +759,20 @@ const _UOEC = "UpdateOnlineEvaluationConfig";
|
|
|
704
759
|
const _UOECR = "UpdateOnlineEvaluationConfigRequest";
|
|
705
760
|
const _UOECRp = "UpdateOnlineEvaluationConfigResponse";
|
|
706
761
|
const _UP = "UpdatePolicy";
|
|
762
|
+
const _UPC = "UpdatePaymentConnector";
|
|
707
763
|
const _UPCO = "UserPreferenceConsolidationOverride";
|
|
764
|
+
const _UPCP = "UpdatePaymentCredentialProvider";
|
|
765
|
+
const _UPCPR = "UpdatePaymentCredentialProviderRequest";
|
|
766
|
+
const _UPCPRp = "UpdatePaymentCredentialProviderResponse";
|
|
767
|
+
const _UPCR = "UpdatePaymentConnectorRequest";
|
|
768
|
+
const _UPCRp = "UpdatePaymentConnectorResponse";
|
|
708
769
|
const _UPE = "UpdatePolicyEngine";
|
|
709
770
|
const _UPEO = "UserPreferenceExtractionOverride";
|
|
710
771
|
const _UPER = "UpdatePolicyEngineRequest";
|
|
711
772
|
const _UPERp = "UpdatePolicyEngineResponse";
|
|
773
|
+
const _UPM = "UpdatePaymentManager";
|
|
774
|
+
const _UPMR = "UpdatePaymentManagerRequest";
|
|
775
|
+
const _UPMRp = "UpdatePaymentManagerResponse";
|
|
712
776
|
const _UPMSI = "UserPreferenceMemoryStrategyInput";
|
|
713
777
|
const _UPOCCI = "UserPreferenceOverrideConsolidationConfigurationInput";
|
|
714
778
|
const _UPOCI = "UserPreferenceOverrideConfigurationInput";
|
|
@@ -768,16 +832,22 @@ const _aG = "apiGateway";
|
|
|
768
832
|
const _aGTC = "apiGatewayToolConfiguration";
|
|
769
833
|
const _aI = "actorId";
|
|
770
834
|
const _aIK = "addIndexedKeys";
|
|
835
|
+
const _aIp = "appId";
|
|
836
|
+
const _aIu = "authorizationId";
|
|
771
837
|
const _aIw = "awsIam";
|
|
772
838
|
const _aK = "apiKey";
|
|
773
839
|
const _aKA = "apiKeyArn";
|
|
774
840
|
const _aKCP = "apiKeyCredentialProvider";
|
|
841
|
+
const _aKI = "apiKeyId";
|
|
842
|
+
const _aKS = "apiKeySecret";
|
|
775
843
|
const _aKSA = "apiKeySecretArn";
|
|
776
844
|
const _aMRF = "additionalModelRequestFields";
|
|
777
845
|
const _aMS = "addMemoryStrategies";
|
|
778
846
|
const _aO = "anyOf";
|
|
779
847
|
const _aOPC = "atlassianOauth2ProviderConfig";
|
|
780
848
|
const _aPA = "accessPointArn";
|
|
849
|
+
const _aPK = "authorizationPrivateKey";
|
|
850
|
+
const _aPKA = "authorizationPrivateKeyArn";
|
|
781
851
|
const _aQP = "allowedQueryParameters";
|
|
782
852
|
const _aR = "agentRuntimes";
|
|
783
853
|
const _aRA = "agentRuntimeArn";
|
|
@@ -791,8 +861,10 @@ const _aRORU = "allowedResourceOauth2ReturnUrls";
|
|
|
791
861
|
const _aRV = "agentRuntimeVersion";
|
|
792
862
|
const _aRg = "agentcoreRuntime";
|
|
793
863
|
const _aS = "allowedScopes";
|
|
864
|
+
const _aSA = "appSecretArn";
|
|
794
865
|
const _aSM = "authorizationServerMetadata";
|
|
795
866
|
const _aSg = "agentSkills";
|
|
867
|
+
const _aSp = "appSecret";
|
|
796
868
|
const _aT = "authorizerType";
|
|
797
869
|
const _aTC = "actorTokenContent";
|
|
798
870
|
const _aTP = "appendToPrompt";
|
|
@@ -826,6 +898,8 @@ const _cBo = "configurationBundle";
|
|
|
826
898
|
const _cBod = "codeBased";
|
|
827
899
|
const _cC = "customClaims";
|
|
828
900
|
const _cCC = "customConsolidationConfiguration";
|
|
901
|
+
const _cCCo = "coinbaseCdpConfiguration";
|
|
902
|
+
const _cCDP = "coinbaseCDP";
|
|
829
903
|
const _cCo = "contentConfigurations";
|
|
830
904
|
const _cCod = "codeConfiguration";
|
|
831
905
|
const _cCon = "containerConfiguration";
|
|
@@ -1067,6 +1141,10 @@ const _pA = "profileArn";
|
|
|
1067
1141
|
const _pAo = "policyArn";
|
|
1068
1142
|
const _pAr = "providerArn";
|
|
1069
1143
|
const _pC = "protocolConfiguration";
|
|
1144
|
+
const _pCI = "paymentConnectorId";
|
|
1145
|
+
const _pCIr = "providerConfigurationInput";
|
|
1146
|
+
const _pCO = "providerConfigurationOutput";
|
|
1147
|
+
const _pCa = "paymentConnectors";
|
|
1070
1148
|
const _pDBN = "payloadDeliveryBucketName";
|
|
1071
1149
|
const _pE = "privateEndpoint";
|
|
1072
1150
|
const _pEA = "policyEngineArn";
|
|
@@ -1083,6 +1161,9 @@ const _pGI = "policyGenerationId";
|
|
|
1083
1161
|
const _pGo = "policyGeneration";
|
|
1084
1162
|
const _pI = "profileId";
|
|
1085
1163
|
const _pIo = "policyId";
|
|
1164
|
+
const _pM = "paymentManagers";
|
|
1165
|
+
const _pMA = "paymentManagerArn";
|
|
1166
|
+
const _pMI = "paymentManagerId";
|
|
1086
1167
|
const _pRH = "passRequestHeaders";
|
|
1087
1168
|
const _pRM = "preserveRecentMessages";
|
|
1088
1169
|
const _pS = "profileSummaries";
|
|
@@ -1166,8 +1247,10 @@ const _sOPCa = "salesforceOauth2ProviderConfig";
|
|
|
1166
1247
|
const _sOe = "semanticOverride";
|
|
1167
1248
|
const _sOu = "summaryOverride";
|
|
1168
1249
|
const _sP = "systemPrompt";
|
|
1250
|
+
const _sPC = "stripePrivyConfiguration";
|
|
1169
1251
|
const _sPa = "samplingPercentage";
|
|
1170
1252
|
const _sPe = "serverProtocol";
|
|
1253
|
+
const _sPt = "stripePrivy";
|
|
1171
1254
|
const _sR = "statusReasons";
|
|
1172
1255
|
const _sRt = "statusReason";
|
|
1173
1256
|
const _sRta = "staticRoute";
|
|
@@ -1253,6 +1336,8 @@ const _wIA = "workloadIdentityArn";
|
|
|
1253
1336
|
const _wID = "workloadIdentityDetails";
|
|
1254
1337
|
const _wO = "weightedOverride";
|
|
1255
1338
|
const _wR = "weightedRoute";
|
|
1339
|
+
const _wS = "walletSecret";
|
|
1340
|
+
const _wSA = "walletSecretArn";
|
|
1256
1341
|
const n0 = "com.amazonaws.bedrockagentcorecontrol";
|
|
1257
1342
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1258
1343
|
import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
|
|
@@ -1351,6 +1436,8 @@ export const errorTypeRegistries = [
|
|
|
1351
1436
|
];
|
|
1352
1437
|
var ApiKeyType = [0, n0, _AKT, 8, 0];
|
|
1353
1438
|
var ClientSecretType = [0, n0, _CST, 8, 0];
|
|
1439
|
+
var CoinbaseCdpApiKeySecretType = [0, n0, _CCAKST, 8, 0];
|
|
1440
|
+
var CoinbaseCdpWalletSecretType = [0, n0, _CCWST, 8, 0];
|
|
1354
1441
|
var ConfigurationBundleDescription = [0, n0, _CBD, 8, 0];
|
|
1355
1442
|
var DefaultClientSecretType = [0, n0, _DCST, 8, 0];
|
|
1356
1443
|
var Definition = [0, n0, _D, 8, 0];
|
|
@@ -1369,6 +1456,8 @@ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
|
1369
1456
|
var Prompt = [0, n0, _P, 8, 0];
|
|
1370
1457
|
var SensitiveJson = [0, n0, _SJ, 8, 15];
|
|
1371
1458
|
var SensitiveText = [0, n0, _ST, 8, 0];
|
|
1459
|
+
var StripePrivyAppSecretType = [0, n0, _SPAST, 8, 0];
|
|
1460
|
+
var StripePrivyAuthorizationPrivateKeyType = [0, n0, _SPAPKT, 8, 0];
|
|
1372
1461
|
var TargetDescription = [0, n0, _TD, 8, 0];
|
|
1373
1462
|
var TargetName = [0, n0, _TN, 8, 0];
|
|
1374
1463
|
export var A2aDescriptor$ = [3, n0, _AD,
|
|
@@ -1516,6 +1605,16 @@ export var CodeInterpreterSummary$ = [3, n0, _CIS,
|
|
|
1516
1605
|
[_cII, _cIA, _st, _cA, _n, _d, _lUA],
|
|
1517
1606
|
[0, 0, 0, 5, 0, [() => Description, 0], 5], 4
|
|
1518
1607
|
];
|
|
1608
|
+
export var CoinbaseCdpConfigurationInput$ = [3, n0, _CCCI,
|
|
1609
|
+
0,
|
|
1610
|
+
[_aKI, _aKS, _wS],
|
|
1611
|
+
[0, [() => CoinbaseCdpApiKeySecretType, 0], [() => CoinbaseCdpWalletSecretType, 0]], 3
|
|
1612
|
+
];
|
|
1613
|
+
export var CoinbaseCdpConfigurationOutput$ = [3, n0, _CCCO,
|
|
1614
|
+
0,
|
|
1615
|
+
[_aKI, _aKSA, _wSA],
|
|
1616
|
+
[0, () => Secret$, () => Secret$], 3
|
|
1617
|
+
];
|
|
1519
1618
|
export var ComponentConfiguration$ = [3, n0, _CCo,
|
|
1520
1619
|
8,
|
|
1521
1620
|
[_con],
|
|
@@ -1696,6 +1795,36 @@ export var CreateOnlineEvaluationConfigResponse$ = [3, n0, _COECRr,
|
|
|
1696
1795
|
[_oECA, _oECI, _cA, _st, _eS, _oC, _fR],
|
|
1697
1796
|
[0, 0, 4, 0, 0, () => OutputConfig$, 0], 5
|
|
1698
1797
|
];
|
|
1798
|
+
export var CreatePaymentConnectorRequest$ = [3, n0, _CPCR,
|
|
1799
|
+
0,
|
|
1800
|
+
[_pMI, _n, _t, _cPC, _d, _cTl],
|
|
1801
|
+
[[0, 1], 0, 0, () => CredentialsProviderConfigurations, 0, [0, 4]], 4
|
|
1802
|
+
];
|
|
1803
|
+
export var CreatePaymentConnectorResponse$ = [3, n0, _CPCRr,
|
|
1804
|
+
0,
|
|
1805
|
+
[_pCI, _pMI, _n, _t, _cPC, _cA, _st],
|
|
1806
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
1807
|
+
];
|
|
1808
|
+
export var CreatePaymentCredentialProviderRequest$ = [3, n0, _CPCPR,
|
|
1809
|
+
0,
|
|
1810
|
+
[_n, _cPV, _pCIr, _ta],
|
|
1811
|
+
[0, 0, [() => PaymentProviderConfigurationInput$, 0], 128 | 0], 3
|
|
1812
|
+
];
|
|
1813
|
+
export var CreatePaymentCredentialProviderResponse$ = [3, n0, _CPCPRr,
|
|
1814
|
+
0,
|
|
1815
|
+
[_n, _cPV, _cPA, _pCO],
|
|
1816
|
+
[0, 0, 0, () => PaymentProviderConfigurationOutput$], 4
|
|
1817
|
+
];
|
|
1818
|
+
export var CreatePaymentManagerRequest$ = [3, n0, _CPMR,
|
|
1819
|
+
0,
|
|
1820
|
+
[_n, _aT, _rA, _d, _aCu, _cTl, _ta],
|
|
1821
|
+
[0, 0, 0, 0, () => AuthorizerConfiguration$, [0, 4], 128 | 0], 3
|
|
1822
|
+
];
|
|
1823
|
+
export var CreatePaymentManagerResponse$ = [3, n0, _CPMRr,
|
|
1824
|
+
0,
|
|
1825
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _st, _aCu, _wID, _ta],
|
|
1826
|
+
[0, 0, 0, 0, 0, 5, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 7
|
|
1827
|
+
];
|
|
1699
1828
|
export var CreatePolicyEngineRequest$ = [3, n0, _CPER,
|
|
1700
1829
|
0,
|
|
1701
1830
|
[_n, _d, _cTl, _eKA, _ta],
|
|
@@ -1936,6 +2065,36 @@ export var DeleteOnlineEvaluationConfigResponse$ = [3, n0, _DOECRe,
|
|
|
1936
2065
|
[_oECA, _oECI, _st],
|
|
1937
2066
|
[0, 0, 0], 3
|
|
1938
2067
|
];
|
|
2068
|
+
export var DeletePaymentConnectorRequest$ = [3, n0, _DPCR,
|
|
2069
|
+
0,
|
|
2070
|
+
[_pMI, _pCI, _cTl],
|
|
2071
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 2
|
|
2072
|
+
];
|
|
2073
|
+
export var DeletePaymentConnectorResponse$ = [3, n0, _DPCRe,
|
|
2074
|
+
0,
|
|
2075
|
+
[_st, _pCI],
|
|
2076
|
+
[0, 0], 1
|
|
2077
|
+
];
|
|
2078
|
+
export var DeletePaymentCredentialProviderRequest$ = [3, n0, _DPCPR,
|
|
2079
|
+
0,
|
|
2080
|
+
[_n],
|
|
2081
|
+
[0], 1
|
|
2082
|
+
];
|
|
2083
|
+
export var DeletePaymentCredentialProviderResponse$ = [3, n0, _DPCPRe,
|
|
2084
|
+
0,
|
|
2085
|
+
[],
|
|
2086
|
+
[]
|
|
2087
|
+
];
|
|
2088
|
+
export var DeletePaymentManagerRequest$ = [3, n0, _DPMR,
|
|
2089
|
+
0,
|
|
2090
|
+
[_pMI, _cTl],
|
|
2091
|
+
[[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
|
|
2092
|
+
];
|
|
2093
|
+
export var DeletePaymentManagerResponse$ = [3, n0, _DPMRe,
|
|
2094
|
+
0,
|
|
2095
|
+
[_st, _pMI],
|
|
2096
|
+
[0, 0], 1
|
|
2097
|
+
];
|
|
1939
2098
|
export var DeletePolicyEngineRequest$ = [3, n0, _DPER,
|
|
1940
2099
|
0,
|
|
1941
2100
|
[_pEI],
|
|
@@ -2266,6 +2425,36 @@ export var GetOnlineEvaluationConfigResponse$ = [3, n0, _GOECRe,
|
|
|
2266
2425
|
[_oECA, _oECI, _oECN, _rul, _dSC, _ev, _st, _eS, _cA, _uA, _d, _oC, _eERA, _fR],
|
|
2267
2426
|
[0, 0, 0, () => Rule$, () => DataSourceConfig$, () => EvaluatorList, 0, 0, 4, 4, [() => EvaluationConfigDescription, 0], () => OutputConfig$, 0, 0], 10
|
|
2268
2427
|
];
|
|
2428
|
+
export var GetPaymentConnectorRequest$ = [3, n0, _GPCR,
|
|
2429
|
+
0,
|
|
2430
|
+
[_pMI, _pCI],
|
|
2431
|
+
[[0, 1], [0, 1]], 2
|
|
2432
|
+
];
|
|
2433
|
+
export var GetPaymentConnectorResponse$ = [3, n0, _GPCRe,
|
|
2434
|
+
0,
|
|
2435
|
+
[_pCI, _n, _t, _cPC, _cA, _lUA, _st, _d],
|
|
2436
|
+
[0, 0, 0, () => CredentialsProviderConfigurations, 5, 5, 0, 0], 7
|
|
2437
|
+
];
|
|
2438
|
+
export var GetPaymentCredentialProviderRequest$ = [3, n0, _GPCPR,
|
|
2439
|
+
0,
|
|
2440
|
+
[_n],
|
|
2441
|
+
[0], 1
|
|
2442
|
+
];
|
|
2443
|
+
export var GetPaymentCredentialProviderResponse$ = [3, n0, _GPCPRe,
|
|
2444
|
+
0,
|
|
2445
|
+
[_n, _cPA, _cPV, _pCO, _cT, _lUT, _ta],
|
|
2446
|
+
[0, 0, 0, () => PaymentProviderConfigurationOutput$, 4, 4, 128 | 0], 6
|
|
2447
|
+
];
|
|
2448
|
+
export var GetPaymentManagerRequest$ = [3, n0, _GPMR,
|
|
2449
|
+
0,
|
|
2450
|
+
[_pMI],
|
|
2451
|
+
[[0, 1]], 1
|
|
2452
|
+
];
|
|
2453
|
+
export var GetPaymentManagerResponse$ = [3, n0, _GPMRe,
|
|
2454
|
+
0,
|
|
2455
|
+
[_pMA, _pMI, _n, _aT, _rA, _cA, _lUA, _st, _d, _aCu, _wID, _ta],
|
|
2456
|
+
[0, 0, 0, 0, 0, 5, 5, 0, 0, () => AuthorizerConfiguration$, () => WorkloadIdentityDetails$, 128 | 0], 8
|
|
2457
|
+
];
|
|
2269
2458
|
export var GetPolicyEngineRequest$ = [3, n0, _GPER,
|
|
2270
2459
|
0,
|
|
2271
2460
|
[_pEI],
|
|
@@ -2706,6 +2895,36 @@ export var ListOnlineEvaluationConfigsResponse$ = [3, n0, _LOECRi,
|
|
|
2706
2895
|
[_oEC, _nTe],
|
|
2707
2896
|
[[() => OnlineEvaluationConfigSummaryList, 0], 0], 1
|
|
2708
2897
|
];
|
|
2898
|
+
export var ListPaymentConnectorsRequest$ = [3, n0, _LPCR,
|
|
2899
|
+
0,
|
|
2900
|
+
[_pMI, _mR, _nTe],
|
|
2901
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
2902
|
+
];
|
|
2903
|
+
export var ListPaymentConnectorsResponse$ = [3, n0, _LPCRi,
|
|
2904
|
+
0,
|
|
2905
|
+
[_pCa, _nTe],
|
|
2906
|
+
[() => PaymentConnectorSummaries, 0], 1
|
|
2907
|
+
];
|
|
2908
|
+
export var ListPaymentCredentialProvidersRequest$ = [3, n0, _LPCPR,
|
|
2909
|
+
0,
|
|
2910
|
+
[_nTe, _mR],
|
|
2911
|
+
[0, 1]
|
|
2912
|
+
];
|
|
2913
|
+
export var ListPaymentCredentialProvidersResponse$ = [3, n0, _LPCPRi,
|
|
2914
|
+
0,
|
|
2915
|
+
[_cPre, _nTe],
|
|
2916
|
+
[() => PaymentCredentialProviders, 0], 1
|
|
2917
|
+
];
|
|
2918
|
+
export var ListPaymentManagersRequest$ = [3, n0, _LPMR,
|
|
2919
|
+
0,
|
|
2920
|
+
[_mR, _nTe],
|
|
2921
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
2922
|
+
];
|
|
2923
|
+
export var ListPaymentManagersResponse$ = [3, n0, _LPMRi,
|
|
2924
|
+
0,
|
|
2925
|
+
[_pM, _nTe],
|
|
2926
|
+
[() => PaymentManagerSummaries, 0], 1
|
|
2927
|
+
];
|
|
2709
2928
|
export var ListPoliciesRequest$ = [3, n0, _LPR,
|
|
2710
2929
|
0,
|
|
2711
2930
|
[_pEI, _nTe, _mR, _tRS],
|
|
@@ -2961,6 +3180,26 @@ export var OutputConfig$ = [3, n0, _OC,
|
|
|
2961
3180
|
[_cWC],
|
|
2962
3181
|
[() => CloudWatchOutputConfig$], 1
|
|
2963
3182
|
];
|
|
3183
|
+
export var PaymentConnectorSummary$ = [3, n0, _PCS,
|
|
3184
|
+
0,
|
|
3185
|
+
[_pCI, _n, _t, _st, _lUA],
|
|
3186
|
+
[0, 0, 0, 0, 5], 5
|
|
3187
|
+
];
|
|
3188
|
+
export var PaymentCredentialProviderConfiguration$ = [3, n0, _PCPC,
|
|
3189
|
+
0,
|
|
3190
|
+
[_cPA],
|
|
3191
|
+
[0], 1
|
|
3192
|
+
];
|
|
3193
|
+
export var PaymentCredentialProviderItem$ = [3, n0, _PCPI,
|
|
3194
|
+
0,
|
|
3195
|
+
[_n, _cPV, _cPA, _cT, _lUT],
|
|
3196
|
+
[0, 0, 0, 4, 4], 5
|
|
3197
|
+
];
|
|
3198
|
+
export var PaymentManagerSummary$ = [3, n0, _PMS,
|
|
3199
|
+
0,
|
|
3200
|
+
[_pMA, _pMI, _n, _aT, _rA, _st, _lUA, _d, _cA],
|
|
3201
|
+
[0, 0, 0, 0, 0, 0, 5, 0, 5], 7
|
|
3202
|
+
];
|
|
2964
3203
|
export var Policy$ = [3, n0, _Po,
|
|
2965
3204
|
0,
|
|
2966
3205
|
[_pIo, _n, _pEI, _de, _cA, _uA, _pAo, _st, _sR, _d],
|
|
@@ -3231,6 +3470,16 @@ export var StringValidation$ = [3, n0, _SV,
|
|
|
3231
3470
|
[_aV],
|
|
3232
3471
|
[64 | 0], 1
|
|
3233
3472
|
];
|
|
3473
|
+
export var StripePrivyConfigurationInput$ = [3, n0, _SPCI,
|
|
3474
|
+
0,
|
|
3475
|
+
[_aIp, _aSp, _aPK, _aIu],
|
|
3476
|
+
[0, [() => StripePrivyAppSecretType, 0], [() => StripePrivyAuthorizationPrivateKeyType, 0], 0], 4
|
|
3477
|
+
];
|
|
3478
|
+
export var StripePrivyConfigurationOutput$ = [3, n0, _SPCO,
|
|
3479
|
+
0,
|
|
3480
|
+
[_aIp, _aSA, _aPKA, _aIu],
|
|
3481
|
+
[0, () => Secret$, () => Secret$, 0], 4
|
|
3482
|
+
];
|
|
3234
3483
|
export var SubmitRegistryRecordForApprovalRequest$ = [3, n0, _SRRFAR,
|
|
3235
3484
|
0,
|
|
3236
3485
|
[_rIe, _rIec],
|
|
@@ -3566,6 +3815,36 @@ export var UpdateOnlineEvaluationConfigResponse$ = [3, n0, _UOECRp,
|
|
|
3566
3815
|
[_oECA, _oECI, _uA, _st, _eS, _fR],
|
|
3567
3816
|
[0, 0, 4, 0, 0, 0], 5
|
|
3568
3817
|
];
|
|
3818
|
+
export var UpdatePaymentConnectorRequest$ = [3, n0, _UPCR,
|
|
3819
|
+
0,
|
|
3820
|
+
[_pMI, _pCI, _d, _t, _cPC, _cTl],
|
|
3821
|
+
[[0, 1], [0, 1], 0, 0, () => CredentialsProviderConfigurations, [0, 4]], 2
|
|
3822
|
+
];
|
|
3823
|
+
export var UpdatePaymentConnectorResponse$ = [3, n0, _UPCRp,
|
|
3824
|
+
0,
|
|
3825
|
+
[_pCI, _pMI, _n, _t, _cPC, _lUA, _st],
|
|
3826
|
+
[0, 0, 0, 0, () => CredentialsProviderConfigurations, 5, 0], 7
|
|
3827
|
+
];
|
|
3828
|
+
export var UpdatePaymentCredentialProviderRequest$ = [3, n0, _UPCPR,
|
|
3829
|
+
0,
|
|
3830
|
+
[_n, _cPV, _pCIr],
|
|
3831
|
+
[0, 0, [() => PaymentProviderConfigurationInput$, 0]], 3
|
|
3832
|
+
];
|
|
3833
|
+
export var UpdatePaymentCredentialProviderResponse$ = [3, n0, _UPCPRp,
|
|
3834
|
+
0,
|
|
3835
|
+
[_n, _cPV, _cPA, _pCO, _cT, _lUT],
|
|
3836
|
+
[0, 0, 0, () => PaymentProviderConfigurationOutput$, 4, 4], 6
|
|
3837
|
+
];
|
|
3838
|
+
export var UpdatePaymentManagerRequest$ = [3, n0, _UPMR,
|
|
3839
|
+
0,
|
|
3840
|
+
[_pMI, _d, _aT, _aCu, _rA, _cTl],
|
|
3841
|
+
[[0, 1], 0, 0, () => AuthorizerConfiguration$, 0, [0, 4]], 1
|
|
3842
|
+
];
|
|
3843
|
+
export var UpdatePaymentManagerResponse$ = [3, n0, _UPMRp,
|
|
3844
|
+
0,
|
|
3845
|
+
[_pMA, _pMI, _n, _aT, _rA, _lUA, _st, _wID],
|
|
3846
|
+
[0, 0, 0, 0, 0, 5, 0, () => WorkloadIdentityDetails$], 7
|
|
3847
|
+
];
|
|
3569
3848
|
export var UpdatePolicyEngineRequest$ = [3, n0, _UPER,
|
|
3570
3849
|
0,
|
|
3571
3850
|
[_pEI, _d],
|
|
@@ -3770,6 +4049,9 @@ var CredentialProviderConfigurations = [1, n0, _CPCr,
|
|
|
3770
4049
|
0, [() => CredentialProviderConfiguration$,
|
|
3771
4050
|
0]
|
|
3772
4051
|
];
|
|
4052
|
+
var CredentialsProviderConfigurations = [1, n0, _CPCre,
|
|
4053
|
+
0, () => CredentialsProviderConfiguration$
|
|
4054
|
+
];
|
|
3773
4055
|
var CustomClaimValidationsType = [1, n0, _CCVTu,
|
|
3774
4056
|
0, () => CustomClaimValidationType$
|
|
3775
4057
|
];
|
|
@@ -3866,6 +4148,15 @@ var OnlineEvaluationConfigSummaryList = [1, n0, _OECSL,
|
|
|
3866
4148
|
0, [() => OnlineEvaluationConfigSummary$,
|
|
3867
4149
|
0]
|
|
3868
4150
|
];
|
|
4151
|
+
var PaymentConnectorSummaries = [1, n0, _PCSa,
|
|
4152
|
+
0, () => PaymentConnectorSummary$
|
|
4153
|
+
];
|
|
4154
|
+
var PaymentCredentialProviders = [1, n0, _PCP,
|
|
4155
|
+
0, () => PaymentCredentialProviderItem$
|
|
4156
|
+
];
|
|
4157
|
+
var PaymentManagerSummaries = [1, n0, _PMSa,
|
|
4158
|
+
0, () => PaymentManagerSummary$
|
|
4159
|
+
];
|
|
3869
4160
|
var Policies = [1, n0, _Pol,
|
|
3870
4161
|
0, [() => Policy$,
|
|
3871
4162
|
0]
|
|
@@ -4040,6 +4331,11 @@ export var CredentialProvider$ = [4, n0, _CPr,
|
|
|
4040
4331
|
[_oCP, _aKCP, _iCP],
|
|
4041
4332
|
[[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$, () => IamCredentialProvider$]
|
|
4042
4333
|
];
|
|
4334
|
+
export var CredentialsProviderConfiguration$ = [4, n0, _CPCred,
|
|
4335
|
+
0,
|
|
4336
|
+
[_cCDP, _sPt],
|
|
4337
|
+
[() => PaymentCredentialProviderConfiguration$, () => PaymentCredentialProviderConfiguration$]
|
|
4338
|
+
];
|
|
4043
4339
|
export var CustomConfigurationInput$ = [4, n0, _CCI,
|
|
4044
4340
|
0,
|
|
4045
4341
|
[_sOe, _sOu, _uPO, _eO, _sMC],
|
|
@@ -4050,7 +4346,7 @@ export var CustomConsolidationConfiguration$ = [4, n0, _CCC,
|
|
|
4050
4346
|
[_sCO, _sCOu, _uPCO, _eCO],
|
|
4051
4347
|
[[() => SemanticConsolidationOverride$, 0], [() => SummaryConsolidationOverride$, 0], [() => UserPreferenceConsolidationOverride$, 0], [() => EpisodicConsolidationOverride$, 0]]
|
|
4052
4348
|
];
|
|
4053
|
-
export var CustomConsolidationConfigurationInput$ = [4, n0,
|
|
4349
|
+
export var CustomConsolidationConfigurationInput$ = [4, n0, _CCCIu,
|
|
4054
4350
|
0,
|
|
4055
4351
|
[_sCO, _sCOu, _uPCO, _eCO],
|
|
4056
4352
|
[[() => SemanticOverrideConsolidationConfigurationInput$, 0], [() => SummaryOverrideConsolidationConfigurationInput$, 0], [() => UserPreferenceOverrideConsolidationConfigurationInput$, 0], [() => EpisodicOverrideConsolidationConfigurationInput$, 0]]
|
|
@@ -4230,6 +4526,16 @@ export var Oauth2ProviderConfigOutput$ = [4, n0, _OPCO,
|
|
|
4230
4526
|
[_cOPC, _gOPC, _gOPCi, _sOPC, _sOPCa, _mOPC, _aOPC, _lOPC, _iOPC],
|
|
4231
4527
|
[() => CustomOauth2ProviderConfigOutput$, () => GoogleOauth2ProviderConfigOutput$, () => GithubOauth2ProviderConfigOutput$, () => SlackOauth2ProviderConfigOutput$, () => SalesforceOauth2ProviderConfigOutput$, () => MicrosoftOauth2ProviderConfigOutput$, () => AtlassianOauth2ProviderConfigOutput$, () => LinkedinOauth2ProviderConfigOutput$, () => IncludedOauth2ProviderConfigOutput$]
|
|
4232
4528
|
];
|
|
4529
|
+
export var PaymentProviderConfigurationInput$ = [4, n0, _PPCI,
|
|
4530
|
+
0,
|
|
4531
|
+
[_cCCo, _sPC],
|
|
4532
|
+
[[() => CoinbaseCdpConfigurationInput$, 0], [() => StripePrivyConfigurationInput$, 0]]
|
|
4533
|
+
];
|
|
4534
|
+
export var PaymentProviderConfigurationOutput$ = [4, n0, _PPCO,
|
|
4535
|
+
0,
|
|
4536
|
+
[_cCCo, _sPC],
|
|
4537
|
+
[() => CoinbaseCdpConfigurationOutput$, () => StripePrivyConfigurationOutput$]
|
|
4538
|
+
];
|
|
4233
4539
|
export var PolicyDefinition$ = [4, n0, _PD,
|
|
4234
4540
|
0,
|
|
4235
4541
|
[_ced, _pGo],
|
|
@@ -4355,6 +4661,15 @@ export var CreateOauth2CredentialProvider$ = [9, n0, _COCP,
|
|
|
4355
4661
|
export var CreateOnlineEvaluationConfig$ = [9, n0, _COEC,
|
|
4356
4662
|
{ [_ht]: ["POST", "/online-evaluation-configs/create", 202] }, () => CreateOnlineEvaluationConfigRequest$, () => CreateOnlineEvaluationConfigResponse$
|
|
4357
4663
|
];
|
|
4664
|
+
export var CreatePaymentConnector$ = [9, n0, _CPCrea,
|
|
4665
|
+
{ [_ht]: ["POST", "/payments/managers/{paymentManagerId}/connectors", 202] }, () => CreatePaymentConnectorRequest$, () => CreatePaymentConnectorResponse$
|
|
4666
|
+
];
|
|
4667
|
+
export var CreatePaymentCredentialProvider$ = [9, n0, _CPCP,
|
|
4668
|
+
{ [_ht]: ["POST", "/identities/CreatePaymentCredentialProvider", 201] }, () => CreatePaymentCredentialProviderRequest$, () => CreatePaymentCredentialProviderResponse$
|
|
4669
|
+
];
|
|
4670
|
+
export var CreatePaymentManager$ = [9, n0, _CPM,
|
|
4671
|
+
{ [_ht]: ["POST", "/payments/managers", 202] }, () => CreatePaymentManagerRequest$, () => CreatePaymentManagerResponse$
|
|
4672
|
+
];
|
|
4358
4673
|
export var CreatePolicy$ = [9, n0, _CPre,
|
|
4359
4674
|
{ [_ht]: ["POST", "/policy-engines/{policyEngineId}/policies", 202] }, () => CreatePolicyRequest$, () => CreatePolicyResponse$
|
|
4360
4675
|
];
|
|
@@ -4415,6 +4730,15 @@ export var DeleteOauth2CredentialProvider$ = [9, n0, _DOCP,
|
|
|
4415
4730
|
export var DeleteOnlineEvaluationConfig$ = [9, n0, _DOEC,
|
|
4416
4731
|
{ [_ht]: ["DELETE", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => DeleteOnlineEvaluationConfigRequest$, () => DeleteOnlineEvaluationConfigResponse$
|
|
4417
4732
|
];
|
|
4733
|
+
export var DeletePaymentConnector$ = [9, n0, _DPC,
|
|
4734
|
+
{ [_ht]: ["DELETE", "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}", 202] }, () => DeletePaymentConnectorRequest$, () => DeletePaymentConnectorResponse$
|
|
4735
|
+
];
|
|
4736
|
+
export var DeletePaymentCredentialProvider$ = [9, n0, _DPCP,
|
|
4737
|
+
{ [_ht]: ["POST", "/identities/DeletePaymentCredentialProvider", 204] }, () => DeletePaymentCredentialProviderRequest$, () => DeletePaymentCredentialProviderResponse$
|
|
4738
|
+
];
|
|
4739
|
+
export var DeletePaymentManager$ = [9, n0, _DPM,
|
|
4740
|
+
{ [_ht]: ["DELETE", "/payments/managers/{paymentManagerId}", 202] }, () => DeletePaymentManagerRequest$, () => DeletePaymentManagerResponse$
|
|
4741
|
+
];
|
|
4418
4742
|
export var DeletePolicy$ = [9, n0, _DP,
|
|
4419
4743
|
{ [_ht]: ["DELETE", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => DeletePolicyRequest$, () => DeletePolicyResponse$
|
|
4420
4744
|
];
|
|
@@ -4481,6 +4805,15 @@ export var GetOauth2CredentialProvider$ = [9, n0, _GOCP,
|
|
|
4481
4805
|
export var GetOnlineEvaluationConfig$ = [9, n0, _GOEC,
|
|
4482
4806
|
{ [_ht]: ["GET", "/online-evaluation-configs/{onlineEvaluationConfigId}", 200] }, () => GetOnlineEvaluationConfigRequest$, () => GetOnlineEvaluationConfigResponse$
|
|
4483
4807
|
];
|
|
4808
|
+
export var GetPaymentConnector$ = [9, n0, _GPCe,
|
|
4809
|
+
{ [_ht]: ["GET", "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}", 200] }, () => GetPaymentConnectorRequest$, () => GetPaymentConnectorResponse$
|
|
4810
|
+
];
|
|
4811
|
+
export var GetPaymentCredentialProvider$ = [9, n0, _GPCP,
|
|
4812
|
+
{ [_ht]: ["POST", "/identities/GetPaymentCredentialProvider", 200] }, () => GetPaymentCredentialProviderRequest$, () => GetPaymentCredentialProviderResponse$
|
|
4813
|
+
];
|
|
4814
|
+
export var GetPaymentManager$ = [9, n0, _GPM,
|
|
4815
|
+
{ [_ht]: ["GET", "/payments/managers/{paymentManagerId}", 200] }, () => GetPaymentManagerRequest$, () => GetPaymentManagerResponse$
|
|
4816
|
+
];
|
|
4484
4817
|
export var GetPolicy$ = [9, n0, _GP,
|
|
4485
4818
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policies/{policyId}", 200] }, () => GetPolicyRequest$, () => GetPolicyResponse$
|
|
4486
4819
|
];
|
|
@@ -4556,6 +4889,15 @@ export var ListOauth2CredentialProviders$ = [9, n0, _LOCP,
|
|
|
4556
4889
|
export var ListOnlineEvaluationConfigs$ = [9, n0, _LOEC,
|
|
4557
4890
|
{ [_ht]: ["POST", "/online-evaluation-configs", 200] }, () => ListOnlineEvaluationConfigsRequest$, () => ListOnlineEvaluationConfigsResponse$
|
|
4558
4891
|
];
|
|
4892
|
+
export var ListPaymentConnectors$ = [9, n0, _LPC,
|
|
4893
|
+
{ [_ht]: ["POST", "/payments/managers/{paymentManagerId}/connectors-list", 200] }, () => ListPaymentConnectorsRequest$, () => ListPaymentConnectorsResponse$
|
|
4894
|
+
];
|
|
4895
|
+
export var ListPaymentCredentialProviders$ = [9, n0, _LPCP,
|
|
4896
|
+
{ [_ht]: ["POST", "/identities/ListPaymentCredentialProviders", 200] }, () => ListPaymentCredentialProvidersRequest$, () => ListPaymentCredentialProvidersResponse$
|
|
4897
|
+
];
|
|
4898
|
+
export var ListPaymentManagers$ = [9, n0, _LPM,
|
|
4899
|
+
{ [_ht]: ["POST", "/payments/managers-list", 200] }, () => ListPaymentManagersRequest$, () => ListPaymentManagersResponse$
|
|
4900
|
+
];
|
|
4559
4901
|
export var ListPolicies$ = [9, n0, _LP,
|
|
4560
4902
|
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policies", 200] }, () => ListPoliciesRequest$, () => ListPoliciesResponse$
|
|
4561
4903
|
];
|
|
@@ -4637,6 +4979,15 @@ export var UpdateOauth2CredentialProvider$ = [9, n0, _UOCP,
|
|
|
4637
4979
|
export var UpdateOnlineEvaluationConfig$ = [9, n0, _UOEC,
|
|
4638
4980
|
{ [_ht]: ["PUT", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => UpdateOnlineEvaluationConfigRequest$, () => UpdateOnlineEvaluationConfigResponse$
|
|
4639
4981
|
];
|
|
4982
|
+
export var UpdatePaymentConnector$ = [9, n0, _UPC,
|
|
4983
|
+
{ [_ht]: ["PATCH", "/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}", 202] }, () => UpdatePaymentConnectorRequest$, () => UpdatePaymentConnectorResponse$
|
|
4984
|
+
];
|
|
4985
|
+
export var UpdatePaymentCredentialProvider$ = [9, n0, _UPCP,
|
|
4986
|
+
{ [_ht]: ["POST", "/identities/UpdatePaymentCredentialProvider", 200] }, () => UpdatePaymentCredentialProviderRequest$, () => UpdatePaymentCredentialProviderResponse$
|
|
4987
|
+
];
|
|
4988
|
+
export var UpdatePaymentManager$ = [9, n0, _UPM,
|
|
4989
|
+
{ [_ht]: ["PATCH", "/payments/managers/{paymentManagerId}", 202] }, () => UpdatePaymentManagerRequest$, () => UpdatePaymentManagerResponse$
|
|
4990
|
+
];
|
|
4640
4991
|
export var UpdatePolicy$ = [9, n0, _UP,
|
|
4641
4992
|
{ [_ht]: ["PATCH", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => UpdatePolicyRequest$, () => UpdatePolicyResponse$
|
|
4642
4993
|
];
|