Skip to content

Commit d40bcd6

Browse files
author
awstools
committed
docs(client-wafv2): Corrected the information for the header order FieldToMatch setting
1 parent 26b35f3 commit d40bcd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clients/client-wafv2/src/models/models_0.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export interface Cookies {
259259
* <p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request
260260
* that WAF receives for inspection.
261261
* WAF generates the string and then uses that as the field to match component in its inspection.
262-
* WAF separates the header names in the string using commas and no added spaces.</p>
262+
* WAF separates the header names in the string using colons and no added spaces, for example <code>Host:User-Agent:Accept:Authorization:Referer</code>.</p>
263263
* <p>Matches against the header order string are case insensitive.</p>
264264
*/
265265
export interface HeaderOrder {
@@ -711,7 +711,7 @@ export interface FieldToMatch {
711711
* <p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request
712712
* that WAF receives for inspection.
713713
* WAF generates the string and then uses that as the field to match component in its inspection.
714-
* WAF separates the header names in the string using commas and no added spaces.</p>
714+
* WAF separates the header names in the string using colons and no added spaces, for example <code>Host:User-Agent:Accept:Authorization:Referer</code>.</p>
715715
* <p>Matches against the header order string are case insensitive.</p>
716716
*/
717717
HeaderOrder?: HeaderOrder;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5274,7 +5274,7 @@
52745274
"HeaderOrder": {
52755275
"target": "com.amazonaws.wafv2#HeaderOrder",
52765276
"traits": {
5277-
"smithy.api#documentation": "<p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request\nthat WAF receives for inspection. \n WAF generates the string and then uses that as the field to match component in its inspection. \n WAF separates the header names in the string using commas and no added spaces.</p>\n <p>Matches against the header order string are case insensitive.</p>"
5277+
"smithy.api#documentation": "<p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request\nthat WAF receives for inspection. \n WAF generates the string and then uses that as the field to match component in its inspection. \n WAF separates the header names in the string using colons and no added spaces, for example <code>Host:User-Agent:Accept:Authorization:Referer</code>.</p>\n <p>Matches against the header order string are case insensitive.</p>"
52785278
}
52795279
}
52805280
},
@@ -6566,7 +6566,7 @@
65666566
}
65676567
},
65686568
"traits": {
6569-
"smithy.api#documentation": "<p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request\nthat WAF receives for inspection. \n WAF generates the string and then uses that as the field to match component in its inspection. \n WAF separates the header names in the string using commas and no added spaces.</p>\n <p>Matches against the header order string are case insensitive.</p>"
6569+
"smithy.api#documentation": "<p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request\nthat WAF receives for inspection. \n WAF generates the string and then uses that as the field to match component in its inspection. \n WAF separates the header names in the string using colons and no added spaces, for example <code>Host:User-Agent:Accept:Authorization:Referer</code>.</p>\n <p>Matches against the header order string are case insensitive.</p>"
65706570
}
65716571
},
65726572
"com.amazonaws.wafv2#HeaderValue": {

0 commit comments

Comments
 (0)