|
434 | 434 | }
|
435 | 435 | },
|
436 | 436 | "traits": {
|
437 |
| - "smithy.api#documentation": "<p>A complex type that describes how CloudFront processes requests.</p>\n <p>You must create at least as many cache behaviors (including the default cache\n\t\t\tbehavior) as you have origins if you want CloudFront to serve objects from all of the origins.\n\t\t\tEach cache behavior specifies the one origin from which you want CloudFront to get objects. If\n\t\t\tyou have two origins and only the default cache behavior, the default cache behavior\n\t\t\twill cause CloudFront to get objects from one of the origins, but the other origin is never\n\t\t\tused.</p>\n <p>For the current quota (formerly known as limit) on the number of cache behaviors that\n\t\t\tyou can add to a distribution, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n <p>If you don't want to specify any cache behaviors, include only an empty\n\t\t\t<code>CacheBehaviors</code> element. For more information, see <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html\">CacheBehaviors</a>. Don't include an empty\n\t\t\t\t<code>CacheBehavior</code> element because this is invalid.</p>\n <p>To delete all cache behaviors in an existing distribution, update the distribution\n\t\t\tconfiguration and include only an empty <code>CacheBehaviors</code> element.</p>\n <p>To add, change, or remove one or more cache behaviors, update the distribution\n\t\t\tconfiguration and specify all of the cache behaviors that you want to include in the\n\t\t\tupdated distribution.</p>\n <p>For more information about cache behaviors, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior\">Cache Behavior Settings</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>" |
| 437 | + "smithy.api#documentation": "<p>A complex type that describes how CloudFront processes requests.</p>\n <p>You must create at least as many cache behaviors (including the default cache\n\t\t\tbehavior) as you have origins if you want CloudFront to serve objects from all of the origins.\n\t\t\tEach cache behavior specifies the one origin from which you want CloudFront to get objects. If\n\t\t\tyou have two origins and only the default cache behavior, the default cache behavior\n\t\t\twill cause CloudFront to get objects from one of the origins, but the other origin is never\n\t\t\tused.</p>\n <p>For the current quota (formerly known as limit) on the number of cache behaviors that\n\t\t\tyou can add to a distribution, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html\">Quotas</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n <p>If you don't want to specify any cache behaviors, include only an empty\n\t\t\t\t<code>CacheBehaviors</code> element. Don't specify an empty individual\n\t\t\t\t<code>CacheBehavior</code> element, because this is invalid. For more information,\n\t\t\tsee <a href=\"https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CacheBehaviors.html\">CacheBehaviors</a>. </p>\n <p>To delete all cache behaviors in an existing distribution, update the distribution\n\t\t\tconfiguration and include only an empty <code>CacheBehaviors</code> element.</p>\n <p>To add, change, or remove one or more cache behaviors, update the distribution\n\t\t\tconfiguration and specify all of the cache behaviors that you want to include in the\n\t\t\tupdated distribution.</p>\n <p>For more information about cache behaviors, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior\">Cache Behavior Settings</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>" |
438 | 438 | }
|
439 | 439 | },
|
440 | 440 | "com.amazonaws.cloudfront#CacheBehaviorList": {
|
|
795 | 795 | "Items": {
|
796 | 796 | "target": "com.amazonaws.cloudfront#MethodsList",
|
797 | 797 | "traits": {
|
798 |
| - "smithy.api#documentation": "<p>A complex type that contains the HTTP methods that you want CloudFront to cache responses\n\t\t\tto.</p>", |
| 798 | + "smithy.api#documentation": "<p>A complex type that contains the HTTP methods that you want CloudFront to cache responses\n\t\t\tto. Valid values for <code>CachedMethods</code> include <code>GET</code>, <code>HEAD</code>, and <code>OPTIONS</code>, depending on which caching option you choose. For more information, see the preceding section.</p>", |
799 | 799 | "smithy.api#required": {}
|
800 | 800 | }
|
801 | 801 | }
|
|
12307 | 12307 | }
|
12308 | 12308 | ],
|
12309 | 12309 | "traits": {
|
12310 |
| - "smithy.api#documentation": "<p>List tags for a CloudFront resource.</p>", |
| 12310 | + "smithy.api#documentation": "<p>List tags for a CloudFront resource. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html\">Tagging a distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>", |
12311 | 12311 | "smithy.api#http": {
|
12312 | 12312 | "method": "GET",
|
12313 | 12313 | "uri": "/2020-05-31/tagging",
|
|
15810 | 15810 | }
|
15811 | 15811 | ],
|
15812 | 15812 | "traits": {
|
15813 |
| - "smithy.api#documentation": "<p>Add tags to a CloudFront resource.</p>", |
| 15813 | + "smithy.api#documentation": "<p>Add tags to a CloudFront resource. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html\">Tagging a distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>", |
15814 | 15814 | "smithy.api#http": {
|
15815 | 15815 | "method": "POST",
|
15816 | 15816 | "uri": "/2020-05-31/tagging?Operation=Tag",
|
|
16835 | 16835 | }
|
16836 | 16836 | ],
|
16837 | 16837 | "traits": {
|
16838 |
| - "smithy.api#documentation": "<p>Remove tags from a CloudFront resource.</p>", |
| 16838 | + "smithy.api#documentation": "<p>Remove tags from a CloudFront resource. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/tagging.html\">Tagging a distribution</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>", |
16839 | 16839 | "smithy.api#http": {
|
16840 | 16840 | "method": "POST",
|
16841 | 16841 | "uri": "/2020-05-31/tagging?Operation=Untag",
|
|
0 commit comments