Skip to content

Commit d8907e1

Browse files
Update to latest models
1 parent ee519c7 commit d8907e1

File tree

17 files changed

+783
-634
lines changed

17 files changed

+783
-634
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``b2bi``",
4+
"description": "Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agent``",
4+
"description": "This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters."
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agent-runtime``",
4+
"description": "This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters."
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``codebuild``",
4+
"description": "Add note for the RUNNER_BUILDKITE_BUILD buildType."
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``fsx``",
4+
"description": "Support for in-place Lustre version upgrades"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``medialive``",
4+
"description": "Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations."
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``opensearchserverless``",
4+
"description": "Custom OpenSearchServerless Entity ID for SAML Config."
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``polly``",
4+
"description": "Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only."
5+
}

botocore/data/b2bi/2022-06-23/service-2.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2859,13 +2859,13 @@
28592859
"type":"string",
28602860
"max":15,
28612861
"min":2,
2862-
"pattern":"[a-zA-Z0-9]*"
2862+
"pattern":"[a-zA-Z0-9 ]*"
28632863
},
28642864
"X12ApplicationSenderCode":{
28652865
"type":"string",
28662866
"max":15,
28672867
"min":2,
2868-
"pattern":"[a-zA-Z0-9]*"
2868+
"pattern":"[a-zA-Z0-9 ]*"
28692869
},
28702870
"X12ComponentSeparator":{
28712871
"type":"string",
@@ -3005,7 +3005,7 @@
30053005
"type":"string",
30063006
"max":15,
30073007
"min":15,
3008-
"pattern":"[a-zA-Z0-9]*"
3008+
"pattern":"[a-zA-Z0-9 ]*"
30093009
},
30103010
"X12RepetitionSeparator":{
30113011
"type":"string",
@@ -3028,7 +3028,7 @@
30283028
"type":"string",
30293029
"max":15,
30303030
"min":15,
3031-
"pattern":"[a-zA-Z0-9]*"
3031+
"pattern":"[a-zA-Z0-9 ]*"
30323032
},
30333033
"X12TransactionSet":{
30343034
"type":"string",

botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json

+4
Original file line numberDiff line numberDiff line change
@@ -3964,6 +3964,10 @@
39643964
"PromptConfiguration":{
39653965
"type":"structure",
39663966
"members":{
3967+
"additionalModelRequestFields":{
3968+
"shape":"Document",
3969+
"documentation":"<p>If the Converse or ConverseStream operations support the model, <code>additionalModelRequestFields</code> contains additional inference parameters, beyond the base set of inference parameters in the <code>inferenceConfiguration</code> field. </p> <p>For more information, see <i>Inference request parameters and response fields for foundation models</i> in the Amazon Bedrock user guide.</p>"
3970+
},
39673971
"basePromptTemplate":{
39683972
"shape":"BasePromptTemplate",
39693973
"documentation":"<p>Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-placeholders.html\">Prompt template placeholder variables</a>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts-configure.html\">Configure the prompt templates</a>.</p>"

botocore/data/bedrock-agent/2023-06-05/service-2.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
{"shape":"ResourceNotFoundException"},
459459
{"shape":"ServiceQuotaExceededException"}
460460
],
461-
"documentation":"<p>Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>",
461+
"documentation":"<p>Deletes documents from a data source and syncs the changes to the knowledge base that is connected to it. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>",
462462
"idempotent":true
463463
},
464464
"DeletePrompt":{
@@ -754,7 +754,7 @@
754754
{"shape":"ResourceNotFoundException"},
755755
{"shape":"ServiceQuotaExceededException"}
756756
],
757-
"documentation":"<p>Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>"
757+
"documentation":"<p>Retrieves specific documents from a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>"
758758
},
759759
"GetPrompt":{
760760
"name":"GetPrompt",
@@ -791,7 +791,7 @@
791791
{"shape":"ResourceNotFoundException"},
792792
{"shape":"ServiceQuotaExceededException"}
793793
],
794-
"documentation":"<p>Ingests documents directly into the knowledge base that is connected to the data source. The <code>dataSourceType</code> specified in the content for each document must match the type of the data source that you specify in the header. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>",
794+
"documentation":"<p>Ingests documents directly into the knowledge base that is connected to the data source. The <code>dataSourceType</code> specified in the content for each document must match the type of the data source that you specify in the header. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>",
795795
"idempotent":true
796796
},
797797
"ListAgentActionGroups":{
@@ -1007,7 +1007,7 @@
10071007
{"shape":"ResourceNotFoundException"},
10081008
{"shape":"ServiceQuotaExceededException"}
10091009
],
1010-
"documentation":"<p>Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-real-time-ingestion.html\">Ingest documents into a knowledge base in real-time</a> in the Amazon Bedrock User Guide.</p>"
1010+
"documentation":"<p>Retrieves all the documents contained in a data source that is connected to a knowledge base. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/kb-direct-ingestion.html\">Ingest changes directly into a knowledge base</a> in the Amazon Bedrock User Guide.</p>"
10111011
},
10121012
"ListKnowledgeBases":{
10131013
"name":"ListKnowledgeBases",
@@ -7999,6 +7999,10 @@
79997999
"PromptConfiguration":{
80008000
"type":"structure",
80018001
"members":{
8002+
"additionalModelRequestFields":{
8003+
"shape":"Document",
8004+
"documentation":"<p>If the Converse or ConverseStream operations support the model, <code>additionalModelRequestFields</code> contains additional inference parameters, beyond the base set of inference parameters in the <code>inferenceConfiguration</code> field. </p> <p>For more information, see <i>Inference request parameters and response fields for foundation models</i> in the Amazon Bedrock user guide.</p>"
8005+
},
80028006
"basePromptTemplate":{
80038007
"shape":"BasePromptTemplate",
80048008
"documentation":"<p>Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-placeholders.html\">Prompt template placeholder variables</a>. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/advanced-prompts-configure.html\">Configure the prompt templates</a>.</p>"

botocore/data/codebuild/2016-10-06/service-2.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@
18531853
},
18541854
"buildType":{
18551855
"shape":"WebhookBuildType",
1856-
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
1856+
"documentation":"<p>Specifies the type of build this webhook will trigger.</p> <note> <p> <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html\">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild user guide</i>.</p> </note>"
18571857
},
18581858
"manualCreation":{
18591859
"shape":"WrapperBoolean",
@@ -4921,7 +4921,7 @@
49214921
},
49224922
"buildType":{
49234923
"shape":"WebhookBuildType",
4924-
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
4924+
"documentation":"<p>Specifies the type of build this webhook will trigger.</p> <note> <p> <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html\">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild user guide</i>.</p> </note>"
49254925
}
49264926
}
49274927
},
@@ -4983,7 +4983,7 @@
49834983
},
49844984
"buildType":{
49854985
"shape":"WebhookBuildType",
4986-
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
4986+
"documentation":"<p>Specifies the type of build this webhook will trigger.</p> <note> <p> <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects configured for Buildkite runner builds. For more information about CodeBuild-hosted Buildkite runner builds, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-runner-buildkite.html\">Tutorial: Configure a CodeBuild-hosted Buildkite runner</a> in the <i>CodeBuild user guide</i>.</p> </note>"
49874987
},
49884988
"manualCreation":{
49894989
"shape":"WrapperBoolean",

0 commit comments

Comments
 (0)