@aws-sdk/client-bedrock 3.590.0 → 3.592.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/index.js +0 -30
- package/dist-types/commands/CreateEvaluationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateGuardrailCommand.d.ts +2 -1
- package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGuardrailCommand.d.ts +2 -1
- package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/commands/GetCustomModelCommand.d.ts +2 -1
- package/dist-types/commands/GetEvaluationJobCommand.d.ts +2 -1
- package/dist-types/commands/GetFoundationModelCommand.d.ts +2 -1
- package/dist-types/commands/GetGuardrailCommand.d.ts +2 -1
- package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +2 -1
- package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListEvaluationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListFoundationModelsCommand.d.ts +2 -1
- package/dist-types/commands/ListGuardrailsCommand.d.ts +2 -1
- package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/StopEvaluationJobCommand.d.ts +2 -1
- package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGuardrailCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/BedrockServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetEvaluationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEvaluationJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopEvaluationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/BedrockServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -272,7 +272,6 @@ var BedrockClient = _BedrockClient;
|
|
|
272
272
|
|
|
273
273
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
274
274
|
|
|
275
|
-
var import_types = require("@smithy/types");
|
|
276
275
|
|
|
277
276
|
// src/models/models_0.ts
|
|
278
277
|
|
|
@@ -1961,7 +1960,6 @@ var CreateEvaluationJobCommand = _CreateEvaluationJobCommand;
|
|
|
1961
1960
|
|
|
1962
1961
|
|
|
1963
1962
|
|
|
1964
|
-
|
|
1965
1963
|
var _CreateGuardrailCommand = class _CreateGuardrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1966
1964
|
...commonParams
|
|
1967
1965
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1978,7 +1976,6 @@ var CreateGuardrailCommand = _CreateGuardrailCommand;
|
|
|
1978
1976
|
|
|
1979
1977
|
|
|
1980
1978
|
|
|
1981
|
-
|
|
1982
1979
|
var _CreateGuardrailVersionCommand = class _CreateGuardrailVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1983
1980
|
...commonParams
|
|
1984
1981
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1995,7 +1992,6 @@ var CreateGuardrailVersionCommand = _CreateGuardrailVersionCommand;
|
|
|
1995
1992
|
|
|
1996
1993
|
|
|
1997
1994
|
|
|
1998
|
-
|
|
1999
1995
|
var _CreateModelCustomizationJobCommand = class _CreateModelCustomizationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2000
1996
|
...commonParams
|
|
2001
1997
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2012,7 +2008,6 @@ var CreateModelCustomizationJobCommand = _CreateModelCustomizationJobCommand;
|
|
|
2012
2008
|
|
|
2013
2009
|
|
|
2014
2010
|
|
|
2015
|
-
|
|
2016
2011
|
var _CreateProvisionedModelThroughputCommand = class _CreateProvisionedModelThroughputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2017
2012
|
...commonParams
|
|
2018
2013
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2029,7 +2024,6 @@ var CreateProvisionedModelThroughputCommand = _CreateProvisionedModelThroughputC
|
|
|
2029
2024
|
|
|
2030
2025
|
|
|
2031
2026
|
|
|
2032
|
-
|
|
2033
2027
|
var _DeleteCustomModelCommand = class _DeleteCustomModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2034
2028
|
...commonParams
|
|
2035
2029
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2046,7 +2040,6 @@ var DeleteCustomModelCommand = _DeleteCustomModelCommand;
|
|
|
2046
2040
|
|
|
2047
2041
|
|
|
2048
2042
|
|
|
2049
|
-
|
|
2050
2043
|
var _DeleteGuardrailCommand = class _DeleteGuardrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2051
2044
|
...commonParams
|
|
2052
2045
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2063,7 +2056,6 @@ var DeleteGuardrailCommand = _DeleteGuardrailCommand;
|
|
|
2063
2056
|
|
|
2064
2057
|
|
|
2065
2058
|
|
|
2066
|
-
|
|
2067
2059
|
var _DeleteModelInvocationLoggingConfigurationCommand = class _DeleteModelInvocationLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2068
2060
|
...commonParams
|
|
2069
2061
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2080,7 +2072,6 @@ var DeleteModelInvocationLoggingConfigurationCommand = _DeleteModelInvocationLog
|
|
|
2080
2072
|
|
|
2081
2073
|
|
|
2082
2074
|
|
|
2083
|
-
|
|
2084
2075
|
var _DeleteProvisionedModelThroughputCommand = class _DeleteProvisionedModelThroughputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2085
2076
|
...commonParams
|
|
2086
2077
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2097,7 +2088,6 @@ var DeleteProvisionedModelThroughputCommand = _DeleteProvisionedModelThroughputC
|
|
|
2097
2088
|
|
|
2098
2089
|
|
|
2099
2090
|
|
|
2100
|
-
|
|
2101
2091
|
var _GetCustomModelCommand = class _GetCustomModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2102
2092
|
...commonParams
|
|
2103
2093
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2114,7 +2104,6 @@ var GetCustomModelCommand = _GetCustomModelCommand;
|
|
|
2114
2104
|
|
|
2115
2105
|
|
|
2116
2106
|
|
|
2117
|
-
|
|
2118
2107
|
var _GetEvaluationJobCommand = class _GetEvaluationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2119
2108
|
...commonParams
|
|
2120
2109
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2131,7 +2120,6 @@ var GetEvaluationJobCommand = _GetEvaluationJobCommand;
|
|
|
2131
2120
|
|
|
2132
2121
|
|
|
2133
2122
|
|
|
2134
|
-
|
|
2135
2123
|
var _GetFoundationModelCommand = class _GetFoundationModelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2136
2124
|
...commonParams
|
|
2137
2125
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2148,7 +2136,6 @@ var GetFoundationModelCommand = _GetFoundationModelCommand;
|
|
|
2148
2136
|
|
|
2149
2137
|
|
|
2150
2138
|
|
|
2151
|
-
|
|
2152
2139
|
var _GetGuardrailCommand = class _GetGuardrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2153
2140
|
...commonParams
|
|
2154
2141
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2165,7 +2152,6 @@ var GetGuardrailCommand = _GetGuardrailCommand;
|
|
|
2165
2152
|
|
|
2166
2153
|
|
|
2167
2154
|
|
|
2168
|
-
|
|
2169
2155
|
var _GetModelCustomizationJobCommand = class _GetModelCustomizationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2170
2156
|
...commonParams
|
|
2171
2157
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2182,7 +2168,6 @@ var GetModelCustomizationJobCommand = _GetModelCustomizationJobCommand;
|
|
|
2182
2168
|
|
|
2183
2169
|
|
|
2184
2170
|
|
|
2185
|
-
|
|
2186
2171
|
var _GetModelInvocationLoggingConfigurationCommand = class _GetModelInvocationLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2187
2172
|
...commonParams
|
|
2188
2173
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2199,7 +2184,6 @@ var GetModelInvocationLoggingConfigurationCommand = _GetModelInvocationLoggingCo
|
|
|
2199
2184
|
|
|
2200
2185
|
|
|
2201
2186
|
|
|
2202
|
-
|
|
2203
2187
|
var _GetProvisionedModelThroughputCommand = class _GetProvisionedModelThroughputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2204
2188
|
...commonParams
|
|
2205
2189
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2216,7 +2200,6 @@ var GetProvisionedModelThroughputCommand = _GetProvisionedModelThroughputCommand
|
|
|
2216
2200
|
|
|
2217
2201
|
|
|
2218
2202
|
|
|
2219
|
-
|
|
2220
2203
|
var _ListCustomModelsCommand = class _ListCustomModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2221
2204
|
...commonParams
|
|
2222
2205
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2233,7 +2216,6 @@ var ListCustomModelsCommand = _ListCustomModelsCommand;
|
|
|
2233
2216
|
|
|
2234
2217
|
|
|
2235
2218
|
|
|
2236
|
-
|
|
2237
2219
|
var _ListEvaluationJobsCommand = class _ListEvaluationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2238
2220
|
...commonParams
|
|
2239
2221
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2250,7 +2232,6 @@ var ListEvaluationJobsCommand = _ListEvaluationJobsCommand;
|
|
|
2250
2232
|
|
|
2251
2233
|
|
|
2252
2234
|
|
|
2253
|
-
|
|
2254
2235
|
var _ListFoundationModelsCommand = class _ListFoundationModelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2255
2236
|
...commonParams
|
|
2256
2237
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2267,7 +2248,6 @@ var ListFoundationModelsCommand = _ListFoundationModelsCommand;
|
|
|
2267
2248
|
|
|
2268
2249
|
|
|
2269
2250
|
|
|
2270
|
-
|
|
2271
2251
|
var _ListGuardrailsCommand = class _ListGuardrailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2272
2252
|
...commonParams
|
|
2273
2253
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2284,7 +2264,6 @@ var ListGuardrailsCommand = _ListGuardrailsCommand;
|
|
|
2284
2264
|
|
|
2285
2265
|
|
|
2286
2266
|
|
|
2287
|
-
|
|
2288
2267
|
var _ListModelCustomizationJobsCommand = class _ListModelCustomizationJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2289
2268
|
...commonParams
|
|
2290
2269
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2301,7 +2280,6 @@ var ListModelCustomizationJobsCommand = _ListModelCustomizationJobsCommand;
|
|
|
2301
2280
|
|
|
2302
2281
|
|
|
2303
2282
|
|
|
2304
|
-
|
|
2305
2283
|
var _ListProvisionedModelThroughputsCommand = class _ListProvisionedModelThroughputsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2306
2284
|
...commonParams
|
|
2307
2285
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2318,7 +2296,6 @@ var ListProvisionedModelThroughputsCommand = _ListProvisionedModelThroughputsCom
|
|
|
2318
2296
|
|
|
2319
2297
|
|
|
2320
2298
|
|
|
2321
|
-
|
|
2322
2299
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2323
2300
|
...commonParams
|
|
2324
2301
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2335,7 +2312,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2335
2312
|
|
|
2336
2313
|
|
|
2337
2314
|
|
|
2338
|
-
|
|
2339
2315
|
var _PutModelInvocationLoggingConfigurationCommand = class _PutModelInvocationLoggingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2340
2316
|
...commonParams
|
|
2341
2317
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2352,7 +2328,6 @@ var PutModelInvocationLoggingConfigurationCommand = _PutModelInvocationLoggingCo
|
|
|
2352
2328
|
|
|
2353
2329
|
|
|
2354
2330
|
|
|
2355
|
-
|
|
2356
2331
|
var _StopEvaluationJobCommand = class _StopEvaluationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2357
2332
|
...commonParams
|
|
2358
2333
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2369,7 +2344,6 @@ var StopEvaluationJobCommand = _StopEvaluationJobCommand;
|
|
|
2369
2344
|
|
|
2370
2345
|
|
|
2371
2346
|
|
|
2372
|
-
|
|
2373
2347
|
var _StopModelCustomizationJobCommand = class _StopModelCustomizationJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2374
2348
|
...commonParams
|
|
2375
2349
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2386,7 +2360,6 @@ var StopModelCustomizationJobCommand = _StopModelCustomizationJobCommand;
|
|
|
2386
2360
|
|
|
2387
2361
|
|
|
2388
2362
|
|
|
2389
|
-
|
|
2390
2363
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2391
2364
|
...commonParams
|
|
2392
2365
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2403,7 +2376,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2403
2376
|
|
|
2404
2377
|
|
|
2405
2378
|
|
|
2406
|
-
|
|
2407
2379
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2408
2380
|
...commonParams
|
|
2409
2381
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2420,7 +2392,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2420
2392
|
|
|
2421
2393
|
|
|
2422
2394
|
|
|
2423
|
-
|
|
2424
2395
|
var _UpdateGuardrailCommand = class _UpdateGuardrailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2425
2396
|
...commonParams
|
|
2426
2397
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2437,7 +2408,6 @@ var UpdateGuardrailCommand = _UpdateGuardrailCommand;
|
|
|
2437
2408
|
|
|
2438
2409
|
|
|
2439
2410
|
|
|
2440
|
-
|
|
2441
2411
|
var _UpdateProvisionedModelThroughputCommand = class _UpdateProvisionedModelThroughputCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2442
2412
|
...commonParams
|
|
2443
2413
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
export * from "./BedrockClient";
|
|
7
7
|
export * from "./Bedrock";
|
|
8
8
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
-
export { BedrockExtensionConfiguration } from "./extensionConfiguration";
|
|
9
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
|
+
export type { BedrockExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateEvaluationJobRequest,
|
|
10
10
|
CreateEvaluationJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateEvaluationJobCommandInput
|
|
14
15
|
extends CreateEvaluationJobRequest {}
|
|
15
16
|
export interface CreateEvaluationJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateGuardrailRequest,
|
|
10
10
|
CreateGuardrailResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateGuardrailCommandInput extends CreateGuardrailRequest {}
|
|
14
15
|
export interface CreateGuardrailCommandOutput
|
|
15
16
|
extends CreateGuardrailResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateGuardrailVersionRequest,
|
|
10
10
|
CreateGuardrailVersionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateGuardrailVersionCommandInput
|
|
14
15
|
extends CreateGuardrailVersionRequest {}
|
|
15
16
|
export interface CreateGuardrailVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateModelCustomizationJobRequest,
|
|
10
10
|
CreateModelCustomizationJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateModelCustomizationJobCommandInput
|
|
14
15
|
extends CreateModelCustomizationJobRequest {}
|
|
15
16
|
export interface CreateModelCustomizationJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateProvisionedModelThroughputRequest,
|
|
10
10
|
CreateProvisionedModelThroughputResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateProvisionedModelThroughputCommandInput
|
|
14
15
|
extends CreateProvisionedModelThroughputRequest {}
|
|
15
16
|
export interface CreateProvisionedModelThroughputCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteCustomModelRequest,
|
|
10
10
|
DeleteCustomModelResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteCustomModelCommandInput
|
|
14
15
|
extends DeleteCustomModelRequest {}
|
|
15
16
|
export interface DeleteCustomModelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteGuardrailRequest,
|
|
10
10
|
DeleteGuardrailResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteGuardrailCommandInput extends DeleteGuardrailRequest {}
|
|
14
15
|
export interface DeleteGuardrailCommandOutput
|
|
15
16
|
extends DeleteGuardrailResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteModelInvocationLoggingConfigurationRequest,
|
|
10
10
|
DeleteModelInvocationLoggingConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteModelInvocationLoggingConfigurationCommandInput
|
|
14
15
|
extends DeleteModelInvocationLoggingConfigurationRequest {}
|
|
15
16
|
export interface DeleteModelInvocationLoggingConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteProvisionedModelThroughputRequest,
|
|
10
10
|
DeleteProvisionedModelThroughputResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteProvisionedModelThroughputCommandInput
|
|
14
15
|
extends DeleteProvisionedModelThroughputRequest {}
|
|
15
16
|
export interface DeleteProvisionedModelThroughputCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetCustomModelRequest,
|
|
10
10
|
GetCustomModelResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetCustomModelCommandInput extends GetCustomModelRequest {}
|
|
14
15
|
export interface GetCustomModelCommandOutput
|
|
15
16
|
extends GetCustomModelResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetEvaluationJobRequest,
|
|
10
10
|
GetEvaluationJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetEvaluationJobCommandInput extends GetEvaluationJobRequest {}
|
|
14
15
|
export interface GetEvaluationJobCommandOutput
|
|
15
16
|
extends GetEvaluationJobResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetFoundationModelRequest,
|
|
10
10
|
GetFoundationModelResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetFoundationModelCommandInput
|
|
14
15
|
extends GetFoundationModelRequest {}
|
|
15
16
|
export interface GetFoundationModelCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockClient";
|
|
8
8
|
import { GetGuardrailRequest, GetGuardrailResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetGuardrailCommandInput extends GetGuardrailRequest {}
|
|
11
12
|
export interface GetGuardrailCommandOutput
|
|
12
13
|
extends GetGuardrailResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetModelCustomizationJobRequest,
|
|
10
10
|
GetModelCustomizationJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetModelCustomizationJobCommandInput
|
|
14
15
|
extends GetModelCustomizationJobRequest {}
|
|
15
16
|
export interface GetModelCustomizationJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetModelInvocationLoggingConfigurationRequest,
|
|
10
10
|
GetModelInvocationLoggingConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetModelInvocationLoggingConfigurationCommandInput
|
|
14
15
|
extends GetModelInvocationLoggingConfigurationRequest {}
|
|
15
16
|
export interface GetModelInvocationLoggingConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetProvisionedModelThroughputRequest,
|
|
10
10
|
GetProvisionedModelThroughputResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetProvisionedModelThroughputCommandInput
|
|
14
15
|
extends GetProvisionedModelThroughputRequest {}
|
|
15
16
|
export interface GetProvisionedModelThroughputCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCustomModelsRequest,
|
|
10
10
|
ListCustomModelsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCustomModelsCommandInput extends ListCustomModelsRequest {}
|
|
14
15
|
export interface ListCustomModelsCommandOutput
|
|
15
16
|
extends ListCustomModelsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListEvaluationJobsRequest,
|
|
10
10
|
ListEvaluationJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListEvaluationJobsCommandInput
|
|
14
15
|
extends ListEvaluationJobsRequest {}
|
|
15
16
|
export interface ListEvaluationJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFoundationModelsRequest,
|
|
10
10
|
ListFoundationModelsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFoundationModelsCommandInput
|
|
14
15
|
extends ListFoundationModelsRequest {}
|
|
15
16
|
export interface ListFoundationModelsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListGuardrailsRequest,
|
|
10
10
|
ListGuardrailsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListGuardrailsCommandInput extends ListGuardrailsRequest {}
|
|
14
15
|
export interface ListGuardrailsCommandOutput
|
|
15
16
|
extends ListGuardrailsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListModelCustomizationJobsRequest,
|
|
10
10
|
ListModelCustomizationJobsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListModelCustomizationJobsCommandInput
|
|
14
15
|
extends ListModelCustomizationJobsRequest {}
|
|
15
16
|
export interface ListModelCustomizationJobsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListProvisionedModelThroughputsRequest,
|
|
10
10
|
ListProvisionedModelThroughputsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListProvisionedModelThroughputsCommandInput
|
|
14
15
|
extends ListProvisionedModelThroughputsRequest {}
|
|
15
16
|
export interface ListProvisionedModelThroughputsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutModelInvocationLoggingConfigurationRequest,
|
|
10
10
|
PutModelInvocationLoggingConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutModelInvocationLoggingConfigurationCommandInput
|
|
14
15
|
extends PutModelInvocationLoggingConfigurationRequest {}
|
|
15
16
|
export interface PutModelInvocationLoggingConfigurationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopEvaluationJobRequest,
|
|
10
10
|
StopEvaluationJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopEvaluationJobCommandInput
|
|
14
15
|
extends StopEvaluationJobRequest {}
|
|
15
16
|
export interface StopEvaluationJobCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopModelCustomizationJobRequest,
|
|
10
10
|
StopModelCustomizationJobResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopModelCustomizationJobCommandInput
|
|
14
15
|
extends StopModelCustomizationJobRequest {}
|
|
15
16
|
export interface StopModelCustomizationJobCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateGuardrailRequest,
|
|
10
10
|
UpdateGuardrailResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateGuardrailCommandInput extends UpdateGuardrailRequest {}
|
|
14
15
|
export interface UpdateGuardrailCommandOutput
|
|
15
16
|
extends UpdateGuardrailResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateProvisionedModelThroughputRequest,
|
|
10
10
|
UpdateProvisionedModelThroughputResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateProvisionedModelThroughputCommandInput
|
|
14
15
|
extends UpdateProvisionedModelThroughputRequest {}
|
|
15
16
|
export interface UpdateProvisionedModelThroughputCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class BedrockServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|