@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
|
@@ -15,6 +15,11 @@ import {
|
|
|
15
15
|
OnlineEvaluationConfigStatus,
|
|
16
16
|
OnlineEvaluationExecutionStatus,
|
|
17
17
|
OverrideType,
|
|
18
|
+
PaymentConnectorStatus,
|
|
19
|
+
PaymentConnectorType,
|
|
20
|
+
PaymentCredentialProviderVendorType,
|
|
21
|
+
PaymentManagerStatus,
|
|
22
|
+
PaymentsAuthorizerType,
|
|
18
23
|
PolicyEngineStatus,
|
|
19
24
|
PolicyGenerationStatus,
|
|
20
25
|
PolicyStatus,
|
|
@@ -60,14 +65,27 @@ import {
|
|
|
60
65
|
SemanticOverrideExtractionConfigurationInput,
|
|
61
66
|
SkillDefinition,
|
|
62
67
|
SkillMdDefinition,
|
|
63
|
-
SummaryMemoryStrategyInput,
|
|
64
68
|
SummaryOverrideConsolidationConfigurationInput,
|
|
65
69
|
TriggerConditionInput,
|
|
66
70
|
UpdatedAuthorizerConfiguration,
|
|
67
|
-
UserPreferenceMemoryStrategyInput,
|
|
68
71
|
UserPreferenceOverrideConsolidationConfigurationInput,
|
|
69
72
|
UserPreferenceOverrideExtractionConfigurationInput,
|
|
73
|
+
WorkloadIdentityDetails,
|
|
70
74
|
} from "./models_0";
|
|
75
|
+
export interface SummaryMemoryStrategyInput {
|
|
76
|
+
name: string | undefined;
|
|
77
|
+
description?: string | undefined;
|
|
78
|
+
namespaces?: string[] | undefined;
|
|
79
|
+
namespaceTemplates?: string[] | undefined;
|
|
80
|
+
memoryRecordSchema?: MemoryRecordSchema | undefined;
|
|
81
|
+
}
|
|
82
|
+
export interface UserPreferenceMemoryStrategyInput {
|
|
83
|
+
name: string | undefined;
|
|
84
|
+
description?: string | undefined;
|
|
85
|
+
namespaces?: string[] | undefined;
|
|
86
|
+
namespaceTemplates?: string[] | undefined;
|
|
87
|
+
memoryRecordSchema?: MemoryRecordSchema | undefined;
|
|
88
|
+
}
|
|
71
89
|
export type MemoryStrategyInput =
|
|
72
90
|
| MemoryStrategyInput.CustomMemoryStrategyMember
|
|
73
91
|
| MemoryStrategyInput.EpisodicMemoryStrategyMember
|
|
@@ -1426,6 +1444,331 @@ export interface UpdateOnlineEvaluationConfigResponse {
|
|
|
1426
1444
|
executionStatus: OnlineEvaluationExecutionStatus | undefined;
|
|
1427
1445
|
failureReason?: string | undefined;
|
|
1428
1446
|
}
|
|
1447
|
+
export interface CoinbaseCdpConfigurationInput {
|
|
1448
|
+
apiKeyId: string | undefined;
|
|
1449
|
+
apiKeySecret: string | undefined;
|
|
1450
|
+
walletSecret: string | undefined;
|
|
1451
|
+
}
|
|
1452
|
+
export interface StripePrivyConfigurationInput {
|
|
1453
|
+
appId: string | undefined;
|
|
1454
|
+
appSecret: string | undefined;
|
|
1455
|
+
authorizationPrivateKey: string | undefined;
|
|
1456
|
+
authorizationId: string | undefined;
|
|
1457
|
+
}
|
|
1458
|
+
export type PaymentProviderConfigurationInput =
|
|
1459
|
+
| PaymentProviderConfigurationInput.CoinbaseCdpConfigurationMember
|
|
1460
|
+
| PaymentProviderConfigurationInput.StripePrivyConfigurationMember
|
|
1461
|
+
| PaymentProviderConfigurationInput.$UnknownMember;
|
|
1462
|
+
export declare namespace PaymentProviderConfigurationInput {
|
|
1463
|
+
interface CoinbaseCdpConfigurationMember {
|
|
1464
|
+
coinbaseCdpConfiguration: CoinbaseCdpConfigurationInput;
|
|
1465
|
+
stripePrivyConfiguration?: never;
|
|
1466
|
+
$unknown?: never;
|
|
1467
|
+
}
|
|
1468
|
+
interface StripePrivyConfigurationMember {
|
|
1469
|
+
coinbaseCdpConfiguration?: never;
|
|
1470
|
+
stripePrivyConfiguration: StripePrivyConfigurationInput;
|
|
1471
|
+
$unknown?: never;
|
|
1472
|
+
}
|
|
1473
|
+
interface $UnknownMember {
|
|
1474
|
+
coinbaseCdpConfiguration?: never;
|
|
1475
|
+
stripePrivyConfiguration?: never;
|
|
1476
|
+
$unknown: [string, any];
|
|
1477
|
+
}
|
|
1478
|
+
interface Visitor<T> {
|
|
1479
|
+
coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationInput) => T;
|
|
1480
|
+
stripePrivyConfiguration: (value: StripePrivyConfigurationInput) => T;
|
|
1481
|
+
_: (name: string, value: any) => T;
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
export interface CreatePaymentCredentialProviderRequest {
|
|
1485
|
+
name: string | undefined;
|
|
1486
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1487
|
+
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
1488
|
+
tags?: Record<string, string> | undefined;
|
|
1489
|
+
}
|
|
1490
|
+
export interface CoinbaseCdpConfigurationOutput {
|
|
1491
|
+
apiKeyId: string | undefined;
|
|
1492
|
+
apiKeySecretArn: Secret | undefined;
|
|
1493
|
+
walletSecretArn: Secret | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export interface StripePrivyConfigurationOutput {
|
|
1496
|
+
appId: string | undefined;
|
|
1497
|
+
appSecretArn: Secret | undefined;
|
|
1498
|
+
authorizationPrivateKeyArn: Secret | undefined;
|
|
1499
|
+
authorizationId: string | undefined;
|
|
1500
|
+
}
|
|
1501
|
+
export type PaymentProviderConfigurationOutput =
|
|
1502
|
+
| PaymentProviderConfigurationOutput.CoinbaseCdpConfigurationMember
|
|
1503
|
+
| PaymentProviderConfigurationOutput.StripePrivyConfigurationMember
|
|
1504
|
+
| PaymentProviderConfigurationOutput.$UnknownMember;
|
|
1505
|
+
export declare namespace PaymentProviderConfigurationOutput {
|
|
1506
|
+
interface CoinbaseCdpConfigurationMember {
|
|
1507
|
+
coinbaseCdpConfiguration: CoinbaseCdpConfigurationOutput;
|
|
1508
|
+
stripePrivyConfiguration?: never;
|
|
1509
|
+
$unknown?: never;
|
|
1510
|
+
}
|
|
1511
|
+
interface StripePrivyConfigurationMember {
|
|
1512
|
+
coinbaseCdpConfiguration?: never;
|
|
1513
|
+
stripePrivyConfiguration: StripePrivyConfigurationOutput;
|
|
1514
|
+
$unknown?: never;
|
|
1515
|
+
}
|
|
1516
|
+
interface $UnknownMember {
|
|
1517
|
+
coinbaseCdpConfiguration?: never;
|
|
1518
|
+
stripePrivyConfiguration?: never;
|
|
1519
|
+
$unknown: [string, any];
|
|
1520
|
+
}
|
|
1521
|
+
interface Visitor<T> {
|
|
1522
|
+
coinbaseCdpConfiguration: (value: CoinbaseCdpConfigurationOutput) => T;
|
|
1523
|
+
stripePrivyConfiguration: (value: StripePrivyConfigurationOutput) => T;
|
|
1524
|
+
_: (name: string, value: any) => T;
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
export interface CreatePaymentCredentialProviderResponse {
|
|
1528
|
+
name: string | undefined;
|
|
1529
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1530
|
+
credentialProviderArn: string | undefined;
|
|
1531
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
export interface DeletePaymentCredentialProviderRequest {
|
|
1534
|
+
name: string | undefined;
|
|
1535
|
+
}
|
|
1536
|
+
export interface DeletePaymentCredentialProviderResponse {}
|
|
1537
|
+
export interface GetPaymentCredentialProviderRequest {
|
|
1538
|
+
name: string | undefined;
|
|
1539
|
+
}
|
|
1540
|
+
export interface GetPaymentCredentialProviderResponse {
|
|
1541
|
+
name: string | undefined;
|
|
1542
|
+
credentialProviderArn: string | undefined;
|
|
1543
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1544
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
1545
|
+
createdTime: Date | undefined;
|
|
1546
|
+
lastUpdatedTime: Date | undefined;
|
|
1547
|
+
tags?: Record<string, string> | undefined;
|
|
1548
|
+
}
|
|
1549
|
+
export interface ListPaymentCredentialProvidersRequest {
|
|
1550
|
+
nextToken?: string | undefined;
|
|
1551
|
+
maxResults?: number | undefined;
|
|
1552
|
+
}
|
|
1553
|
+
export interface PaymentCredentialProviderItem {
|
|
1554
|
+
name: string | undefined;
|
|
1555
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1556
|
+
credentialProviderArn: string | undefined;
|
|
1557
|
+
createdTime: Date | undefined;
|
|
1558
|
+
lastUpdatedTime: Date | undefined;
|
|
1559
|
+
}
|
|
1560
|
+
export interface ListPaymentCredentialProvidersResponse {
|
|
1561
|
+
credentialProviders: PaymentCredentialProviderItem[] | undefined;
|
|
1562
|
+
nextToken?: string | undefined;
|
|
1563
|
+
}
|
|
1564
|
+
export interface UpdatePaymentCredentialProviderRequest {
|
|
1565
|
+
name: string | undefined;
|
|
1566
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1567
|
+
providerConfigurationInput: PaymentProviderConfigurationInput | undefined;
|
|
1568
|
+
}
|
|
1569
|
+
export interface UpdatePaymentCredentialProviderResponse {
|
|
1570
|
+
name: string | undefined;
|
|
1571
|
+
credentialProviderVendor: PaymentCredentialProviderVendorType | undefined;
|
|
1572
|
+
credentialProviderArn: string | undefined;
|
|
1573
|
+
providerConfigurationOutput: PaymentProviderConfigurationOutput | undefined;
|
|
1574
|
+
createdTime: Date | undefined;
|
|
1575
|
+
lastUpdatedTime: Date | undefined;
|
|
1576
|
+
}
|
|
1577
|
+
export interface CreatePaymentManagerRequest {
|
|
1578
|
+
name: string | undefined;
|
|
1579
|
+
description?: string | undefined;
|
|
1580
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1581
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1582
|
+
roleArn: string | undefined;
|
|
1583
|
+
clientToken?: string | undefined;
|
|
1584
|
+
tags?: Record<string, string> | undefined;
|
|
1585
|
+
}
|
|
1586
|
+
export interface CreatePaymentManagerResponse {
|
|
1587
|
+
paymentManagerArn: string | undefined;
|
|
1588
|
+
paymentManagerId: string | undefined;
|
|
1589
|
+
name: string | undefined;
|
|
1590
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1591
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1592
|
+
roleArn: string | undefined;
|
|
1593
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
1594
|
+
createdAt: Date | undefined;
|
|
1595
|
+
status: PaymentManagerStatus | undefined;
|
|
1596
|
+
tags?: Record<string, string> | undefined;
|
|
1597
|
+
}
|
|
1598
|
+
export interface DeletePaymentManagerRequest {
|
|
1599
|
+
paymentManagerId: string | undefined;
|
|
1600
|
+
clientToken?: string | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
export interface DeletePaymentManagerResponse {
|
|
1603
|
+
status: PaymentManagerStatus | undefined;
|
|
1604
|
+
paymentManagerId?: string | undefined;
|
|
1605
|
+
}
|
|
1606
|
+
export interface GetPaymentManagerRequest {
|
|
1607
|
+
paymentManagerId: string | undefined;
|
|
1608
|
+
}
|
|
1609
|
+
export interface GetPaymentManagerResponse {
|
|
1610
|
+
paymentManagerArn: string | undefined;
|
|
1611
|
+
paymentManagerId: string | undefined;
|
|
1612
|
+
name: string | undefined;
|
|
1613
|
+
description?: string | undefined;
|
|
1614
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1615
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1616
|
+
roleArn: string | undefined;
|
|
1617
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
1618
|
+
createdAt: Date | undefined;
|
|
1619
|
+
lastUpdatedAt: Date | undefined;
|
|
1620
|
+
status: PaymentManagerStatus | undefined;
|
|
1621
|
+
tags?: Record<string, string> | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface ListPaymentManagersRequest {
|
|
1624
|
+
maxResults?: number | undefined;
|
|
1625
|
+
nextToken?: string | undefined;
|
|
1626
|
+
}
|
|
1627
|
+
export interface PaymentManagerSummary {
|
|
1628
|
+
paymentManagerArn: string | undefined;
|
|
1629
|
+
paymentManagerId: string | undefined;
|
|
1630
|
+
name: string | undefined;
|
|
1631
|
+
description?: string | undefined;
|
|
1632
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1633
|
+
roleArn: string | undefined;
|
|
1634
|
+
status: PaymentManagerStatus | undefined;
|
|
1635
|
+
createdAt?: Date | undefined;
|
|
1636
|
+
lastUpdatedAt: Date | undefined;
|
|
1637
|
+
}
|
|
1638
|
+
export interface ListPaymentManagersResponse {
|
|
1639
|
+
paymentManagers: PaymentManagerSummary[] | undefined;
|
|
1640
|
+
nextToken?: string | undefined;
|
|
1641
|
+
}
|
|
1642
|
+
export interface PaymentCredentialProviderConfiguration {
|
|
1643
|
+
credentialProviderArn: string | undefined;
|
|
1644
|
+
}
|
|
1645
|
+
export type CredentialsProviderConfiguration =
|
|
1646
|
+
| CredentialsProviderConfiguration.CoinbaseCDPMember
|
|
1647
|
+
| CredentialsProviderConfiguration.StripePrivyMember
|
|
1648
|
+
| CredentialsProviderConfiguration.$UnknownMember;
|
|
1649
|
+
export declare namespace CredentialsProviderConfiguration {
|
|
1650
|
+
interface CoinbaseCDPMember {
|
|
1651
|
+
coinbaseCDP: PaymentCredentialProviderConfiguration;
|
|
1652
|
+
stripePrivy?: never;
|
|
1653
|
+
$unknown?: never;
|
|
1654
|
+
}
|
|
1655
|
+
interface StripePrivyMember {
|
|
1656
|
+
coinbaseCDP?: never;
|
|
1657
|
+
stripePrivy: PaymentCredentialProviderConfiguration;
|
|
1658
|
+
$unknown?: never;
|
|
1659
|
+
}
|
|
1660
|
+
interface $UnknownMember {
|
|
1661
|
+
coinbaseCDP?: never;
|
|
1662
|
+
stripePrivy?: never;
|
|
1663
|
+
$unknown: [string, any];
|
|
1664
|
+
}
|
|
1665
|
+
interface Visitor<T> {
|
|
1666
|
+
coinbaseCDP: (value: PaymentCredentialProviderConfiguration) => T;
|
|
1667
|
+
stripePrivy: (value: PaymentCredentialProviderConfiguration) => T;
|
|
1668
|
+
_: (name: string, value: any) => T;
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1671
|
+
export interface CreatePaymentConnectorRequest {
|
|
1672
|
+
paymentManagerId: string | undefined;
|
|
1673
|
+
name: string | undefined;
|
|
1674
|
+
description?: string | undefined;
|
|
1675
|
+
type: PaymentConnectorType | undefined;
|
|
1676
|
+
credentialProviderConfigurations:
|
|
1677
|
+
| CredentialsProviderConfiguration[]
|
|
1678
|
+
| undefined;
|
|
1679
|
+
clientToken?: string | undefined;
|
|
1680
|
+
}
|
|
1681
|
+
export interface CreatePaymentConnectorResponse {
|
|
1682
|
+
paymentConnectorId: string | undefined;
|
|
1683
|
+
paymentManagerId: string | undefined;
|
|
1684
|
+
name: string | undefined;
|
|
1685
|
+
type: PaymentConnectorType | undefined;
|
|
1686
|
+
credentialProviderConfigurations:
|
|
1687
|
+
| CredentialsProviderConfiguration[]
|
|
1688
|
+
| undefined;
|
|
1689
|
+
createdAt: Date | undefined;
|
|
1690
|
+
status: PaymentConnectorStatus | undefined;
|
|
1691
|
+
}
|
|
1692
|
+
export interface DeletePaymentConnectorRequest {
|
|
1693
|
+
paymentManagerId: string | undefined;
|
|
1694
|
+
paymentConnectorId: string | undefined;
|
|
1695
|
+
clientToken?: string | undefined;
|
|
1696
|
+
}
|
|
1697
|
+
export interface DeletePaymentConnectorResponse {
|
|
1698
|
+
status: PaymentConnectorStatus | undefined;
|
|
1699
|
+
paymentConnectorId?: string | undefined;
|
|
1700
|
+
}
|
|
1701
|
+
export interface GetPaymentConnectorRequest {
|
|
1702
|
+
paymentManagerId: string | undefined;
|
|
1703
|
+
paymentConnectorId: string | undefined;
|
|
1704
|
+
}
|
|
1705
|
+
export interface GetPaymentConnectorResponse {
|
|
1706
|
+
paymentConnectorId: string | undefined;
|
|
1707
|
+
name: string | undefined;
|
|
1708
|
+
description?: string | undefined;
|
|
1709
|
+
type: PaymentConnectorType | undefined;
|
|
1710
|
+
credentialProviderConfigurations:
|
|
1711
|
+
| CredentialsProviderConfiguration[]
|
|
1712
|
+
| undefined;
|
|
1713
|
+
createdAt: Date | undefined;
|
|
1714
|
+
lastUpdatedAt: Date | undefined;
|
|
1715
|
+
status: PaymentConnectorStatus | undefined;
|
|
1716
|
+
}
|
|
1717
|
+
export interface ListPaymentConnectorsRequest {
|
|
1718
|
+
paymentManagerId: string | undefined;
|
|
1719
|
+
maxResults?: number | undefined;
|
|
1720
|
+
nextToken?: string | undefined;
|
|
1721
|
+
}
|
|
1722
|
+
export interface PaymentConnectorSummary {
|
|
1723
|
+
paymentConnectorId: string | undefined;
|
|
1724
|
+
name: string | undefined;
|
|
1725
|
+
type: PaymentConnectorType | undefined;
|
|
1726
|
+
status: PaymentConnectorStatus | undefined;
|
|
1727
|
+
lastUpdatedAt: Date | undefined;
|
|
1728
|
+
}
|
|
1729
|
+
export interface ListPaymentConnectorsResponse {
|
|
1730
|
+
paymentConnectors: PaymentConnectorSummary[] | undefined;
|
|
1731
|
+
nextToken?: string | undefined;
|
|
1732
|
+
}
|
|
1733
|
+
export interface UpdatePaymentConnectorRequest {
|
|
1734
|
+
paymentManagerId: string | undefined;
|
|
1735
|
+
paymentConnectorId: string | undefined;
|
|
1736
|
+
description?: string | undefined;
|
|
1737
|
+
type?: PaymentConnectorType | undefined;
|
|
1738
|
+
credentialProviderConfigurations?:
|
|
1739
|
+
| CredentialsProviderConfiguration[]
|
|
1740
|
+
| undefined;
|
|
1741
|
+
clientToken?: string | undefined;
|
|
1742
|
+
}
|
|
1743
|
+
export interface UpdatePaymentConnectorResponse {
|
|
1744
|
+
paymentConnectorId: string | undefined;
|
|
1745
|
+
paymentManagerId: string | undefined;
|
|
1746
|
+
name: string | undefined;
|
|
1747
|
+
type: PaymentConnectorType | undefined;
|
|
1748
|
+
credentialProviderConfigurations:
|
|
1749
|
+
| CredentialsProviderConfiguration[]
|
|
1750
|
+
| undefined;
|
|
1751
|
+
lastUpdatedAt: Date | undefined;
|
|
1752
|
+
status: PaymentConnectorStatus | undefined;
|
|
1753
|
+
}
|
|
1754
|
+
export interface UpdatePaymentManagerRequest {
|
|
1755
|
+
paymentManagerId: string | undefined;
|
|
1756
|
+
description?: string | undefined;
|
|
1757
|
+
authorizerType?: PaymentsAuthorizerType | undefined;
|
|
1758
|
+
authorizerConfiguration?: AuthorizerConfiguration | undefined;
|
|
1759
|
+
roleArn?: string | undefined;
|
|
1760
|
+
clientToken?: string | undefined;
|
|
1761
|
+
}
|
|
1762
|
+
export interface UpdatePaymentManagerResponse {
|
|
1763
|
+
paymentManagerArn: string | undefined;
|
|
1764
|
+
paymentManagerId: string | undefined;
|
|
1765
|
+
name: string | undefined;
|
|
1766
|
+
authorizerType: PaymentsAuthorizerType | undefined;
|
|
1767
|
+
roleArn: string | undefined;
|
|
1768
|
+
workloadIdentityDetails?: WorkloadIdentityDetails | undefined;
|
|
1769
|
+
lastUpdatedAt: Date | undefined;
|
|
1770
|
+
status: PaymentManagerStatus | undefined;
|
|
1771
|
+
}
|
|
1429
1772
|
export interface CreatePolicyEngineRequest {
|
|
1430
1773
|
name: string | undefined;
|
|
1431
1774
|
description?: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPaymentConnectorsCommandInput,
|
|
4
|
+
ListPaymentConnectorsCommandOutput,
|
|
5
|
+
} from "../commands/ListPaymentConnectorsCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPaymentConnectors: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListPaymentConnectorsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPaymentConnectorsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPaymentCredentialProvidersCommandInput,
|
|
4
|
+
ListPaymentCredentialProvidersCommandOutput,
|
|
5
|
+
} from "../commands/ListPaymentCredentialProvidersCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPaymentCredentialProviders: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListPaymentCredentialProvidersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPaymentCredentialProvidersCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPaymentManagersCommandInput,
|
|
4
|
+
ListPaymentManagersCommandOutput,
|
|
5
|
+
} from "../commands/ListPaymentManagersCommand";
|
|
6
|
+
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListPaymentManagers: (
|
|
8
|
+
config: BedrockAgentCoreControlPaginationConfiguration,
|
|
9
|
+
input: ListPaymentManagersCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPaymentManagersCommandOutput>;
|
|
@@ -16,6 +16,9 @@ export * from "./ListHarnessesPaginator";
|
|
|
16
16
|
export * from "./ListMemoriesPaginator";
|
|
17
17
|
export * from "./ListOauth2CredentialProvidersPaginator";
|
|
18
18
|
export * from "./ListOnlineEvaluationConfigsPaginator";
|
|
19
|
+
export * from "./ListPaymentConnectorsPaginator";
|
|
20
|
+
export * from "./ListPaymentCredentialProvidersPaginator";
|
|
21
|
+
export * from "./ListPaymentManagersPaginator";
|
|
19
22
|
export * from "./ListPoliciesPaginator";
|
|
20
23
|
export * from "./ListPolicyEnginesPaginator";
|
|
21
24
|
export * from "./ListPolicyGenerationAssetsPaginator";
|
|
@@ -50,6 +50,8 @@ export declare var CloudWatchOutputConfig$: StaticStructureSchema;
|
|
|
50
50
|
export declare var CodeConfiguration$: StaticStructureSchema;
|
|
51
51
|
export declare var CodeInterpreterNetworkConfiguration$: StaticStructureSchema;
|
|
52
52
|
export declare var CodeInterpreterSummary$: StaticStructureSchema;
|
|
53
|
+
export declare var CoinbaseCdpConfigurationInput$: StaticStructureSchema;
|
|
54
|
+
export declare var CoinbaseCdpConfigurationOutput$: StaticStructureSchema;
|
|
53
55
|
export declare var ComponentConfiguration$: StaticStructureSchema;
|
|
54
56
|
export declare var ConfigurationBundleReference$: StaticStructureSchema;
|
|
55
57
|
export declare var ConfigurationBundleSummary$: StaticStructureSchema;
|
|
@@ -86,6 +88,12 @@ export declare var CreateOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
86
88
|
export declare var CreateOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
87
89
|
export declare var CreateOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
88
90
|
export declare var CreateOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
91
|
+
export declare var CreatePaymentConnectorRequest$: StaticStructureSchema;
|
|
92
|
+
export declare var CreatePaymentConnectorResponse$: StaticStructureSchema;
|
|
93
|
+
export declare var CreatePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
94
|
+
export declare var CreatePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
95
|
+
export declare var CreatePaymentManagerRequest$: StaticStructureSchema;
|
|
96
|
+
export declare var CreatePaymentManagerResponse$: StaticStructureSchema;
|
|
89
97
|
export declare var CreatePolicyEngineRequest$: StaticStructureSchema;
|
|
90
98
|
export declare var CreatePolicyEngineResponse$: StaticStructureSchema;
|
|
91
99
|
export declare var CreatePolicyRequest$: StaticStructureSchema;
|
|
@@ -134,6 +142,12 @@ export declare var DeleteOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
134
142
|
export declare var DeleteOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
135
143
|
export declare var DeleteOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
136
144
|
export declare var DeleteOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
145
|
+
export declare var DeletePaymentConnectorRequest$: StaticStructureSchema;
|
|
146
|
+
export declare var DeletePaymentConnectorResponse$: StaticStructureSchema;
|
|
147
|
+
export declare var DeletePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
148
|
+
export declare var DeletePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
149
|
+
export declare var DeletePaymentManagerRequest$: StaticStructureSchema;
|
|
150
|
+
export declare var DeletePaymentManagerResponse$: StaticStructureSchema;
|
|
137
151
|
export declare var DeletePolicyEngineRequest$: StaticStructureSchema;
|
|
138
152
|
export declare var DeletePolicyEngineResponse$: StaticStructureSchema;
|
|
139
153
|
export declare var DeletePolicyRequest$: StaticStructureSchema;
|
|
@@ -147,6 +161,7 @@ export declare var DeleteResourcePolicyResponse$: StaticStructureSchema;
|
|
|
147
161
|
export declare var DeleteWorkloadIdentityRequest$: StaticStructureSchema;
|
|
148
162
|
export declare var DeleteWorkloadIdentityResponse$: StaticStructureSchema;
|
|
149
163
|
export declare var Descriptors$: StaticStructureSchema;
|
|
164
|
+
export declare var EfsAccessPointConfiguration$: StaticStructureSchema;
|
|
150
165
|
export declare var EpisodicConsolidationOverride$: StaticStructureSchema;
|
|
151
166
|
export declare var EpisodicExtractionOverride$: StaticStructureSchema;
|
|
152
167
|
export declare var EpisodicMemoryStrategyInput$: StaticStructureSchema;
|
|
@@ -199,6 +214,12 @@ export declare var GetOauth2CredentialProviderRequest$: StaticStructureSchema;
|
|
|
199
214
|
export declare var GetOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
200
215
|
export declare var GetOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
201
216
|
export declare var GetOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
217
|
+
export declare var GetPaymentConnectorRequest$: StaticStructureSchema;
|
|
218
|
+
export declare var GetPaymentConnectorResponse$: StaticStructureSchema;
|
|
219
|
+
export declare var GetPaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
220
|
+
export declare var GetPaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
221
|
+
export declare var GetPaymentManagerRequest$: StaticStructureSchema;
|
|
222
|
+
export declare var GetPaymentManagerResponse$: StaticStructureSchema;
|
|
202
223
|
export declare var GetPolicyEngineRequest$: StaticStructureSchema;
|
|
203
224
|
export declare var GetPolicyEngineResponse$: StaticStructureSchema;
|
|
204
225
|
export declare var GetPolicyGenerationRequest$: StaticStructureSchema;
|
|
@@ -287,6 +308,12 @@ export declare var ListOauth2CredentialProvidersRequest$: StaticStructureSchema;
|
|
|
287
308
|
export declare var ListOauth2CredentialProvidersResponse$: StaticStructureSchema;
|
|
288
309
|
export declare var ListOnlineEvaluationConfigsRequest$: StaticStructureSchema;
|
|
289
310
|
export declare var ListOnlineEvaluationConfigsResponse$: StaticStructureSchema;
|
|
311
|
+
export declare var ListPaymentConnectorsRequest$: StaticStructureSchema;
|
|
312
|
+
export declare var ListPaymentConnectorsResponse$: StaticStructureSchema;
|
|
313
|
+
export declare var ListPaymentCredentialProvidersRequest$: StaticStructureSchema;
|
|
314
|
+
export declare var ListPaymentCredentialProvidersResponse$: StaticStructureSchema;
|
|
315
|
+
export declare var ListPaymentManagersRequest$: StaticStructureSchema;
|
|
316
|
+
export declare var ListPaymentManagersResponse$: StaticStructureSchema;
|
|
290
317
|
export declare var ListPoliciesRequest$: StaticStructureSchema;
|
|
291
318
|
export declare var ListPoliciesResponse$: StaticStructureSchema;
|
|
292
319
|
export declare var ListPolicyEnginesRequest$: StaticStructureSchema;
|
|
@@ -338,6 +365,10 @@ export declare var OAuthCredentialProvider$: StaticStructureSchema;
|
|
|
338
365
|
export declare var OnBehalfOfTokenExchangeConfigType$: StaticStructureSchema;
|
|
339
366
|
export declare var OnlineEvaluationConfigSummary$: StaticStructureSchema;
|
|
340
367
|
export declare var OutputConfig$: StaticStructureSchema;
|
|
368
|
+
export declare var PaymentConnectorSummary$: StaticStructureSchema;
|
|
369
|
+
export declare var PaymentCredentialProviderConfiguration$: StaticStructureSchema;
|
|
370
|
+
export declare var PaymentCredentialProviderItem$: StaticStructureSchema;
|
|
371
|
+
export declare var PaymentManagerSummary$: StaticStructureSchema;
|
|
341
372
|
export declare var Policy$: StaticStructureSchema;
|
|
342
373
|
export declare var PolicyEngine$: StaticStructureSchema;
|
|
343
374
|
export declare var PolicyGeneration$: StaticStructureSchema;
|
|
@@ -357,6 +388,7 @@ export declare var Rule$: StaticStructureSchema;
|
|
|
357
388
|
export declare var RuntimeMetadataConfiguration$: StaticStructureSchema;
|
|
358
389
|
export declare var RuntimeTargetConfiguration$: StaticStructureSchema;
|
|
359
390
|
export declare var S3Configuration$: StaticStructureSchema;
|
|
391
|
+
export declare var S3FilesAccessPointConfiguration$: StaticStructureSchema;
|
|
360
392
|
export declare var S3Location$: StaticStructureSchema;
|
|
361
393
|
export declare var SalesforceOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
362
394
|
export declare var SalesforceOauth2ProviderConfigOutput$: StaticStructureSchema;
|
|
@@ -391,6 +423,8 @@ export declare var StreamDeliveryResources$: StaticStructureSchema;
|
|
|
391
423
|
export declare var StreamingConfiguration$: StaticStructureSchema;
|
|
392
424
|
export declare var StringListValidation$: StaticStructureSchema;
|
|
393
425
|
export declare var StringValidation$: StaticStructureSchema;
|
|
426
|
+
export declare var StripePrivyConfigurationInput$: StaticStructureSchema;
|
|
427
|
+
export declare var StripePrivyConfigurationOutput$: StaticStructureSchema;
|
|
394
428
|
export declare var SubmitRegistryRecordForApprovalRequest$: StaticStructureSchema;
|
|
395
429
|
export declare var SubmitRegistryRecordForApprovalResponse$: StaticStructureSchema;
|
|
396
430
|
export declare var SummaryConsolidationOverride$: StaticStructureSchema;
|
|
@@ -458,6 +492,12 @@ export declare var UpdateOauth2CredentialProviderRequest$: StaticStructureSchema
|
|
|
458
492
|
export declare var UpdateOauth2CredentialProviderResponse$: StaticStructureSchema;
|
|
459
493
|
export declare var UpdateOnlineEvaluationConfigRequest$: StaticStructureSchema;
|
|
460
494
|
export declare var UpdateOnlineEvaluationConfigResponse$: StaticStructureSchema;
|
|
495
|
+
export declare var UpdatePaymentConnectorRequest$: StaticStructureSchema;
|
|
496
|
+
export declare var UpdatePaymentConnectorResponse$: StaticStructureSchema;
|
|
497
|
+
export declare var UpdatePaymentCredentialProviderRequest$: StaticStructureSchema;
|
|
498
|
+
export declare var UpdatePaymentCredentialProviderResponse$: StaticStructureSchema;
|
|
499
|
+
export declare var UpdatePaymentManagerRequest$: StaticStructureSchema;
|
|
500
|
+
export declare var UpdatePaymentManagerResponse$: StaticStructureSchema;
|
|
461
501
|
export declare var UpdatePolicyEngineRequest$: StaticStructureSchema;
|
|
462
502
|
export declare var UpdatePolicyEngineResponse$: StaticStructureSchema;
|
|
463
503
|
export declare var UpdatePolicyRequest$: StaticStructureSchema;
|
|
@@ -499,6 +539,7 @@ export declare var ConfigurationBundleAction$: StaticUnionSchema;
|
|
|
499
539
|
export declare var ConsolidationConfiguration$: StaticUnionSchema;
|
|
500
540
|
export declare var Content$: StaticUnionSchema;
|
|
501
541
|
export declare var CredentialProvider$: StaticUnionSchema;
|
|
542
|
+
export declare var CredentialsProviderConfiguration$: StaticUnionSchema;
|
|
502
543
|
export declare var CustomConfigurationInput$: StaticUnionSchema;
|
|
503
544
|
export declare var CustomConsolidationConfiguration$: StaticUnionSchema;
|
|
504
545
|
export declare var CustomConsolidationConfigurationInput$: StaticUnionSchema;
|
|
@@ -537,6 +578,8 @@ export declare var ModifyReflectionConfiguration$: StaticUnionSchema;
|
|
|
537
578
|
export declare var Oauth2Discovery$: StaticUnionSchema;
|
|
538
579
|
export declare var Oauth2ProviderConfigInput$: StaticUnionSchema;
|
|
539
580
|
export declare var Oauth2ProviderConfigOutput$: StaticUnionSchema;
|
|
581
|
+
export declare var PaymentProviderConfigurationInput$: StaticUnionSchema;
|
|
582
|
+
export declare var PaymentProviderConfigurationOutput$: StaticUnionSchema;
|
|
540
583
|
export declare var PolicyDefinition$: StaticUnionSchema;
|
|
541
584
|
export declare var PrivateEndpoint$: StaticUnionSchema;
|
|
542
585
|
export declare var RatingScale$: StaticUnionSchema;
|
|
@@ -568,6 +611,9 @@ export declare var CreateHarness$: StaticOperationSchema;
|
|
|
568
611
|
export declare var CreateMemory$: StaticOperationSchema;
|
|
569
612
|
export declare var CreateOauth2CredentialProvider$: StaticOperationSchema;
|
|
570
613
|
export declare var CreateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
614
|
+
export declare var CreatePaymentConnector$: StaticOperationSchema;
|
|
615
|
+
export declare var CreatePaymentCredentialProvider$: StaticOperationSchema;
|
|
616
|
+
export declare var CreatePaymentManager$: StaticOperationSchema;
|
|
571
617
|
export declare var CreatePolicy$: StaticOperationSchema;
|
|
572
618
|
export declare var CreatePolicyEngine$: StaticOperationSchema;
|
|
573
619
|
export declare var CreateRegistry$: StaticOperationSchema;
|
|
@@ -588,6 +634,9 @@ export declare var DeleteHarness$: StaticOperationSchema;
|
|
|
588
634
|
export declare var DeleteMemory$: StaticOperationSchema;
|
|
589
635
|
export declare var DeleteOauth2CredentialProvider$: StaticOperationSchema;
|
|
590
636
|
export declare var DeleteOnlineEvaluationConfig$: StaticOperationSchema;
|
|
637
|
+
export declare var DeletePaymentConnector$: StaticOperationSchema;
|
|
638
|
+
export declare var DeletePaymentCredentialProvider$: StaticOperationSchema;
|
|
639
|
+
export declare var DeletePaymentManager$: StaticOperationSchema;
|
|
591
640
|
export declare var DeletePolicy$: StaticOperationSchema;
|
|
592
641
|
export declare var DeletePolicyEngine$: StaticOperationSchema;
|
|
593
642
|
export declare var DeleteRegistry$: StaticOperationSchema;
|
|
@@ -610,6 +659,9 @@ export declare var GetHarness$: StaticOperationSchema;
|
|
|
610
659
|
export declare var GetMemory$: StaticOperationSchema;
|
|
611
660
|
export declare var GetOauth2CredentialProvider$: StaticOperationSchema;
|
|
612
661
|
export declare var GetOnlineEvaluationConfig$: StaticOperationSchema;
|
|
662
|
+
export declare var GetPaymentConnector$: StaticOperationSchema;
|
|
663
|
+
export declare var GetPaymentCredentialProvider$: StaticOperationSchema;
|
|
664
|
+
export declare var GetPaymentManager$: StaticOperationSchema;
|
|
613
665
|
export declare var GetPolicy$: StaticOperationSchema;
|
|
614
666
|
export declare var GetPolicyEngine$: StaticOperationSchema;
|
|
615
667
|
export declare var GetPolicyGeneration$: StaticOperationSchema;
|
|
@@ -635,6 +687,9 @@ export declare var ListHarnesses$: StaticOperationSchema;
|
|
|
635
687
|
export declare var ListMemories$: StaticOperationSchema;
|
|
636
688
|
export declare var ListOauth2CredentialProviders$: StaticOperationSchema;
|
|
637
689
|
export declare var ListOnlineEvaluationConfigs$: StaticOperationSchema;
|
|
690
|
+
export declare var ListPaymentConnectors$: StaticOperationSchema;
|
|
691
|
+
export declare var ListPaymentCredentialProviders$: StaticOperationSchema;
|
|
692
|
+
export declare var ListPaymentManagers$: StaticOperationSchema;
|
|
638
693
|
export declare var ListPolicies$: StaticOperationSchema;
|
|
639
694
|
export declare var ListPolicyEngines$: StaticOperationSchema;
|
|
640
695
|
export declare var ListPolicyGenerationAssets$: StaticOperationSchema;
|
|
@@ -662,6 +717,9 @@ export declare var UpdateHarness$: StaticOperationSchema;
|
|
|
662
717
|
export declare var UpdateMemory$: StaticOperationSchema;
|
|
663
718
|
export declare var UpdateOauth2CredentialProvider$: StaticOperationSchema;
|
|
664
719
|
export declare var UpdateOnlineEvaluationConfig$: StaticOperationSchema;
|
|
720
|
+
export declare var UpdatePaymentConnector$: StaticOperationSchema;
|
|
721
|
+
export declare var UpdatePaymentCredentialProvider$: StaticOperationSchema;
|
|
722
|
+
export declare var UpdatePaymentManager$: StaticOperationSchema;
|
|
665
723
|
export declare var UpdatePolicy$: StaticOperationSchema;
|
|
666
724
|
export declare var UpdatePolicyEngine$: StaticOperationSchema;
|
|
667
725
|
export declare var UpdateRegistry$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1045.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore-control",
|