aws-sdk 2.1651.0 → 2.1652.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.
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['paymentcryptographydata'], '2022-02-03
9
9
  get: function get() {
10
10
  var model = require('../apis/payment-cryptography-data-2022-02-03.min.json');
11
11
  model.paginators = require('../apis/payment-cryptography-data-2022-02-03.paginators.json').pagination;
12
+ model.waiters = require('../apis/payment-cryptography-data-2022-02-03.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,
@@ -1777,7 +1777,7 @@ declare namespace WAFV2 {
1777
1777
  */
1778
1778
  MatchScope: JsonMatchScope;
1779
1779
  /**
1780
- * What WAF should do if it fails to completely parse the JSON body. The options are the following: EVALUATE_AS_STRING - Inspect the body as plain text. WAF applies the text transformations and inspection criteria that you defined for the JSON inspection to the body text string. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement. If you don't provide this setting, WAF parses and evaluates the content only up to the first parsing failure that it encounters. WAF does its best to parse the entire JSON body, but might be forced to stop for reasons such as invalid characters, duplicate keys, truncation, and any content whose root node isn't an object or an array. WAF parses the JSON in the following examples as two valid key, value pairs: Missing comma: {"key1":"value1""key2":"value2"} Missing colon: {"key1":"value1","key2""value2"} Extra colons: {"key1"::"value1","key2""value2"}
1780
+ * What WAF should do if it fails to completely parse the JSON body. The options are the following: EVALUATE_AS_STRING - Inspect the body as plain text. WAF applies the text transformations and inspection criteria that you defined for the JSON inspection to the body text string. MATCH - Treat the web request as matching the rule statement. WAF applies the rule action to the request. NO_MATCH - Treat the web request as not matching the rule statement. If you don't provide this setting, WAF parses and evaluates the content only up to the first parsing failure that it encounters. WAF parsing doesn't fully validate the input JSON string, so parsing can succeed even for invalid JSON. When parsing succeeds, WAF doesn't apply the fallback behavior. For more information, see JSON body in the WAF Developer Guide.
1781
1781
  */
1782
1782
  InvalidFallbackBehavior?: BodyParsingFallbackBehavior;
1783
1783
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1651.0',
86
+ VERSION: '2.1652.0',
87
87
 
88
88
  /**
89
89
  * @api private