@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
|
@@ -827,6 +827,82 @@ export declare const OnlineEvaluationConfigStatus: {
|
|
|
827
827
|
* @public
|
|
828
828
|
*/
|
|
829
829
|
export type OnlineEvaluationConfigStatus = (typeof OnlineEvaluationConfigStatus)[keyof typeof OnlineEvaluationConfigStatus];
|
|
830
|
+
/**
|
|
831
|
+
* @public
|
|
832
|
+
* @enum
|
|
833
|
+
*/
|
|
834
|
+
export declare const PaymentCredentialProviderVendorType: {
|
|
835
|
+
/**
|
|
836
|
+
* Coinbase Developer Platform - https://docs.cdp.coinbase.com/
|
|
837
|
+
*/
|
|
838
|
+
readonly CoinbaseCDP: "CoinbaseCDP";
|
|
839
|
+
/**
|
|
840
|
+
* Stripe + Privy - https://docs.privy.io/
|
|
841
|
+
*/
|
|
842
|
+
readonly StripePrivy: "StripePrivy";
|
|
843
|
+
};
|
|
844
|
+
/**
|
|
845
|
+
* @public
|
|
846
|
+
*/
|
|
847
|
+
export type PaymentCredentialProviderVendorType = (typeof PaymentCredentialProviderVendorType)[keyof typeof PaymentCredentialProviderVendorType];
|
|
848
|
+
/**
|
|
849
|
+
* @public
|
|
850
|
+
* @enum
|
|
851
|
+
*/
|
|
852
|
+
export declare const PaymentsAuthorizerType: {
|
|
853
|
+
readonly AWS_IAM: "AWS_IAM";
|
|
854
|
+
readonly CUSTOM_JWT: "CUSTOM_JWT";
|
|
855
|
+
};
|
|
856
|
+
/**
|
|
857
|
+
* @public
|
|
858
|
+
*/
|
|
859
|
+
export type PaymentsAuthorizerType = (typeof PaymentsAuthorizerType)[keyof typeof PaymentsAuthorizerType];
|
|
860
|
+
/**
|
|
861
|
+
* @public
|
|
862
|
+
* @enum
|
|
863
|
+
*/
|
|
864
|
+
export declare const PaymentManagerStatus: {
|
|
865
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
866
|
+
readonly CREATING: "CREATING";
|
|
867
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
868
|
+
readonly DELETING: "DELETING";
|
|
869
|
+
readonly READY: "READY";
|
|
870
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
871
|
+
readonly UPDATING: "UPDATING";
|
|
872
|
+
};
|
|
873
|
+
/**
|
|
874
|
+
* @public
|
|
875
|
+
*/
|
|
876
|
+
export type PaymentManagerStatus = (typeof PaymentManagerStatus)[keyof typeof PaymentManagerStatus];
|
|
877
|
+
/**
|
|
878
|
+
* @public
|
|
879
|
+
* @enum
|
|
880
|
+
*/
|
|
881
|
+
export declare const PaymentConnectorType: {
|
|
882
|
+
readonly COINBASE_CDP: "CoinbaseCDP";
|
|
883
|
+
readonly STRIPE_PRIVY: "StripePrivy";
|
|
884
|
+
};
|
|
885
|
+
/**
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
888
|
+
export type PaymentConnectorType = (typeof PaymentConnectorType)[keyof typeof PaymentConnectorType];
|
|
889
|
+
/**
|
|
890
|
+
* @public
|
|
891
|
+
* @enum
|
|
892
|
+
*/
|
|
893
|
+
export declare const PaymentConnectorStatus: {
|
|
894
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
895
|
+
readonly CREATING: "CREATING";
|
|
896
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
897
|
+
readonly DELETING: "DELETING";
|
|
898
|
+
readonly READY: "READY";
|
|
899
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
900
|
+
readonly UPDATING: "UPDATING";
|
|
901
|
+
};
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
export type PaymentConnectorStatus = (typeof PaymentConnectorStatus)[keyof typeof PaymentConnectorStatus];
|
|
830
906
|
/**
|
|
831
907
|
* @public
|
|
832
908
|
* @enum
|
|
@@ -1035,7 +1035,7 @@ export interface CustomJWTAuthorizerConfiguration {
|
|
|
1035
1035
|
*/
|
|
1036
1036
|
privateEndpoint?: PrivateEndpoint | undefined;
|
|
1037
1037
|
/**
|
|
1038
|
-
* <p>
|
|
1038
|
+
* <p>The private endpoint overrides for the custom JWT authorizer configuration.</p>
|
|
1039
1039
|
* @public
|
|
1040
1040
|
*/
|
|
1041
1041
|
privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
|
|
@@ -1073,6 +1073,38 @@ export declare namespace AuthorizerConfiguration {
|
|
|
1073
1073
|
_: (name: string, value: any) => T;
|
|
1074
1074
|
}
|
|
1075
1075
|
}
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>Configuration for an Amazon EFS access point filesystem mounted into the AgentCore Runtime. EFS access points provide shared file storage accessible from your AgentCore Runtime sessions.</p>
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
export interface EfsAccessPointConfiguration {
|
|
1081
|
+
/**
|
|
1082
|
+
* <p>The ARN of the EFS access point to mount into the AgentCore Runtime.</p>
|
|
1083
|
+
* @public
|
|
1084
|
+
*/
|
|
1085
|
+
accessPointArn: string | undefined;
|
|
1086
|
+
/**
|
|
1087
|
+
* <p>The mount path for the EFS access point inside the AgentCore Runtime. The path must be under <code>/mnt</code> with exactly one subdirectory level (for example, <code>/mnt/data</code>).</p>
|
|
1088
|
+
* @public
|
|
1089
|
+
*/
|
|
1090
|
+
mountPath: string | undefined;
|
|
1091
|
+
}
|
|
1092
|
+
/**
|
|
1093
|
+
* <p>Configuration for an Amazon S3 Files access point filesystem mounted into the AgentCore Runtime. S3 Files access points provide shared file storage accessible from your AgentCore Runtime sessions.</p>
|
|
1094
|
+
* @public
|
|
1095
|
+
*/
|
|
1096
|
+
export interface S3FilesAccessPointConfiguration {
|
|
1097
|
+
/**
|
|
1098
|
+
* <p>The ARN of the S3 Files access point to mount into the AgentCore Runtime.</p>
|
|
1099
|
+
* @public
|
|
1100
|
+
*/
|
|
1101
|
+
accessPointArn: string | undefined;
|
|
1102
|
+
/**
|
|
1103
|
+
* <p>The mount path for the S3 Files access point inside the AgentCore Runtime. The path must be under <code>/mnt</code> with exactly one subdirectory level (for example, <code>/mnt/data</code>).</p>
|
|
1104
|
+
* @public
|
|
1105
|
+
*/
|
|
1106
|
+
mountPath: string | undefined;
|
|
1107
|
+
}
|
|
1076
1108
|
/**
|
|
1077
1109
|
* <p>Configuration for a session storage filesystem mounted into the AgentCore Runtime. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.</p>
|
|
1078
1110
|
* @public
|
|
@@ -1088,7 +1120,7 @@ export interface SessionStorageConfiguration {
|
|
|
1088
1120
|
* <p>Configuration for a filesystem that can be mounted into the AgentCore Runtime.</p>
|
|
1089
1121
|
* @public
|
|
1090
1122
|
*/
|
|
1091
|
-
export type FilesystemConfiguration = FilesystemConfiguration.SessionStorageMember | FilesystemConfiguration.$UnknownMember;
|
|
1123
|
+
export type FilesystemConfiguration = FilesystemConfiguration.EfsAccessPointMember | FilesystemConfiguration.S3FilesAccessPointMember | FilesystemConfiguration.SessionStorageMember | FilesystemConfiguration.$UnknownMember;
|
|
1092
1124
|
/**
|
|
1093
1125
|
* @public
|
|
1094
1126
|
*/
|
|
@@ -1099,6 +1131,28 @@ export declare namespace FilesystemConfiguration {
|
|
|
1099
1131
|
*/
|
|
1100
1132
|
interface SessionStorageMember {
|
|
1101
1133
|
sessionStorage: SessionStorageConfiguration;
|
|
1134
|
+
s3FilesAccessPoint?: never;
|
|
1135
|
+
efsAccessPoint?: never;
|
|
1136
|
+
$unknown?: never;
|
|
1137
|
+
}
|
|
1138
|
+
/**
|
|
1139
|
+
* <p>Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.</p>
|
|
1140
|
+
* @public
|
|
1141
|
+
*/
|
|
1142
|
+
interface S3FilesAccessPointMember {
|
|
1143
|
+
sessionStorage?: never;
|
|
1144
|
+
s3FilesAccessPoint: S3FilesAccessPointConfiguration;
|
|
1145
|
+
efsAccessPoint?: never;
|
|
1146
|
+
$unknown?: never;
|
|
1147
|
+
}
|
|
1148
|
+
/**
|
|
1149
|
+
* <p>Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.</p>
|
|
1150
|
+
* @public
|
|
1151
|
+
*/
|
|
1152
|
+
interface EfsAccessPointMember {
|
|
1153
|
+
sessionStorage?: never;
|
|
1154
|
+
s3FilesAccessPoint?: never;
|
|
1155
|
+
efsAccessPoint: EfsAccessPointConfiguration;
|
|
1102
1156
|
$unknown?: never;
|
|
1103
1157
|
}
|
|
1104
1158
|
/**
|
|
@@ -1106,6 +1160,8 @@ export declare namespace FilesystemConfiguration {
|
|
|
1106
1160
|
*/
|
|
1107
1161
|
interface $UnknownMember {
|
|
1108
1162
|
sessionStorage?: never;
|
|
1163
|
+
s3FilesAccessPoint?: never;
|
|
1164
|
+
efsAccessPoint?: never;
|
|
1109
1165
|
$unknown: [string, any];
|
|
1110
1166
|
}
|
|
1111
1167
|
/**
|
|
@@ -1114,6 +1170,8 @@ export declare namespace FilesystemConfiguration {
|
|
|
1114
1170
|
*/
|
|
1115
1171
|
interface Visitor<T> {
|
|
1116
1172
|
sessionStorage: (value: SessionStorageConfiguration) => T;
|
|
1173
|
+
s3FilesAccessPoint: (value: S3FilesAccessPointConfiguration) => T;
|
|
1174
|
+
efsAccessPoint: (value: EfsAccessPointConfiguration) => T;
|
|
1117
1175
|
_: (name: string, value: any) => T;
|
|
1118
1176
|
}
|
|
1119
1177
|
}
|
|
@@ -7998,69 +8056,3 @@ export interface SemanticMemoryStrategyInput {
|
|
|
7998
8056
|
*/
|
|
7999
8057
|
memoryRecordSchema?: MemoryRecordSchema | undefined;
|
|
8000
8058
|
}
|
|
8001
|
-
/**
|
|
8002
|
-
* <p>Input for creating a summary memory strategy.</p>
|
|
8003
|
-
* @public
|
|
8004
|
-
*/
|
|
8005
|
-
export interface SummaryMemoryStrategyInput {
|
|
8006
|
-
/**
|
|
8007
|
-
* <p>The name of the summary memory strategy.</p>
|
|
8008
|
-
* @public
|
|
8009
|
-
*/
|
|
8010
|
-
name: string | undefined;
|
|
8011
|
-
/**
|
|
8012
|
-
* <p>The description of the summary memory strategy.</p>
|
|
8013
|
-
* @public
|
|
8014
|
-
*/
|
|
8015
|
-
description?: string | undefined;
|
|
8016
|
-
/**
|
|
8017
|
-
* <p>The namespaces associated with the summary memory strategy.</p>
|
|
8018
|
-
*
|
|
8019
|
-
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
8020
|
-
* @public
|
|
8021
|
-
*/
|
|
8022
|
-
namespaces?: string[] | undefined;
|
|
8023
|
-
/**
|
|
8024
|
-
* <p>The namespaceTemplates associated with the summary memory strategy.</p>
|
|
8025
|
-
* @public
|
|
8026
|
-
*/
|
|
8027
|
-
namespaceTemplates?: string[] | undefined;
|
|
8028
|
-
/**
|
|
8029
|
-
* <p>Schema for metadata fields on records generated by this strategy.</p>
|
|
8030
|
-
* @public
|
|
8031
|
-
*/
|
|
8032
|
-
memoryRecordSchema?: MemoryRecordSchema | undefined;
|
|
8033
|
-
}
|
|
8034
|
-
/**
|
|
8035
|
-
* <p>Input for creating a user preference memory strategy.</p>
|
|
8036
|
-
* @public
|
|
8037
|
-
*/
|
|
8038
|
-
export interface UserPreferenceMemoryStrategyInput {
|
|
8039
|
-
/**
|
|
8040
|
-
* <p>The name of the user preference memory strategy.</p>
|
|
8041
|
-
* @public
|
|
8042
|
-
*/
|
|
8043
|
-
name: string | undefined;
|
|
8044
|
-
/**
|
|
8045
|
-
* <p>The description of the user preference memory strategy.</p>
|
|
8046
|
-
* @public
|
|
8047
|
-
*/
|
|
8048
|
-
description?: string | undefined;
|
|
8049
|
-
/**
|
|
8050
|
-
* <p>The namespaces associated with the user preference memory strategy.</p>
|
|
8051
|
-
*
|
|
8052
|
-
* @deprecated (since 2026-03-02) Use namespaceTemplates instead.
|
|
8053
|
-
* @public
|
|
8054
|
-
*/
|
|
8055
|
-
namespaces?: string[] | undefined;
|
|
8056
|
-
/**
|
|
8057
|
-
* <p>The namespaceTemplates associated with the user preference memory strategy.</p>
|
|
8058
|
-
* @public
|
|
8059
|
-
*/
|
|
8060
|
-
namespaceTemplates?: string[] | undefined;
|
|
8061
|
-
/**
|
|
8062
|
-
* <p>Schema for metadata fields on records generated by this strategy.</p>
|
|
8063
|
-
* @public
|
|
8064
|
-
*/
|
|
8065
|
-
memoryRecordSchema?: MemoryRecordSchema | undefined;
|
|
8066
|
-
}
|