Skip to content

Commit 0400579

Browse files
feat: update AWS API models
1 parent 099392a commit 0400579

File tree

8 files changed

+127
-21
lines changed

8 files changed

+127
-21
lines changed

codegen/sdk/aws-models/b2bi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6311,7 +6311,7 @@
63116311
"min": 2,
63126312
"max": 15
63136313
},
6314-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6314+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
63156315
}
63166316
},
63176317
"com.amazonaws.b2bi#X12ApplicationSenderCode": {
@@ -6321,7 +6321,7 @@
63216321
"min": 2,
63226322
"max": 15
63236323
},
6324-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6324+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
63256325
}
63266326
},
63276327
"com.amazonaws.b2bi#X12ComponentSeparator": {
@@ -6529,7 +6529,7 @@
65296529
"min": 15,
65306530
"max": 15
65316531
},
6532-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6532+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
65336533
}
65346534
},
65356535
"com.amazonaws.b2bi#X12RepetitionSeparator": {
@@ -6568,7 +6568,7 @@
65686568
"min": 15,
65696569
"max": 15
65706570
},
6571-
"smithy.api#pattern": "^[a-zA-Z0-9]*$"
6571+
"smithy.api#pattern": "^[a-zA-Z0-9 ]*$"
65726572
}
65736573
},
65746574
"com.amazonaws.b2bi#X12TransactionSet": {

codegen/sdk/aws-models/bedrock-agent-runtime.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6673,6 +6673,12 @@
66736673
"traits": {
66746674
"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>"
66756675
}
6676+
},
6677+
"additionalModelRequestFields": {
6678+
"target": "smithy.api#Document",
6679+
"traits": {
6680+
"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>"
6681+
}
66766682
}
66776683
},
66786684
"traits": {

codegen/sdk/aws-models/bedrock-agent.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5646,7 +5646,7 @@
56465646
}
56475647
],
56485648
"traits": {
5649-
"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>",
5649+
"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>",
56505650
"smithy.api#http": {
56515651
"code": 202,
56525652
"method": "POST",
@@ -8932,7 +8932,7 @@
89328932
}
89338933
],
89348934
"traits": {
8935-
"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>",
8935+
"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>",
89368936
"smithy.api#http": {
89378937
"code": 200,
89388938
"method": "POST",
@@ -9357,7 +9357,7 @@
93579357
}
93589358
],
93599359
"traits": {
9360-
"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>",
9360+
"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>",
93619361
"smithy.api#http": {
93629362
"code": 202,
93639363
"method": "PUT",
@@ -11559,7 +11559,7 @@
1155911559
}
1156011560
],
1156111561
"traits": {
11562-
"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>",
11562+
"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>",
1156311563
"smithy.api#http": {
1156411564
"code": 200,
1156511565
"method": "POST",
@@ -13144,6 +13144,12 @@
1314413144
"traits": {
1314513145
"smithy.api#documentation": "<p>The agent's foundation model.</p>"
1314613146
}
13147+
},
13148+
"additionalModelRequestFields": {
13149+
"target": "smithy.api#Document",
13150+
"traits": {
13151+
"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>"
13152+
}
1314713153
}
1314813154
},
1314913155
"traits": {

codegen/sdk/aws-models/codebuild.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,7 +3338,7 @@
33383338
"buildType": {
33393339
"target": "com.amazonaws.codebuild#WebhookBuildType",
33403340
"traits": {
3341-
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
3341+
"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>"
33423342
}
33433343
},
33443344
"manualCreation": {
@@ -9281,7 +9281,7 @@
92819281
"buildType": {
92829282
"target": "com.amazonaws.codebuild#WebhookBuildType",
92839283
"traits": {
9284-
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
9284+
"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>"
92859285
}
92869286
}
92879287
},
@@ -9375,7 +9375,7 @@
93759375
"buildType": {
93769376
"target": "com.amazonaws.codebuild#WebhookBuildType",
93779377
"traits": {
9378-
"smithy.api#documentation": "<p>Specifies the type of build this webhook will trigger.</p>"
9378+
"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>"
93799379
}
93809380
},
93819381
"manualCreation": {

0 commit comments

Comments
 (0)