@aws-sdk/client-wafv2 3.141.0 → 3.145.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.
@@ -661,6 +661,7 @@ export var ResourceType;
661
661
  ResourceType["API_GATEWAY"] = "API_GATEWAY";
662
662
  ResourceType["APPLICATION_LOAD_BALANCER"] = "APPLICATION_LOAD_BALANCER";
663
663
  ResourceType["APPSYNC"] = "APPSYNC";
664
+ ResourceType["COGNITIO_USER_POOL"] = "COGNITO_USER_POOL";
664
665
  })(ResourceType || (ResourceType = {}));
665
666
  var WAFLogDestinationPermissionIssueException = (function (_super) {
666
667
  __extends(WAFLogDestinationPermissionIssueException, _super);