@aws-sdk/client-wafv2 3.342.0 → 3.344.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -238,7 +238,7 @@ export interface Cookies {
|
|
|
238
238
|
* <p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request
|
|
239
239
|
* that WAF receives for inspection.
|
|
240
240
|
* WAF generates the string and then uses that as the field to match component in its inspection.
|
|
241
|
-
* WAF separates the header names in the string using
|
|
241
|
+
* 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>
|
|
242
242
|
* <p>Matches against the header order string are case insensitive.</p>
|
|
243
243
|
*/
|
|
244
244
|
export interface HeaderOrder {
|
|
@@ -660,7 +660,7 @@ export interface FieldToMatch {
|
|
|
660
660
|
* <p>Inspect a string containing the list of the request's header names, ordered as they appear in the web request
|
|
661
661
|
* that WAF receives for inspection.
|
|
662
662
|
* WAF generates the string and then uses that as the field to match component in its inspection.
|
|
663
|
-
* WAF separates the header names in the string using
|
|
663
|
+
* 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>
|
|
664
664
|
* <p>Matches against the header order string are case insensitive.</p>
|
|
665
665
|
*/
|
|
666
666
|
HeaderOrder?: HeaderOrder;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wafv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.344.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.344.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.342.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.344.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.342.0",
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
+
"@aws-sdk/hash-node": "3.344.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.342.0",
|
|
30
30
|
"@aws-sdk/middleware-content-length": "3.342.0",
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.344.0",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.342.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.342.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.342.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.342.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.342.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.342.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.344.0",
|
|
42
42
|
"@aws-sdk/smithy-client": "3.342.0",
|
|
43
43
|
"@aws-sdk/types": "3.342.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.342.0",
|