AWS online-register documentation change
Summary
Added documentation for four new API operations: GetFile, GetFineTuningJob, ListFiles, and ListFineTuningJobs
Security assessment
Adds routine API documentation without security context. These read/list operations don't address vulnerabilities or introduce security features, and no security guidance is included in the changes.
Diff
diff --git a/online-register/latest/data-formats/amazonbedrockpoweredbyawsmantle.md b/online-register/latest/data-formats/amazonbedrockpoweredbyawsmantle.md index cd3ade3ec..05f8cfe50 100644 --- a//online-register/latest/data-formats/amazonbedrockpoweredbyawsmantle.md +++ b//online-register/latest/data-formats/amazonbedrockpoweredbyawsmantle.md @@ -9,0 +10,2 @@ CallWithBearerToken| Make API calls using bearer token authentication| List +[GetFile](https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome)| Retrieve information about a specific file| Read +[GetFineTuningJob](https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome)| Retrieve details of a specific fine tuning job| Read @@ -11,0 +14,2 @@ CallWithBearerToken| Make API calls using bearer token authentication| List +[ListFiles](https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome)| List all available files in a project| List +[ListFineTuningJobs](https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome)| List all available fine tuning jobs in a project| List