View Source ExAws.Bedrock.Request (ex_aws_bedrock v2.5.1)

Perform AWS requests signed with the correct service.

Actions on Amazon Bedrock Runtime need to be signed with Bedrock.

Summary

Functions

Perform an AWS request with correct service.

Perform an AWS request with correct service, raise if it fails.

Return a stream for the AWS resource.

Functions

Link to this function

request(op, config_overrides \\ [])

View Source

Perform an AWS request with correct service.

See ExAws.request/2.

Link to this function

request!(op, config_overrides \\ [])

View Source

Perform an AWS request with correct service, raise if it fails.

See ExAws.request!/2.

Link to this function

stream!(op, config_overrides \\ [])

View Source

Return a stream for the AWS resource.

See ExAws.stream!/2.