Skip to content

Commit 3ccb098

Browse files
aws-rafamskrokoko
andauthored
fix(bedrock): add Claude 3.5 v2 and remove old file (#765)
* fix(bedrock): add Claude 3.5 v2 and remove old file --------- Co-authored-by: Alain Krok <[email protected]>
1 parent 91b47d9 commit 3ccb098

11 files changed

+10
-427
lines changed

apidocs/namespaces/bedrock/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@
1818
- [ConfluenceObjectType](enumerations/ConfluenceObjectType.md)
1919
- [ContentFilterStrength](enumerations/ContentFilterStrength.md)
2020
- [ContentFilterType](enumerations/ContentFilterType.md)
21-
- [ContextualGroundingFilterConfigType](enumerations/ContextualGroundingFilterConfigType.md)
2221
- [ContextualGroundingFilterType](enumerations/ContextualGroundingFilterType.md)
2322
- [CrawlingScope](enumerations/CrawlingScope.md)
2423
- [DataDeletionPolicy](enumerations/DataDeletionPolicy.md)
2524
- [DataSourceType](enumerations/DataSourceType.md)
26-
- [FiltersConfigStrength](enumerations/FiltersConfigStrength.md)
27-
- [FiltersConfigType](enumerations/FiltersConfigType.md)
2825
- [GuardrailAction](enumerations/GuardrailAction.md)
2926
- [ManagedWordFilterType](enumerations/ManagedWordFilterType.md)
3027
- [ParserMode](enumerations/ParserMode.md)
@@ -47,7 +44,6 @@
4744
- [BedrockFoundationModel](classes/BedrockFoundationModel.md)
4845
- [ChunkingStrategy](classes/ChunkingStrategy.md)
4946
- [ConfluenceDataSource](classes/ConfluenceDataSource.md)
50-
- [ContentPolicyConfig](classes/ContentPolicyConfig.md)
5147
- [CustomTransformation](classes/CustomTransformation.md)
5248
- [DataSource](classes/DataSource.md)
5349
- [DataSourceBase](classes/DataSourceBase.md)
@@ -81,9 +77,7 @@
8177
- [ConfluenceDataSourceAssociationProps](interfaces/ConfluenceDataSourceAssociationProps.md)
8278
- [ConfluenceDataSourceProps](interfaces/ConfluenceDataSourceProps.md)
8379
- [ContentFilter](interfaces/ContentFilter.md)
84-
- [ContentPolicyConfigProps](interfaces/ContentPolicyConfigProps.md)
8580
- [ContextualGroundingFilter](interfaces/ContextualGroundingFilter.md)
86-
- [ContextualGroundingPolicyConfigProps](interfaces/ContextualGroundingPolicyConfigProps.md)
8781
- [CrawlingFilters](interfaces/CrawlingFilters.md)
8882
- [CustomTopicProps](interfaces/CustomTopicProps.md)
8983
- [DataSourceAssociationProps](interfaces/DataSourceAssociationProps.md)

apidocs/namespaces/bedrock/classes/BedrockFoundationModel.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ can instantiate a `BedrockFoundationModel` object, e.g: `new BedrockFoundationMo
7171
7272
***
7373

74+
### ANTHROPIC\_CLAUDE\_3\_5\_SONNET\_V2\_0
75+
76+
> `readonly` `static` **ANTHROPIC\_CLAUDE\_3\_5\_SONNET\_V2\_0**: [`BedrockFoundationModel`](BedrockFoundationModel.md)
77+
78+
***
79+
7480
### ANTHROPIC\_CLAUDE\_HAIKU\_V1\_0
7581

7682
> `readonly` `static` **ANTHROPIC\_CLAUDE\_HAIKU\_V1\_0**: [`BedrockFoundationModel`](BedrockFoundationModel.md)

apidocs/namespaces/bedrock/classes/ContentPolicyConfig.md

-105
This file was deleted.

apidocs/namespaces/bedrock/enumerations/ContextualGroundingFilterConfigType.md

-27
This file was deleted.

apidocs/namespaces/bedrock/enumerations/FiltersConfigStrength.md

-31
This file was deleted.

apidocs/namespaces/bedrock/enumerations/FiltersConfigType.md

-43
This file was deleted.

apidocs/namespaces/bedrock/interfaces/ContentPolicyConfigProps.md

-25
This file was deleted.

apidocs/namespaces/bedrock/interfaces/ContextualGroundingPolicyConfigProps.md

-28
This file was deleted.

0 commit comments

Comments
 (0)