Skip to content

Commit 33aac04

Browse files
Update SDK models
1 parent 70ed857 commit 33aac04

File tree

73 files changed

+462
-653
lines changed

Some content is hidden

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

73 files changed

+462
-653
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/test-utils",
54
"examples/lambda",
65
"examples/webassembly",
76
"examples/cross_service",
87
"examples/examples",
9-
"tests/no-default-features",
10-
"tests/webassembly"
8+
"examples/test-utils",
9+
"tests/webassembly",
10+
"tests/no-default-features"
1111
]
1212
members = [
1313
"sdk/accessanalyzer",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2525
```toml
2626
[dependencies]
2727
aws-config = { version= "1.5.0", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.30.0"
28+
aws-sdk-dynamodb = "1.30.1"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

aws-models/dynamodb.json

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

aws-models/iotfleetwise.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847
"signalCatalogArn": {
848848
"target": "com.amazonaws.iotfleetwise#arn",
849849
"traits": {
850-
"smithy.api#documentation": "<p>(Optional) The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign.\n </p>",
850+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign.\n </p>",
851851
"smithy.api#required": {}
852852
}
853853
},
@@ -5560,6 +5560,20 @@
55605560
"smithy.api#httpQuery": "modelManifestArn"
55615561
}
55625562
},
5563+
"attributeNames": {
5564+
"target": "com.amazonaws.iotfleetwise#attributeNamesList",
5565+
"traits": {
5566+
"smithy.api#documentation": "<p>The fully qualified names of the attributes. For example, the fully qualified name of an attribute might be <code>Vehicle.Body.Engine.Type</code>.</p>",
5567+
"smithy.api#httpQuery": "attributeNames"
5568+
}
5569+
},
5570+
"attributeValues": {
5571+
"target": "com.amazonaws.iotfleetwise#attributeValuesList",
5572+
"traits": {
5573+
"smithy.api#documentation": "<p>Static information about a vehicle attribute value in string format. For example:</p>\n <p>\n <code>\"1.3 L R2\"</code>\n </p>",
5574+
"smithy.api#httpQuery": "attributeValues"
5575+
}
5576+
},
55635577
"nextToken": {
55645578
"target": "com.amazonaws.iotfleetwise#nextToken",
55655579
"traits": {
@@ -8912,9 +8926,33 @@
89128926
"smithy.api#pattern": "^[a-zA-Z0-9_.-]+$"
89138927
}
89148928
},
8929+
"com.amazonaws.iotfleetwise#attributeNamesList": {
8930+
"type": "list",
8931+
"member": {
8932+
"target": "com.amazonaws.iotfleetwise#attributeName"
8933+
},
8934+
"traits": {
8935+
"smithy.api#length": {
8936+
"min": 1,
8937+
"max": 5
8938+
}
8939+
}
8940+
},
89158941
"com.amazonaws.iotfleetwise#attributeValue": {
89168942
"type": "string"
89178943
},
8944+
"com.amazonaws.iotfleetwise#attributeValuesList": {
8945+
"type": "list",
8946+
"member": {
8947+
"target": "com.amazonaws.iotfleetwise#attributeValue"
8948+
},
8949+
"traits": {
8950+
"smithy.api#length": {
8951+
"min": 1,
8952+
"max": 5
8953+
}
8954+
}
8955+
},
89188956
"com.amazonaws.iotfleetwise#attributesMap": {
89198957
"type": "map",
89208958
"key": {

aws-models/managedblockchain.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"NetworkType": {
351351
"target": "com.amazonaws.managedblockchain#AccessorNetworkType",
352352
"traits": {
353-
"smithy.api#documentation": "<p>The blockchain network that the <code>Accessor</code> token is created for.</p>\n <note>\n <p>We recommend using the appropriate <code>networkType</code> \n value for the blockchain network that you are creating the <code>Accessor</code> \n token for. You cannnot use the value <code>ETHEREUM_MAINNET_AND_GOERLI</code> to \n specify a <code>networkType</code> for your Accessor token.</p>\n <p>The default value of <code>ETHEREUM_MAINNET_AND_GOERLI</code> is only applied:</p>\n <ul>\n <li>\n <p>when the <code>CreateAccessor</code> action does not set a <code>networkType</code>.</p>\n </li>\n <li>\n <p>to all existing <code>Accessor</code> tokens that were created before the <code>networkType</code> property was introduced.\n </p>\n </li>\n </ul>\n </note>"
353+
"smithy.api#documentation": "<p>The blockchain network that the <code>Accessor</code> token is created for.</p>\n <note>\n <ul>\n <li>\n <p>Use the actual <code>networkType</code> value for the blockchain network that you are creating \n the <code>Accessor</code> token for.</p>\n </li>\n <li>\n <p>With the shut down of the <i>Ethereum Goerli</i> and <i>Polygon Mumbai \n Testnet</i> networks the following <code>networkType</code> values are no longer available \n for selection and use.</p>\n <ul>\n <li>\n <p>\n <code>ETHEREUM_MAINNET_AND_GOERLI</code>\n </p>\n </li>\n <li>\n <p>\n <code>ETHEREUM_GOERLI</code>\n </p>\n </li>\n <li>\n <p>\n <code>POLYGON_MUMBAI</code>\n </p>\n </li>\n </ul>\n <p>However, your existing <code>Accessor</code> tokens with these <code>networkType</code> \n values will remain unchanged.</p>\n </li>\n </ul>\n </note>"
354354
}
355355
}
356356
},
@@ -671,7 +671,7 @@
671671
"NetworkId": {
672672
"target": "com.amazonaws.managedblockchain#ResourceIdString",
673673
"traits": {
674-
"smithy.api#documentation": "<p>The unique identifier of the network for the node.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n <li>\n <p>\n <code>n-ethereum-goerli</code>\n </p>\n </li>\n </ul>",
674+
"smithy.api#documentation": "<p>The unique identifier of the network for the node.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n </ul>",
675675
"smithy.api#httpLabel": {},
676676
"smithy.api#required": {}
677677
}
@@ -986,7 +986,7 @@
986986
"NetworkId": {
987987
"target": "com.amazonaws.managedblockchain#ResourceIdString",
988988
"traits": {
989-
"smithy.api#documentation": "<p>The unique identifier of the network that the node is on.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n <li>\n <p>\n <code>n-ethereum-goerli</code>\n </p>\n </li>\n </ul>",
989+
"smithy.api#documentation": "<p>The unique identifier of the network that the node is on.</p>\n <p>Ethereum public networks have the following <code>NetworkId</code>s:</p>\n <ul>\n <li>\n <p>\n <code>n-ethereum-mainnet</code>\n </p>\n </li>\n </ul>",
990990
"smithy.api#httpLabel": {},
991991
"smithy.api#required": {}
992992
}
@@ -2760,7 +2760,7 @@
27602760
"ChainId": {
27612761
"target": "com.amazonaws.managedblockchain#String",
27622762
"traits": {
2763-
"smithy.api#documentation": "<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p>\n <ul>\n <li>\n <p>mainnet = <code>1</code>\n </p>\n </li>\n <li>\n <p>goerli = <code>5</code>\n </p>\n </li>\n </ul>"
2763+
"smithy.api#documentation": "<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p>\n <ul>\n <li>\n <p>mainnet = <code>1</code>\n </p>\n </li>\n </ul>"
27642764
}
27652765
}
27662766
},

examples/cross_service/detect_labels/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
kamadak-exif = "0.5.4"
1010
aws-config= { version = "1.5.0", path = "../../../sdk/aws-config" }
11-
aws-sdk-dynamodb= { version = "1.30.0", path = "../../../sdk/dynamodb" }
11+
aws-sdk-dynamodb= { version = "1.30.1", path = "../../../sdk/dynamodb" }
1212
aws-sdk-rekognition= { version = "1.29.0", path = "../../../sdk/rekognition" }
1313
aws-sdk-s3= { version = "1.31.0", path = "../../../sdk/s3" }
1414
aws-smithy-types= { version = "1.1.10", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }

examples/cross_service/photo_asset_management/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tempfile = "3.5.0"
3131
tokio-stream = "0.1.12"
3232
tracing = "0.1.37"
3333
aws-config= { version = "1.5.0", path = "../../../sdk/aws-config" }
34-
aws-sdk-dynamodb= { version = "1.30.0", path = "../../../sdk/dynamodb" }
34+
aws-sdk-dynamodb= { version = "1.30.1", path = "../../../sdk/dynamodb" }
3535
aws-sdk-rekognition= { version = "1.29.0", path = "../../../sdk/rekognition" }
3636
aws-sdk-s3= { version = "1.31.0", path = "../../../sdk/s3" }
3737
aws-sdk-sns= { version = "1.28.0", path = "../../../sdk/sns" }

examples/cross_service/photo_asset_management/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010
[dependencies]
1111
tracing = "0.1.37"
1212
aws-config= { version = "1.5.0", path = "../../../../sdk/aws-config" }
13-
aws-sdk-dynamodb= { version = "1.30.0", path = "../../../../sdk/dynamodb" }
13+
aws-sdk-dynamodb= { version = "1.30.1", path = "../../../../sdk/dynamodb" }
1414
aws-sdk-rekognition= { version = "1.29.0", path = "../../../../sdk/rekognition" }
1515

1616
[dependencies.photo_asset_management]

examples/examples/dynamodb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tokio-stream = "0.1.8"
1818
tracing = "0.1"
1919
aws-config= { version = "1.5.0", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
2020
aws-http= { version = "0.60.5", path = "../../../sdk/aws-http" }
21-
aws-sdk-dynamodb= { version = "1.30.0", path = "../../../sdk/dynamodb" }
21+
aws-sdk-dynamodb= { version = "1.30.1", path = "../../../sdk/dynamodb" }
2222
aws-smithy-runtime= { version = "1.5.4", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] }
2323
aws-smithy-types= { version = "1.1.10", path = "../../../sdk/aws-smithy-types" }
2424

examples/examples/logging/logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
env_logger = "0.9.0"
1111
aws-config= { version = "1.5.0", path = "../../../../sdk/aws-config", features = ["behavior-version-latest"] }
12-
aws-sdk-dynamodb= { version = "1.30.0", path = "../../../../sdk/dynamodb" }
12+
aws-sdk-dynamodb= { version = "1.30.1", path = "../../../../sdk/dynamodb" }
1313

1414
[dependencies.clap]
1515
version = "~4.4"

0 commit comments

Comments
 (0)