From 2e6515fd05815d4428f8c921544caadc9e3067ef Mon Sep 17 00:00:00 2001 From: Onno Vos Date: Sun, 31 May 2026 21:19:00 +0100 Subject: [PATCH] Fix aws_bedrock_agentcore_control docs --- lib/aws_codegen/docstring.ex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/aws_codegen/docstring.ex b/lib/aws_codegen/docstring.ex index 2a5e21f..c629435 100644 --- a/lib/aws_codegen/docstring.ex +++ b/lib/aws_codegen/docstring.ex @@ -43,6 +43,9 @@ defmodule AWS.CodeGen.Docstring do |> String.replace("`AVAILABLE`", "`AVAILABLE'") # aws-sdk-go docs are broken for this, hack it to make the edocs work |> String.replace("`PENDING`", "`PENDING'") + # aws-sdk-go docs are broken for this, hack it to make the edocs work + |> String.replace("`datasetVersion`", "`datasetVersion'") + |> String.replace("`?datasetVersion=1`", "`?datasetVersion=1'") end defp split_first_sentence_in_one_line(doc) do