Skip to content

Commit 77f16d1

Browse files
Update SDK models
1 parent a970bb6 commit 77f16d1

File tree

338 files changed

+24553
-818
lines changed

Some content is hidden

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

338 files changed

+24553
-818
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
resolver = "2"
33
exclude = [
44
"examples/test-utils",
5+
"examples/examples",
56
"examples/webassembly",
6-
"examples/cross_service",
77
"examples/lambda",
8-
"examples/examples",
9-
"tests/webassembly",
10-
"tests/no-default-features"
8+
"examples/cross_service",
9+
"tests/no-default-features",
10+
"tests/webassembly"
1111
]
1212
members = [
1313
"sdk/accessanalyzer",
@@ -304,6 +304,7 @@ members = [
304304
"sdk/notifications",
305305
"sdk/notificationscontacts",
306306
"sdk/oam",
307+
"sdk/observabilityadmin",
307308
"sdk/omics",
308309
"sdk/opensearch",
309310
"sdk/opensearchserverless",

aws-models/bedrock-agent.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,12 @@
20472047
"traits": {
20482048
"smithy.api#documentation": "<p>The dimensions details for the vector configuration used on the Bedrock embeddings model.</p>"
20492049
}
2050+
},
2051+
"embeddingDataType": {
2052+
"target": "com.amazonaws.bedrockagent#EmbeddingDataType",
2053+
"traits": {
2054+
"smithy.api#documentation": "<p>The data type for the vectors when using a model to convert text into vector \n embeddings. The model must support the specified data type for vector embeddings. \n Floating-point (float32) is the default data type, and is supported by most models \n for vector embeddings. See <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-supported.html\">Supported embeddings \n models</a> for information on the available models and their vector data types.</p>"
2055+
}
20502056
}
20512057
},
20522058
"traits": {
@@ -5245,6 +5251,26 @@
52455251
"smithy.api#documentation": "<p>Details about duplicate connections found between two nodes in the flow.</p>"
52465252
}
52475253
},
5254+
"com.amazonaws.bedrockagent#EmbeddingDataType": {
5255+
"type": "enum",
5256+
"members": {
5257+
"FLOAT32": {
5258+
"target": "smithy.api#Unit",
5259+
"traits": {
5260+
"smithy.api#enumValue": "FLOAT32"
5261+
}
5262+
},
5263+
"BINARY": {
5264+
"target": "smithy.api#Unit",
5265+
"traits": {
5266+
"smithy.api#enumValue": "BINARY"
5267+
}
5268+
}
5269+
},
5270+
"traits": {
5271+
"smithy.api#documentation": "Bedrock models embedding data type. Can be either float32 or binary"
5272+
}
5273+
},
52485274
"com.amazonaws.bedrockagent#EmbeddingModelConfiguration": {
52495275
"type": "structure",
52505276
"members": {

aws-models/config-service.json

Lines changed: 750 additions & 63 deletions
Large diffs are not rendered by default.

aws-models/fsx.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3229,6 +3229,12 @@
32293229
"smithy.api#documentation": "<p>Sets the data compression configuration for the file system. <code>DataCompressionType</code>\n can have the following values:</p>\n <ul>\n <li>\n <p>\n <code>NONE</code> - (Default) Data compression is turned off when\n the file system is created.</p>\n </li>\n <li>\n <p>\n <code>LZ4</code> - Data compression is turned on with the LZ4\n algorithm.</p>\n </li>\n </ul>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html\">Lustre data compression</a> \n in the <i>Amazon FSx for Lustre User Guide</i>.</p>"
32303230
}
32313231
},
3232+
"EfaEnabled": {
3233+
"target": "com.amazonaws.fsx#Flag",
3234+
"traits": {
3235+
"smithy.api#documentation": "<p>(Optional) Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS)\n support is enabled for the Amazon FSx for Lustre file system.</p>\n <p>(Default = <code>false</code>)</p>"
3236+
}
3237+
},
32323238
"LogConfiguration": {
32333239
"target": "com.amazonaws.fsx#LustreLogCreateConfiguration",
32343240
"traits": {
@@ -8082,6 +8088,12 @@
80828088
"traits": {
80838089
"smithy.api#documentation": "<p>The Lustre metadata performance configuration for an Amazon FSx for Lustre file system\n using a <code>PERSISTENT_2</code> deployment type.</p>"
80848090
}
8091+
},
8092+
"EfaEnabled": {
8093+
"target": "com.amazonaws.fsx#Flag",
8094+
"traits": {
8095+
"smithy.api#documentation": "<p>Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage (GDS)\n support is enabled for the Amazon FSx for Lustre file system.</p>"
8096+
}
80858097
}
80868098
},
80878099
"traits": {

0 commit comments

Comments
 (0)