Skip to content

Commit 338cfce

Browse files
feat: update AWS API models
1 parent fc2f946 commit 338cfce

File tree

8 files changed

+1090
-185
lines changed

8 files changed

+1090
-185
lines changed

codegen/sdk/aws-models/codepipeline.json

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

codegen/sdk/aws-models/ecs.json

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

codegen/sdk/aws-models/lightsail.json

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

codegen/sdk/aws-models/location.json

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

codegen/sdk/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": {

codegen/sdk/aws-models/network-firewall.json

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

codegen/sdk/aws-models/sagemaker.json

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

codegen/sdk/aws-models/sesv2.json

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

0 commit comments

Comments
 (0)