Skip to content

Commit a0538c5

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 21ec8a2 commit a0538c5

File tree

8 files changed

+5590
-19202
lines changed

8 files changed

+5590
-19202
lines changed

codegen/sdk-codegen/aws-models/application-signals.json

+45-3
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/batch.json

+955-76
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/chime.json

+4,040-18,988
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/cloudfront.json

+2-2
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)