@aws-sdk/client-bedrock 3.934.0 → 3.935.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.
Files changed (47) hide show
  1. package/dist-cjs/index.js +389 -389
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +355 -0
  4. package/dist-es/models/errors.js +123 -0
  5. package/dist-es/models/models_0.js +1 -355
  6. package/dist-es/models/models_1.js +1 -123
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/CreateGuardrailCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteGuardrailCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  14. package/dist-types/commands/GetGuardrailCommand.d.ts +1 -1
  15. package/dist-types/commands/GetInferenceProfileCommand.d.ts +1 -1
  16. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  17. package/dist-types/commands/ListGuardrailsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +1 -1
  19. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateGuardrailCommand.d.ts +1 -1
  21. package/dist-types/index.d.ts +4 -1
  22. package/dist-types/models/enums.d.ts +891 -0
  23. package/dist-types/models/errors.d.ts +127 -0
  24. package/dist-types/models/models_0.d.ts +1306 -696
  25. package/dist-types/models/models_1.d.ts +2 -1628
  26. package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +2 -4
  38. package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/index.d.ts +4 -1
  40. package/dist-types/ts3.4/models/enums.d.ts +478 -0
  41. package/dist-types/ts3.4/models/errors.d.ts +71 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +371 -380
  43. package/dist-types/ts3.4/models/models_1.d.ts +30 -520
  44. package/package.json +13 -13
  45. package/dist-es/models/index.js +0 -2
  46. package/dist-types/models/index.d.ts +0 -2
  47. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateGuardrailRequest,
10
10
  CreateGuardrailResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateGuardrailCommandInput extends CreateGuardrailRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateGuardrailVersionRequest,
10
10
  CreateGuardrailVersionResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateGuardrailVersionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateInferenceProfileRequest,
10
10
  CreateInferenceProfileResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateInferenceProfileCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteGuardrailRequest,
10
10
  DeleteGuardrailResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteGuardrailCommandInput extends DeleteGuardrailRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteInferenceProfileRequest,
10
10
  DeleteInferenceProfileResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteInferenceProfileCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteModelInvocationLoggingConfigurationRequest,
10
10
  DeleteModelInvocationLoggingConfigurationResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteModelInvocationLoggingConfigurationCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../BedrockClient";
8
- import { GetGuardrailRequest, GetGuardrailResponse } from "../models/models_1";
8
+ import { GetGuardrailRequest, GetGuardrailResponse } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetGuardrailCommandInput extends GetGuardrailRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetInferenceProfileRequest,
10
10
  GetInferenceProfileResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetInferenceProfileCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetModelInvocationLoggingConfigurationRequest,
10
10
  GetModelInvocationLoggingConfigurationResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetModelInvocationLoggingConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListGuardrailsRequest,
10
10
  ListGuardrailsResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListGuardrailsCommandInput extends ListGuardrailsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListInferenceProfilesRequest,
10
10
  ListInferenceProfilesResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListInferenceProfilesCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../BedrockClient";
8
- import {
9
- PutModelInvocationLoggingConfigurationRequest,
10
- PutModelInvocationLoggingConfigurationResponse,
11
- } from "../models/models_1";
8
+ import { PutModelInvocationLoggingConfigurationRequest } from "../models/models_0";
9
+ import { PutModelInvocationLoggingConfigurationResponse } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface PutModelInvocationLoggingConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  UpdateGuardrailRequest,
10
10
  UpdateGuardrailResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface UpdateGuardrailCommandInput extends UpdateGuardrailRequest {}
@@ -5,5 +5,8 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { BedrockExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
11
+ export * from "./models/models_1";
9
12
  export { BedrockServiceException } from "./models/BedrockServiceException";
@@ -0,0 +1,478 @@
1
+ export declare const AgreementStatus: {
2
+ readonly AVAILABLE: "AVAILABLE";
3
+ readonly ERROR: "ERROR";
4
+ readonly NOT_AVAILABLE: "NOT_AVAILABLE";
5
+ readonly PENDING: "PENDING";
6
+ };
7
+ export type AgreementStatus =
8
+ (typeof AgreementStatus)[keyof typeof AgreementStatus];
9
+ export declare const AutomatedReasoningCheckResult: {
10
+ readonly IMPOSSIBLE: "IMPOSSIBLE";
11
+ readonly INVALID: "INVALID";
12
+ readonly NO_TRANSLATION: "NO_TRANSLATION";
13
+ readonly SATISFIABLE: "SATISFIABLE";
14
+ readonly TOO_COMPLEX: "TOO_COMPLEX";
15
+ readonly TRANSLATION_AMBIGUOUS: "TRANSLATION_AMBIGUOUS";
16
+ readonly VALID: "VALID";
17
+ };
18
+ export type AutomatedReasoningCheckResult =
19
+ (typeof AutomatedReasoningCheckResult)[keyof typeof AutomatedReasoningCheckResult];
20
+ export declare const AutomatedReasoningPolicyBuildWorkflowType: {
21
+ readonly IMPORT_POLICY: "IMPORT_POLICY";
22
+ readonly INGEST_CONTENT: "INGEST_CONTENT";
23
+ readonly REFINE_POLICY: "REFINE_POLICY";
24
+ };
25
+ export type AutomatedReasoningPolicyBuildWorkflowType =
26
+ (typeof AutomatedReasoningPolicyBuildWorkflowType)[keyof typeof AutomatedReasoningPolicyBuildWorkflowType];
27
+ export declare const AutomatedReasoningPolicyBuildDocumentContentType: {
28
+ readonly PDF: "pdf";
29
+ readonly TEXT: "txt";
30
+ };
31
+ export type AutomatedReasoningPolicyBuildDocumentContentType =
32
+ (typeof AutomatedReasoningPolicyBuildDocumentContentType)[keyof typeof AutomatedReasoningPolicyBuildDocumentContentType];
33
+ export declare const AutomatedReasoningPolicyBuildWorkflowStatus: {
34
+ readonly BUILDING: "BUILDING";
35
+ readonly CANCELLED: "CANCELLED";
36
+ readonly CANCEL_REQUESTED: "CANCEL_REQUESTED";
37
+ readonly COMPLETED: "COMPLETED";
38
+ readonly FAILED: "FAILED";
39
+ readonly PREPROCESSING: "PREPROCESSING";
40
+ readonly SCHEDULED: "SCHEDULED";
41
+ readonly TESTING: "TESTING";
42
+ };
43
+ export type AutomatedReasoningPolicyBuildWorkflowStatus =
44
+ (typeof AutomatedReasoningPolicyBuildWorkflowStatus)[keyof typeof AutomatedReasoningPolicyBuildWorkflowStatus];
45
+ export declare const AutomatedReasoningPolicyBuildResultAssetType: {
46
+ readonly BUILD_LOG: "BUILD_LOG";
47
+ readonly GENERATED_TEST_CASES: "GENERATED_TEST_CASES";
48
+ readonly POLICY_DEFINITION: "POLICY_DEFINITION";
49
+ readonly QUALITY_REPORT: "QUALITY_REPORT";
50
+ };
51
+ export type AutomatedReasoningPolicyBuildResultAssetType =
52
+ (typeof AutomatedReasoningPolicyBuildResultAssetType)[keyof typeof AutomatedReasoningPolicyBuildResultAssetType];
53
+ export declare const AutomatedReasoningPolicyBuildMessageType: {
54
+ readonly ERROR: "ERROR";
55
+ readonly INFO: "INFO";
56
+ readonly WARNING: "WARNING";
57
+ };
58
+ export type AutomatedReasoningPolicyBuildMessageType =
59
+ (typeof AutomatedReasoningPolicyBuildMessageType)[keyof typeof AutomatedReasoningPolicyBuildMessageType];
60
+ export declare const AutomatedReasoningPolicyAnnotationStatus: {
61
+ readonly APPLIED: "APPLIED";
62
+ readonly FAILED: "FAILED";
63
+ };
64
+ export type AutomatedReasoningPolicyAnnotationStatus =
65
+ (typeof AutomatedReasoningPolicyAnnotationStatus)[keyof typeof AutomatedReasoningPolicyAnnotationStatus];
66
+ export declare const AutomatedReasoningCheckLogicWarningType: {
67
+ readonly ALWAYS_FALSE: "ALWAYS_FALSE";
68
+ readonly ALWAYS_TRUE: "ALWAYS_TRUE";
69
+ };
70
+ export type AutomatedReasoningCheckLogicWarningType =
71
+ (typeof AutomatedReasoningCheckLogicWarningType)[keyof typeof AutomatedReasoningCheckLogicWarningType];
72
+ export declare const AutomatedReasoningPolicyTestRunResult: {
73
+ readonly FAILED: "FAILED";
74
+ readonly PASSED: "PASSED";
75
+ };
76
+ export type AutomatedReasoningPolicyTestRunResult =
77
+ (typeof AutomatedReasoningPolicyTestRunResult)[keyof typeof AutomatedReasoningPolicyTestRunResult];
78
+ export declare const AutomatedReasoningPolicyTestRunStatus: {
79
+ readonly COMPLETED: "COMPLETED";
80
+ readonly FAILED: "FAILED";
81
+ readonly IN_PROGRESS: "IN_PROGRESS";
82
+ readonly NOT_STARTED: "NOT_STARTED";
83
+ readonly SCHEDULED: "SCHEDULED";
84
+ };
85
+ export type AutomatedReasoningPolicyTestRunStatus =
86
+ (typeof AutomatedReasoningPolicyTestRunStatus)[keyof typeof AutomatedReasoningPolicyTestRunStatus];
87
+ export declare const Status: {
88
+ readonly INCOMPATIBLE_ENDPOINT: "INCOMPATIBLE_ENDPOINT";
89
+ readonly REGISTERED: "REGISTERED";
90
+ };
91
+ export type Status = (typeof Status)[keyof typeof Status];
92
+ export declare const CustomModelDeploymentStatus: {
93
+ readonly ACTIVE: "Active";
94
+ readonly CREATING: "Creating";
95
+ readonly FAILED: "Failed";
96
+ };
97
+ export type CustomModelDeploymentStatus =
98
+ (typeof CustomModelDeploymentStatus)[keyof typeof CustomModelDeploymentStatus];
99
+ export declare const SortModelsBy: {
100
+ readonly CREATION_TIME: "CreationTime";
101
+ };
102
+ export type SortModelsBy = (typeof SortModelsBy)[keyof typeof SortModelsBy];
103
+ export declare const SortOrder: {
104
+ readonly ASCENDING: "Ascending";
105
+ readonly DESCENDING: "Descending";
106
+ };
107
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
108
+ export declare const CustomizationType: {
109
+ readonly CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING";
110
+ readonly DISTILLATION: "DISTILLATION";
111
+ readonly FINE_TUNING: "FINE_TUNING";
112
+ readonly IMPORTED: "IMPORTED";
113
+ };
114
+ export type CustomizationType =
115
+ (typeof CustomizationType)[keyof typeof CustomizationType];
116
+ export declare const ModelStatus: {
117
+ readonly ACTIVE: "Active";
118
+ readonly CREATING: "Creating";
119
+ readonly FAILED: "Failed";
120
+ };
121
+ export type ModelStatus = (typeof ModelStatus)[keyof typeof ModelStatus];
122
+ export declare const EvaluationJobStatus: {
123
+ readonly COMPLETED: "Completed";
124
+ readonly DELETING: "Deleting";
125
+ readonly FAILED: "Failed";
126
+ readonly IN_PROGRESS: "InProgress";
127
+ readonly STOPPED: "Stopped";
128
+ readonly STOPPING: "Stopping";
129
+ };
130
+ export type EvaluationJobStatus =
131
+ (typeof EvaluationJobStatus)[keyof typeof EvaluationJobStatus];
132
+ export declare const ApplicationType: {
133
+ readonly MODEL_EVALUATION: "ModelEvaluation";
134
+ readonly RAG_EVALUATION: "RagEvaluation";
135
+ };
136
+ export type ApplicationType =
137
+ (typeof ApplicationType)[keyof typeof ApplicationType];
138
+ export declare const EvaluationTaskType: {
139
+ readonly CLASSIFICATION: "Classification";
140
+ readonly CUSTOM: "Custom";
141
+ readonly GENERATION: "Generation";
142
+ readonly QUESTION_AND_ANSWER: "QuestionAndAnswer";
143
+ readonly SUMMARIZATION: "Summarization";
144
+ };
145
+ export type EvaluationTaskType =
146
+ (typeof EvaluationTaskType)[keyof typeof EvaluationTaskType];
147
+ export declare const PerformanceConfigLatency: {
148
+ readonly OPTIMIZED: "optimized";
149
+ readonly STANDARD: "standard";
150
+ };
151
+ export type PerformanceConfigLatency =
152
+ (typeof PerformanceConfigLatency)[keyof typeof PerformanceConfigLatency];
153
+ export declare const ExternalSourceType: {
154
+ readonly BYTE_CONTENT: "BYTE_CONTENT";
155
+ readonly S3: "S3";
156
+ };
157
+ export type ExternalSourceType =
158
+ (typeof ExternalSourceType)[keyof typeof ExternalSourceType];
159
+ export declare const QueryTransformationType: {
160
+ readonly QUERY_DECOMPOSITION: "QUERY_DECOMPOSITION";
161
+ };
162
+ export type QueryTransformationType =
163
+ (typeof QueryTransformationType)[keyof typeof QueryTransformationType];
164
+ export declare const AttributeType: {
165
+ readonly BOOLEAN: "BOOLEAN";
166
+ readonly NUMBER: "NUMBER";
167
+ readonly STRING: "STRING";
168
+ readonly STRING_LIST: "STRING_LIST";
169
+ };
170
+ export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
171
+ export declare const SearchType: {
172
+ readonly HYBRID: "HYBRID";
173
+ readonly SEMANTIC: "SEMANTIC";
174
+ };
175
+ export type SearchType = (typeof SearchType)[keyof typeof SearchType];
176
+ export declare const RerankingMetadataSelectionMode: {
177
+ readonly ALL: "ALL";
178
+ readonly SELECTIVE: "SELECTIVE";
179
+ };
180
+ export type RerankingMetadataSelectionMode =
181
+ (typeof RerankingMetadataSelectionMode)[keyof typeof RerankingMetadataSelectionMode];
182
+ export declare const VectorSearchRerankingConfigurationType: {
183
+ readonly BEDROCK_RERANKING_MODEL: "BEDROCK_RERANKING_MODEL";
184
+ };
185
+ export type VectorSearchRerankingConfigurationType =
186
+ (typeof VectorSearchRerankingConfigurationType)[keyof typeof VectorSearchRerankingConfigurationType];
187
+ export declare const RetrieveAndGenerateType: {
188
+ readonly EXTERNAL_SOURCES: "EXTERNAL_SOURCES";
189
+ readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
190
+ };
191
+ export type RetrieveAndGenerateType =
192
+ (typeof RetrieveAndGenerateType)[keyof typeof RetrieveAndGenerateType];
193
+ export declare const EvaluationJobType: {
194
+ readonly AUTOMATED: "Automated";
195
+ readonly HUMAN: "Human";
196
+ };
197
+ export type EvaluationJobType =
198
+ (typeof EvaluationJobType)[keyof typeof EvaluationJobType];
199
+ export declare const SortJobsBy: {
200
+ readonly CREATION_TIME: "CreationTime";
201
+ };
202
+ export type SortJobsBy = (typeof SortJobsBy)[keyof typeof SortJobsBy];
203
+ export declare const GuardrailContentFilterAction: {
204
+ readonly BLOCK: "BLOCK";
205
+ readonly NONE: "NONE";
206
+ };
207
+ export type GuardrailContentFilterAction =
208
+ (typeof GuardrailContentFilterAction)[keyof typeof GuardrailContentFilterAction];
209
+ export declare const GuardrailModality: {
210
+ readonly IMAGE: "IMAGE";
211
+ readonly TEXT: "TEXT";
212
+ };
213
+ export type GuardrailModality =
214
+ (typeof GuardrailModality)[keyof typeof GuardrailModality];
215
+ export declare const GuardrailFilterStrength: {
216
+ readonly HIGH: "HIGH";
217
+ readonly LOW: "LOW";
218
+ readonly MEDIUM: "MEDIUM";
219
+ readonly NONE: "NONE";
220
+ };
221
+ export type GuardrailFilterStrength =
222
+ (typeof GuardrailFilterStrength)[keyof typeof GuardrailFilterStrength];
223
+ export declare const GuardrailContentFilterType: {
224
+ readonly HATE: "HATE";
225
+ readonly INSULTS: "INSULTS";
226
+ readonly MISCONDUCT: "MISCONDUCT";
227
+ readonly PROMPT_ATTACK: "PROMPT_ATTACK";
228
+ readonly SEXUAL: "SEXUAL";
229
+ readonly VIOLENCE: "VIOLENCE";
230
+ };
231
+ export type GuardrailContentFilterType =
232
+ (typeof GuardrailContentFilterType)[keyof typeof GuardrailContentFilterType];
233
+ export declare const GuardrailContentFiltersTierName: {
234
+ readonly CLASSIC: "CLASSIC";
235
+ readonly STANDARD: "STANDARD";
236
+ };
237
+ export type GuardrailContentFiltersTierName =
238
+ (typeof GuardrailContentFiltersTierName)[keyof typeof GuardrailContentFiltersTierName];
239
+ export declare const GuardrailContextualGroundingAction: {
240
+ readonly BLOCK: "BLOCK";
241
+ readonly NONE: "NONE";
242
+ };
243
+ export type GuardrailContextualGroundingAction =
244
+ (typeof GuardrailContextualGroundingAction)[keyof typeof GuardrailContextualGroundingAction];
245
+ export declare const GuardrailContextualGroundingFilterType: {
246
+ readonly GROUNDING: "GROUNDING";
247
+ readonly RELEVANCE: "RELEVANCE";
248
+ };
249
+ export type GuardrailContextualGroundingFilterType =
250
+ (typeof GuardrailContextualGroundingFilterType)[keyof typeof GuardrailContextualGroundingFilterType];
251
+ export declare const GuardrailSensitiveInformationAction: {
252
+ readonly ANONYMIZE: "ANONYMIZE";
253
+ readonly BLOCK: "BLOCK";
254
+ readonly NONE: "NONE";
255
+ };
256
+ export type GuardrailSensitiveInformationAction =
257
+ (typeof GuardrailSensitiveInformationAction)[keyof typeof GuardrailSensitiveInformationAction];
258
+ export declare const GuardrailPiiEntityType: {
259
+ readonly ADDRESS: "ADDRESS";
260
+ readonly AGE: "AGE";
261
+ readonly AWS_ACCESS_KEY: "AWS_ACCESS_KEY";
262
+ readonly AWS_SECRET_KEY: "AWS_SECRET_KEY";
263
+ readonly CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER";
264
+ readonly CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER";
265
+ readonly CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV";
266
+ readonly CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY";
267
+ readonly CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER";
268
+ readonly DRIVER_ID: "DRIVER_ID";
269
+ readonly EMAIL: "EMAIL";
270
+ readonly INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER";
271
+ readonly IP_ADDRESS: "IP_ADDRESS";
272
+ readonly LICENSE_PLATE: "LICENSE_PLATE";
273
+ readonly MAC_ADDRESS: "MAC_ADDRESS";
274
+ readonly NAME: "NAME";
275
+ readonly PASSWORD: "PASSWORD";
276
+ readonly PHONE: "PHONE";
277
+ readonly PIN: "PIN";
278
+ readonly SWIFT_CODE: "SWIFT_CODE";
279
+ readonly UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER";
280
+ readonly UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER";
281
+ readonly UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER";
282
+ readonly URL: "URL";
283
+ readonly USERNAME: "USERNAME";
284
+ readonly US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER";
285
+ readonly US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER";
286
+ readonly US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER";
287
+ readonly US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER";
288
+ readonly US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER";
289
+ readonly VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER";
290
+ };
291
+ export type GuardrailPiiEntityType =
292
+ (typeof GuardrailPiiEntityType)[keyof typeof GuardrailPiiEntityType];
293
+ export declare const GuardrailTopicsTierName: {
294
+ readonly CLASSIC: "CLASSIC";
295
+ readonly STANDARD: "STANDARD";
296
+ };
297
+ export type GuardrailTopicsTierName =
298
+ (typeof GuardrailTopicsTierName)[keyof typeof GuardrailTopicsTierName];
299
+ export declare const GuardrailTopicAction: {
300
+ readonly BLOCK: "BLOCK";
301
+ readonly NONE: "NONE";
302
+ };
303
+ export type GuardrailTopicAction =
304
+ (typeof GuardrailTopicAction)[keyof typeof GuardrailTopicAction];
305
+ export declare const GuardrailTopicType: {
306
+ readonly DENY: "DENY";
307
+ };
308
+ export type GuardrailTopicType =
309
+ (typeof GuardrailTopicType)[keyof typeof GuardrailTopicType];
310
+ export declare const GuardrailWordAction: {
311
+ readonly BLOCK: "BLOCK";
312
+ readonly NONE: "NONE";
313
+ };
314
+ export type GuardrailWordAction =
315
+ (typeof GuardrailWordAction)[keyof typeof GuardrailWordAction];
316
+ export declare const GuardrailManagedWordsType: {
317
+ readonly PROFANITY: "PROFANITY";
318
+ };
319
+ export type GuardrailManagedWordsType =
320
+ (typeof GuardrailManagedWordsType)[keyof typeof GuardrailManagedWordsType];
321
+ export declare const GuardrailStatus: {
322
+ readonly CREATING: "CREATING";
323
+ readonly DELETING: "DELETING";
324
+ readonly FAILED: "FAILED";
325
+ readonly READY: "READY";
326
+ readonly UPDATING: "UPDATING";
327
+ readonly VERSIONING: "VERSIONING";
328
+ };
329
+ export type GuardrailStatus =
330
+ (typeof GuardrailStatus)[keyof typeof GuardrailStatus];
331
+ export declare const InferenceProfileStatus: {
332
+ readonly ACTIVE: "ACTIVE";
333
+ };
334
+ export type InferenceProfileStatus =
335
+ (typeof InferenceProfileStatus)[keyof typeof InferenceProfileStatus];
336
+ export declare const InferenceProfileType: {
337
+ readonly APPLICATION: "APPLICATION";
338
+ readonly SYSTEM_DEFINED: "SYSTEM_DEFINED";
339
+ };
340
+ export type InferenceProfileType =
341
+ (typeof InferenceProfileType)[keyof typeof InferenceProfileType];
342
+ export declare const ModelCopyJobStatus: {
343
+ readonly COMPLETED: "Completed";
344
+ readonly FAILED: "Failed";
345
+ readonly IN_PROGRESS: "InProgress";
346
+ };
347
+ export type ModelCopyJobStatus =
348
+ (typeof ModelCopyJobStatus)[keyof typeof ModelCopyJobStatus];
349
+ export declare const ModelImportJobStatus: {
350
+ readonly COMPLETED: "Completed";
351
+ readonly FAILED: "Failed";
352
+ readonly IN_PROGRESS: "InProgress";
353
+ };
354
+ export type ModelImportJobStatus =
355
+ (typeof ModelImportJobStatus)[keyof typeof ModelImportJobStatus];
356
+ export declare const S3InputFormat: {
357
+ readonly JSONL: "JSONL";
358
+ };
359
+ export type S3InputFormat = (typeof S3InputFormat)[keyof typeof S3InputFormat];
360
+ export declare const ModelInvocationJobStatus: {
361
+ readonly COMPLETED: "Completed";
362
+ readonly EXPIRED: "Expired";
363
+ readonly FAILED: "Failed";
364
+ readonly IN_PROGRESS: "InProgress";
365
+ readonly PARTIALLY_COMPLETED: "PartiallyCompleted";
366
+ readonly SCHEDULED: "Scheduled";
367
+ readonly STOPPED: "Stopped";
368
+ readonly STOPPING: "Stopping";
369
+ readonly SUBMITTED: "Submitted";
370
+ readonly VALIDATING: "Validating";
371
+ };
372
+ export type ModelInvocationJobStatus =
373
+ (typeof ModelInvocationJobStatus)[keyof typeof ModelInvocationJobStatus];
374
+ export declare const ModelCustomization: {
375
+ readonly CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING";
376
+ readonly DISTILLATION: "DISTILLATION";
377
+ readonly FINE_TUNING: "FINE_TUNING";
378
+ };
379
+ export type ModelCustomization =
380
+ (typeof ModelCustomization)[keyof typeof ModelCustomization];
381
+ export declare const InferenceType: {
382
+ readonly ON_DEMAND: "ON_DEMAND";
383
+ readonly PROVISIONED: "PROVISIONED";
384
+ };
385
+ export type InferenceType = (typeof InferenceType)[keyof typeof InferenceType];
386
+ export declare const ModelModality: {
387
+ readonly EMBEDDING: "EMBEDDING";
388
+ readonly IMAGE: "IMAGE";
389
+ readonly TEXT: "TEXT";
390
+ };
391
+ export type ModelModality = (typeof ModelModality)[keyof typeof ModelModality];
392
+ export declare const FoundationModelLifecycleStatus: {
393
+ readonly ACTIVE: "ACTIVE";
394
+ readonly LEGACY: "LEGACY";
395
+ };
396
+ export type FoundationModelLifecycleStatus =
397
+ (typeof FoundationModelLifecycleStatus)[keyof typeof FoundationModelLifecycleStatus];
398
+ export declare const PromptRouterStatus: {
399
+ readonly AVAILABLE: "AVAILABLE";
400
+ };
401
+ export type PromptRouterStatus =
402
+ (typeof PromptRouterStatus)[keyof typeof PromptRouterStatus];
403
+ export declare const PromptRouterType: {
404
+ readonly CUSTOM: "custom";
405
+ readonly DEFAULT: "default";
406
+ };
407
+ export type PromptRouterType =
408
+ (typeof PromptRouterType)[keyof typeof PromptRouterType];
409
+ export declare const CommitmentDuration: {
410
+ readonly ONE_MONTH: "OneMonth";
411
+ readonly SIX_MONTHS: "SixMonths";
412
+ };
413
+ export type CommitmentDuration =
414
+ (typeof CommitmentDuration)[keyof typeof CommitmentDuration];
415
+ export declare const ProvisionedModelStatus: {
416
+ readonly CREATING: "Creating";
417
+ readonly FAILED: "Failed";
418
+ readonly IN_SERVICE: "InService";
419
+ readonly UPDATING: "Updating";
420
+ };
421
+ export type ProvisionedModelStatus =
422
+ (typeof ProvisionedModelStatus)[keyof typeof ProvisionedModelStatus];
423
+ export declare const SortByProvisionedModels: {
424
+ readonly CREATION_TIME: "CreationTime";
425
+ };
426
+ export type SortByProvisionedModels =
427
+ (typeof SortByProvisionedModels)[keyof typeof SortByProvisionedModels];
428
+ export declare const AuthorizationStatus: {
429
+ readonly AUTHORIZED: "AUTHORIZED";
430
+ readonly NOT_AUTHORIZED: "NOT_AUTHORIZED";
431
+ };
432
+ export type AuthorizationStatus =
433
+ (typeof AuthorizationStatus)[keyof typeof AuthorizationStatus];
434
+ export declare const EntitlementAvailability: {
435
+ readonly AVAILABLE: "AVAILABLE";
436
+ readonly NOT_AVAILABLE: "NOT_AVAILABLE";
437
+ };
438
+ export type EntitlementAvailability =
439
+ (typeof EntitlementAvailability)[keyof typeof EntitlementAvailability];
440
+ export declare const RegionAvailability: {
441
+ readonly AVAILABLE: "AVAILABLE";
442
+ readonly NOT_AVAILABLE: "NOT_AVAILABLE";
443
+ };
444
+ export type RegionAvailability =
445
+ (typeof RegionAvailability)[keyof typeof RegionAvailability];
446
+ export declare const OfferType: {
447
+ readonly ALL: "ALL";
448
+ readonly PUBLIC: "PUBLIC";
449
+ };
450
+ export type OfferType = (typeof OfferType)[keyof typeof OfferType];
451
+ export declare const ModelCustomizationJobStatus: {
452
+ readonly COMPLETED: "Completed";
453
+ readonly FAILED: "Failed";
454
+ readonly IN_PROGRESS: "InProgress";
455
+ readonly STOPPED: "Stopped";
456
+ readonly STOPPING: "Stopping";
457
+ };
458
+ export type ModelCustomizationJobStatus =
459
+ (typeof ModelCustomizationJobStatus)[keyof typeof ModelCustomizationJobStatus];
460
+ export declare const JobStatusDetails: {
461
+ readonly COMPLETED: "Completed";
462
+ readonly FAILED: "Failed";
463
+ readonly IN_PROGRESS: "InProgress";
464
+ readonly NOT_STARTED: "NotStarted";
465
+ readonly STOPPED: "Stopped";
466
+ readonly STOPPING: "Stopping";
467
+ };
468
+ export type JobStatusDetails =
469
+ (typeof JobStatusDetails)[keyof typeof JobStatusDetails];
470
+ export declare const FineTuningJobStatus: {
471
+ readonly COMPLETED: "Completed";
472
+ readonly FAILED: "Failed";
473
+ readonly IN_PROGRESS: "InProgress";
474
+ readonly STOPPED: "Stopped";
475
+ readonly STOPPING: "Stopping";
476
+ };
477
+ export type FineTuningJobStatus =
478
+ (typeof FineTuningJobStatus)[keyof typeof FineTuningJobStatus];