|
6663 | 6663 | }
|
6664 | 6664 | ],
|
6665 | 6665 | "traits": {
|
6666 |
| - "smithy.api#documentation": "<p>Gets a CloudFront origin access control.</p>", |
| 6666 | + "smithy.api#documentation": "<p>Gets a CloudFront origin access control, including its unique identifier.</p>", |
6667 | 6667 | "smithy.api#http": {
|
6668 | 6668 | "method": "GET",
|
6669 | 6669 | "uri": "/2020-05-31/origin-access-control/{Id}",
|
|
6688 | 6688 | }
|
6689 | 6689 | ],
|
6690 | 6690 | "traits": {
|
6691 |
| - "smithy.api#documentation": "<p>Gets a CloudFront origin access control.</p>", |
| 6691 | + "smithy.api#documentation": "<p>Gets a CloudFront origin access control configuration.</p>", |
6692 | 6692 | "smithy.api#http": {
|
6693 | 6693 | "method": "GET",
|
6694 | 6694 | "uri": "/2020-05-31/origin-access-control/{Id}/config",
|
|
6715 | 6715 | "OriginAccessControlConfig": {
|
6716 | 6716 | "target": "com.amazonaws.cloudfront#OriginAccessControlConfig",
|
6717 | 6717 | "traits": {
|
6718 |
| - "smithy.api#documentation": "<p>Contains an origin access control.</p>", |
| 6718 | + "smithy.api#documentation": "<p>Contains an origin access control configuration.</p>", |
6719 | 6719 | "smithy.api#httpPayload": {}
|
6720 | 6720 | }
|
6721 | 6721 | },
|
|
6747 | 6747 | "OriginAccessControl": {
|
6748 | 6748 | "target": "com.amazonaws.cloudfront#OriginAccessControl",
|
6749 | 6749 | "traits": {
|
6750 |
| - "smithy.api#documentation": "<p>Contains an origin access control.</p>", |
| 6750 | + "smithy.api#documentation": "<p>Contains an origin access control, including its unique identifier.</p>", |
6751 | 6751 | "smithy.api#httpPayload": {}
|
6752 | 6752 | }
|
6753 | 6753 | },
|
|
10056 | 10056 | }
|
10057 | 10057 | },
|
10058 | 10058 | "traits": {
|
10059 |
| - "smithy.api#documentation": "<p>A CloudFront origin access control.</p>" |
| 10059 | + "smithy.api#documentation": "<p>A CloudFront origin access control, including its unique identifier.</p>" |
10060 | 10060 | }
|
10061 | 10061 | },
|
10062 | 10062 | "com.amazonaws.cloudfront#OriginAccessControlAlreadyExists": {
|
|
10099 | 10099 | "SigningBehavior": {
|
10100 | 10100 | "target": "com.amazonaws.cloudfront#OriginAccessControlSigningBehaviors",
|
10101 | 10101 | "traits": {
|
10102 |
| - "smithy.api#documentation": "<p>Specifies which requests CloudFront signs (adds authentication information to). Specify\n\t\t\t<code>always</code> for the most common use case. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html#oac-advanced-settings\">origin access control advanced settings</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t <p>This field can have one of the following values:</p>\n\t\t <ul>\n <li>\n\t\t\t\t <p>\n <code>always</code> – CloudFront signs all origin requests, overwriting the\n\t\t\t\t\t<code>Authorization</code> header from the viewer request if one exists.</p>\n\t\t\t </li>\n <li>\n\t\t\t\t <p>\n <code>never</code> – CloudFront doesn't sign any origin requests. This value turns off origin\n\t\t\t\t\taccess control for all origins in all distributions that use this origin access\n\t\t\t\t\tcontrol.</p>\n\t\t\t </li>\n <li>\n\t\t\t\t <p>\n <code>no-override</code> – If the viewer request doesn't contain the\n\t\t\t\t\t<code>Authorization</code> header, then CloudFront signs the origin request. If the\n\t\t\t\t\tviewer request contains the <code>Authorization</code> header, then CloudFront doesn't\n\t\t\t\t\tsign the origin request and instead passes along the <code>Authorization</code>\n\t\t\t\t\theader from the viewer request. <b>WARNING: To pass along the\n\t\t\t\t\t<code>Authorization</code> header from the viewer request, you\n\t\t\t\t\t<i>must</i> add the <code>Authorization</code> header to an <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html\">origin request policy</a> for all cache behaviors that\n\t\t\t\t\tuse origins associated with this origin access control.</b>\n </p>\n\t\t\t </li>\n </ul>", |
| 10102 | + "smithy.api#documentation": "<p>Specifies which requests CloudFront signs (adds authentication information to). Specify\n\t\t\t<code>always</code> for the most common use case. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html#oac-advanced-settings\">origin access control advanced settings</a> in the\n\t\t\t<i>Amazon CloudFront Developer Guide</i>.</p>\n\t\t <p>This field can have one of the following values:</p>\n\t\t <ul>\n <li>\n\t\t\t\t <p>\n <code>always</code> – CloudFront signs all origin requests, overwriting the\n\t\t\t\t\t<code>Authorization</code> header from the viewer request if one exists.</p>\n\t\t\t </li>\n <li>\n\t\t\t\t <p>\n <code>never</code> – CloudFront doesn't sign any origin requests. This value turns off origin\n\t\t\t\t\taccess control for all origins in all distributions that use this origin access\n\t\t\t\t\tcontrol.</p>\n\t\t\t </li>\n <li>\n\t\t\t\t <p>\n <code>no-override</code> – If the viewer request doesn't contain the\n\t\t\t\t\t<code>Authorization</code> header, then CloudFront signs the origin request. If the\n\t\t\t\t\tviewer request contains the <code>Authorization</code> header, then CloudFront doesn't\n\t\t\t\t\tsign the origin request and instead passes along the <code>Authorization</code>\n\t\t\t\t\theader from the viewer request. <b>WARNING: To pass along the\n\t\t\t\t\t<code>Authorization</code> header from the viewer request, you\n\t\t\t\t\t<i>must</i> add the <code>Authorization</code> header to a <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html\">cache policy</a> for all cache behaviors that use\n\t\t\t\t\torigins associated with this origin access control.</b>\n </p>\n\t\t\t </li>\n </ul>", |
10103 | 10103 | "smithy.api#required": {}
|
10104 | 10104 | }
|
10105 | 10105 | },
|
|
10112 | 10112 | }
|
10113 | 10113 | },
|
10114 | 10114 | "traits": {
|
10115 |
| - "smithy.api#documentation": "<p>A CloudFront origin access control.</p>" |
| 10115 | + "smithy.api#documentation": "<p>A CloudFront origin access control configuration.</p>" |
10116 | 10116 | }
|
10117 | 10117 | },
|
10118 | 10118 | "com.amazonaws.cloudfront#OriginAccessControlInUse": {
|
|
0 commit comments