Skip to content

Commit 5b7c4f7

Browse files
Update SDK models
1 parent b141572 commit 5b7c4f7

File tree

1,321 files changed

+15593
-170995
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,321 files changed

+15593
-170995
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/webassembly",
45
"examples/examples",
56
"examples/lambda",
67
"examples/test-utils",
7-
"examples/webassembly",
88
"examples/cross_service",
9-
"tests/no-default-features",
10-
"tests/webassembly"
9+
"tests/webassembly",
10+
"tests/no-default-features"
1111
]
1212
members = [
1313
"sdk/accessanalyzer",

aws-models/application-signals.json

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

aws-models/batch.json

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

aws-models/chime.json

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

aws-models/cloudfront.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14129,7 +14129,7 @@
1412914129
}
1413014130
},
1413114131
"traits": {
14132-
"smithy.api#documentation": "<p>An origin.</p>\n <p>An origin is the location where content is stored, and from which CloudFront gets content to\n\t\t\tserve to viewers. To specify an origin:</p>\n <ul>\n <li>\n <p>Use <code>S3OriginConfig</code> to specify an Amazon S3 bucket that is not\n\t\t\t\t\tconfigured with static website hosting.</p>\n </li>\n <li>\n <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins,\n\t\t\t\t\tincluding:</p>\n <ul>\n <li>\n <p>An Amazon S3 bucket that is configured with static website hosting</p>\n </li>\n <li>\n <p>An Elastic Load Balancing load balancer</p>\n </li>\n <li>\n <p>An Elemental MediaPackage endpoint</p>\n </li>\n <li>\n <p>An Elemental MediaStore container</p>\n </li>\n <li>\n <p>Any other HTTP server, running on an Amazon EC2 instance or any other kind\n\t\t\t\t\t\t\tof host</p>\n </li>\n </ul>\n </li>\n </ul>\n <p>For the current maximum number of origins that you can specify per distribution, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions\">General Quotas on Web Distributions</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i> (quotas were formerly referred to as\n\t\t\tlimits).</p>"
14132+
"smithy.api#documentation": "<p>An origin.</p>\n <p>An origin is the location where content is stored, and from which CloudFront gets content to\n\t\t\tserve to viewers. To specify an origin:</p>\n <ul>\n <li>\n <p>Use <code>S3OriginConfig</code> to specify an Amazon S3 bucket that is not\n\t\t\t\t\tconfigured with static website hosting.</p>\n </li>\n <li>\n <p>Use <code>VpcOriginConfig</code> to specify a VPC origin.</p>\n </li>\n <li>\n <p>Use <code>CustomOriginConfig</code> to specify all other kinds of origins,\n\t\t\t\t\tincluding:</p>\n <ul>\n <li>\n <p>An Amazon S3 bucket that is configured with static website hosting</p>\n </li>\n <li>\n <p>An Elastic Load Balancing load balancer</p>\n </li>\n <li>\n <p>An Elemental MediaPackage endpoint</p>\n </li>\n <li>\n <p>An Elemental MediaStore container</p>\n </li>\n <li>\n <p>Any other HTTP server, running on an Amazon EC2 instance or any other kind\n\t\t\t\t\t\t\tof host</p>\n </li>\n </ul>\n </li>\n </ul>\n <p>For the current maximum number of origins that you can specify per distribution, see\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions\">General Quotas on Web Distributions</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i> (quotas were formerly referred to as\n\t\t\tlimits).</p>"
1413314133
}
1413414134
},
1413514135
"com.amazonaws.cloudfront#OriginAccessControl": {
@@ -20367,7 +20367,7 @@
2036720367
"SSLSupportMethod": {
2036820368
"target": "com.amazonaws.cloudfront#SSLSupportMethod",
2036920369
"traits": {
20370-
"smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),\n\t\t\tspecify which viewers the distribution accepts HTTPS connections from.</p>\n <ul>\n <li>\n <p>\n <code>sni-only</code> – The distribution accepts HTTPS connections from only\n\t\t\t\t\tviewers that support <a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server name\n\t\t\t\t\t\tindication (SNI)</a>. This is recommended. Most browsers and clients\n\t\t\t\t\tsupport SNI.</p>\n </li>\n <li>\n <p>\n <code>vip</code> – The distribution accepts HTTPS connections from all viewers\n\t\t\t\t\tincluding those that don't support SNI. This is not recommended, and results in\n\t\t\t\t\tadditional monthly charges from CloudFront.</p>\n </li>\n <li>\n <p>\n <code>static-ip</code> - Do not specify this value unless your distribution\n\t\t\t\t\thas been enabled for this feature by the CloudFront team. If you have a use case\n\t\t\t\t\tthat requires static IP addresses for a distribution, contact CloudFront through\n\t\t\t\t\tthe <a href=\"https://console.aws.amazon.com/support/home\">Amazon Web Services Support Center</a>.</p>\n </li>\n </ul>\n <p>If the distribution uses the CloudFront domain name such as\n\t\t\t\t<code>d111111abcdef8.cloudfront.net</code>, don't set a value for this field.</p>"
20370+
"smithy.api#documentation": "<p>If the distribution uses <code>Aliases</code> (alternate domain names or CNAMEs),\n\t\t\tspecify which viewers the distribution accepts HTTPS connections from.</p>\n <ul>\n <li>\n <p>\n <code>sni-only</code> – The distribution accepts HTTPS connections from only\n\t\t\t\t\tviewers that support <a href=\"https://en.wikipedia.org/wiki/Server_Name_Indication\">server name\n\t\t\t\t\t\tindication (SNI)</a>. This is recommended. Most browsers and clients\n\t\t\t\t\tsupport SNI.</p>\n </li>\n <li>\n <p>\n <code>vip</code> – The distribution accepts HTTPS connections from all viewers\n\t\t\t\t\tincluding those that don't support SNI. This is not recommended, and results in\n\t\t\t\t\tadditional monthly charges from CloudFront.</p>\n </li>\n <li>\n <p>\n <code>static-ip</code> - Do not specify this value unless your distribution\n\t\t\t\t\thas been enabled for this feature by the CloudFront team. If you have a use case\n\t\t\t\t\tthat requires static IP addresses for a distribution, contact CloudFront through\n\t\t\t\t\tthe <a href=\"https://console.aws.amazon.com/support/home\">Amazon Web ServicesSupport Center</a>.</p>\n </li>\n </ul>\n <p>If the distribution uses the CloudFront domain name such as\n\t\t\t\t<code>d111111abcdef8.cloudfront.net</code>, don't set a value for this field.</p>"
2037120371
}
2037220372
},
2037320373
"MinimumProtocolVersion": {

0 commit comments

Comments
 (0)