|
5553 | 5553 | "OriginReadTimeout": { |
5554 | 5554 | "target": "com.amazonaws.cloudfront#integer", |
5555 | 5555 | "traits": { |
5556 | | - "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is\n\t\t\talso known as the <i>origin response timeout</i>. The minimum timeout is 1\n\t\t\tsecond, the maximum is 60 seconds, and the default (if you don't specify otherwise) is\n\t\t\t30 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Origin Response Timeout</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>" |
| 5556 | + "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is\n\t\t\talso known as the <i>origin response timeout</i>. The minimum timeout is 1\n\t\t\tsecond, the maximum is 60 seconds, and the default (if you don't specify otherwise) is\n\t\t\t30 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Response timeout (custom origins only)</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>" |
5557 | 5557 | } |
5558 | 5558 | }, |
5559 | 5559 | "OriginKeepaliveTimeout": { |
5560 | 5560 | "target": "com.amazonaws.cloudfront#integer", |
5561 | 5561 | "traits": { |
5562 | | - "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The\n\t\t\tminimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't\n\t\t\tspecify otherwise) is 5 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout\">Origin Keep-alive Timeout</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>" |
| 5562 | + "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The\n\t\t\tminimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't\n\t\t\tspecify otherwise) is 5 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout\">Keep-alive timeout (custom origins only)</a> in the\n\t\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>" |
5563 | 5563 | } |
5564 | 5564 | } |
5565 | 5565 | }, |
|
7079 | 7079 | "DefaultRootObject": { |
7080 | 7080 | "target": "com.amazonaws.cloudfront#string", |
7081 | 7081 | "traits": { |
7082 | | - "smithy.api#documentation": "<p>The object that you want CloudFront to request from your origin (for example,\n\t\t\t\t<code>index.html</code>) when a viewer requests the root URL for your distribution\n\t\t\t\t(<code>https://www.example.com</code>) instead of an object in your distribution\n\t\t\t\t(<code>https://www.example.com/product-description.html</code>). Specifying a\n\t\t\tdefault root object avoids exposing the contents of your distribution.</p>\n <p>Specify only the object name, for example, <code>index.html</code>. Don't add a\n\t\t\t\t<code>/</code> before the object name.</p>\n <p>If you don't want to specify a default root object when you create a distribution,\n\t\t\tinclude an empty <code>DefaultRootObject</code> element.</p>\n <p>To delete the default root object from an existing distribution, update the\n\t\t\tdistribution configuration and include an empty <code>DefaultRootObject</code>\n\t\t\telement.</p>\n <p>To replace the default root object, update the distribution configuration and specify\n\t\t\tthe new object.</p>\n <p>For more information about the default root object, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html\">Creating a\n\t\t\t\tDefault Root Object</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>" |
| 7082 | + "smithy.api#documentation": "<p>When a viewer requests the root URL for your distribution, the default root object is the\n\t\t\tobject that you want CloudFront to request from your origin. For example, if your root URL is\n\t\t\t\t<code>https://www.example.com</code>, you can specify CloudFront to return the\n\t\t\t\t<code>index.html</code> file as the default root object. You can specify a default\n\t\t\troot object so that viewers see a specific file or object, instead of another object in\n\t\t\tyour distribution (for example,\n\t\t\t\t<code>https://www.example.com/product-description.html</code>). A default root\n\t\t\tobject avoids exposing the contents of your distribution.</p>\n <p>You can specify the object name or a path to the object name (for example,\n\t\t\t\t<code>index.html</code> or <code>exampleFolderName/index.html</code>). Your string\n\t\t\tcan't begin with a forward slash (<code>/</code>). Only specify the object name or the\n\t\t\tpath to the object.</p>\n <p>If you don't want to specify a default root object when you create a distribution,\n\t\t\tinclude an empty <code>DefaultRootObject</code> element.</p>\n <p>To delete the default root object from an existing distribution, update the\n\t\t\tdistribution configuration and include an empty <code>DefaultRootObject</code>\n\t\t\telement.</p>\n <p>To replace the default root object, update the distribution configuration and specify\n\t\t\tthe new object.</p>\n <p>For more information about the default root object, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html\">Specify a default root object</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>" |
7083 | 7083 | } |
7084 | 7084 | }, |
7085 | 7085 | "Origins": { |
|
20477 | 20477 | "smithy.api#documentation": "<p>The VPC origin ID.</p>", |
20478 | 20478 | "smithy.api#required": {} |
20479 | 20479 | } |
| 20480 | + }, |
| 20481 | + "OriginReadTimeout": { |
| 20482 | + "target": "com.amazonaws.cloudfront#integer", |
| 20483 | + "traits": { |
| 20484 | + "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront waits for a response from the origin. This is\n\t\t\talso known as the <i>origin response timeout</i>. The minimum timeout is 1\n\t\t\tsecond, the maximum is 60 seconds, and the default (if you don't specify otherwise) is\n\t\t\t30 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout\">Response timeout (custom origins only)</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>" |
| 20485 | + } |
| 20486 | + }, |
| 20487 | + "OriginKeepaliveTimeout": { |
| 20488 | + "target": "com.amazonaws.cloudfront#integer", |
| 20489 | + "traits": { |
| 20490 | + "smithy.api#documentation": "<p>Specifies how long, in seconds, CloudFront persists its connection to the origin. The\n\t\t\tminimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't\n\t\t\tspecify otherwise) is 5 seconds.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout\">Keep-alive timeout (custom origins only)</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>" |
| 20491 | + } |
20480 | 20492 | } |
20481 | 20493 | }, |
20482 | 20494 | "traits": { |
|
0 commit comments