Skip to content

Commit

Permalink
Merge pull request #38757 from sasidhar-aws/f-aws_bedrock_guardrail
Browse files Browse the repository at this point in the history
feat: add new resource aws_bedrock_guardrail
  • Loading branch information
jar-b authored Aug 12, 2024
2 parents c7b7a73 + 28e31be commit bfd41e2
Show file tree
Hide file tree
Showing 6 changed files with 1,457 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/38757.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_bedrock_guardrail
```
5 changes: 4 additions & 1 deletion internal/service/bedrock/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ package bedrock
// Exports for use in tests only.
var (
ResourceCustomModel = newCustomModelResource
ResourceGuardrail = newResourceGuardrail
ResourceModelInvocationLoggingConfiguration = newModelInvocationLoggingConfigurationResource

FindCustomModelByID = findCustomModelByID
FindGuardrailByID = findGuardrailByID
FindModelCustomizationJobByID = findModelCustomizationJobByID
FindModelInvocationLoggingConfiguration = findModelInvocationLoggingConfiguration
FindProvisionedModelThroughputByID = findProvisionedModelThroughputByID
WaitModelCustomizationJobCompleted = waitModelCustomizationJobCompleted

WaitModelCustomizationJobCompleted = waitModelCustomizationJobCompleted
)
Loading

0 comments on commit bfd41e2

Please sign in to comment.