Skip to content

Commit 4dd9579

Browse files
Update SDK models
1 parent 9d74e96 commit 4dd9579

File tree

204 files changed

+33030
-419
lines changed

Some content is hidden

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

204 files changed

+33030
-419
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[workspace]
22
exclude = [
3-
"examples/cross_service",
4-
"examples/lambda",
5-
"examples/examples",
63
"examples/test-utils",
4+
"examples/examples",
75
"examples/webassembly",
8-
"tests/no-default-features",
9-
"tests/webassembly"
6+
"examples/cross_service",
7+
"examples/lambda",
8+
"tests/webassembly",
9+
"tests/no-default-features"
1010
]
1111
members = [
1212
"sdk/accessanalyzer",

aws-models/cloudwatch.json

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

aws-models/ec2.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64832,6 +64832,60 @@
6483264832
"traits": {
6483364833
"smithy.api#enumValue": "dl2q.24xlarge"
6483464834
}
64835+
},
64836+
"mac2_m2_metal": {
64837+
"target": "smithy.api#Unit",
64838+
"traits": {
64839+
"smithy.api#enumValue": "mac2-m2.metal"
64840+
}
64841+
},
64842+
"i4i_12xlarge": {
64843+
"target": "smithy.api#Unit",
64844+
"traits": {
64845+
"smithy.api#enumValue": "i4i.12xlarge"
64846+
}
64847+
},
64848+
"i4i_24xlarge": {
64849+
"target": "smithy.api#Unit",
64850+
"traits": {
64851+
"smithy.api#enumValue": "i4i.24xlarge"
64852+
}
64853+
},
64854+
"c7i_metal_24xl": {
64855+
"target": "smithy.api#Unit",
64856+
"traits": {
64857+
"smithy.api#enumValue": "c7i.metal-24xl"
64858+
}
64859+
},
64860+
"c7i_metal_48xl": {
64861+
"target": "smithy.api#Unit",
64862+
"traits": {
64863+
"smithy.api#enumValue": "c7i.metal-48xl"
64864+
}
64865+
},
64866+
"m7i_metal_24xl": {
64867+
"target": "smithy.api#Unit",
64868+
"traits": {
64869+
"smithy.api#enumValue": "m7i.metal-24xl"
64870+
}
64871+
},
64872+
"m7i_metal_48xl": {
64873+
"target": "smithy.api#Unit",
64874+
"traits": {
64875+
"smithy.api#enumValue": "m7i.metal-48xl"
64876+
}
64877+
},
64878+
"r7i_metal_24xl": {
64879+
"target": "smithy.api#Unit",
64880+
"traits": {
64881+
"smithy.api#enumValue": "r7i.metal-24xl"
64882+
}
64883+
},
64884+
"r7i_metal_48xl": {
64885+
"target": "smithy.api#Unit",
64886+
"traits": {
64887+
"smithy.api#enumValue": "r7i.metal-48xl"
64888+
}
6483564889
}
6483664890
}
6483764891
},

aws-models/finspace.json

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

examples/examples/auto-scaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tracing = "0.1.37"
1212
tokio-stream = "0.1.14"
1313
aws-config= { version = "1.0.3", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1414
aws-sdk-autoscaling= { version = "1.4.0", path = "../../../sdk/autoscaling" }
15-
aws-sdk-ec2= { version = "1.5.0", path = "../../../sdk/ec2" }
15+
aws-sdk-ec2= { version = "1.6.0", path = "../../../sdk/ec2" }
1616
aws-types= { version = "1.0.3", path = "../../../sdk/aws-types" }
1717

1818
[dependencies.tokio]

examples/examples/cloudwatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
aws-config= { version = "1.0.3", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
11-
aws-sdk-cloudwatch= { version = "1.4.0", path = "../../../sdk/cloudwatch" }
11+
aws-sdk-cloudwatch= { version = "1.5.0", path = "../../../sdk/cloudwatch" }
1212

1313
[dependencies.tokio]
1414
version = "1.20.1"

examples/examples/ebs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ base64 = "0.13.0"
1111
sha2 = "0.9.5"
1212
aws-config= { version = "1.0.3", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1313
aws-sdk-ebs= { version = "1.4.0", path = "../../../sdk/ebs" }
14-
aws-sdk-ec2= { version = "1.5.0", path = "../../../sdk/ec2" }
14+
aws-sdk-ec2= { version = "1.6.0", path = "../../../sdk/ec2" }
1515

1616
[dependencies.tokio]
1717
version = "1.20.1"

examples/examples/ec2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
aws-config= { version = "1.0.3", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
11-
aws-sdk-ec2= { version = "1.5.0", path = "../../../sdk/ec2" }
11+
aws-sdk-ec2= { version = "1.6.0", path = "../../../sdk/ec2" }
1212
aws-types= { version = "1.0.3", path = "../../../sdk/aws-types" }
1313

1414
[dependencies.tokio]

examples/examples/lambda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.71"
1212
lambda_runtime = "0.8.0"
1313
serde = "1.0.164"
1414
aws-config= { version = "1.0.3", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
15-
aws-sdk-ec2= { version = "1.5.0", path = "../../../sdk/ec2" }
15+
aws-sdk-ec2= { version = "1.6.0", path = "../../../sdk/ec2" }
1616
aws-sdk-iam= { version = "1.4.0", path = "../../../sdk/iam" }
1717
aws-sdk-lambda= { version = "1.4.0", path = "../../../sdk/lambda" }
1818
aws-sdk-s3= { version = "1.5.0", path = "../../../sdk/s3" }

examples/lambda/calculator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_json = "1.0.94"
1414
anyhow = "1.0.71"
1515
serde = "1.0.164"
1616
aws-config= { version = "1.0.3", path = "../../../sdk/aws-config" }
17-
aws-sdk-ec2= { version = "1.5.0", path = "../../../sdk/ec2" }
17+
aws-sdk-ec2= { version = "1.6.0", path = "../../../sdk/ec2" }
1818
aws-sdk-lambda= { version = "1.4.0", path = "../../../sdk/lambda" }
1919
aws-sdk-s3= { version = "1.5.0", path = "../../../sdk/s3" }
2020

0 commit comments

Comments
 (0)