@aws-sdk/client-bedrock 3.1055.0 → 3.1057.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 +2 -0
- package/dist-cjs/schemas/schemas_0.js +44 -15
- package/dist-es/models/enums.js +2 -0
- package/dist-es/schemas/schemas_0.js +33 -4
- package/dist-types/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAdvancedPromptOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomModelCommand.d.ts +6 -1
- package/dist-types/commands/GetAdvancedPromptOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/ListAdvancedPromptOptimizationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +12 -1
- package/dist-types/commands/StopAdvancedPromptOptimizationJobCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +152 -149
- package/dist-types/models/models_1.d.ts +79 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +41 -21
- package/dist-types/ts3.4/models/models_1.d.ts +20 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +7 -7
|
@@ -1,5 +1,83 @@
|
|
|
1
1
|
import type { ApplicationType, AuthorizationStatus, CommitmentDuration, CustomizationType, EntitlementAvailability, EvaluationJobStatus, EvaluationJobType, FineTuningJobStatus, FoundationModelLifecycleStatus, GuardrailContentFilterAction, GuardrailContentFiltersTierName, GuardrailContentFilterType, GuardrailContextualGroundingAction, GuardrailContextualGroundingFilterType, GuardrailFilterStrength, GuardrailManagedWordsType, GuardrailModality, GuardrailPiiEntityType, GuardrailSensitiveInformationAction, GuardrailStatus, GuardrailTopicAction, GuardrailTopicsTierName, GuardrailTopicType, GuardrailWordAction, InferenceProfileStatus, InferenceProfileType, InferenceType, JobStatusDetails, ModelCopyJobStatus, ModelCustomization, ModelCustomizationJobStatus, ModelImportJobStatus, ModelInvocationJobStatus, ModelInvocationType, ModelModality, OfferType, PromptRouterStatus, PromptRouterType, ProvisionedModelStatus, RegionAvailability, RetrieveAndGenerateType, S3InputFormat, SearchType, SortByProvisionedModels, SortJobsBy, SortModelsBy, SortOrder } from "./enums";
|
|
2
|
-
import type { AgreementAvailability, CustomizationConfig, EvaluationConfig, EvaluationModelConfig, EvaluationOutputDataConfig, EvaluationPrecomputedRagSourceConfig, ExternalSourcesRetrieveAndGenerateConfiguration, FilterAttribute, GenerationConfiguration, GuardrailAutomatedReasoningPolicyConfig, GuardrailContentPolicyConfig, GuardrailContextualGroundingPolicyConfig, GuardrailCrossRegionConfig,
|
|
2
|
+
import type { AgreementAvailability, CustomizationConfig, EvaluationConfig, EvaluationModelConfig, EvaluationOutputDataConfig, EvaluationPrecomputedRagSourceConfig, ExternalSourcesRetrieveAndGenerateConfiguration, FilterAttribute, GenerationConfiguration, GuardrailAutomatedReasoningPolicyConfig, GuardrailContentPolicyConfig, GuardrailContextualGroundingPolicyConfig, GuardrailCrossRegionConfig, GuardrailSensitiveInformationPolicyConfig, GuardrailTopicConfig, GuardrailTopicsTierConfig, ImplicitFilterConfiguration, ModelDataSource, OrchestrationConfiguration, OutputDataConfig, Tag, TrainingDataConfig, TrainingMetrics, ValidationDataConfig, ValidatorMetric, VectorSearchRerankingConfiguration, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Contains details about topics that the guardrail should identify and deny.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface GuardrailTopicPolicyConfig {
|
|
8
|
+
/**
|
|
9
|
+
* <p>A list of policies related to topics that the guardrail should deny.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
topicsConfig: GuardrailTopicConfig[] | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The tier that your guardrail uses for denied topic filters.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
tierConfig?: GuardrailTopicsTierConfig | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>The managed word list to configure for the guardrail.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface GuardrailManagedWordsConfig {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The managed word type to configure for the guardrail.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
type: GuardrailManagedWordsType | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>Specifies the action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
inputAction?: GuardrailWordAction | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
outputAction?: GuardrailWordAction | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
inputEnabled?: boolean | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
outputEnabled?: boolean | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* <p>A word to configure for the guardrail.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface GuardrailWordConfig {
|
|
55
|
+
/**
|
|
56
|
+
* <p>Text of the word configured for the guardrail to block.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
text: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>Specifies the action to take when harmful content is detected in the input. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
inputAction?: GuardrailWordAction | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>Specifies the action to take when harmful content is detected in the output. Supported values include:</p> <ul> <li> <p> <code>BLOCK</code> – Block the content and replace it with blocked messaging.</p> </li> <li> <p> <code>NONE</code> – Take no action but return detection information in the trace response.</p> </li> </ul>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
outputAction?: GuardrailWordAction | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>Specifies whether to enable guardrail evaluation on the intput. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
inputEnabled?: boolean | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
outputEnabled?: boolean | undefined;
|
|
80
|
+
}
|
|
3
81
|
/**
|
|
4
82
|
* <p>Contains details about the word policy to configured for the guardrail.</p>
|
|
5
83
|
* @public
|
|
@@ -79,6 +79,7 @@ export declare var AutomatedReasoningPolicyFidelityReport$: StaticStructureSchem
|
|
|
79
79
|
export declare var AutomatedReasoningPolicyGeneratedTestCase$: StaticStructureSchema;
|
|
80
80
|
export declare var AutomatedReasoningPolicyGeneratedTestCases$: StaticStructureSchema;
|
|
81
81
|
export declare var AutomatedReasoningPolicyIngestContentAnnotation$: StaticStructureSchema;
|
|
82
|
+
export declare var AutomatedReasoningPolicyIterativeRefinementContent$: StaticStructureSchema;
|
|
82
83
|
export declare var AutomatedReasoningPolicyPlanning$: StaticStructureSchema;
|
|
83
84
|
export declare var AutomatedReasoningPolicyReportSourceDocument$: StaticStructureSchema;
|
|
84
85
|
export declare var AutomatedReasoningPolicyRuleReport$: StaticStructureSchema;
|
|
@@ -371,6 +372,7 @@ export declare var ModelImportJobSummary$: StaticStructureSchema;
|
|
|
371
372
|
export declare var ModelInvocationJobS3InputDataConfig$: StaticStructureSchema;
|
|
372
373
|
export declare var ModelInvocationJobS3OutputDataConfig$: StaticStructureSchema;
|
|
373
374
|
export declare var ModelInvocationJobSummary$: StaticStructureSchema;
|
|
375
|
+
export declare var ModelPackageArnDataSource$: StaticStructureSchema;
|
|
374
376
|
export declare var Offer$: StaticStructureSchema;
|
|
375
377
|
export declare var OrchestrationConfiguration$: StaticStructureSchema;
|
|
376
378
|
export declare var OutputDataConfig$: StaticStructureSchema;
|
|
@@ -463,6 +465,7 @@ export declare var AutomatedReasoningPolicyMutation$: StaticUnionSchema;
|
|
|
463
465
|
export declare var AutomatedReasoningPolicyTypeValueAnnotation$: StaticUnionSchema;
|
|
464
466
|
export declare var AutomatedReasoningPolicyWorkflowTypeContent$: StaticUnionSchema;
|
|
465
467
|
export declare var CustomizationConfig$: StaticUnionSchema;
|
|
468
|
+
export declare var CustomModelDataSource$: StaticUnionSchema;
|
|
466
469
|
export declare var EndpointConfig$: StaticUnionSchema;
|
|
467
470
|
export declare var EvaluationConfig$: StaticUnionSchema;
|
|
468
471
|
export declare var EvaluationDatasetLocation$: StaticUnionSchema;
|
|
@@ -58,7 +58,9 @@ export declare const AutomatedReasoningPolicyBuildWorkflowType: {
|
|
|
58
58
|
readonly GENERATE_POLICY_SCENARIOS: "GENERATE_POLICY_SCENARIOS";
|
|
59
59
|
readonly IMPORT_POLICY: "IMPORT_POLICY";
|
|
60
60
|
readonly INGEST_CONTENT: "INGEST_CONTENT";
|
|
61
|
+
readonly ITERATIVELY_REFINE_POLICY: "ITERATIVELY_REFINE_POLICY";
|
|
61
62
|
readonly REFINE_POLICY: "REFINE_POLICY";
|
|
63
|
+
readonly RESOLVE_POLICY_AMBIGUITIES: "RESOLVE_POLICY_AMBIGUITIES";
|
|
62
64
|
};
|
|
63
65
|
export type AutomatedReasoningPolicyBuildWorkflowType =
|
|
64
66
|
(typeof AutomatedReasoningPolicyBuildWorkflowType)[keyof typeof AutomatedReasoningPolicyBuildWorkflowType];
|
|
@@ -28,14 +28,12 @@ import {
|
|
|
28
28
|
GuardrailContextualGroundingAction,
|
|
29
29
|
GuardrailContextualGroundingFilterType,
|
|
30
30
|
GuardrailFilterStrength,
|
|
31
|
-
GuardrailManagedWordsType,
|
|
32
31
|
GuardrailModality,
|
|
33
32
|
GuardrailPiiEntityType,
|
|
34
33
|
GuardrailSensitiveInformationAction,
|
|
35
34
|
GuardrailTopicAction,
|
|
36
35
|
GuardrailTopicsTierName,
|
|
37
36
|
GuardrailTopicType,
|
|
38
|
-
GuardrailWordAction,
|
|
39
37
|
InputTags,
|
|
40
38
|
ModelStatus,
|
|
41
39
|
PerformanceConfigLatency,
|
|
@@ -1497,12 +1495,17 @@ export declare namespace AutomatedReasoningPolicyGenerateFidelityReportContent {
|
|
|
1497
1495
|
_: (name: string, value: any) => T;
|
|
1498
1496
|
}
|
|
1499
1497
|
}
|
|
1498
|
+
export interface AutomatedReasoningPolicyIterativeRefinementContent {
|
|
1499
|
+
documents: AutomatedReasoningPolicyBuildWorkflowDocument[] | undefined;
|
|
1500
|
+
feedback?: string | undefined;
|
|
1501
|
+
}
|
|
1500
1502
|
export interface AutomatedReasoningPolicyBuildWorkflowRepairContent {
|
|
1501
1503
|
annotations: AutomatedReasoningPolicyAnnotation[] | undefined;
|
|
1502
1504
|
}
|
|
1503
1505
|
export type AutomatedReasoningPolicyWorkflowTypeContent =
|
|
1504
1506
|
| AutomatedReasoningPolicyWorkflowTypeContent.DocumentsMember
|
|
1505
1507
|
| AutomatedReasoningPolicyWorkflowTypeContent.GenerateFidelityReportContentMember
|
|
1508
|
+
| AutomatedReasoningPolicyWorkflowTypeContent.IterativeRefinementContentMember
|
|
1506
1509
|
| AutomatedReasoningPolicyWorkflowTypeContent.PolicyRepairAssetsMember
|
|
1507
1510
|
| AutomatedReasoningPolicyWorkflowTypeContent.$UnknownMember;
|
|
1508
1511
|
export declare namespace AutomatedReasoningPolicyWorkflowTypeContent {
|
|
@@ -1510,24 +1513,35 @@ export declare namespace AutomatedReasoningPolicyWorkflowTypeContent {
|
|
|
1510
1513
|
documents: AutomatedReasoningPolicyBuildWorkflowDocument[];
|
|
1511
1514
|
policyRepairAssets?: never;
|
|
1512
1515
|
generateFidelityReportContent?: never;
|
|
1516
|
+
iterativeRefinementContent?: never;
|
|
1513
1517
|
$unknown?: never;
|
|
1514
1518
|
}
|
|
1515
1519
|
interface PolicyRepairAssetsMember {
|
|
1516
1520
|
documents?: never;
|
|
1517
1521
|
policyRepairAssets: AutomatedReasoningPolicyBuildWorkflowRepairContent;
|
|
1518
1522
|
generateFidelityReportContent?: never;
|
|
1523
|
+
iterativeRefinementContent?: never;
|
|
1519
1524
|
$unknown?: never;
|
|
1520
1525
|
}
|
|
1521
1526
|
interface GenerateFidelityReportContentMember {
|
|
1522
1527
|
documents?: never;
|
|
1523
1528
|
policyRepairAssets?: never;
|
|
1524
1529
|
generateFidelityReportContent: AutomatedReasoningPolicyGenerateFidelityReportContent;
|
|
1530
|
+
iterativeRefinementContent?: never;
|
|
1531
|
+
$unknown?: never;
|
|
1532
|
+
}
|
|
1533
|
+
interface IterativeRefinementContentMember {
|
|
1534
|
+
documents?: never;
|
|
1535
|
+
policyRepairAssets?: never;
|
|
1536
|
+
generateFidelityReportContent?: never;
|
|
1537
|
+
iterativeRefinementContent: AutomatedReasoningPolicyIterativeRefinementContent;
|
|
1525
1538
|
$unknown?: never;
|
|
1526
1539
|
}
|
|
1527
1540
|
interface $UnknownMember {
|
|
1528
1541
|
documents?: never;
|
|
1529
1542
|
policyRepairAssets?: never;
|
|
1530
1543
|
generateFidelityReportContent?: never;
|
|
1544
|
+
iterativeRefinementContent?: never;
|
|
1531
1545
|
$unknown: [string, any];
|
|
1532
1546
|
}
|
|
1533
1547
|
interface Visitor<T> {
|
|
@@ -1538,6 +1552,9 @@ export declare namespace AutomatedReasoningPolicyWorkflowTypeContent {
|
|
|
1538
1552
|
generateFidelityReportContent: (
|
|
1539
1553
|
value: AutomatedReasoningPolicyGenerateFidelityReportContent
|
|
1540
1554
|
) => T;
|
|
1555
|
+
iterativeRefinementContent: (
|
|
1556
|
+
value: AutomatedReasoningPolicyIterativeRefinementContent
|
|
1557
|
+
) => T;
|
|
1541
1558
|
_: (name: string, value: any) => T;
|
|
1542
1559
|
}
|
|
1543
1560
|
}
|
|
@@ -1761,6 +1778,26 @@ export interface UpdateCustomModelDeploymentRequest {
|
|
|
1761
1778
|
export interface UpdateCustomModelDeploymentResponse {
|
|
1762
1779
|
customModelDeploymentArn: string | undefined;
|
|
1763
1780
|
}
|
|
1781
|
+
export interface ModelPackageArnDataSource {
|
|
1782
|
+
modelPackageArn: string | undefined;
|
|
1783
|
+
}
|
|
1784
|
+
export type CustomModelDataSource =
|
|
1785
|
+
| CustomModelDataSource.ModelPackageArnDataSourceMember
|
|
1786
|
+
| CustomModelDataSource.$UnknownMember;
|
|
1787
|
+
export declare namespace CustomModelDataSource {
|
|
1788
|
+
interface ModelPackageArnDataSourceMember {
|
|
1789
|
+
modelPackageArnDataSource: ModelPackageArnDataSource;
|
|
1790
|
+
$unknown?: never;
|
|
1791
|
+
}
|
|
1792
|
+
interface $UnknownMember {
|
|
1793
|
+
modelPackageArnDataSource?: never;
|
|
1794
|
+
$unknown: [string, any];
|
|
1795
|
+
}
|
|
1796
|
+
interface Visitor<T> {
|
|
1797
|
+
modelPackageArnDataSource: (value: ModelPackageArnDataSource) => T;
|
|
1798
|
+
_: (name: string, value: any) => T;
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1764
1801
|
export interface S3DataSource {
|
|
1765
1802
|
s3Uri: string | undefined;
|
|
1766
1803
|
}
|
|
@@ -1783,7 +1820,8 @@ export declare namespace ModelDataSource {
|
|
|
1783
1820
|
}
|
|
1784
1821
|
export interface CreateCustomModelRequest {
|
|
1785
1822
|
modelName: string | undefined;
|
|
1786
|
-
modelSourceConfig
|
|
1823
|
+
modelSourceConfig?: ModelDataSource | undefined;
|
|
1824
|
+
customModelDataSource?: CustomModelDataSource | undefined;
|
|
1787
1825
|
modelKmsKeyArn?: string | undefined;
|
|
1788
1826
|
roleArn?: string | undefined;
|
|
1789
1827
|
modelTags?: Tag[] | undefined;
|
|
@@ -2515,21 +2553,3 @@ export interface GuardrailTopicConfig {
|
|
|
2515
2553
|
inputEnabled?: boolean | undefined;
|
|
2516
2554
|
outputEnabled?: boolean | undefined;
|
|
2517
2555
|
}
|
|
2518
|
-
export interface GuardrailTopicPolicyConfig {
|
|
2519
|
-
topicsConfig: GuardrailTopicConfig[] | undefined;
|
|
2520
|
-
tierConfig?: GuardrailTopicsTierConfig | undefined;
|
|
2521
|
-
}
|
|
2522
|
-
export interface GuardrailManagedWordsConfig {
|
|
2523
|
-
type: GuardrailManagedWordsType | undefined;
|
|
2524
|
-
inputAction?: GuardrailWordAction | undefined;
|
|
2525
|
-
outputAction?: GuardrailWordAction | undefined;
|
|
2526
|
-
inputEnabled?: boolean | undefined;
|
|
2527
|
-
outputEnabled?: boolean | undefined;
|
|
2528
|
-
}
|
|
2529
|
-
export interface GuardrailWordConfig {
|
|
2530
|
-
text: string | undefined;
|
|
2531
|
-
inputAction?: GuardrailWordAction | undefined;
|
|
2532
|
-
outputAction?: GuardrailWordAction | undefined;
|
|
2533
|
-
inputEnabled?: boolean | undefined;
|
|
2534
|
-
outputEnabled?: boolean | undefined;
|
|
2535
|
-
}
|
|
@@ -61,10 +61,9 @@ import {
|
|
|
61
61
|
GuardrailContentPolicyConfig,
|
|
62
62
|
GuardrailContextualGroundingPolicyConfig,
|
|
63
63
|
GuardrailCrossRegionConfig,
|
|
64
|
-
GuardrailManagedWordsConfig,
|
|
65
64
|
GuardrailSensitiveInformationPolicyConfig,
|
|
66
|
-
|
|
67
|
-
|
|
65
|
+
GuardrailTopicConfig,
|
|
66
|
+
GuardrailTopicsTierConfig,
|
|
68
67
|
ImplicitFilterConfiguration,
|
|
69
68
|
ModelDataSource,
|
|
70
69
|
OrchestrationConfiguration,
|
|
@@ -77,6 +76,24 @@ import {
|
|
|
77
76
|
VectorSearchRerankingConfiguration,
|
|
78
77
|
VpcConfig,
|
|
79
78
|
} from "./models_0";
|
|
79
|
+
export interface GuardrailTopicPolicyConfig {
|
|
80
|
+
topicsConfig: GuardrailTopicConfig[] | undefined;
|
|
81
|
+
tierConfig?: GuardrailTopicsTierConfig | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface GuardrailManagedWordsConfig {
|
|
84
|
+
type: GuardrailManagedWordsType | undefined;
|
|
85
|
+
inputAction?: GuardrailWordAction | undefined;
|
|
86
|
+
outputAction?: GuardrailWordAction | undefined;
|
|
87
|
+
inputEnabled?: boolean | undefined;
|
|
88
|
+
outputEnabled?: boolean | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface GuardrailWordConfig {
|
|
91
|
+
text: string | undefined;
|
|
92
|
+
inputAction?: GuardrailWordAction | undefined;
|
|
93
|
+
outputAction?: GuardrailWordAction | undefined;
|
|
94
|
+
inputEnabled?: boolean | undefined;
|
|
95
|
+
outputEnabled?: boolean | undefined;
|
|
96
|
+
}
|
|
80
97
|
export interface GuardrailWordPolicyConfig {
|
|
81
98
|
wordsConfig?: GuardrailWordConfig[] | undefined;
|
|
82
99
|
managedWordListsConfig?: GuardrailManagedWordsConfig[] | undefined;
|
|
@@ -79,6 +79,7 @@ export declare var AutomatedReasoningPolicyFidelityReport$: StaticStructureSchem
|
|
|
79
79
|
export declare var AutomatedReasoningPolicyGeneratedTestCase$: StaticStructureSchema;
|
|
80
80
|
export declare var AutomatedReasoningPolicyGeneratedTestCases$: StaticStructureSchema;
|
|
81
81
|
export declare var AutomatedReasoningPolicyIngestContentAnnotation$: StaticStructureSchema;
|
|
82
|
+
export declare var AutomatedReasoningPolicyIterativeRefinementContent$: StaticStructureSchema;
|
|
82
83
|
export declare var AutomatedReasoningPolicyPlanning$: StaticStructureSchema;
|
|
83
84
|
export declare var AutomatedReasoningPolicyReportSourceDocument$: StaticStructureSchema;
|
|
84
85
|
export declare var AutomatedReasoningPolicyRuleReport$: StaticStructureSchema;
|
|
@@ -371,6 +372,7 @@ export declare var ModelImportJobSummary$: StaticStructureSchema;
|
|
|
371
372
|
export declare var ModelInvocationJobS3InputDataConfig$: StaticStructureSchema;
|
|
372
373
|
export declare var ModelInvocationJobS3OutputDataConfig$: StaticStructureSchema;
|
|
373
374
|
export declare var ModelInvocationJobSummary$: StaticStructureSchema;
|
|
375
|
+
export declare var ModelPackageArnDataSource$: StaticStructureSchema;
|
|
374
376
|
export declare var Offer$: StaticStructureSchema;
|
|
375
377
|
export declare var OrchestrationConfiguration$: StaticStructureSchema;
|
|
376
378
|
export declare var OutputDataConfig$: StaticStructureSchema;
|
|
@@ -463,6 +465,7 @@ export declare var AutomatedReasoningPolicyMutation$: StaticUnionSchema;
|
|
|
463
465
|
export declare var AutomatedReasoningPolicyTypeValueAnnotation$: StaticUnionSchema;
|
|
464
466
|
export declare var AutomatedReasoningPolicyWorkflowTypeContent$: StaticUnionSchema;
|
|
465
467
|
export declare var CustomizationConfig$: StaticUnionSchema;
|
|
468
|
+
export declare var CustomModelDataSource$: StaticUnionSchema;
|
|
466
469
|
export declare var EndpointConfig$: StaticUnionSchema;
|
|
467
470
|
export declare var EvaluationConfig$: StaticUnionSchema;
|
|
468
471
|
export declare var EvaluationDatasetLocation$: StaticUnionSchema;
|
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.1057.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/token-providers": "3.
|
|
24
|
+
"@aws-sdk/core": "^3.974.15",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.47",
|
|
26
|
+
"@aws-sdk/token-providers": "3.1057.0",
|
|
27
27
|
"@aws-sdk/types": "^3.973.9",
|
|
28
|
-
"@smithy/core": "^3.24.
|
|
29
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
30
|
-
"@smithy/node-http-handler": "^4.7.
|
|
28
|
+
"@smithy/core": "^3.24.5",
|
|
29
|
+
"@smithy/fetch-http-handler": "^5.4.5",
|
|
30
|
+
"@smithy/node-http-handler": "^4.7.5",
|
|
31
31
|
"@smithy/types": "^4.14.2",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|