From 5504376e274a6c159c16f20bf1d169915366e55f Mon Sep 17 00:00:00 2001 From: Onno Vos Date: Sun, 31 May 2026 21:29:59 +0100 Subject: [PATCH] Fix aws_bedrock_agentcore_control docs --- lib/aws_codegen/docstring.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/aws_codegen/docstring.ex b/lib/aws_codegen/docstring.ex index c629435..89644ab 100644 --- a/lib/aws_codegen/docstring.ex +++ b/lib/aws_codegen/docstring.ex @@ -46,6 +46,8 @@ defmodule AWS.CodeGen.Docstring do # 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'") + |> String.replace("`nextToken`", "`nextToken'") + end defp split_first_sentence_in_one_line(doc) do