Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 12, 2025
1 parent ee519c7 commit d8907e1
Show file tree
Hide file tree
Showing 17 changed files with 783 additions and 634 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-b2bi-53058.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``b2bi``",
"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 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrockagent-97644.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent``",
"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."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent-runtime``",
"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 changes: 5 additions & 0 deletions .changes/next-release/api-change-codebuild-82266.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``codebuild``",
"description": "Add note for the RUNNER_BUILDKITE_BUILD buildType."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-fsx-68666.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``fsx``",
"description": "Support for in-place Lustre version upgrades"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-medialive-54925.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``medialive``",
"description": "Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``opensearchserverless``",
"description": "Custom OpenSearchServerless Entity ID for SAML Config."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-polly-11323.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``polly``",
"description": "Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only."
}
8 changes: 4 additions & 4 deletions botocore/data/b2bi/2022-06-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2859,13 +2859,13 @@
"type":"string",
"max":15,
"min":2,
"pattern":"[a-zA-Z0-9]*"
"pattern":"[a-zA-Z0-9 ]*"
},
"X12ApplicationSenderCode":{
"type":"string",
"max":15,
"min":2,
"pattern":"[a-zA-Z0-9]*"
"pattern":"[a-zA-Z0-9 ]*"
},
"X12ComponentSeparator":{
"type":"string",
Expand Down Expand Up @@ -3005,7 +3005,7 @@
"type":"string",
"max":15,
"min":15,
"pattern":"[a-zA-Z0-9]*"
"pattern":"[a-zA-Z0-9 ]*"
},
"X12RepetitionSeparator":{
"type":"string",
Expand All @@ -3028,7 +3028,7 @@
"type":"string",
"max":15,
"min":15,
"pattern":"[a-zA-Z0-9]*"
"pattern":"[a-zA-Z0-9 ]*"
},
"X12TransactionSet":{
"type":"string",
Expand Down
4 changes: 4 additions & 0 deletions botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3964,6 +3964,10 @@
"PromptConfiguration":{
"type":"structure",
"members":{
"additionalModelRequestFields":{
"shape":"Document",
"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>"
},
"basePromptTemplate":{
"shape":"BasePromptTemplate",
"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>"
Expand Down
12 changes: 8 additions & 4 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"}
],
"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>",
"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>",
"idempotent":true
},
"DeletePrompt":{
Expand Down Expand Up @@ -754,7 +754,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"}
],
"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>"
"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>"
},
"GetPrompt":{
"name":"GetPrompt",
Expand Down Expand Up @@ -791,7 +791,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"}
],
"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>",
"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>",
"idempotent":true
},
"ListAgentActionGroups":{
Expand Down Expand Up @@ -1007,7 +1007,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ServiceQuotaExceededException"}
],
"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>"
"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>"
},
"ListKnowledgeBases":{
"name":"ListKnowledgeBases",
Expand Down Expand Up @@ -7999,6 +7999,10 @@
"PromptConfiguration":{
"type":"structure",
"members":{
"additionalModelRequestFields":{
"shape":"Document",
"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>"
},
"basePromptTemplate":{
"shape":"BasePromptTemplate",
"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>"
Expand Down
6 changes: 3 additions & 3 deletions botocore/data/codebuild/2016-10-06/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@
},
"buildType":{
"shape":"WebhookBuildType",
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
"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>"
},
"manualCreation":{
"shape":"WrapperBoolean",
Expand Down Expand Up @@ -4921,7 +4921,7 @@
},
"buildType":{
"shape":"WebhookBuildType",
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
"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>"
}
}
},
Expand Down Expand Up @@ -4983,7 +4983,7 @@
},
"buildType":{
"shape":"WebhookBuildType",
"documentation":"<p>Specifies the type of build this webhook will trigger.</p>"
"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>"
},
"manualCreation":{
"shape":"WrapperBoolean",
Expand Down
Loading

0 comments on commit d8907e1

Please sign in to comment.