Skip to content

Commit c48819e

Browse files
Update SDK models
1 parent b3ea068 commit c48819e

File tree

305 files changed

+9333
-874
lines changed

Some content is hidden

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

305 files changed

+9333
-874
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/lambda",
5-
"examples/test-utils",
6-
"examples/examples",
74
"examples/webassembly",
85
"examples/cross_service",
6+
"examples/examples",
7+
"examples/lambda",
8+
"examples/test-utils",
99
"tests/webassembly",
1010
"tests/no-default-features"
1111
]

aws-models/codepipeline.json

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

aws-models/ecs.json

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

aws-models/lightsail.json

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

aws-models/location.json

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

aws-models/mailmanager.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6462,6 +6462,36 @@
64626462
"traits": {
64636463
"smithy.api#documentation": "<p>The TLS protocol used to communicate with the host from which the email was received.</p>"
64646464
}
6465+
},
6466+
"SendingMethod": {
6467+
"target": "smithy.api#String",
6468+
"traits": {
6469+
"smithy.api#documentation": "<p>The name of the API call used when sent through a configuration set with archiving enabled.</p>"
6470+
}
6471+
},
6472+
"SourceIdentity": {
6473+
"target": "smithy.api#String",
6474+
"traits": {
6475+
"smithy.api#documentation": "<p>The identity name used to authorize the sending action when sent through a configuration set with\n archiving enabled.</p>"
6476+
}
6477+
},
6478+
"SendingPool": {
6479+
"target": "smithy.api#String",
6480+
"traits": {
6481+
"smithy.api#documentation": "<p>The name of the dedicated IP pool used when sent through a configuration set with archiving\n enabled.</p>"
6482+
}
6483+
},
6484+
"ConfigurationSet": {
6485+
"target": "smithy.api#String",
6486+
"traits": {
6487+
"smithy.api#documentation": "<p>The name of the configuration set used when sent through a configuration set with archiving\n enabled.</p>"
6488+
}
6489+
},
6490+
"SourceArn": {
6491+
"target": "smithy.api#String",
6492+
"traits": {
6493+
"smithy.api#documentation": "<p>Specifies the archived email source, identified by either a Rule Set's ARN with an Archive action, or a\n Configuration Set's Archive ARN.</p>"
6494+
}
64656495
}
64666496
},
64676497
"traits": {
@@ -7096,14 +7126,20 @@
70967126
"SenderIpAddress": {
70977127
"target": "com.amazonaws.mailmanager#SenderIpAddress",
70987128
"traits": {
7099-
"smithy.api#documentation": "<p>The IP address of the host from which the email was received.</p>"
7129+
"smithy.api#documentation": "<ul>\n <li>\n <p>Mail archived with Mail Manager: The IP address of the client that connects to\n the ingress endpoint.</p>\n </li>\n <li>\n <p>Mail sent through a configuration set with the\n archiving option enabled: The IP address of the client that makes the SendEmail API call.</p>\n </li>\n </ul>"
71007130
}
71017131
},
71027132
"Envelope": {
71037133
"target": "com.amazonaws.mailmanager#Envelope",
71047134
"traits": {
71057135
"smithy.api#documentation": "<p>The SMTP envelope information of the email.</p>"
71067136
}
7137+
},
7138+
"SourceArn": {
7139+
"target": "smithy.api#String",
7140+
"traits": {
7141+
"smithy.api#documentation": "<p>Specifies the archived email source, identified by either a Rule Set's ARN with an Archive action, or a\n Configuration Set's Archive ARN.</p>"
7142+
}
71077143
}
71087144
},
71097145
"traits": {

aws-models/network-firewall.json

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

aws-models/sagemaker.json

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

aws-models/sesv2.json

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

examples/examples/ecs/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.5.16", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
11-
aws-sdk-ecs= { version = "1.67.0", path = "../../../sdk/ecs" }
11+
aws-sdk-ecs= { version = "1.67.1", path = "../../../sdk/ecs" }
1212

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

0 commit comments

Comments
 (0)