@aws-sdk/client-bedrock 3.477.0 → 3.481.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/dist-cjs/commands/CreateModelCustomizationJobCommand.js +18 -41
- package/dist-cjs/commands/CreateProvisionedModelThroughputCommand.js +18 -41
- package/dist-cjs/commands/DeleteCustomModelCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelInvocationLoggingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteProvisionedModelThroughputCommand.js +18 -41
- package/dist-cjs/commands/GetCustomModelCommand.js +18 -41
- package/dist-cjs/commands/GetFoundationModelCommand.js +18 -41
- package/dist-cjs/commands/GetModelCustomizationJobCommand.js +18 -41
- package/dist-cjs/commands/GetModelInvocationLoggingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetProvisionedModelThroughputCommand.js +18 -41
- package/dist-cjs/commands/ListCustomModelsCommand.js +18 -41
- package/dist-cjs/commands/ListFoundationModelsCommand.js +18 -41
- package/dist-cjs/commands/ListModelCustomizationJobsCommand.js +18 -41
- package/dist-cjs/commands/ListProvisionedModelThroughputsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutModelInvocationLoggingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/StopModelCustomizationJobCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateProvisionedModelThroughputCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListCustomModelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListModelCustomizationJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProvisionedModelThroughputsPaginator.js +2 -24
- package/dist-es/commands/CreateModelCustomizationJobCommand.js +18 -41
- package/dist-es/commands/CreateProvisionedModelThroughputCommand.js +18 -41
- package/dist-es/commands/DeleteCustomModelCommand.js +18 -41
- package/dist-es/commands/DeleteModelInvocationLoggingConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteProvisionedModelThroughputCommand.js +18 -41
- package/dist-es/commands/GetCustomModelCommand.js +18 -41
- package/dist-es/commands/GetFoundationModelCommand.js +18 -41
- package/dist-es/commands/GetModelCustomizationJobCommand.js +18 -41
- package/dist-es/commands/GetModelInvocationLoggingConfigurationCommand.js +18 -41
- package/dist-es/commands/GetProvisionedModelThroughputCommand.js +18 -41
- package/dist-es/commands/ListCustomModelsCommand.js +18 -41
- package/dist-es/commands/ListFoundationModelsCommand.js +18 -41
- package/dist-es/commands/ListModelCustomizationJobsCommand.js +18 -41
- package/dist-es/commands/ListProvisionedModelThroughputsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutModelInvocationLoggingConfigurationCommand.js +18 -41
- package/dist-es/commands/StopModelCustomizationJobCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateProvisionedModelThroughputCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListCustomModelsPaginator.js +2 -23
- package/dist-es/pagination/ListModelCustomizationJobsPaginator.js +2 -23
- package/dist-es/pagination/ListProvisionedModelThroughputsPaginator.js +2 -23
- package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +6 -21
- package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCustomModelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -21
- package/dist-types/commands/GetCustomModelCommand.d.ts +6 -21
- package/dist-types/commands/GetFoundationModelCommand.d.ts +6 -21
- package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +6 -21
- package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +6 -21
- package/dist-types/commands/ListCustomModelsCommand.d.ts +6 -21
- package/dist-types/commands/ListFoundationModelsCommand.d.ts +6 -21
- package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListCustomModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCustomizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProvisionedModelThroughputsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListCustomModelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListModelCustomizationJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProvisionedModelThroughputsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { DeleteModelInvocationLoggingConfigurationRequest, DeleteModelInvocationLoggingConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteModelInvocationLoggingConfigurationCommandInput extends D
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteModelInvocationLoggingConfigurationCommandOutput extends DeleteModelInvocationLoggingConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteModelInvocationLoggingConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteModelInvocationLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvocationLoggingConfigurationCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Delete the invocation logging. </p>
|
|
@@ -56,23 +59,5 @@ export interface DeleteModelInvocationLoggingConfigurationCommandOutput extends
|
|
|
56
59
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
57
60
|
*
|
|
58
61
|
*/
|
|
59
|
-
export declare class DeleteModelInvocationLoggingConfigurationCommand extends
|
|
60
|
-
readonly input: DeleteModelInvocationLoggingConfigurationCommandInput;
|
|
61
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
constructor(input: DeleteModelInvocationLoggingConfigurationCommandInput);
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvocationLoggingConfigurationCommandOutput>;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private serialize;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private deserialize;
|
|
62
|
+
export declare class DeleteModelInvocationLoggingConfigurationCommand extends DeleteModelInvocationLoggingConfigurationCommand_base {
|
|
78
63
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { DeleteProvisionedModelThroughputRequest, DeleteProvisionedModelThroughputResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteProvisionedModelThroughputCommandInput extends DeleteProv
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteProvisionedModelThroughputCommandOutput extends DeleteProvisionedModelThroughputResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteProvisionedModelThroughputCommand_base: {
|
|
24
|
+
new (input: DeleteProvisionedModelThroughputCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a provisioned throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned throughput</a> in the Bedrock User Guide.</p>
|
|
@@ -67,23 +70,5 @@ export interface DeleteProvisionedModelThroughputCommandOutput extends DeletePro
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class DeleteProvisionedModelThroughputCommand extends
|
|
71
|
-
readonly input: DeleteProvisionedModelThroughputCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: DeleteProvisionedModelThroughputCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class DeleteProvisionedModelThroughputCommand extends DeleteProvisionedModelThroughputCommand_base {
|
|
89
74
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { GetCustomModelRequest, GetCustomModelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCustomModelCommandInput extends GetCustomModelRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCustomModelCommandOutput extends GetCustomModelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCustomModelCommand_base: {
|
|
24
|
+
new (input: GetCustomModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomModelCommandInput, GetCustomModelCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the Bedrock User Guide.</p>
|
|
@@ -97,23 +100,5 @@ export interface GetCustomModelCommandOutput extends GetCustomModelResponse, __M
|
|
|
97
100
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
98
101
|
*
|
|
99
102
|
*/
|
|
100
|
-
export declare class GetCustomModelCommand extends
|
|
101
|
-
readonly input: GetCustomModelCommandInput;
|
|
102
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
103
|
-
/**
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
constructor(input: GetCustomModelCommandInput);
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomModelCommandInput, GetCustomModelCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private serialize;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private deserialize;
|
|
103
|
+
export declare class GetCustomModelCommand extends GetCustomModelCommand_base {
|
|
119
104
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { GetFoundationModelRequest, GetFoundationModelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetFoundationModelCommandInput extends GetFoundationModelReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetFoundationModelCommandOutput extends GetFoundationModelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetFoundationModelCommand_base: {
|
|
24
|
+
new (input: GetFoundationModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetFoundationModelCommandInput, GetFoundationModelCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get details about a Amazon Bedrock foundation model.</p>
|
|
@@ -87,23 +90,5 @@ export interface GetFoundationModelCommandOutput extends GetFoundationModelRespo
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class GetFoundationModelCommand extends
|
|
91
|
-
readonly input: GetFoundationModelCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: GetFoundationModelCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFoundationModelCommandInput, GetFoundationModelCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class GetFoundationModelCommand extends GetFoundationModelCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { GetModelCustomizationJobRequest, GetModelCustomizationJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetModelCustomizationJobCommandInput extends GetModelCustomizat
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetModelCustomizationJobCommandOutput extends GetModelCustomizationJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetModelCustomizationJobCommand_base: {
|
|
24
|
+
new (input: GetModelCustomizationJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelCustomizationJobCommandInput, GetModelCustomizationJobCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the properties associated with a model-customization job, including the status of the job.
|
|
@@ -112,23 +115,5 @@ export interface GetModelCustomizationJobCommandOutput extends GetModelCustomiza
|
|
|
112
115
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
113
116
|
*
|
|
114
117
|
*/
|
|
115
|
-
export declare class GetModelCustomizationJobCommand extends
|
|
116
|
-
readonly input: GetModelCustomizationJobCommandInput;
|
|
117
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
*/
|
|
121
|
-
constructor(input: GetModelCustomizationJobCommandInput);
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelCustomizationJobCommandInput, GetModelCustomizationJobCommandOutput>;
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
private serialize;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private deserialize;
|
|
118
|
+
export declare class GetModelCustomizationJobCommand extends GetModelCustomizationJobCommand_base {
|
|
134
119
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { GetModelInvocationLoggingConfigurationRequest, GetModelInvocationLoggingConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetModelInvocationLoggingConfigurationCommandInput extends GetM
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetModelInvocationLoggingConfigurationCommandOutput extends GetModelInvocationLoggingConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetModelInvocationLoggingConfigurationCommand_base: {
|
|
24
|
+
new (input: GetModelInvocationLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelInvocationLoggingConfigurationCommandInput, GetModelInvocationLoggingConfigurationCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get the current configuration values for model invocation logging.</p>
|
|
@@ -74,23 +77,5 @@ export interface GetModelInvocationLoggingConfigurationCommandOutput extends Get
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetModelInvocationLoggingConfigurationCommand extends
|
|
78
|
-
readonly input: GetModelInvocationLoggingConfigurationCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetModelInvocationLoggingConfigurationCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetModelInvocationLoggingConfigurationCommandInput, GetModelInvocationLoggingConfigurationCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetModelInvocationLoggingConfigurationCommand extends GetModelInvocationLoggingConfigurationCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { GetProvisionedModelThroughputRequest, GetProvisionedModelThroughputResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetProvisionedModelThroughputCommandInput extends GetProvisione
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetProvisionedModelThroughputCommandOutput extends GetProvisionedModelThroughputResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetProvisionedModelThroughputCommand_base: {
|
|
24
|
+
new (input: GetProvisionedModelThroughputCommandInput): import("@smithy/smithy-client").CommandImpl<GetProvisionedModelThroughputCommandInput, GetProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get details for a provisioned throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned throughput</a> in the Bedrock User Guide.</p>
|
|
@@ -78,23 +81,5 @@ export interface GetProvisionedModelThroughputCommandOutput extends GetProvision
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetProvisionedModelThroughputCommand extends
|
|
82
|
-
readonly input: GetProvisionedModelThroughputCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetProvisionedModelThroughputCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProvisionedModelThroughputCommandInput, GetProvisionedModelThroughputCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetProvisionedModelThroughputCommand extends GetProvisionedModelThroughputCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { ListCustomModelsRequest, ListCustomModelsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListCustomModelsCommandInput extends ListCustomModelsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListCustomModelsCommandOutput extends ListCustomModelsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListCustomModelsCommand_base: {
|
|
24
|
+
new (input: ListCustomModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomModelsCommandInput, ListCustomModelsCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of the custom models that you have created with the <code>CreateModelCustomizationJob</code> operation.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListCustomModelsCommandOutput extends ListCustomModelsResponse,
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListCustomModelsCommand extends
|
|
86
|
-
readonly input: ListCustomModelsCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListCustomModelsCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomModelsCommandInput, ListCustomModelsCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListCustomModelsCommand extends ListCustomModelsCommand_base {
|
|
104
89
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { ListFoundationModelsRequest, ListFoundationModelsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFoundationModelsCommandInput extends ListFoundationModelsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFoundationModelsCommandOutput extends ListFoundationModelsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFoundationModelsCommand_base: {
|
|
24
|
+
new (input: ListFoundationModelsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFoundationModelsCommandInput, ListFoundationModelsCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List of Amazon Bedrock foundation models that you can use. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/foundation-models.html">Foundation models</a> in the Bedrock User Guide.</p>
|
|
@@ -89,23 +92,5 @@ export interface ListFoundationModelsCommandOutput extends ListFoundationModelsR
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class ListFoundationModelsCommand extends
|
|
93
|
-
readonly input: ListFoundationModelsCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: ListFoundationModelsCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFoundationModelsCommandInput, ListFoundationModelsCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class ListFoundationModelsCommand extends ListFoundationModelsCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { ListModelCustomizationJobsRequest, ListModelCustomizationJobsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListModelCustomizationJobsCommandInput extends ListModelCustomi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListModelCustomizationJobsCommandOutput extends ListModelCustomizationJobsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListModelCustomizationJobsCommand_base: {
|
|
24
|
+
new (input: ListModelCustomizationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListModelCustomizationJobsCommandInput, ListModelCustomizationJobsCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of model customization jobs that you have submitted. You can filter the jobs to return based on
|
|
@@ -86,23 +89,5 @@ export interface ListModelCustomizationJobsCommandOutput extends ListModelCustom
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class ListModelCustomizationJobsCommand extends
|
|
90
|
-
readonly input: ListModelCustomizationJobsCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: ListModelCustomizationJobsCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListModelCustomizationJobsCommandInput, ListModelCustomizationJobsCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class ListModelCustomizationJobsCommand extends ListModelCustomizationJobsCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { ListProvisionedModelThroughputsRequest, ListProvisionedModelThroughputsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProvisionedModelThroughputsCommandInput extends ListProvisi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProvisionedModelThroughputsCommandOutput extends ListProvisionedModelThroughputsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProvisionedModelThroughputsCommand_base: {
|
|
24
|
+
new (input: ListProvisionedModelThroughputsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProvisionedModelThroughputsCommandInput, ListProvisionedModelThroughputsCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the provisioned capacities. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned throughput</a> in the Bedrock User Guide.</p>
|
|
@@ -87,23 +90,5 @@ export interface ListProvisionedModelThroughputsCommandOutput extends ListProvis
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class ListProvisionedModelThroughputsCommand extends
|
|
91
|
-
readonly input: ListProvisionedModelThroughputsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: ListProvisionedModelThroughputsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProvisionedModelThroughputsCommandInput, ListProvisionedModelThroughputsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class ListProvisionedModelThroughputsCommand extends ListProvisionedModelThroughputsCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the tags associated with the specified resource.</p>
|
|
@@ -72,23 +75,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class ListTagsForResourceCommand extends
|
|
76
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { PutModelInvocationLoggingConfigurationRequest, PutModelInvocationLoggingConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutModelInvocationLoggingConfigurationCommandInput extends PutM
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutModelInvocationLoggingConfigurationCommandOutput extends PutModelInvocationLoggingConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutModelInvocationLoggingConfigurationCommand_base: {
|
|
24
|
+
new (input: PutModelInvocationLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutModelInvocationLoggingConfigurationCommandInput, PutModelInvocationLoggingConfigurationCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Set the configuration values for model invocation logging.</p>
|
|
@@ -77,23 +80,5 @@ export interface PutModelInvocationLoggingConfigurationCommandOutput extends Put
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class PutModelInvocationLoggingConfigurationCommand extends
|
|
81
|
-
readonly input: PutModelInvocationLoggingConfigurationCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: PutModelInvocationLoggingConfigurationCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutModelInvocationLoggingConfigurationCommandInput, PutModelInvocationLoggingConfigurationCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class PutModelInvocationLoggingConfigurationCommand extends PutModelInvocationLoggingConfigurationCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
|
|
5
4
|
import { StopModelCustomizationJobRequest, StopModelCustomizationJobResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StopModelCustomizationJobCommandInput extends StopModelCustomiz
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StopModelCustomizationJobCommandOutput extends StopModelCustomizationJobResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StopModelCustomizationJobCommand_base: {
|
|
24
|
+
new (input: StopModelCustomizationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopModelCustomizationJobCommandInput, StopModelCustomizationJobCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Stops an active model customization job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html">Custom models</a> in the Bedrock User Guide.</p>
|
|
@@ -67,23 +70,5 @@ export interface StopModelCustomizationJobCommandOutput extends StopModelCustomi
|
|
|
67
70
|
* <p>Base exception class for all service exceptions from Bedrock service.</p>
|
|
68
71
|
*
|
|
69
72
|
*/
|
|
70
|
-
export declare class StopModelCustomizationJobCommand extends
|
|
71
|
-
readonly input: StopModelCustomizationJobCommandInput;
|
|
72
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
-
/**
|
|
74
|
-
* @public
|
|
75
|
-
*/
|
|
76
|
-
constructor(input: StopModelCustomizationJobCommandInput);
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopModelCustomizationJobCommandInput, StopModelCustomizationJobCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private serialize;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private deserialize;
|
|
73
|
+
export declare class StopModelCustomizationJobCommand extends StopModelCustomizationJobCommand_base {
|
|
89
74
|
}
|