@aws-sdk/client-bedrock-agentcore-control 3.1044.0 → 3.1045.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +105 -0
- package/dist-cjs/index.js +257 -0
- package/dist-cjs/schemas/schemas_0.js +368 -16
- package/dist-es/BedrockAgentCoreControl.js +36 -0
- package/dist-es/commands/CreatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/CreatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/DeletePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/DeletePaymentManagerCommand.js +16 -0
- package/dist-es/commands/GetPaymentConnectorCommand.js +16 -0
- package/dist-es/commands/GetPaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/GetPaymentManagerCommand.js +16 -0
- package/dist-es/commands/ListPaymentConnectorsCommand.js +16 -0
- package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +16 -0
- package/dist-es/commands/ListPaymentManagersCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentConnectorCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +16 -0
- package/dist-es/commands/UpdatePaymentManagerCommand.js +16 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/ListPaymentConnectorsPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentCredentialProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListPaymentManagersPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +353 -2
- package/dist-types/BedrockAgentCoreControl.d.ts +128 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +17 -2
- package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +124 -0
- package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +147 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +251 -0
- package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +92 -0
- package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +90 -0
- package/dist-types/commands/DeletePaymentManagerCommand.d.ts +91 -0
- package/dist-types/commands/GetPaymentConnectorCommand.d.ts +106 -0
- package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +123 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +173 -0
- package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +97 -0
- package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +102 -0
- package/dist-types/commands/ListPaymentManagersCommand.d.ts +100 -0
- package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +124 -0
- package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +143 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +180 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/models/enums.d.ts +76 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +1149 -6
- package/dist-types/pagination/ListPaymentConnectorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentCredentialProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPaymentManagersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +56 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +278 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +90 -0
- package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/models/enums.d.ts +40 -0
- package/dist-types/ts3.4/models/models_1.d.ts +331 -0
- package/dist-types/ts3.4/pagination/ListPaymentConnectorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentCredentialProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPaymentManagersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +56 -0
- package/package.json +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
ListPaymentConnectorsRequest,
|
|
10
|
+
ListPaymentConnectorsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListPaymentConnectorsCommandInput
|
|
15
|
+
extends ListPaymentConnectorsRequest {}
|
|
16
|
+
export interface ListPaymentConnectorsCommandOutput
|
|
17
|
+
extends ListPaymentConnectorsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListPaymentConnectorsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListPaymentConnectorsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListPaymentConnectorsCommandInput,
|
|
24
|
+
ListPaymentConnectorsCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListPaymentConnectorsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListPaymentConnectorsCommandInput,
|
|
33
|
+
ListPaymentConnectorsCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListPaymentConnectorsCommand extends ListPaymentConnectorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPaymentConnectorsRequest;
|
|
44
|
+
output: ListPaymentConnectorsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPaymentConnectorsCommandInput;
|
|
48
|
+
output: ListPaymentConnectorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
ListPaymentCredentialProvidersRequest,
|
|
10
|
+
ListPaymentCredentialProvidersResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListPaymentCredentialProvidersCommandInput
|
|
15
|
+
extends ListPaymentCredentialProvidersRequest {}
|
|
16
|
+
export interface ListPaymentCredentialProvidersCommandOutput
|
|
17
|
+
extends ListPaymentCredentialProvidersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListPaymentCredentialProvidersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListPaymentCredentialProvidersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListPaymentCredentialProvidersCommandInput,
|
|
24
|
+
ListPaymentCredentialProvidersCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListPaymentCredentialProvidersCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListPaymentCredentialProvidersCommandInput,
|
|
33
|
+
ListPaymentCredentialProvidersCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListPaymentCredentialProvidersCommand extends ListPaymentCredentialProvidersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPaymentCredentialProvidersRequest;
|
|
44
|
+
output: ListPaymentCredentialProvidersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPaymentCredentialProvidersCommandInput;
|
|
48
|
+
output: ListPaymentCredentialProvidersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
ListPaymentManagersRequest,
|
|
10
|
+
ListPaymentManagersResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListPaymentManagersCommandInput
|
|
15
|
+
extends ListPaymentManagersRequest {}
|
|
16
|
+
export interface ListPaymentManagersCommandOutput
|
|
17
|
+
extends ListPaymentManagersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListPaymentManagersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListPaymentManagersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListPaymentManagersCommandInput,
|
|
24
|
+
ListPaymentManagersCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListPaymentManagersCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListPaymentManagersCommandInput,
|
|
33
|
+
ListPaymentManagersCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListPaymentManagersCommand extends ListPaymentManagersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListPaymentManagersRequest;
|
|
44
|
+
output: ListPaymentManagersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListPaymentManagersCommandInput;
|
|
48
|
+
output: ListPaymentManagersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdatePaymentConnectorRequest,
|
|
10
|
+
UpdatePaymentConnectorResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdatePaymentConnectorCommandInput
|
|
15
|
+
extends UpdatePaymentConnectorRequest {}
|
|
16
|
+
export interface UpdatePaymentConnectorCommandOutput
|
|
17
|
+
extends UpdatePaymentConnectorResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdatePaymentConnectorCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdatePaymentConnectorCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdatePaymentConnectorCommandInput,
|
|
24
|
+
UpdatePaymentConnectorCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdatePaymentConnectorCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdatePaymentConnectorCommandInput,
|
|
33
|
+
UpdatePaymentConnectorCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdatePaymentConnectorCommand extends UpdatePaymentConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePaymentConnectorRequest;
|
|
44
|
+
output: UpdatePaymentConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePaymentConnectorCommandInput;
|
|
48
|
+
output: UpdatePaymentConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdatePaymentCredentialProviderRequest,
|
|
10
|
+
UpdatePaymentCredentialProviderResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdatePaymentCredentialProviderCommandInput
|
|
15
|
+
extends UpdatePaymentCredentialProviderRequest {}
|
|
16
|
+
export interface UpdatePaymentCredentialProviderCommandOutput
|
|
17
|
+
extends UpdatePaymentCredentialProviderResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdatePaymentCredentialProviderCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdatePaymentCredentialProviderCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdatePaymentCredentialProviderCommandInput,
|
|
24
|
+
UpdatePaymentCredentialProviderCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdatePaymentCredentialProviderCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdatePaymentCredentialProviderCommandInput,
|
|
33
|
+
UpdatePaymentCredentialProviderCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdatePaymentCredentialProviderCommand extends UpdatePaymentCredentialProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePaymentCredentialProviderRequest;
|
|
44
|
+
output: UpdatePaymentCredentialProviderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePaymentCredentialProviderCommandInput;
|
|
48
|
+
output: UpdatePaymentCredentialProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockAgentCoreControlClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdatePaymentManagerRequest,
|
|
10
|
+
UpdatePaymentManagerResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdatePaymentManagerCommandInput
|
|
15
|
+
extends UpdatePaymentManagerRequest {}
|
|
16
|
+
export interface UpdatePaymentManagerCommandOutput
|
|
17
|
+
extends UpdatePaymentManagerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdatePaymentManagerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdatePaymentManagerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdatePaymentManagerCommandInput,
|
|
24
|
+
UpdatePaymentManagerCommandOutput,
|
|
25
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdatePaymentManagerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdatePaymentManagerCommandInput,
|
|
33
|
+
UpdatePaymentManagerCommandOutput,
|
|
34
|
+
BedrockAgentCoreControlClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdatePaymentManagerCommand extends UpdatePaymentManagerCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdatePaymentManagerRequest;
|
|
44
|
+
output: UpdatePaymentManagerResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdatePaymentManagerCommandInput;
|
|
48
|
+
output: UpdatePaymentManagerCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -13,6 +13,9 @@ export * from "./CreateHarnessCommand";
|
|
|
13
13
|
export * from "./CreateMemoryCommand";
|
|
14
14
|
export * from "./CreateOauth2CredentialProviderCommand";
|
|
15
15
|
export * from "./CreateOnlineEvaluationConfigCommand";
|
|
16
|
+
export * from "./CreatePaymentConnectorCommand";
|
|
17
|
+
export * from "./CreatePaymentCredentialProviderCommand";
|
|
18
|
+
export * from "./CreatePaymentManagerCommand";
|
|
16
19
|
export * from "./CreatePolicyCommand";
|
|
17
20
|
export * from "./CreatePolicyEngineCommand";
|
|
18
21
|
export * from "./CreateRegistryCommand";
|
|
@@ -33,6 +36,9 @@ export * from "./DeleteHarnessCommand";
|
|
|
33
36
|
export * from "./DeleteMemoryCommand";
|
|
34
37
|
export * from "./DeleteOauth2CredentialProviderCommand";
|
|
35
38
|
export * from "./DeleteOnlineEvaluationConfigCommand";
|
|
39
|
+
export * from "./DeletePaymentConnectorCommand";
|
|
40
|
+
export * from "./DeletePaymentCredentialProviderCommand";
|
|
41
|
+
export * from "./DeletePaymentManagerCommand";
|
|
36
42
|
export * from "./DeletePolicyCommand";
|
|
37
43
|
export * from "./DeletePolicyEngineCommand";
|
|
38
44
|
export * from "./DeleteRegistryCommand";
|
|
@@ -55,6 +61,9 @@ export * from "./GetHarnessCommand";
|
|
|
55
61
|
export * from "./GetMemoryCommand";
|
|
56
62
|
export * from "./GetOauth2CredentialProviderCommand";
|
|
57
63
|
export * from "./GetOnlineEvaluationConfigCommand";
|
|
64
|
+
export * from "./GetPaymentConnectorCommand";
|
|
65
|
+
export * from "./GetPaymentCredentialProviderCommand";
|
|
66
|
+
export * from "./GetPaymentManagerCommand";
|
|
58
67
|
export * from "./GetPolicyCommand";
|
|
59
68
|
export * from "./GetPolicyEngineCommand";
|
|
60
69
|
export * from "./GetPolicyGenerationCommand";
|
|
@@ -80,6 +89,9 @@ export * from "./ListHarnessesCommand";
|
|
|
80
89
|
export * from "./ListMemoriesCommand";
|
|
81
90
|
export * from "./ListOauth2CredentialProvidersCommand";
|
|
82
91
|
export * from "./ListOnlineEvaluationConfigsCommand";
|
|
92
|
+
export * from "./ListPaymentConnectorsCommand";
|
|
93
|
+
export * from "./ListPaymentCredentialProvidersCommand";
|
|
94
|
+
export * from "./ListPaymentManagersCommand";
|
|
83
95
|
export * from "./ListPoliciesCommand";
|
|
84
96
|
export * from "./ListPolicyEnginesCommand";
|
|
85
97
|
export * from "./ListPolicyGenerationAssetsCommand";
|
|
@@ -107,6 +119,9 @@ export * from "./UpdateHarnessCommand";
|
|
|
107
119
|
export * from "./UpdateMemoryCommand";
|
|
108
120
|
export * from "./UpdateOauth2CredentialProviderCommand";
|
|
109
121
|
export * from "./UpdateOnlineEvaluationConfigCommand";
|
|
122
|
+
export * from "./UpdatePaymentConnectorCommand";
|
|
123
|
+
export * from "./UpdatePaymentCredentialProviderCommand";
|
|
124
|
+
export * from "./UpdatePaymentManagerCommand";
|
|
110
125
|
export * from "./UpdatePolicyCommand";
|
|
111
126
|
export * from "./UpdatePolicyEngineCommand";
|
|
112
127
|
export * from "./UpdateRegistryCommand";
|
|
@@ -454,6 +454,46 @@ export declare const OnlineEvaluationConfigStatus: {
|
|
|
454
454
|
};
|
|
455
455
|
export type OnlineEvaluationConfigStatus =
|
|
456
456
|
(typeof OnlineEvaluationConfigStatus)[keyof typeof OnlineEvaluationConfigStatus];
|
|
457
|
+
export declare const PaymentCredentialProviderVendorType: {
|
|
458
|
+
readonly CoinbaseCDP: "CoinbaseCDP";
|
|
459
|
+
readonly StripePrivy: "StripePrivy";
|
|
460
|
+
};
|
|
461
|
+
export type PaymentCredentialProviderVendorType =
|
|
462
|
+
(typeof PaymentCredentialProviderVendorType)[keyof typeof PaymentCredentialProviderVendorType];
|
|
463
|
+
export declare const PaymentsAuthorizerType: {
|
|
464
|
+
readonly AWS_IAM: "AWS_IAM";
|
|
465
|
+
readonly CUSTOM_JWT: "CUSTOM_JWT";
|
|
466
|
+
};
|
|
467
|
+
export type PaymentsAuthorizerType =
|
|
468
|
+
(typeof PaymentsAuthorizerType)[keyof typeof PaymentsAuthorizerType];
|
|
469
|
+
export declare const PaymentManagerStatus: {
|
|
470
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
471
|
+
readonly CREATING: "CREATING";
|
|
472
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
473
|
+
readonly DELETING: "DELETING";
|
|
474
|
+
readonly READY: "READY";
|
|
475
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
476
|
+
readonly UPDATING: "UPDATING";
|
|
477
|
+
};
|
|
478
|
+
export type PaymentManagerStatus =
|
|
479
|
+
(typeof PaymentManagerStatus)[keyof typeof PaymentManagerStatus];
|
|
480
|
+
export declare const PaymentConnectorType: {
|
|
481
|
+
readonly COINBASE_CDP: "CoinbaseCDP";
|
|
482
|
+
readonly STRIPE_PRIVY: "StripePrivy";
|
|
483
|
+
};
|
|
484
|
+
export type PaymentConnectorType =
|
|
485
|
+
(typeof PaymentConnectorType)[keyof typeof PaymentConnectorType];
|
|
486
|
+
export declare const PaymentConnectorStatus: {
|
|
487
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
488
|
+
readonly CREATING: "CREATING";
|
|
489
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
490
|
+
readonly DELETING: "DELETING";
|
|
491
|
+
readonly READY: "READY";
|
|
492
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
493
|
+
readonly UPDATING: "UPDATING";
|
|
494
|
+
};
|
|
495
|
+
export type PaymentConnectorStatus =
|
|
496
|
+
(typeof PaymentConnectorStatus)[keyof typeof PaymentConnectorStatus];
|
|
457
497
|
export declare const PolicyEngineStatus: {
|
|
458
498
|
readonly ACTIVE: "ACTIVE";
|
|
459
499
|
readonly CREATE_FAILED: "CREATE_FAILED";
|