@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
|
@@ -1,5 +1,71 @@
|
|
|
1
|
-
import type { ActorTokenContentType, ClientAuthenticationMethodType, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SchemaType, Status, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
|
|
2
|
-
import type { A2aDescriptor, AgentSkillsDescriptor, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, AuthorizerConfiguration, CredentialProviderConfiguration, CustomMemoryStrategyInput, EpisodicMemoryStrategyInput, EpisodicOverrideConsolidationConfigurationInput, EpisodicOverrideExtractionConfigurationInput, EpisodicOverrideReflectionConfigurationInput, EpisodicReflectionConfigurationInput, HttpTargetConfiguration, IndexedKey, KmsConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MemoryRecordSchema, MetadataConfiguration, PrivateEndpoint, PrivateEndpointOverride, S3Configuration, Secret, SemanticMemoryStrategyInput, SemanticOverrideConsolidationConfigurationInput, SemanticOverrideExtractionConfigurationInput, SkillDefinition, SkillMdDefinition,
|
|
1
|
+
import type { ActorTokenContentType, ClientAuthenticationMethodType, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, FilterOperator, FindingType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryAuthorizerType, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, RegistryStatus, SchemaType, Status, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
|
|
2
|
+
import type { A2aDescriptor, AgentSkillsDescriptor, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, AuthorizerConfiguration, CredentialProviderConfiguration, CustomMemoryStrategyInput, EpisodicMemoryStrategyInput, EpisodicOverrideConsolidationConfigurationInput, EpisodicOverrideExtractionConfigurationInput, EpisodicOverrideReflectionConfigurationInput, EpisodicReflectionConfigurationInput, HttpTargetConfiguration, IndexedKey, KmsConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MemoryRecordSchema, MetadataConfiguration, PrivateEndpoint, PrivateEndpointOverride, S3Configuration, Secret, SemanticMemoryStrategyInput, SemanticOverrideConsolidationConfigurationInput, SemanticOverrideExtractionConfigurationInput, SkillDefinition, SkillMdDefinition, SummaryOverrideConsolidationConfigurationInput, TriggerConditionInput, UpdatedAuthorizerConfiguration, UserPreferenceOverrideConsolidationConfigurationInput, UserPreferenceOverrideExtractionConfigurationInput, WorkloadIdentityDetails } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Input for creating a summary memory strategy.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface SummaryMemoryStrategyInput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name of the summary memory strategy.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
name: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The description of the summary memory strategy.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
description?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The namespaces associated with the summary memory strategy.</p>
|
|
20
|
+
*
|
|
21
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
namespaces?: string[] | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The namespaceTemplates associated with the summary memory strategy.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
namespaceTemplates?: string[] | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Schema for metadata fields on records generated by this strategy.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
memoryRecordSchema?: MemoryRecordSchema | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* <p>Input for creating a user preference memory strategy.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export interface UserPreferenceMemoryStrategyInput {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The name of the user preference memory strategy.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
name: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The description of the user preference memory strategy.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
description?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The namespaces associated with the user preference memory strategy.</p>
|
|
53
|
+
*
|
|
54
|
+
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
namespaces?: string[] | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The namespaceTemplates associated with the user preference memory strategy.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
namespaceTemplates?: string[] | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>Schema for metadata fields on records generated by this strategy.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
memoryRecordSchema?: MemoryRecordSchema | undefined;
|
|
68
|
+
}
|
|
3
69
|
/**
|
|
4
70
|
* <p>Contains input information for creating a memory strategy.</p>
|
|
5
71
|
* @public
|
|
@@ -1711,7 +1777,7 @@ export interface CustomOauth2ProviderConfigInput {
|
|
|
1711
1777
|
*/
|
|
1712
1778
|
privateEndpoint?: PrivateEndpoint | undefined;
|
|
1713
1779
|
/**
|
|
1714
|
-
* <p>The
|
|
1780
|
+
* <p>The private endpoint overrides for the custom OAuth2 provider configuration.</p>
|
|
1715
1781
|
* @public
|
|
1716
1782
|
*/
|
|
1717
1783
|
privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
|
|
@@ -2105,7 +2171,7 @@ export interface CustomOauth2ProviderConfigOutput {
|
|
|
2105
2171
|
*/
|
|
2106
2172
|
privateEndpoint?: PrivateEndpoint | undefined;
|
|
2107
2173
|
/**
|
|
2108
|
-
* <p>The
|
|
2174
|
+
* <p>The private endpoint overrides for the custom OAuth2 provider configuration.</p>
|
|
2109
2175
|
* @public
|
|
2110
2176
|
*/
|
|
2111
2177
|
privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
|
|
@@ -2527,7 +2593,7 @@ export interface GetOauth2CredentialProviderResponse {
|
|
|
2527
2593
|
*/
|
|
2528
2594
|
status?: Status | undefined;
|
|
2529
2595
|
/**
|
|
2530
|
-
* <p>The reason for
|
|
2596
|
+
* <p>The reason for failure if the OAuth2 credential provider is in a failed state.</p>
|
|
2531
2597
|
* @public
|
|
2532
2598
|
*/
|
|
2533
2599
|
failureReason?: string | undefined;
|
|
@@ -2658,7 +2724,7 @@ export interface UpdateOauth2CredentialProviderResponse {
|
|
|
2658
2724
|
*/
|
|
2659
2725
|
lastUpdatedTime: Date | undefined;
|
|
2660
2726
|
/**
|
|
2661
|
-
* <p>The current status of the OAuth2 credential provider.</p>
|
|
2727
|
+
* <p>The current status of the updated OAuth2 credential provider.</p>
|
|
2662
2728
|
* @public
|
|
2663
2729
|
*/
|
|
2664
2730
|
status?: Status | undefined;
|
|
@@ -3256,6 +3322,1149 @@ export interface UpdateOnlineEvaluationConfigResponse {
|
|
|
3256
3322
|
*/
|
|
3257
3323
|
failureReason?: string | undefined;
|
|
3258
3324
|
}
|
|
3325
|
+
/**
|
|
3326
|
+
* Coinbase CDP configuration - credentials provided by Coinbase Developer Platform
|
|
3327
|
+
* @public
|
|
3328
|
+
*/
|
|
3329
|
+
export interface CoinbaseCdpConfigurationInput {
|
|
3330
|
+
/**
|
|
3331
|
+
* <p>The API key identifier provided by Coinbase Developer Platform.</p>
|
|
3332
|
+
* @public
|
|
3333
|
+
*/
|
|
3334
|
+
apiKeyId: string | undefined;
|
|
3335
|
+
/**
|
|
3336
|
+
* <p>The API key secret provided by Coinbase Developer Platform.</p>
|
|
3337
|
+
* @public
|
|
3338
|
+
*/
|
|
3339
|
+
apiKeySecret: string | undefined;
|
|
3340
|
+
/**
|
|
3341
|
+
* <p>The wallet secret provided by Coinbase Developer Platform.</p>
|
|
3342
|
+
* @public
|
|
3343
|
+
*/
|
|
3344
|
+
walletSecret: string | undefined;
|
|
3345
|
+
}
|
|
3346
|
+
/**
|
|
3347
|
+
* StripePrivy configuration - credentials provided by Stripe + Privy
|
|
3348
|
+
* @public
|
|
3349
|
+
*/
|
|
3350
|
+
export interface StripePrivyConfigurationInput {
|
|
3351
|
+
/**
|
|
3352
|
+
* <p>The app ID provided by Privy.</p>
|
|
3353
|
+
* @public
|
|
3354
|
+
*/
|
|
3355
|
+
appId: string | undefined;
|
|
3356
|
+
/**
|
|
3357
|
+
* <p>The app secret provided by Privy.</p>
|
|
3358
|
+
* @public
|
|
3359
|
+
*/
|
|
3360
|
+
appSecret: string | undefined;
|
|
3361
|
+
/**
|
|
3362
|
+
* <p>The authorization private key for the Stripe Privy integration.</p>
|
|
3363
|
+
* @public
|
|
3364
|
+
*/
|
|
3365
|
+
authorizationPrivateKey: string | undefined;
|
|
3366
|
+
/**
|
|
3367
|
+
* <p>The authorization ID for the Stripe Privy integration.</p>
|
|
3368
|
+
* @public
|
|
3369
|
+
*/
|
|
3370
|
+
authorizationId: string | undefined;
|
|
3371
|
+
}
|
|
3372
|
+
/**
|
|
3373
|
+
* PROVIDER CONFIGURATION INPUT - Contains secrets for creation/update
|
|
3374
|
+
* @public
|
|
3375
|
+
*/
|
|
3376
|
+
export type PaymentProviderConfigurationInput = PaymentProviderConfigurationInput.CoinbaseCdpConfigurationMember | PaymentProviderConfigurationInput.StripePrivyConfigurationMember | PaymentProviderConfigurationInput.$UnknownMember;
|
|
3377
|
+
/**
|
|
3378
|
+
* @public
|
|
3379
|
+
*/
|
|
3380
|
+
export declare namespace PaymentProviderConfigurationInput {
|
|
3381
|
+
/**
|
|
3382
|
+
* Coinbase CDP configuration - credentials provided by Coinbase Developer Platform
|
|
3383
|
+
* @public
|
|
3384
|
+
*/
|
|
3385
|
+
interface CoinbaseCdpConfigurationMember {
|
|
3386
|
+
coinbaseCdpConfiguration: CoinbaseCdpConfigurationInput;
|
|
3387
|
+
stripePrivyConfiguration?: never;
|
|
3388
|
+
$unknown?: never;
|
|
3389
|
+
}
|
|
3390
|
+
/**
|
|
3391
|
+
* StripePrivy configuration - credentials provided by Stripe + Privy
|
|
3392
|
+
* @public
|
|
3393
|
+
*/
|
|
3394
|
+
interface StripePrivyConfigurationMember {
|
|
3395
|
+
coinbaseCdpConfiguration?: never;
|
|
3396
|
+
stripePrivyConfiguration: StripePrivyConfigurationInput;
|
|
3397
|
+
$unknown?: never;
|
|
3398
|
+
}
|
|
3399
|
+
/**
|
|
3400
|
+
* @public
|
|
3401
|
+
*/
|
|
3402
|
+
interface $UnknownMember {
|
|
3403
|
+
coinbaseCdpConfiguration?: never;
|
|
3404
|
+
stripePrivyConfiguration?: never;
|
|
3405
|
+
$unknown: [string, any];
|
|
3406
|
+
}
|
|
3407
|
+
/**
|
|
3408
|
+
* @deprecated unused in schema-serde mode.
|
|
3409
|
+
*
|
|
3410
|
+
*/
|
|
3411
|
+
interface Visitor<T> {
|
|
3412
|
+
coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationInput) => T;
|
|
3413
|
+
stripePrivyConfiguration: (value: StripePrivyConfigurationInput) => T;
|
|
3414
|
+
_: (name: string, value: any) => T;
|
|
3415
|
+
}
|
|
3416
|
+
}
|
|
3417
|
+
/**
|
|
3418
|
+
* @public
|
|
3419
|
+
*/
|
|
3420
|
+
export interface CreatePaymentCredentialProviderRequest {
|
|
3421
|
+
/**
|
|
3422
|
+
* Unique name for the payment credential provider
|
|
3423
|
+
* @public
|
|
3424
|
+
*/
|
|
3425
|
+
name: string | undefined;
|
|
3426
|
+
/**
|
|
3427
|
+
* The vendor type (e.g., CoinbaseCDP)
|
|
3428
|
+
* @public
|
|
3429
|
+
*/
|
|
3430
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3431
|
+
/**
|
|
3432
|
+
* Configuration specific to the vendor, including API credentials
|
|
3433
|
+
* @public
|
|
3434
|
+
*/
|
|
3435
|
+
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
3436
|
+
/**
|
|
3437
|
+
* Optional tags for resource organization
|
|
3438
|
+
* @public
|
|
3439
|
+
*/
|
|
3440
|
+
tags?: Record<string, string> | undefined;
|
|
3441
|
+
}
|
|
3442
|
+
/**
|
|
3443
|
+
* Coinbase CDP configuration output with secret ARNs
|
|
3444
|
+
* @public
|
|
3445
|
+
*/
|
|
3446
|
+
export interface CoinbaseCdpConfigurationOutput {
|
|
3447
|
+
/**
|
|
3448
|
+
* <p>The API key identifier provided by Coinbase Developer Platform.</p>
|
|
3449
|
+
* @public
|
|
3450
|
+
*/
|
|
3451
|
+
apiKeyId: string | undefined;
|
|
3452
|
+
/**
|
|
3453
|
+
* <p>Contains information about a secret in AWS Secrets Manager.</p>
|
|
3454
|
+
* @public
|
|
3455
|
+
*/
|
|
3456
|
+
apiKeySecretArn: Secret | undefined;
|
|
3457
|
+
/**
|
|
3458
|
+
* <p>Contains information about a secret in AWS Secrets Manager.</p>
|
|
3459
|
+
* @public
|
|
3460
|
+
*/
|
|
3461
|
+
walletSecretArn: Secret | undefined;
|
|
3462
|
+
}
|
|
3463
|
+
/**
|
|
3464
|
+
* StripePrivy configuration output with secret ARNs
|
|
3465
|
+
* @public
|
|
3466
|
+
*/
|
|
3467
|
+
export interface StripePrivyConfigurationOutput {
|
|
3468
|
+
/**
|
|
3469
|
+
* <p>The app ID provided by Privy.</p>
|
|
3470
|
+
* @public
|
|
3471
|
+
*/
|
|
3472
|
+
appId: string | undefined;
|
|
3473
|
+
/**
|
|
3474
|
+
* <p>Contains information about a secret in AWS Secrets Manager.</p>
|
|
3475
|
+
* @public
|
|
3476
|
+
*/
|
|
3477
|
+
appSecretArn: Secret | undefined;
|
|
3478
|
+
/**
|
|
3479
|
+
* <p>Contains information about a secret in AWS Secrets Manager.</p>
|
|
3480
|
+
* @public
|
|
3481
|
+
*/
|
|
3482
|
+
authorizationPrivateKeyArn: Secret | undefined;
|
|
3483
|
+
/**
|
|
3484
|
+
* <p>The authorization ID for the Stripe Privy integration.</p>
|
|
3485
|
+
* @public
|
|
3486
|
+
*/
|
|
3487
|
+
authorizationId: string | undefined;
|
|
3488
|
+
}
|
|
3489
|
+
/**
|
|
3490
|
+
* PROVIDER CONFIGURATION OUTPUT - No raw secrets, only ARNs
|
|
3491
|
+
* @public
|
|
3492
|
+
*/
|
|
3493
|
+
export type PaymentProviderConfigurationOutput = PaymentProviderConfigurationOutput.CoinbaseCdpConfigurationMember | PaymentProviderConfigurationOutput.StripePrivyConfigurationMember | PaymentProviderConfigurationOutput.$UnknownMember;
|
|
3494
|
+
/**
|
|
3495
|
+
* @public
|
|
3496
|
+
*/
|
|
3497
|
+
export declare namespace PaymentProviderConfigurationOutput {
|
|
3498
|
+
/**
|
|
3499
|
+
* Coinbase CDP configuration output with secret ARNs
|
|
3500
|
+
* @public
|
|
3501
|
+
*/
|
|
3502
|
+
interface CoinbaseCdpConfigurationMember {
|
|
3503
|
+
coinbaseCdpConfiguration: CoinbaseCdpConfigurationOutput;
|
|
3504
|
+
stripePrivyConfiguration?: never;
|
|
3505
|
+
$unknown?: never;
|
|
3506
|
+
}
|
|
3507
|
+
/**
|
|
3508
|
+
* StripePrivy configuration output with secret ARNs
|
|
3509
|
+
* @public
|
|
3510
|
+
*/
|
|
3511
|
+
interface StripePrivyConfigurationMember {
|
|
3512
|
+
coinbaseCdpConfiguration?: never;
|
|
3513
|
+
stripePrivyConfiguration: StripePrivyConfigurationOutput;
|
|
3514
|
+
$unknown?: never;
|
|
3515
|
+
}
|
|
3516
|
+
/**
|
|
3517
|
+
* @public
|
|
3518
|
+
*/
|
|
3519
|
+
interface $UnknownMember {
|
|
3520
|
+
coinbaseCdpConfiguration?: never;
|
|
3521
|
+
stripePrivyConfiguration?: never;
|
|
3522
|
+
$unknown: [string, any];
|
|
3523
|
+
}
|
|
3524
|
+
/**
|
|
3525
|
+
* @deprecated unused in schema-serde mode.
|
|
3526
|
+
*
|
|
3527
|
+
*/
|
|
3528
|
+
interface Visitor<T> {
|
|
3529
|
+
coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationOutput) => T;
|
|
3530
|
+
stripePrivyConfiguration: (value: StripePrivyConfigurationOutput) => T;
|
|
3531
|
+
_: (name: string, value: any) => T;
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
/**
|
|
3535
|
+
* @public
|
|
3536
|
+
*/
|
|
3537
|
+
export interface CreatePaymentCredentialProviderResponse {
|
|
3538
|
+
/**
|
|
3539
|
+
* <p>The name of the created payment credential provider.</p>
|
|
3540
|
+
* @public
|
|
3541
|
+
*/
|
|
3542
|
+
name: string | undefined;
|
|
3543
|
+
/**
|
|
3544
|
+
* Supported vendor types for payment providers using non-standard auth protocols
|
|
3545
|
+
* @public
|
|
3546
|
+
*/
|
|
3547
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3548
|
+
/**
|
|
3549
|
+
* <p>The Amazon Resource Name (ARN) of the created payment credential provider.</p>
|
|
3550
|
+
* @public
|
|
3551
|
+
*/
|
|
3552
|
+
credentialProviderArn: string | undefined;
|
|
3553
|
+
/**
|
|
3554
|
+
* Output configuration (contains secret ARNs, excludes actual secret values)
|
|
3555
|
+
* @public
|
|
3556
|
+
*/
|
|
3557
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
3558
|
+
}
|
|
3559
|
+
/**
|
|
3560
|
+
* @public
|
|
3561
|
+
*/
|
|
3562
|
+
export interface DeletePaymentCredentialProviderRequest {
|
|
3563
|
+
/**
|
|
3564
|
+
* <p>The name of the payment credential provider to delete.</p>
|
|
3565
|
+
* @public
|
|
3566
|
+
*/
|
|
3567
|
+
name: string | undefined;
|
|
3568
|
+
}
|
|
3569
|
+
/**
|
|
3570
|
+
* @public
|
|
3571
|
+
*/
|
|
3572
|
+
export interface DeletePaymentCredentialProviderResponse {
|
|
3573
|
+
}
|
|
3574
|
+
/**
|
|
3575
|
+
* @public
|
|
3576
|
+
*/
|
|
3577
|
+
export interface GetPaymentCredentialProviderRequest {
|
|
3578
|
+
/**
|
|
3579
|
+
* <p>The name of the payment credential provider to retrieve.</p>
|
|
3580
|
+
* @public
|
|
3581
|
+
*/
|
|
3582
|
+
name: string | undefined;
|
|
3583
|
+
}
|
|
3584
|
+
/**
|
|
3585
|
+
* @public
|
|
3586
|
+
*/
|
|
3587
|
+
export interface GetPaymentCredentialProviderResponse {
|
|
3588
|
+
/**
|
|
3589
|
+
* <p>The name of the payment credential provider.</p>
|
|
3590
|
+
* @public
|
|
3591
|
+
*/
|
|
3592
|
+
name: string | undefined;
|
|
3593
|
+
/**
|
|
3594
|
+
* <p>The Amazon Resource Name (ARN) of the payment credential provider.</p>
|
|
3595
|
+
* @public
|
|
3596
|
+
*/
|
|
3597
|
+
credentialProviderArn: string | undefined;
|
|
3598
|
+
/**
|
|
3599
|
+
* Supported vendor types for payment providers using non-standard auth protocols
|
|
3600
|
+
* @public
|
|
3601
|
+
*/
|
|
3602
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3603
|
+
/**
|
|
3604
|
+
* Output configuration (contains secret ARNs, excludes actual secret values)
|
|
3605
|
+
* @public
|
|
3606
|
+
*/
|
|
3607
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
3608
|
+
/**
|
|
3609
|
+
* <p>The timestamp when the payment credential provider was created.</p>
|
|
3610
|
+
* @public
|
|
3611
|
+
*/
|
|
3612
|
+
createdTime: Date | undefined;
|
|
3613
|
+
/**
|
|
3614
|
+
* <p>The timestamp when the payment credential provider was last updated.</p>
|
|
3615
|
+
* @public
|
|
3616
|
+
*/
|
|
3617
|
+
lastUpdatedTime: Date | undefined;
|
|
3618
|
+
/**
|
|
3619
|
+
* <p>The tags associated with the payment credential provider.</p>
|
|
3620
|
+
* @public
|
|
3621
|
+
*/
|
|
3622
|
+
tags?: Record<string, string> | undefined;
|
|
3623
|
+
}
|
|
3624
|
+
/**
|
|
3625
|
+
* @public
|
|
3626
|
+
*/
|
|
3627
|
+
export interface ListPaymentCredentialProvidersRequest {
|
|
3628
|
+
/**
|
|
3629
|
+
* <p>Pagination token.</p>
|
|
3630
|
+
* @public
|
|
3631
|
+
*/
|
|
3632
|
+
nextToken?: string | undefined;
|
|
3633
|
+
/**
|
|
3634
|
+
* <p>Maximum number of results to return.</p>
|
|
3635
|
+
* @public
|
|
3636
|
+
*/
|
|
3637
|
+
maxResults?: number | undefined;
|
|
3638
|
+
}
|
|
3639
|
+
/**
|
|
3640
|
+
* <p>Contains summary information about a payment credential provider.</p>
|
|
3641
|
+
* @public
|
|
3642
|
+
*/
|
|
3643
|
+
export interface PaymentCredentialProviderItem {
|
|
3644
|
+
/**
|
|
3645
|
+
* <p>The name of the payment credential provider.</p>
|
|
3646
|
+
* @public
|
|
3647
|
+
*/
|
|
3648
|
+
name: string | undefined;
|
|
3649
|
+
/**
|
|
3650
|
+
* Supported vendor types for payment providers using non-standard auth protocols
|
|
3651
|
+
* @public
|
|
3652
|
+
*/
|
|
3653
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3654
|
+
/**
|
|
3655
|
+
* <p>The Amazon Resource Name (ARN) of the payment credential provider.</p>
|
|
3656
|
+
* @public
|
|
3657
|
+
*/
|
|
3658
|
+
credentialProviderArn: string | undefined;
|
|
3659
|
+
/**
|
|
3660
|
+
* <p>The timestamp when the payment credential provider was created.</p>
|
|
3661
|
+
* @public
|
|
3662
|
+
*/
|
|
3663
|
+
createdTime: Date | undefined;
|
|
3664
|
+
/**
|
|
3665
|
+
* <p>The timestamp when the payment credential provider was last updated.</p>
|
|
3666
|
+
* @public
|
|
3667
|
+
*/
|
|
3668
|
+
lastUpdatedTime: Date | undefined;
|
|
3669
|
+
}
|
|
3670
|
+
/**
|
|
3671
|
+
* @public
|
|
3672
|
+
*/
|
|
3673
|
+
export interface ListPaymentCredentialProvidersResponse {
|
|
3674
|
+
/**
|
|
3675
|
+
* <p>The list of payment credential providers.</p>
|
|
3676
|
+
* @public
|
|
3677
|
+
*/
|
|
3678
|
+
credentialProviders: PaymentCredentialProviderItem[] | undefined;
|
|
3679
|
+
/**
|
|
3680
|
+
* <p>Pagination token for the next page of results.</p>
|
|
3681
|
+
* @public
|
|
3682
|
+
*/
|
|
3683
|
+
nextToken?: string | undefined;
|
|
3684
|
+
}
|
|
3685
|
+
/**
|
|
3686
|
+
* @public
|
|
3687
|
+
*/
|
|
3688
|
+
export interface UpdatePaymentCredentialProviderRequest {
|
|
3689
|
+
/**
|
|
3690
|
+
* <p>The name of the payment credential provider to update.</p>
|
|
3691
|
+
* @public
|
|
3692
|
+
*/
|
|
3693
|
+
name: string | undefined;
|
|
3694
|
+
/**
|
|
3695
|
+
* Supported vendor types for payment providers using non-standard auth protocols
|
|
3696
|
+
* @public
|
|
3697
|
+
*/
|
|
3698
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3699
|
+
/**
|
|
3700
|
+
* Configuration specific to the vendor, including API credentials
|
|
3701
|
+
* @public
|
|
3702
|
+
*/
|
|
3703
|
+
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
3704
|
+
}
|
|
3705
|
+
/**
|
|
3706
|
+
* @public
|
|
3707
|
+
*/
|
|
3708
|
+
export interface UpdatePaymentCredentialProviderResponse {
|
|
3709
|
+
/**
|
|
3710
|
+
* <p>The name of the updated payment credential provider.</p>
|
|
3711
|
+
* @public
|
|
3712
|
+
*/
|
|
3713
|
+
name: string | undefined;
|
|
3714
|
+
/**
|
|
3715
|
+
* Supported vendor types for payment providers using non-standard auth protocols
|
|
3716
|
+
* @public
|
|
3717
|
+
*/
|
|
3718
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
3719
|
+
/**
|
|
3720
|
+
* <p>The Amazon Resource Name (ARN) of the updated payment credential provider.</p>
|
|
3721
|
+
* @public
|
|
3722
|
+
*/
|
|
3723
|
+
credentialProviderArn: string | undefined;
|
|
3724
|
+
/**
|
|
3725
|
+
* Output configuration (contains secret ARNs, excludes actual secret values)
|
|
3726
|
+
* @public
|
|
3727
|
+
*/
|
|
3728
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
3729
|
+
/**
|
|
3730
|
+
* <p>The timestamp when the payment credential provider was created.</p>
|
|
3731
|
+
* @public
|
|
3732
|
+
*/
|
|
3733
|
+
createdTime: Date | undefined;
|
|
3734
|
+
/**
|
|
3735
|
+
* <p>The timestamp when the payment credential provider was last updated.</p>
|
|
3736
|
+
* @public
|
|
3737
|
+
*/
|
|
3738
|
+
lastUpdatedTime: Date | undefined;
|
|
3739
|
+
}
|
|
3740
|
+
/**
|
|
3741
|
+
* @public
|
|
3742
|
+
*/
|
|
3743
|
+
export interface CreatePaymentManagerRequest {
|
|
3744
|
+
/**
|
|
3745
|
+
* <p>The name of the payment manager.</p>
|
|
3746
|
+
* @public
|
|
3747
|
+
*/
|
|
3748
|
+
name: string | undefined;
|
|
3749
|
+
/**
|
|
3750
|
+
* <p>A description of the payment manager.</p>
|
|
3751
|
+
* @public
|
|
3752
|
+
*/
|
|
3753
|
+
description?: string | undefined;
|
|
3754
|
+
/**
|
|
3755
|
+
* <p>The type of authorizer to use for the payment manager.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
|
|
3756
|
+
* @public
|
|
3757
|
+
*/
|
|
3758
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
3759
|
+
/**
|
|
3760
|
+
* <p>The authorizer configuration for the payment manager.</p>
|
|
3761
|
+
* @public
|
|
3762
|
+
*/
|
|
3763
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
3764
|
+
/**
|
|
3765
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that the payment manager assumes to access resources on your behalf.</p>
|
|
3766
|
+
* @public
|
|
3767
|
+
*/
|
|
3768
|
+
roleArn: string | undefined;
|
|
3769
|
+
/**
|
|
3770
|
+
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
|
|
3771
|
+
* @public
|
|
3772
|
+
*/
|
|
3773
|
+
clientToken?: string | undefined;
|
|
3774
|
+
/**
|
|
3775
|
+
* <p>A map of tag keys and values to assign to the payment manager.</p>
|
|
3776
|
+
* @public
|
|
3777
|
+
*/
|
|
3778
|
+
tags?: Record<string, string> | undefined;
|
|
3779
|
+
}
|
|
3780
|
+
/**
|
|
3781
|
+
* @public
|
|
3782
|
+
*/
|
|
3783
|
+
export interface CreatePaymentManagerResponse {
|
|
3784
|
+
/**
|
|
3785
|
+
* <p>The Amazon Resource Name (ARN) of the created payment manager.</p>
|
|
3786
|
+
* @public
|
|
3787
|
+
*/
|
|
3788
|
+
paymentManagerArn: string | undefined;
|
|
3789
|
+
/**
|
|
3790
|
+
* <p>The unique identifier of the created payment manager.</p>
|
|
3791
|
+
* @public
|
|
3792
|
+
*/
|
|
3793
|
+
paymentManagerId: string | undefined;
|
|
3794
|
+
/**
|
|
3795
|
+
* <p>The name of the created payment manager.</p>
|
|
3796
|
+
* @public
|
|
3797
|
+
*/
|
|
3798
|
+
name: string | undefined;
|
|
3799
|
+
/**
|
|
3800
|
+
* <p>The type of authorizer for the created payment manager.</p>
|
|
3801
|
+
* @public
|
|
3802
|
+
*/
|
|
3803
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
3804
|
+
/**
|
|
3805
|
+
* <p>Represents inbound authorization configuration options used to authenticate incoming requests. </p>
|
|
3806
|
+
* @public
|
|
3807
|
+
*/
|
|
3808
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
3809
|
+
/**
|
|
3810
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role associated with the created payment manager.</p>
|
|
3811
|
+
* @public
|
|
3812
|
+
*/
|
|
3813
|
+
roleArn: string | undefined;
|
|
3814
|
+
/**
|
|
3815
|
+
* <p>The information about the workload identity.</p>
|
|
3816
|
+
* @public
|
|
3817
|
+
*/
|
|
3818
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
3819
|
+
/**
|
|
3820
|
+
* <p>The timestamp when the payment manager was created.</p>
|
|
3821
|
+
* @public
|
|
3822
|
+
*/
|
|
3823
|
+
createdAt: Date | undefined;
|
|
3824
|
+
/**
|
|
3825
|
+
* <p>The current status of the payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
3826
|
+
* @public
|
|
3827
|
+
*/
|
|
3828
|
+
status: PaymentManagerStatus | undefined;
|
|
3829
|
+
/**
|
|
3830
|
+
* <p>The tags associated with the created payment manager.</p>
|
|
3831
|
+
* @public
|
|
3832
|
+
*/
|
|
3833
|
+
tags?: Record<string, string> | undefined;
|
|
3834
|
+
}
|
|
3835
|
+
/**
|
|
3836
|
+
* @public
|
|
3837
|
+
*/
|
|
3838
|
+
export interface DeletePaymentManagerRequest {
|
|
3839
|
+
/**
|
|
3840
|
+
* <p>The unique identifier of the payment manager to delete.</p>
|
|
3841
|
+
* @public
|
|
3842
|
+
*/
|
|
3843
|
+
paymentManagerId: string | undefined;
|
|
3844
|
+
/**
|
|
3845
|
+
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
|
|
3846
|
+
* @public
|
|
3847
|
+
*/
|
|
3848
|
+
clientToken?: string | undefined;
|
|
3849
|
+
}
|
|
3850
|
+
/**
|
|
3851
|
+
* @public
|
|
3852
|
+
*/
|
|
3853
|
+
export interface DeletePaymentManagerResponse {
|
|
3854
|
+
/**
|
|
3855
|
+
* <p>The current status of the payment manager, set to <code>DELETING</code> when deletion is initiated. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
3856
|
+
* @public
|
|
3857
|
+
*/
|
|
3858
|
+
status: PaymentManagerStatus | undefined;
|
|
3859
|
+
/**
|
|
3860
|
+
* <p>The unique identifier of the deleted payment manager.</p>
|
|
3861
|
+
* @public
|
|
3862
|
+
*/
|
|
3863
|
+
paymentManagerId?: string | undefined;
|
|
3864
|
+
}
|
|
3865
|
+
/**
|
|
3866
|
+
* @public
|
|
3867
|
+
*/
|
|
3868
|
+
export interface GetPaymentManagerRequest {
|
|
3869
|
+
/**
|
|
3870
|
+
* <p>The unique identifier of the payment manager to retrieve.</p>
|
|
3871
|
+
* @public
|
|
3872
|
+
*/
|
|
3873
|
+
paymentManagerId: string | undefined;
|
|
3874
|
+
}
|
|
3875
|
+
/**
|
|
3876
|
+
* @public
|
|
3877
|
+
*/
|
|
3878
|
+
export interface GetPaymentManagerResponse {
|
|
3879
|
+
/**
|
|
3880
|
+
* <p>The Amazon Resource Name (ARN) of the payment manager.</p>
|
|
3881
|
+
* @public
|
|
3882
|
+
*/
|
|
3883
|
+
paymentManagerArn: string | undefined;
|
|
3884
|
+
/**
|
|
3885
|
+
* <p>The unique identifier of the payment manager.</p>
|
|
3886
|
+
* @public
|
|
3887
|
+
*/
|
|
3888
|
+
paymentManagerId: string | undefined;
|
|
3889
|
+
/**
|
|
3890
|
+
* <p>The name of the payment manager.</p>
|
|
3891
|
+
* @public
|
|
3892
|
+
*/
|
|
3893
|
+
name: string | undefined;
|
|
3894
|
+
/**
|
|
3895
|
+
* <p>The description of the payment manager.</p>
|
|
3896
|
+
* @public
|
|
3897
|
+
*/
|
|
3898
|
+
description?: string | undefined;
|
|
3899
|
+
/**
|
|
3900
|
+
* <p>The type of authorizer used by the payment manager.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
|
|
3901
|
+
* @public
|
|
3902
|
+
*/
|
|
3903
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
3904
|
+
/**
|
|
3905
|
+
* <p>Represents inbound authorization configuration options used to authenticate incoming requests. </p>
|
|
3906
|
+
* @public
|
|
3907
|
+
*/
|
|
3908
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
3909
|
+
/**
|
|
3910
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.</p>
|
|
3911
|
+
* @public
|
|
3912
|
+
*/
|
|
3913
|
+
roleArn: string | undefined;
|
|
3914
|
+
/**
|
|
3915
|
+
* <p>The information about the workload identity.</p>
|
|
3916
|
+
* @public
|
|
3917
|
+
*/
|
|
3918
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
3919
|
+
/**
|
|
3920
|
+
* <p>The timestamp when the payment manager was created.</p>
|
|
3921
|
+
* @public
|
|
3922
|
+
*/
|
|
3923
|
+
createdAt: Date | undefined;
|
|
3924
|
+
/**
|
|
3925
|
+
* <p>The timestamp when the payment manager was last updated.</p>
|
|
3926
|
+
* @public
|
|
3927
|
+
*/
|
|
3928
|
+
lastUpdatedAt: Date | undefined;
|
|
3929
|
+
/**
|
|
3930
|
+
* <p>The current status of the payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
3931
|
+
* @public
|
|
3932
|
+
*/
|
|
3933
|
+
status: PaymentManagerStatus | undefined;
|
|
3934
|
+
/**
|
|
3935
|
+
* <p>The tags associated with the payment manager.</p>
|
|
3936
|
+
* @public
|
|
3937
|
+
*/
|
|
3938
|
+
tags?: Record<string, string> | undefined;
|
|
3939
|
+
}
|
|
3940
|
+
/**
|
|
3941
|
+
* @public
|
|
3942
|
+
*/
|
|
3943
|
+
export interface ListPaymentManagersRequest {
|
|
3944
|
+
/**
|
|
3945
|
+
* <p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>
|
|
3946
|
+
* @public
|
|
3947
|
+
*/
|
|
3948
|
+
maxResults?: number | undefined;
|
|
3949
|
+
/**
|
|
3950
|
+
* <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>
|
|
3951
|
+
* @public
|
|
3952
|
+
*/
|
|
3953
|
+
nextToken?: string | undefined;
|
|
3954
|
+
}
|
|
3955
|
+
/**
|
|
3956
|
+
* <p>Contains summary information about a payment manager.</p>
|
|
3957
|
+
* @public
|
|
3958
|
+
*/
|
|
3959
|
+
export interface PaymentManagerSummary {
|
|
3960
|
+
/**
|
|
3961
|
+
* <p>The Amazon Resource Name (ARN) of the payment manager.</p>
|
|
3962
|
+
* @public
|
|
3963
|
+
*/
|
|
3964
|
+
paymentManagerArn: string | undefined;
|
|
3965
|
+
/**
|
|
3966
|
+
* <p>The unique identifier of the payment manager.</p>
|
|
3967
|
+
* @public
|
|
3968
|
+
*/
|
|
3969
|
+
paymentManagerId: string | undefined;
|
|
3970
|
+
/**
|
|
3971
|
+
* <p>The name of the payment manager.</p>
|
|
3972
|
+
* @public
|
|
3973
|
+
*/
|
|
3974
|
+
name: string | undefined;
|
|
3975
|
+
/**
|
|
3976
|
+
* <p>The description of the payment manager.</p>
|
|
3977
|
+
* @public
|
|
3978
|
+
*/
|
|
3979
|
+
description?: string | undefined;
|
|
3980
|
+
/**
|
|
3981
|
+
* <p>The type of authorizer used by the payment manager.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
|
|
3982
|
+
* @public
|
|
3983
|
+
*/
|
|
3984
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
3985
|
+
/**
|
|
3986
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role associated with the payment manager.</p>
|
|
3987
|
+
* @public
|
|
3988
|
+
*/
|
|
3989
|
+
roleArn: string | undefined;
|
|
3990
|
+
/**
|
|
3991
|
+
* <p>The current status of the payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
3992
|
+
* @public
|
|
3993
|
+
*/
|
|
3994
|
+
status: PaymentManagerStatus | undefined;
|
|
3995
|
+
/**
|
|
3996
|
+
* <p>The timestamp when the payment manager was created.</p>
|
|
3997
|
+
* @public
|
|
3998
|
+
*/
|
|
3999
|
+
createdAt?: Date | undefined;
|
|
4000
|
+
/**
|
|
4001
|
+
* <p>The timestamp when the payment manager was last updated.</p>
|
|
4002
|
+
* @public
|
|
4003
|
+
*/
|
|
4004
|
+
lastUpdatedAt: Date | undefined;
|
|
4005
|
+
}
|
|
4006
|
+
/**
|
|
4007
|
+
* @public
|
|
4008
|
+
*/
|
|
4009
|
+
export interface ListPaymentManagersResponse {
|
|
4010
|
+
/**
|
|
4011
|
+
* <p>The list of payment manager summaries. For details about the fields in each summary, see the <code>PaymentManagerSummary</code> data type.</p>
|
|
4012
|
+
* @public
|
|
4013
|
+
*/
|
|
4014
|
+
paymentManagers: PaymentManagerSummary[] | undefined;
|
|
4015
|
+
/**
|
|
4016
|
+
* <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>
|
|
4017
|
+
* @public
|
|
4018
|
+
*/
|
|
4019
|
+
nextToken?: string | undefined;
|
|
4020
|
+
}
|
|
4021
|
+
/**
|
|
4022
|
+
* <p>Configuration for a payment credential provider that stores authentication credentials for a payment provider.</p>
|
|
4023
|
+
* @public
|
|
4024
|
+
*/
|
|
4025
|
+
export interface PaymentCredentialProviderConfiguration {
|
|
4026
|
+
/**
|
|
4027
|
+
* <p>The Amazon Resource Name (ARN) of the credential provider that stores the authentication credentials for the payment provider.</p>
|
|
4028
|
+
* @public
|
|
4029
|
+
*/
|
|
4030
|
+
credentialProviderArn: string | undefined;
|
|
4031
|
+
}
|
|
4032
|
+
/**
|
|
4033
|
+
* <p>The credential provider configuration for a payment connector. Specifies the payment provider type and its associated credential provider.</p>
|
|
4034
|
+
* @public
|
|
4035
|
+
*/
|
|
4036
|
+
export type CredentialsProviderConfiguration = CredentialsProviderConfiguration.CoinbaseCDPMember | CredentialsProviderConfiguration.StripePrivyMember | CredentialsProviderConfiguration.$UnknownMember;
|
|
4037
|
+
/**
|
|
4038
|
+
* @public
|
|
4039
|
+
*/
|
|
4040
|
+
export declare namespace CredentialsProviderConfiguration {
|
|
4041
|
+
/**
|
|
4042
|
+
* <p>The credential provider configuration for a Coinbase CDP payment connector.</p>
|
|
4043
|
+
* @public
|
|
4044
|
+
*/
|
|
4045
|
+
interface CoinbaseCDPMember {
|
|
4046
|
+
coinbaseCDP: PaymentCredentialProviderConfiguration;
|
|
4047
|
+
stripePrivy?: never;
|
|
4048
|
+
$unknown?: never;
|
|
4049
|
+
}
|
|
4050
|
+
/**
|
|
4051
|
+
* <p>The credential provider configuration for a Stripe Privy payment connector.</p>
|
|
4052
|
+
* @public
|
|
4053
|
+
*/
|
|
4054
|
+
interface StripePrivyMember {
|
|
4055
|
+
coinbaseCDP?: never;
|
|
4056
|
+
stripePrivy: PaymentCredentialProviderConfiguration;
|
|
4057
|
+
$unknown?: never;
|
|
4058
|
+
}
|
|
4059
|
+
/**
|
|
4060
|
+
* @public
|
|
4061
|
+
*/
|
|
4062
|
+
interface $UnknownMember {
|
|
4063
|
+
coinbaseCDP?: never;
|
|
4064
|
+
stripePrivy?: never;
|
|
4065
|
+
$unknown: [string, any];
|
|
4066
|
+
}
|
|
4067
|
+
/**
|
|
4068
|
+
* @deprecated unused in schema-serde mode.
|
|
4069
|
+
*
|
|
4070
|
+
*/
|
|
4071
|
+
interface Visitor<T> {
|
|
4072
|
+
coinbaseCDP: (value: PaymentCredentialProviderConfiguration) => T;
|
|
4073
|
+
stripePrivy: (value: PaymentCredentialProviderConfiguration) => T;
|
|
4074
|
+
_: (name: string, value: any) => T;
|
|
4075
|
+
}
|
|
4076
|
+
}
|
|
4077
|
+
/**
|
|
4078
|
+
* @public
|
|
4079
|
+
*/
|
|
4080
|
+
export interface CreatePaymentConnectorRequest {
|
|
4081
|
+
/**
|
|
4082
|
+
* <p>The unique identifier of the payment manager to create the connector for.</p>
|
|
4083
|
+
* @public
|
|
4084
|
+
*/
|
|
4085
|
+
paymentManagerId: string | undefined;
|
|
4086
|
+
/**
|
|
4087
|
+
* <p>The name of the payment connector.</p>
|
|
4088
|
+
* @public
|
|
4089
|
+
*/
|
|
4090
|
+
name: string | undefined;
|
|
4091
|
+
/**
|
|
4092
|
+
* <p>A description of the payment connector.</p>
|
|
4093
|
+
* @public
|
|
4094
|
+
*/
|
|
4095
|
+
description?: string | undefined;
|
|
4096
|
+
/**
|
|
4097
|
+
* <p>The type of payment connector, which determines the payment provider integration.</p>
|
|
4098
|
+
* @public
|
|
4099
|
+
*/
|
|
4100
|
+
type: PaymentConnectorType | undefined;
|
|
4101
|
+
/**
|
|
4102
|
+
* <p>The credential provider configurations for the payment connector. These configurations specify how the connector authenticates with the payment provider.</p>
|
|
4103
|
+
* @public
|
|
4104
|
+
*/
|
|
4105
|
+
credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
|
|
4106
|
+
/**
|
|
4107
|
+
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
|
|
4108
|
+
* @public
|
|
4109
|
+
*/
|
|
4110
|
+
clientToken?: string | undefined;
|
|
4111
|
+
}
|
|
4112
|
+
/**
|
|
4113
|
+
* @public
|
|
4114
|
+
*/
|
|
4115
|
+
export interface CreatePaymentConnectorResponse {
|
|
4116
|
+
/**
|
|
4117
|
+
* <p>The unique identifier of the created payment connector.</p>
|
|
4118
|
+
* @public
|
|
4119
|
+
*/
|
|
4120
|
+
paymentConnectorId: string | undefined;
|
|
4121
|
+
/**
|
|
4122
|
+
* <p>The unique identifier of the parent payment manager.</p>
|
|
4123
|
+
* @public
|
|
4124
|
+
*/
|
|
4125
|
+
paymentManagerId: string | undefined;
|
|
4126
|
+
/**
|
|
4127
|
+
* <p>The name of the created payment connector.</p>
|
|
4128
|
+
* @public
|
|
4129
|
+
*/
|
|
4130
|
+
name: string | undefined;
|
|
4131
|
+
/**
|
|
4132
|
+
* <p>The type of the created payment connector.</p>
|
|
4133
|
+
* @public
|
|
4134
|
+
*/
|
|
4135
|
+
type: PaymentConnectorType | undefined;
|
|
4136
|
+
/**
|
|
4137
|
+
* <p>The credential provider configurations for the created payment connector.</p>
|
|
4138
|
+
* @public
|
|
4139
|
+
*/
|
|
4140
|
+
credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
|
|
4141
|
+
/**
|
|
4142
|
+
* <p>The timestamp when the payment connector was created.</p>
|
|
4143
|
+
* @public
|
|
4144
|
+
*/
|
|
4145
|
+
createdAt: Date | undefined;
|
|
4146
|
+
/**
|
|
4147
|
+
* <p>The current status of the payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
4148
|
+
* @public
|
|
4149
|
+
*/
|
|
4150
|
+
status: PaymentConnectorStatus | undefined;
|
|
4151
|
+
}
|
|
4152
|
+
/**
|
|
4153
|
+
* @public
|
|
4154
|
+
*/
|
|
4155
|
+
export interface DeletePaymentConnectorRequest {
|
|
4156
|
+
/**
|
|
4157
|
+
* <p>The unique identifier of the parent payment manager.</p>
|
|
4158
|
+
* @public
|
|
4159
|
+
*/
|
|
4160
|
+
paymentManagerId: string | undefined;
|
|
4161
|
+
/**
|
|
4162
|
+
* <p>The unique identifier of the payment connector to delete.</p>
|
|
4163
|
+
* @public
|
|
4164
|
+
*/
|
|
4165
|
+
paymentConnectorId: string | undefined;
|
|
4166
|
+
/**
|
|
4167
|
+
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
|
|
4168
|
+
* @public
|
|
4169
|
+
*/
|
|
4170
|
+
clientToken?: string | undefined;
|
|
4171
|
+
}
|
|
4172
|
+
/**
|
|
4173
|
+
* @public
|
|
4174
|
+
*/
|
|
4175
|
+
export interface DeletePaymentConnectorResponse {
|
|
4176
|
+
/**
|
|
4177
|
+
* <p>The current status of the payment connector, set to <code>DELETING</code> when deletion is initiated. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
4178
|
+
* @public
|
|
4179
|
+
*/
|
|
4180
|
+
status: PaymentConnectorStatus | undefined;
|
|
4181
|
+
/**
|
|
4182
|
+
* <p>The unique identifier of the deleted payment connector.</p>
|
|
4183
|
+
* @public
|
|
4184
|
+
*/
|
|
4185
|
+
paymentConnectorId?: string | undefined;
|
|
4186
|
+
}
|
|
4187
|
+
/**
|
|
4188
|
+
* @public
|
|
4189
|
+
*/
|
|
4190
|
+
export interface GetPaymentConnectorRequest {
|
|
4191
|
+
/**
|
|
4192
|
+
* <p>The unique identifier of the parent payment manager.</p>
|
|
4193
|
+
* @public
|
|
4194
|
+
*/
|
|
4195
|
+
paymentManagerId: string | undefined;
|
|
4196
|
+
/**
|
|
4197
|
+
* <p>The unique identifier of the payment connector to retrieve.</p>
|
|
4198
|
+
* @public
|
|
4199
|
+
*/
|
|
4200
|
+
paymentConnectorId: string | undefined;
|
|
4201
|
+
}
|
|
4202
|
+
/**
|
|
4203
|
+
* @public
|
|
4204
|
+
*/
|
|
4205
|
+
export interface GetPaymentConnectorResponse {
|
|
4206
|
+
/**
|
|
4207
|
+
* <p>The unique identifier of the payment connector.</p>
|
|
4208
|
+
* @public
|
|
4209
|
+
*/
|
|
4210
|
+
paymentConnectorId: string | undefined;
|
|
4211
|
+
/**
|
|
4212
|
+
* <p>The name of the payment connector.</p>
|
|
4213
|
+
* @public
|
|
4214
|
+
*/
|
|
4215
|
+
name: string | undefined;
|
|
4216
|
+
/**
|
|
4217
|
+
* <p>The description of the payment connector.</p>
|
|
4218
|
+
* @public
|
|
4219
|
+
*/
|
|
4220
|
+
description?: string | undefined;
|
|
4221
|
+
/**
|
|
4222
|
+
* <p>The type of the payment connector, which determines the payment provider integration.</p>
|
|
4223
|
+
* @public
|
|
4224
|
+
*/
|
|
4225
|
+
type: PaymentConnectorType | undefined;
|
|
4226
|
+
/**
|
|
4227
|
+
* <p>The credential provider configurations for the payment connector.</p>
|
|
4228
|
+
* @public
|
|
4229
|
+
*/
|
|
4230
|
+
credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
|
|
4231
|
+
/**
|
|
4232
|
+
* <p>The timestamp when the payment connector was created.</p>
|
|
4233
|
+
* @public
|
|
4234
|
+
*/
|
|
4235
|
+
createdAt: Date | undefined;
|
|
4236
|
+
/**
|
|
4237
|
+
* <p>The timestamp when the payment connector was last updated.</p>
|
|
4238
|
+
* @public
|
|
4239
|
+
*/
|
|
4240
|
+
lastUpdatedAt: Date | undefined;
|
|
4241
|
+
/**
|
|
4242
|
+
* <p>The current status of the payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
4243
|
+
* @public
|
|
4244
|
+
*/
|
|
4245
|
+
status: PaymentConnectorStatus | undefined;
|
|
4246
|
+
}
|
|
4247
|
+
/**
|
|
4248
|
+
* @public
|
|
4249
|
+
*/
|
|
4250
|
+
export interface ListPaymentConnectorsRequest {
|
|
4251
|
+
/**
|
|
4252
|
+
* <p>The unique identifier of the payment manager whose connectors to list.</p>
|
|
4253
|
+
* @public
|
|
4254
|
+
*/
|
|
4255
|
+
paymentManagerId: string | undefined;
|
|
4256
|
+
/**
|
|
4257
|
+
* <p>The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the <code>nextToken</code> field when making another request to return the next batch of results.</p>
|
|
4258
|
+
* @public
|
|
4259
|
+
*/
|
|
4260
|
+
maxResults?: number | undefined;
|
|
4261
|
+
/**
|
|
4262
|
+
* <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, enter the token returned in the <code>nextToken</code> field in the response in this field to return the next batch of results.</p>
|
|
4263
|
+
* @public
|
|
4264
|
+
*/
|
|
4265
|
+
nextToken?: string | undefined;
|
|
4266
|
+
}
|
|
4267
|
+
/**
|
|
4268
|
+
* <p>Contains summary information about a payment connector.</p>
|
|
4269
|
+
* @public
|
|
4270
|
+
*/
|
|
4271
|
+
export interface PaymentConnectorSummary {
|
|
4272
|
+
/**
|
|
4273
|
+
* <p>The unique identifier of the payment connector.</p>
|
|
4274
|
+
* @public
|
|
4275
|
+
*/
|
|
4276
|
+
paymentConnectorId: string | undefined;
|
|
4277
|
+
/**
|
|
4278
|
+
* <p>The name of the payment connector.</p>
|
|
4279
|
+
* @public
|
|
4280
|
+
*/
|
|
4281
|
+
name: string | undefined;
|
|
4282
|
+
/**
|
|
4283
|
+
* <p>The type of the payment connector, which determines the payment provider integration.</p>
|
|
4284
|
+
* @public
|
|
4285
|
+
*/
|
|
4286
|
+
type: PaymentConnectorType | undefined;
|
|
4287
|
+
/**
|
|
4288
|
+
* <p>The current status of the payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
4289
|
+
* @public
|
|
4290
|
+
*/
|
|
4291
|
+
status: PaymentConnectorStatus | undefined;
|
|
4292
|
+
/**
|
|
4293
|
+
* <p>The timestamp when the payment connector was last updated.</p>
|
|
4294
|
+
* @public
|
|
4295
|
+
*/
|
|
4296
|
+
lastUpdatedAt: Date | undefined;
|
|
4297
|
+
}
|
|
4298
|
+
/**
|
|
4299
|
+
* @public
|
|
4300
|
+
*/
|
|
4301
|
+
export interface ListPaymentConnectorsResponse {
|
|
4302
|
+
/**
|
|
4303
|
+
* <p>The list of payment connector summaries. For details about the fields in each summary, see the <code>PaymentConnectorSummary</code> data type.</p>
|
|
4304
|
+
* @public
|
|
4305
|
+
*/
|
|
4306
|
+
paymentConnectors: PaymentConnectorSummary[] | undefined;
|
|
4307
|
+
/**
|
|
4308
|
+
* <p>If the total number of results is greater than the <code>maxResults</code> value provided in the request, use this token when making another request in the <code>nextToken</code> field to return the next batch of results.</p>
|
|
4309
|
+
* @public
|
|
4310
|
+
*/
|
|
4311
|
+
nextToken?: string | undefined;
|
|
4312
|
+
}
|
|
4313
|
+
/**
|
|
4314
|
+
* @public
|
|
4315
|
+
*/
|
|
4316
|
+
export interface UpdatePaymentConnectorRequest {
|
|
4317
|
+
/**
|
|
4318
|
+
* <p>The unique identifier of the parent payment manager.</p>
|
|
4319
|
+
* @public
|
|
4320
|
+
*/
|
|
4321
|
+
paymentManagerId: string | undefined;
|
|
4322
|
+
/**
|
|
4323
|
+
* <p>The unique identifier of the payment connector to update.</p>
|
|
4324
|
+
* @public
|
|
4325
|
+
*/
|
|
4326
|
+
paymentConnectorId: string | undefined;
|
|
4327
|
+
/**
|
|
4328
|
+
* <p>The updated description of the payment connector.</p>
|
|
4329
|
+
* @public
|
|
4330
|
+
*/
|
|
4331
|
+
description?: string | undefined;
|
|
4332
|
+
/**
|
|
4333
|
+
* <p>The updated type of the payment connector.</p>
|
|
4334
|
+
* @public
|
|
4335
|
+
*/
|
|
4336
|
+
type?: PaymentConnectorType | undefined;
|
|
4337
|
+
/**
|
|
4338
|
+
* <p>The updated credential provider configurations for the payment connector.</p>
|
|
4339
|
+
* @public
|
|
4340
|
+
*/
|
|
4341
|
+
credentialProviderConfigurations?: CredentialsProviderConfiguration[] | undefined;
|
|
4342
|
+
/**
|
|
4343
|
+
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
|
|
4344
|
+
* @public
|
|
4345
|
+
*/
|
|
4346
|
+
clientToken?: string | undefined;
|
|
4347
|
+
}
|
|
4348
|
+
/**
|
|
4349
|
+
* @public
|
|
4350
|
+
*/
|
|
4351
|
+
export interface UpdatePaymentConnectorResponse {
|
|
4352
|
+
/**
|
|
4353
|
+
* <p>The unique identifier of the updated payment connector.</p>
|
|
4354
|
+
* @public
|
|
4355
|
+
*/
|
|
4356
|
+
paymentConnectorId: string | undefined;
|
|
4357
|
+
/**
|
|
4358
|
+
* <p>The unique identifier of the parent payment manager.</p>
|
|
4359
|
+
* @public
|
|
4360
|
+
*/
|
|
4361
|
+
paymentManagerId: string | undefined;
|
|
4362
|
+
/**
|
|
4363
|
+
* <p>The name of the updated payment connector.</p>
|
|
4364
|
+
* @public
|
|
4365
|
+
*/
|
|
4366
|
+
name: string | undefined;
|
|
4367
|
+
/**
|
|
4368
|
+
* <p>The type of the updated payment connector.</p>
|
|
4369
|
+
* @public
|
|
4370
|
+
*/
|
|
4371
|
+
type: PaymentConnectorType | undefined;
|
|
4372
|
+
/**
|
|
4373
|
+
* <p>The credential provider configurations for the updated payment connector.</p>
|
|
4374
|
+
* @public
|
|
4375
|
+
*/
|
|
4376
|
+
credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
|
|
4377
|
+
/**
|
|
4378
|
+
* <p>The timestamp when the payment connector was last updated.</p>
|
|
4379
|
+
* @public
|
|
4380
|
+
*/
|
|
4381
|
+
lastUpdatedAt: Date | undefined;
|
|
4382
|
+
/**
|
|
4383
|
+
* <p>The current status of the updated payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
4384
|
+
* @public
|
|
4385
|
+
*/
|
|
4386
|
+
status: PaymentConnectorStatus | undefined;
|
|
4387
|
+
}
|
|
4388
|
+
/**
|
|
4389
|
+
* @public
|
|
4390
|
+
*/
|
|
4391
|
+
export interface UpdatePaymentManagerRequest {
|
|
4392
|
+
/**
|
|
4393
|
+
* <p>The unique identifier of the payment manager to update.</p>
|
|
4394
|
+
* @public
|
|
4395
|
+
*/
|
|
4396
|
+
paymentManagerId: string | undefined;
|
|
4397
|
+
/**
|
|
4398
|
+
* <p>The updated description of the payment manager.</p>
|
|
4399
|
+
* @public
|
|
4400
|
+
*/
|
|
4401
|
+
description?: string | undefined;
|
|
4402
|
+
/**
|
|
4403
|
+
* <p>The updated authorizer type for the payment manager.</p>
|
|
4404
|
+
* @public
|
|
4405
|
+
*/
|
|
4406
|
+
authorizerType?: PaymentsAuthorizerType | undefined;
|
|
4407
|
+
/**
|
|
4408
|
+
* <p>The updated authorizer configuration for the payment manager.</p>
|
|
4409
|
+
* @public
|
|
4410
|
+
*/
|
|
4411
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
4412
|
+
/**
|
|
4413
|
+
* <p>The updated Amazon Resource Name (ARN) of the IAM role for the payment manager.</p>
|
|
4414
|
+
* @public
|
|
4415
|
+
*/
|
|
4416
|
+
roleArn?: string | undefined;
|
|
4417
|
+
/**
|
|
4418
|
+
* <p>A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If you don't specify this field, a value is randomly generated for you. If this token matches a previous request, the service ignores the request, but doesn't return an error. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
|
|
4419
|
+
* @public
|
|
4420
|
+
*/
|
|
4421
|
+
clientToken?: string | undefined;
|
|
4422
|
+
}
|
|
4423
|
+
/**
|
|
4424
|
+
* @public
|
|
4425
|
+
*/
|
|
4426
|
+
export interface UpdatePaymentManagerResponse {
|
|
4427
|
+
/**
|
|
4428
|
+
* <p>The Amazon Resource Name (ARN) of the updated payment manager.</p>
|
|
4429
|
+
* @public
|
|
4430
|
+
*/
|
|
4431
|
+
paymentManagerArn: string | undefined;
|
|
4432
|
+
/**
|
|
4433
|
+
* <p>The unique identifier of the updated payment manager.</p>
|
|
4434
|
+
* @public
|
|
4435
|
+
*/
|
|
4436
|
+
paymentManagerId: string | undefined;
|
|
4437
|
+
/**
|
|
4438
|
+
* <p>The name of the updated payment manager.</p>
|
|
4439
|
+
* @public
|
|
4440
|
+
*/
|
|
4441
|
+
name: string | undefined;
|
|
4442
|
+
/**
|
|
4443
|
+
* <p>The type of authorizer for the updated payment manager.</p>
|
|
4444
|
+
* @public
|
|
4445
|
+
*/
|
|
4446
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
4447
|
+
/**
|
|
4448
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role associated with the updated payment manager.</p>
|
|
4449
|
+
* @public
|
|
4450
|
+
*/
|
|
4451
|
+
roleArn: string | undefined;
|
|
4452
|
+
/**
|
|
4453
|
+
* <p>The information about the workload identity.</p>
|
|
4454
|
+
* @public
|
|
4455
|
+
*/
|
|
4456
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
4457
|
+
/**
|
|
4458
|
+
* <p>The timestamp when the payment manager was last updated.</p>
|
|
4459
|
+
* @public
|
|
4460
|
+
*/
|
|
4461
|
+
lastUpdatedAt: Date | undefined;
|
|
4462
|
+
/**
|
|
4463
|
+
* <p>The current status of the updated payment manager. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.</p>
|
|
4464
|
+
* @public
|
|
4465
|
+
*/
|
|
4466
|
+
status: PaymentManagerStatus | undefined;
|
|
4467
|
+
}
|
|
3259
4468
|
/**
|
|
3260
4469
|
* @public
|
|
3261
4470
|
*/
|