Skip to content

Commit dd4b545

Browse files
Update SDK models
1 parent c1ca7a0 commit dd4b545

File tree

1,386 files changed

+15735
-9666
lines changed

Some content is hidden

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

1,386 files changed

+15735
-9666
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"tests/telemetry",
4+
"tests/no-default-features",
55
"tests/webassembly",
6-
"tests/no-default-features"
6+
"tests/telemetry"
77
]
88
members = [
99
"sdk/accessanalyzer",

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This README file is auto-generated by the build system in smithy-lang/smithy-rs.
44
To update it, edit the `aws/SDK_README.md.hb` Handlebars template in that repository.
55
-->
66

7-
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.88.0-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
7+
# The AWS SDK for Rust [![Docs](https://img.shields.io/badge/docs-blue)](https://awslabs.github.io/aws-sdk-rust/) ![MSRV](https://img.shields.io/badge/msrv-1.91.0-red) [![Usage Guide](https://img.shields.io/badge/Developer_Guide-blue)](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/welcome.html)
88

99
This repo contains the AWS SDK for Rust and its [public roadmap](https://github.com/orgs/awslabs/projects/50/views/1).
1010

@@ -24,8 +24,8 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2424

2525
```toml
2626
[dependencies]
27-
aws-config = { version= "1.8.13", features = ["behavior-version-latest"] }
28-
aws-sdk-dynamodb = "1.104.0"
27+
aws-config = { version= "1.8.14", features = ["behavior-version-latest"] }
28+
aws-sdk-dynamodb = "1.105.0"
2929
tokio = { version = "1", features = ["full"] }
3030
```
3131

@@ -84,7 +84,7 @@ If you are interested in contributing to the SDK, please take a look at [CONTRIB
8484

8585
## Supported Rust Versions (MSRV)
8686

87-
The SDK currently requires a minimum of Rust 1.88.0, and is not guaranteed to build on compiler versions
87+
The SDK currently requires a minimum of Rust 1.91.0, and is not guaranteed to build on compiler versions
8888
earlier than that. We keep the minimum compiler version two releases behind the latest stable release where
8989
possible (so if the latest stable were 1.55, we would support 1.53). Increases in minimum required Rust
9090
version will be called out in the Release Notes for new releases of the SDK.

aws-models/batch.json

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

aws-models/ec2.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83103,6 +83103,84 @@
8310383103
"traits": {
8310483104
"smithy.api#enumValue": "g7e.48xlarge"
8310583105
}
83106+
},
83107+
"r8id_large": {
83108+
"target": "smithy.api#Unit",
83109+
"traits": {
83110+
"smithy.api#enumValue": "r8id.large"
83111+
}
83112+
},
83113+
"r8id_xlarge": {
83114+
"target": "smithy.api#Unit",
83115+
"traits": {
83116+
"smithy.api#enumValue": "r8id.xlarge"
83117+
}
83118+
},
83119+
"r8id_2xlarge": {
83120+
"target": "smithy.api#Unit",
83121+
"traits": {
83122+
"smithy.api#enumValue": "r8id.2xlarge"
83123+
}
83124+
},
83125+
"r8id_4xlarge": {
83126+
"target": "smithy.api#Unit",
83127+
"traits": {
83128+
"smithy.api#enumValue": "r8id.4xlarge"
83129+
}
83130+
},
83131+
"r8id_8xlarge": {
83132+
"target": "smithy.api#Unit",
83133+
"traits": {
83134+
"smithy.api#enumValue": "r8id.8xlarge"
83135+
}
83136+
},
83137+
"r8id_12xlarge": {
83138+
"target": "smithy.api#Unit",
83139+
"traits": {
83140+
"smithy.api#enumValue": "r8id.12xlarge"
83141+
}
83142+
},
83143+
"r8id_16xlarge": {
83144+
"target": "smithy.api#Unit",
83145+
"traits": {
83146+
"smithy.api#enumValue": "r8id.16xlarge"
83147+
}
83148+
},
83149+
"r8id_24xlarge": {
83150+
"target": "smithy.api#Unit",
83151+
"traits": {
83152+
"smithy.api#enumValue": "r8id.24xlarge"
83153+
}
83154+
},
83155+
"r8id_32xlarge": {
83156+
"target": "smithy.api#Unit",
83157+
"traits": {
83158+
"smithy.api#enumValue": "r8id.32xlarge"
83159+
}
83160+
},
83161+
"r8id_48xlarge": {
83162+
"target": "smithy.api#Unit",
83163+
"traits": {
83164+
"smithy.api#enumValue": "r8id.48xlarge"
83165+
}
83166+
},
83167+
"r8id_96xlarge": {
83168+
"target": "smithy.api#Unit",
83169+
"traits": {
83170+
"smithy.api#enumValue": "r8id.96xlarge"
83171+
}
83172+
},
83173+
"r8id_metal_48xl": {
83174+
"target": "smithy.api#Unit",
83175+
"traits": {
83176+
"smithy.api#enumValue": "r8id.metal-48xl"
83177+
}
83178+
},
83179+
"r8id_metal_96xl": {
83180+
"target": "smithy.api#Unit",
83181+
"traits": {
83182+
"smithy.api#enumValue": "r8id.metal-96xl"
83183+
}
8310683184
}
8310783185
}
8310883186
},

aws-models/eks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@
128128
"smithy.api#enumValue": "WINDOWS_FULL_2022_x86_64"
129129
}
130130
},
131+
"WINDOWS_CORE_2025_x86_64": {
132+
"target": "smithy.api#Unit",
133+
"traits": {
134+
"smithy.api#enumValue": "WINDOWS_CORE_2025_x86_64"
135+
}
136+
},
137+
"WINDOWS_FULL_2025_x86_64": {
138+
"target": "smithy.api#Unit",
139+
"traits": {
140+
"smithy.api#enumValue": "WINDOWS_FULL_2025_x86_64"
141+
}
142+
},
131143
"AL2023_x86_64_STANDARD": {
132144
"target": "smithy.api#Unit",
133145
"traits": {

aws-models/kafkaconnect.json

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,20 @@
7373
"scaleInPolicy": {
7474
"target": "com.amazonaws.kafkaconnect#ScaleInPolicy",
7575
"traits": {
76-
"smithy.api#documentation": "<p>The sacle-in policy for the connector.</p>"
76+
"smithy.api#documentation": "<p>The scale-in policy for the connector.</p>"
7777
}
7878
},
7979
"scaleOutPolicy": {
8080
"target": "com.amazonaws.kafkaconnect#ScaleOutPolicy",
8181
"traits": {
82-
"smithy.api#documentation": "<p>The sacle-out policy for the connector.</p>"
82+
"smithy.api#documentation": "<p>The scale-out policy for the connector.</p>"
83+
}
84+
},
85+
"maxAutoscalingTaskCount": {
86+
"target": "com.amazonaws.kafkaconnect#__integer",
87+
"traits": {
88+
"smithy.api#default": 0,
89+
"smithy.api#documentation": "<p>The maximum number of tasks allocated to the connector during autoscaling operations. Must be at least equal to maxWorkerCount.</p>"
8390
}
8491
}
8592
},
@@ -114,13 +121,20 @@
114121
"scaleInPolicy": {
115122
"target": "com.amazonaws.kafkaconnect#ScaleInPolicyDescription",
116123
"traits": {
117-
"smithy.api#documentation": "<p>The sacle-in policy for the connector.</p>"
124+
"smithy.api#documentation": "<p>The scale-in policy for the connector.</p>"
118125
}
119126
},
120127
"scaleOutPolicy": {
121128
"target": "com.amazonaws.kafkaconnect#ScaleOutPolicyDescription",
122129
"traits": {
123-
"smithy.api#documentation": "<p>The sacle-out policy for the connector.&gt;</p>"
130+
"smithy.api#documentation": "<p>The scale-out policy for the connector.</p>"
131+
}
132+
},
133+
"maxAutoscalingTaskCount": {
134+
"target": "com.amazonaws.kafkaconnect#__integer",
135+
"traits": {
136+
"smithy.api#default": 0,
137+
"smithy.api#documentation": "<p>The maximum number of tasks allocated to the connector during autoscaling operations. Must be at least equal to maxWorkerCount.</p>"
124138
}
125139
}
126140
},
@@ -158,16 +172,23 @@
158172
"scaleInPolicy": {
159173
"target": "com.amazonaws.kafkaconnect#ScaleInPolicyUpdate",
160174
"traits": {
161-
"smithy.api#documentation": "<p>The target sacle-in policy for the connector.</p>",
175+
"smithy.api#documentation": "<p>The target scale-in policy for the connector.</p>",
162176
"smithy.api#required": {}
163177
}
164178
},
165179
"scaleOutPolicy": {
166180
"target": "com.amazonaws.kafkaconnect#ScaleOutPolicyUpdate",
167181
"traits": {
168-
"smithy.api#documentation": "<p>The target sacle-out policy for the connector.</p>",
182+
"smithy.api#documentation": "<p>The target scale-out policy for the connector.</p>",
169183
"smithy.api#required": {}
170184
}
185+
},
186+
"maxAutoscalingTaskCount": {
187+
"target": "com.amazonaws.kafkaconnect#__integer",
188+
"traits": {
189+
"smithy.api#default": 0,
190+
"smithy.api#documentation": "<p>The maximum number of tasks allocated to the connector during autoscaling operations. Must be at least equal to maxWorkerCount.</p>"
191+
}
171192
}
172193
},
173194
"traits": {

0 commit comments

Comments
 (0)