@aws-sdk/client-cognito-identity-provider 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.
@@ -1,7 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { SignUpRequestFilterSensitiveLog, SignUpResponseFilterSensitiveLog, } from "../models/models_0";
4
+ import { SignUpRequestFilterSensitiveLog } from "../models/models_0";
5
+ import { SignUpResponseFilterSensitiveLog } from "../models/models_1";
5
6
  import { deserializeAws_json1_1SignUpCommand, serializeAws_json1_1SignUpCommand } from "../protocols/Aws_json1_1";
6
7
  var SignUpCommand = (function (_super) {
7
8
  __extends(SignUpCommand, _super);
@@ -479,6 +479,18 @@ var ConcurrentModificationException = (function (_super) {
479
479
  return ConcurrentModificationException;
480
480
  }(__BaseException));
481
481
  export { ConcurrentModificationException };
482
+ var ForbiddenException = (function (_super) {
483
+ __extends(ForbiddenException, _super);
484
+ function ForbiddenException(opts) {
485
+ var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
486
+ _this.name = "ForbiddenException";
487
+ _this.$fault = "client";
488
+ Object.setPrototypeOf(_this, ForbiddenException.prototype);
489
+ return _this;
490
+ }
491
+ return ForbiddenException;
492
+ }(__BaseException));
493
+ export { ForbiddenException };
482
494
  export var VerifiedAttributeType;
483
495
  (function (VerifiedAttributeType) {
484
496
  VerifiedAttributeType["EMAIL"] = "email";
@@ -945,4 +957,3 @@ export var SignUpRequestFilterSensitiveLog = function (obj) { return (__assign(_
945
957
  })), (obj.ValidationData && {
946
958
  ValidationData: obj.ValidationData.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
947
959
  }))); };
948
- export var SignUpResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -19,6 +19,7 @@ export var VerifySoftwareTokenResponseType;
19
19
  VerifySoftwareTokenResponseType["ERROR"] = "ERROR";
20
20
  VerifySoftwareTokenResponseType["SUCCESS"] = "SUCCESS";
21
21
  })(VerifySoftwareTokenResponseType || (VerifySoftwareTokenResponseType = {}));
22
+ export var SignUpResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
23
  export var StartUserImportJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
23
24
  export var StartUserImportJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
24
25
  export var StopUserImportJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };