Skip to content

Commit 9c2ef37

Browse files
feat: update AWS API models
1 parent 3a39b5e commit 9c2ef37

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

codegen/sdk/aws-models/appstream.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9900,6 +9900,9 @@
99009900
{
99019901
"target": "com.amazonaws.appstream#ConcurrentModificationException"
99029902
},
9903+
{
9904+
"target": "com.amazonaws.appstream#IncompatibleImageException"
9905+
},
99039906
{
99049907
"target": "com.amazonaws.appstream#InvalidRoleException"
99059908
},

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

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,7 +2457,7 @@
24572457
"modelArn": {
24582458
"target": "com.amazonaws.bedrockagent#BedrockModelArn",
24592459
"traits": {
2460-
"smithy.api#documentation": "<p>The ARN of the foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> to use for parsing.</p>",
2460+
"smithy.api#documentation": "<p>The ARN of the foundation model to use for parsing.</p>",
24612461
"smithy.api#required": {}
24622462
}
24632463
},
@@ -2475,7 +2475,7 @@
24752475
}
24762476
},
24772477
"traits": {
2478-
"smithy.api#documentation": "<p>Settings for a foundation model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> used to parse documents for a data source.</p>"
2478+
"smithy.api#documentation": "<p>Settings for a foundation model used to parse documents for a data source.</p>"
24792479
}
24802480
},
24812481
"com.amazonaws.bedrockagent#BedrockModelArn": {
@@ -17513,6 +17513,16 @@
1751317513
"smithy.api#sensitive": {}
1751417514
}
1751517515
},
17516+
"com.amazonaws.bedrockagent#UserAgentHeader": {
17517+
"type": "string",
17518+
"traits": {
17519+
"smithy.api#length": {
17520+
"min": 61,
17521+
"max": 86
17522+
},
17523+
"smithy.api#sensitive": {}
17524+
}
17525+
},
1751617526
"com.amazonaws.bedrockagent#ValidateFlowDefinition": {
1751717527
"type": "operation",
1751817528
"input": {
@@ -17657,7 +17667,7 @@
1765717667
"embeddingModelArn": {
1765817668
"target": "com.amazonaws.bedrockagent#BedrockEmbeddingModelArn",
1765917669
"traits": {
17660-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>",
17670+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>",
1766117671
"smithy.api#required": {}
1766217672
}
1766317673
},
@@ -17732,7 +17742,13 @@
1773217742
"userAgent": {
1773317743
"target": "com.amazonaws.bedrockagent#UserAgent",
1773417744
"traits": {
17735-
"smithy.api#documentation": "<p>A string used for identifying the crawler or a bot when it accesses a web server. By default, \n this is set to <code>bedrockbot_UUID</code> for your crawler. You can optionally append a custom \n string to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. \n </p>"
17745+
"smithy.api#documentation": "<p>Returns the user agent suffix for your web crawler.</p>"
17746+
}
17747+
},
17748+
"userAgentHeader": {
17749+
"target": "com.amazonaws.bedrockagent#UserAgentHeader",
17750+
"traits": {
17751+
"smithy.api#documentation": "<p>A string used for identifying the crawler or bot when it accesses a web server. The user agent header value\n consists of the <code>bedrockbot</code>, UUID, and a user agent suffix for your crawler (if one is provided).\n By default, it is set to <code>bedrockbot_UUID</code>. You can optionally append a custom \n suffix to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. </p>"
1773617752
}
1773717753
}
1773817754
},

0 commit comments

Comments
 (0)