Skip to content

Commit d6e0100

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent f8a5aa2 commit d6e0100

File tree

6 files changed

+2363
-345
lines changed

6 files changed

+2363
-345
lines changed

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -6663,7 +6663,7 @@
66636663
}
66646664
],
66656665
"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>",
66676667
"smithy.api#http": {
66686668
"method": "GET",
66696669
"uri": "/2020-05-31/origin-access-control/{Id}",
@@ -6688,7 +6688,7 @@
66886688
}
66896689
],
66906690
"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>",
66926692
"smithy.api#http": {
66936693
"method": "GET",
66946694
"uri": "/2020-05-31/origin-access-control/{Id}/config",
@@ -6715,7 +6715,7 @@
67156715
"OriginAccessControlConfig": {
67166716
"target": "com.amazonaws.cloudfront#OriginAccessControlConfig",
67176717
"traits": {
6718-
"smithy.api#documentation": "<p>Contains an origin access control.</p>",
6718+
"smithy.api#documentation": "<p>Contains an origin access control configuration.</p>",
67196719
"smithy.api#httpPayload": {}
67206720
}
67216721
},
@@ -6747,7 +6747,7 @@
67476747
"OriginAccessControl": {
67486748
"target": "com.amazonaws.cloudfront#OriginAccessControl",
67496749
"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>",
67516751
"smithy.api#httpPayload": {}
67526752
}
67536753
},
@@ -10056,7 +10056,7 @@
1005610056
}
1005710057
},
1005810058
"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>"
1006010060
}
1006110061
},
1006210062
"com.amazonaws.cloudfront#OriginAccessControlAlreadyExists": {
@@ -10099,7 +10099,7 @@
1009910099
"SigningBehavior": {
1010010100
"target": "com.amazonaws.cloudfront#OriginAccessControlSigningBehaviors",
1010110101
"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>",
1010310103
"smithy.api#required": {}
1010410104
}
1010510105
},
@@ -10112,7 +10112,7 @@
1011210112
}
1011310113
},
1011410114
"traits": {
10115-
"smithy.api#documentation": "<p>A CloudFront origin access control.</p>"
10115+
"smithy.api#documentation": "<p>A CloudFront origin access control configuration.</p>"
1011610116
}
1011710117
},
1011810118
"com.amazonaws.cloudfront#OriginAccessControlInUse": {

0 commit comments

Comments
 (0)