Skip to content

Commit a98b3e8

Browse files
Updated API models and rebuilt service gems.
1 parent 47211e4 commit a98b3e8

File tree

72 files changed

+2427
-2005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2427
-2005
lines changed

apis/b2bi/2022-06-23/api-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,13 +1930,13 @@
19301930
"type":"string",
19311931
"max":15,
19321932
"min":2,
1933-
"pattern":"[a-zA-Z0-9]*"
1933+
"pattern":"[a-zA-Z0-9 ]*"
19341934
},
19351935
"X12ApplicationSenderCode":{
19361936
"type":"string",
19371937
"max":15,
19381938
"min":2,
1939-
"pattern":"[a-zA-Z0-9]*"
1939+
"pattern":"[a-zA-Z0-9 ]*"
19401940
},
19411941
"X12ComponentSeparator":{
19421942
"type":"string",
@@ -2010,7 +2010,7 @@
20102010
"type":"string",
20112011
"max":15,
20122012
"min":15,
2013-
"pattern":"[a-zA-Z0-9]*"
2013+
"pattern":"[a-zA-Z0-9 ]*"
20142014
},
20152015
"X12RepetitionSeparator":{
20162016
"type":"string",
@@ -2033,7 +2033,7 @@
20332033
"type":"string",
20342034
"max":15,
20352035
"min":15,
2036-
"pattern":"[a-zA-Z0-9]*"
2036+
"pattern":"[a-zA-Z0-9 ]*"
20372037
},
20382038
"X12TransactionSet":{
20392039
"type":"string",

apis/bedrock-agent-runtime/2023-07-26/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,6 +2578,7 @@
25782578
"PromptConfiguration":{
25792579
"type":"structure",
25802580
"members":{
2581+
"additionalModelRequestFields":{"shape":"Document"},
25812582
"basePromptTemplate":{"shape":"BasePromptTemplate"},
25822583
"inferenceConfiguration":{"shape":"InferenceConfiguration"},
25832584
"parserMode":{"shape":"CreationMode"},

apis/bedrock-agent-runtime/2023-07-26/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@
495495
"FlowOutputContent$document": "<p>The content in the output.</p>",
496496
"FlowTraceNodeInputContent$document": "<p>The content of the node input.</p>",
497497
"FlowTraceNodeOutputContent$document": "<p>The content of the node output.</p>",
498+
"PromptConfiguration$additionalModelRequestFields": "<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>",
498499
"RerankDocument$jsonDocument": "<p>Contains a JSON document to rerank.</p>"
499500
}
500501
},

apis/bedrock-agent/2023-06-05/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5564,6 +5564,7 @@
55645564
"PromptConfiguration":{
55655565
"type":"structure",
55665566
"members":{
5567+
"additionalModelRequestFields":{"shape":"Document"},
55675568
"basePromptTemplate":{"shape":"BasePromptTemplate"},
55685569
"foundationModel":{"shape":"ModelIdentifier"},
55695570
"inferenceConfiguration":{"shape":"InferenceConfiguration"},

apis/bedrock-agent/2023-06-05/docs-2.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"DeleteFlowAlias": "<p>Deletes an alias of a flow.</p>",
2424
"DeleteFlowVersion": "<p>Deletes a version of a flow.</p>",
2525
"DeleteKnowledgeBase": "<p>Deletes a knowledge base. Before deleting a knowledge base, you should disassociate the knowledge base from any agents that it is associated with by making a <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_DisassociateAgentKnowledgeBase.html\">DisassociateAgentKnowledgeBase</a> request.</p>",
26-
"DeleteKnowledgeBaseDocuments": "<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>",
26+
"DeleteKnowledgeBaseDocuments": "<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>",
2727
"DeletePrompt": "<p>Deletes a prompt or a version of it, depending on whether you include the <code>promptVersion</code> field or not. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-manage.html#prompt-management-delete.html\">Delete prompts from the Prompt management tool</a> and <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-deploy.html#prompt-management-versions-delete.html\">Delete a version of a prompt from the Prompt management tool</a> in the Amazon Bedrock User Guide.</p>",
2828
"DisassociateAgentCollaborator": "<p>Disassociates an agent collaborator.</p>",
2929
"DisassociateAgentKnowledgeBase": "<p>Disassociates a knowledge base from an agent.</p>",
@@ -39,9 +39,9 @@
3939
"GetFlowVersion": "<p>Retrieves information about a version of a flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html\">Deploy a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.</p>",
4040
"GetIngestionJob": "<p>Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.</p>",
4141
"GetKnowledgeBase": "<p>Gets information about a knoweldge base.</p>",
42-
"GetKnowledgeBaseDocuments": "<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>",
42+
"GetKnowledgeBaseDocuments": "<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>",
4343
"GetPrompt": "<p>Retrieves information about the working draft (<code>DRAFT</code> version) of a prompt or a version of it, depending on whether you include the <code>promptVersion</code> field or not. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-manage.html#prompt-management-view.html\">View information about prompts using Prompt management</a> and <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-deploy.html#prompt-management-versions-view.html\">View information about a version of your prompt</a> in the Amazon Bedrock User Guide.</p>",
44-
"IngestKnowledgeBaseDocuments": "<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>",
44+
"IngestKnowledgeBaseDocuments": "<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>",
4545
"ListAgentActionGroups": "<p>Lists the action groups for an agent and information about each one.</p>",
4646
"ListAgentAliases": "<p>Lists the aliases of an agent and information about each one.</p>",
4747
"ListAgentCollaborators": "<p>Retrieve a list of an agent's collaborators.</p>",
@@ -53,7 +53,7 @@
5353
"ListFlowVersions": "<p>Returns a list of information about each flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-deploy.html\">Deploy a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.</p>",
5454
"ListFlows": "<p>Returns a list of flows and information about each flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-manage.html\">Manage a flow in Amazon Bedrock</a> in the Amazon Bedrock User Guide.</p>",
5555
"ListIngestionJobs": "<p>Lists the data ingestion jobs for a data source. The list also includes information about each job.</p>",
56-
"ListKnowledgeBaseDocuments": "<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>",
56+
"ListKnowledgeBaseDocuments": "<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>",
5757
"ListKnowledgeBases": "<p>Lists the knowledge bases in an account. The list also includesinformation about each knowledge base.</p>",
5858
"ListPrompts": "<p>Returns either information about the working draft (<code>DRAFT</code> version) of each prompt in an account, or information about of all versions of a prompt, depending on whether you include the <code>promptIdentifier</code> field or not. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-management-manage.html#prompt-management-view.html\">View information about prompts using Prompt management</a> in the Amazon Bedrock User Guide.</p>",
5959
"ListTagsForResource": "<p>List all the tags for the resource you specify.</p>",
@@ -1106,6 +1106,7 @@
11061106
"Document": {
11071107
"base": null,
11081108
"refs": {
1109+
"PromptConfiguration$additionalModelRequestFields": "<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>",
11091110
"PromptFlowNodeInlineConfiguration$additionalModelRequestFields": "<p>Additional fields to be included in the model request for the Prompt node.</p>",
11101111
"PromptVariant$additionalModelRequestFields": "<p>Contains model-specific inference configurations that aren't in the <code>inferenceConfiguration</code> field. To see model-specific inference parameters, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\">Inference request parameters and response fields for foundation models</a>.</p>",
11111112
"ToolInputSchema$json": "<p>A JSON object defining the input schema for the tool.</p>"

apis/codebuild/2016-10-06/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,9 +2120,9 @@
21202120
"WebhookBuildType": {
21212121
"base": null,
21222122
"refs": {
2123-
"CreateWebhookInput$buildType": "<p>Specifies the type of build this webhook will trigger.</p>",
2124-
"UpdateWebhookInput$buildType": "<p>Specifies the type of build this webhook will trigger.</p>",
2125-
"Webhook$buildType": "<p>Specifies the type of build this webhook will trigger.</p>"
2123+
"CreateWebhookInput$buildType": "<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>",
2124+
"UpdateWebhookInput$buildType": "<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>",
2125+
"Webhook$buildType": "<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>"
21262126
}
21272127
},
21282128
"WebhookFilter": {

apis/fsx/2018-03-01/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4034,7 +4034,8 @@
40344034
"LustreConfiguration":{"shape":"UpdateFileSystemLustreConfiguration"},
40354035
"OntapConfiguration":{"shape":"UpdateFileSystemOntapConfiguration"},
40364036
"OpenZFSConfiguration":{"shape":"UpdateFileSystemOpenZFSConfiguration"},
4037-
"StorageType":{"shape":"StorageType"}
4037+
"StorageType":{"shape":"StorageType"},
4038+
"FileSystemTypeVersion":{"shape":"FileSystemTypeVersion"}
40384039
}
40394040
},
40404041
"UpdateFileSystemResponse":{

0 commit comments

Comments
 (0)