Skip to content

Commit

Permalink
Update SDK models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Feb 12, 2025
1 parent 7d57588 commit d27ad1b
Show file tree
Hide file tree
Showing 99 changed files with 801 additions and 198 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[workspace]
resolver = "2"
exclude = [
"examples/test-utils",
"examples/cross_service",
"examples/examples",
"examples/lambda",
"examples/webassembly",
"examples/test-utils",
"examples/cross_service",
"tests/no-default-features",
"tests/webassembly"
]
Expand Down
8 changes: 4 additions & 4 deletions aws-models/b2bi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6311,7 +6311,7 @@
"min": 2,
"max": 15
},
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
}
},
"com.amazonaws.b2bi#X12ApplicationSenderCode": {
Expand All @@ -6321,7 +6321,7 @@
"min": 2,
"max": 15
},
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
}
},
"com.amazonaws.b2bi#X12ComponentSeparator": {
Expand Down Expand Up @@ -6529,7 +6529,7 @@
"min": 15,
"max": 15
},
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
}
},
"com.amazonaws.b2bi#X12RepetitionSeparator": {
Expand Down Expand Up @@ -6568,7 +6568,7 @@
"min": 15,
"max": 15
},
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
}
},
"com.amazonaws.b2bi#X12TransactionSet": {
Expand Down
6 changes: 6 additions & 0 deletions aws-models/bedrock-agent-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -6673,6 +6673,12 @@
"traits": {
"smithy.api#documentation": "<p>Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the <code>promptType</code>. If you set the field as <code>OVERRIDEN</code>, the <code>overrideLambda</code> field in the <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_PromptOverrideConfiguration.html\">PromptOverrideConfiguration</a> must be specified with the ARN of a Lambda function.</p>"
}
},
"additionalModelRequestFields": {
"target": "smithy.api#Document",
"traits": {
"smithy.api#documentation": "<p>If the Converse or ConverseStream operations support the model,\n <code>additionalModelRequestFields</code> contains additional inference parameters,\n beyond the base set of inference parameters in the <code>inferenceConfiguration</code>\n field. </p>\n <p>For more information, see <i>Inference request parameters and\n response fields for foundation models</i> in the Amazon Bedrock user\n guide.</p>"
}
}
},
"traits": {
Expand Down
14 changes: 10 additions & 4 deletions aws-models/bedrock-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -5646,7 +5646,7 @@
}
],
"traits": {
"smithy.api#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>",
"smithy.api#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>",
"smithy.api#http": {
"code": 202,
"method": "POST",
Expand Down Expand Up @@ -8932,7 +8932,7 @@
}
],
"traits": {
"smithy.api#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>",
"smithy.api#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>",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand Down Expand Up @@ -9357,7 +9357,7 @@
}
],
"traits": {
"smithy.api#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>",
"smithy.api#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>",
"smithy.api#http": {
"code": 202,
"method": "PUT",
Expand Down Expand Up @@ -11559,7 +11559,7 @@
}
],
"traits": {
"smithy.api#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>",
"smithy.api#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>",
"smithy.api#http": {
"code": 200,
"method": "POST",
Expand Down Expand Up @@ -13144,6 +13144,12 @@
"traits": {
"smithy.api#documentation": "<p>The agent's foundation model.</p>"
}
},
"additionalModelRequestFields": {
"target": "smithy.api#Document",
"traits": {
"smithy.api#documentation": "<p>If the Converse or ConverseStream operations support the model,\n <code>additionalModelRequestFields</code> contains additional inference parameters,\n beyond the base set of inference parameters in the <code>inferenceConfiguration</code>\n field. </p>\n <p>For more information, see <i>Inference request parameters and\n response fields for foundation models</i> in the Amazon Bedrock user\n guide.</p>"
}
}
},
"traits": {
Expand Down
6 changes: 3 additions & 3 deletions aws-models/codebuild.json
Original file line number Diff line number Diff line change
Expand Up @@ -3338,7 +3338,7 @@
"buildType": {
"target": "com.amazonaws.codebuild#WebhookBuildType",
"traits": {
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>\n <note>\n <p>\n <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects \n 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\n user guide</i>.</p>\n </note>"
}
},
"manualCreation": {
Expand Down Expand Up @@ -9281,7 +9281,7 @@
"buildType": {
"target": "com.amazonaws.codebuild#WebhookBuildType",
"traits": {
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>\n <note>\n <p>\n <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects \n 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\n user guide</i>.</p>\n </note>"
}
}
},
Expand Down Expand Up @@ -9375,7 +9375,7 @@
"buildType": {
"target": "com.amazonaws.codebuild#WebhookBuildType",
"traits": {
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>\n <note>\n <p>\n <code>RUNNER_BUILDKITE_BUILD</code> is only available for <code>NO_SOURCE</code> source type projects \n 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\n user guide</i>.</p>\n </note>"
}
},
"manualCreation": {
Expand Down
Loading

0 comments on commit d27ad1b

Please sign in to comment.