@aws-sdk/client-cognito-identity-provider 3.183.0 → 3.185.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/CognitoIdentityProvider.js +413 -406
- package/dist-es/CognitoIdentityProviderClient.js +27 -21
- package/dist-es/commands/AddCustomAttributesCommand.js +28 -21
- package/dist-es/commands/AdminAddUserToGroupCommand.js +29 -22
- package/dist-es/commands/AdminConfirmSignUpCommand.js +28 -21
- package/dist-es/commands/AdminCreateUserCommand.js +28 -21
- package/dist-es/commands/AdminDeleteUserAttributesCommand.js +28 -21
- package/dist-es/commands/AdminDeleteUserCommand.js +29 -22
- package/dist-es/commands/AdminDisableProviderForUserCommand.js +28 -21
- package/dist-es/commands/AdminDisableUserCommand.js +28 -21
- package/dist-es/commands/AdminEnableUserCommand.js +28 -21
- package/dist-es/commands/AdminForgetDeviceCommand.js +29 -22
- package/dist-es/commands/AdminGetDeviceCommand.js +28 -21
- package/dist-es/commands/AdminGetUserCommand.js +28 -21
- package/dist-es/commands/AdminInitiateAuthCommand.js +28 -21
- package/dist-es/commands/AdminLinkProviderForUserCommand.js +28 -21
- package/dist-es/commands/AdminListDevicesCommand.js +28 -21
- package/dist-es/commands/AdminListGroupsForUserCommand.js +28 -21
- package/dist-es/commands/AdminListUserAuthEventsCommand.js +28 -21
- package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +29 -22
- package/dist-es/commands/AdminResetUserPasswordCommand.js +28 -21
- package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +28 -21
- package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +28 -21
- package/dist-es/commands/AdminSetUserPasswordCommand.js +28 -21
- package/dist-es/commands/AdminSetUserSettingsCommand.js +28 -21
- package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +28 -21
- package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +28 -21
- package/dist-es/commands/AdminUpdateUserAttributesCommand.js +28 -21
- package/dist-es/commands/AdminUserGlobalSignOutCommand.js +28 -21
- package/dist-es/commands/AssociateSoftwareTokenCommand.js +28 -21
- package/dist-es/commands/ChangePasswordCommand.js +28 -21
- package/dist-es/commands/ConfirmDeviceCommand.js +28 -21
- package/dist-es/commands/ConfirmForgotPasswordCommand.js +28 -21
- package/dist-es/commands/ConfirmSignUpCommand.js +28 -21
- package/dist-es/commands/CreateGroupCommand.js +28 -21
- package/dist-es/commands/CreateIdentityProviderCommand.js +28 -21
- package/dist-es/commands/CreateResourceServerCommand.js +28 -21
- package/dist-es/commands/CreateUserImportJobCommand.js +28 -21
- package/dist-es/commands/CreateUserPoolClientCommand.js +28 -21
- package/dist-es/commands/CreateUserPoolCommand.js +28 -21
- package/dist-es/commands/CreateUserPoolDomainCommand.js +28 -21
- package/dist-es/commands/DeleteGroupCommand.js +29 -22
- package/dist-es/commands/DeleteIdentityProviderCommand.js +29 -22
- package/dist-es/commands/DeleteResourceServerCommand.js +29 -22
- package/dist-es/commands/DeleteUserAttributesCommand.js +28 -21
- package/dist-es/commands/DeleteUserCommand.js +29 -22
- package/dist-es/commands/DeleteUserPoolClientCommand.js +29 -22
- package/dist-es/commands/DeleteUserPoolCommand.js +29 -22
- package/dist-es/commands/DeleteUserPoolDomainCommand.js +28 -21
- package/dist-es/commands/DescribeIdentityProviderCommand.js +28 -21
- package/dist-es/commands/DescribeResourceServerCommand.js +28 -21
- package/dist-es/commands/DescribeRiskConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeUserImportJobCommand.js +28 -21
- package/dist-es/commands/DescribeUserPoolClientCommand.js +28 -21
- package/dist-es/commands/DescribeUserPoolCommand.js +28 -21
- package/dist-es/commands/DescribeUserPoolDomainCommand.js +28 -21
- package/dist-es/commands/ForgetDeviceCommand.js +29 -22
- package/dist-es/commands/ForgotPasswordCommand.js +28 -21
- package/dist-es/commands/GetCSVHeaderCommand.js +28 -21
- package/dist-es/commands/GetDeviceCommand.js +28 -21
- package/dist-es/commands/GetGroupCommand.js +28 -21
- package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +28 -21
- package/dist-es/commands/GetSigningCertificateCommand.js +28 -21
- package/dist-es/commands/GetUICustomizationCommand.js +28 -21
- package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +28 -21
- package/dist-es/commands/GetUserCommand.js +28 -21
- package/dist-es/commands/GetUserPoolMfaConfigCommand.js +28 -21
- package/dist-es/commands/GlobalSignOutCommand.js +28 -21
- package/dist-es/commands/InitiateAuthCommand.js +28 -21
- package/dist-es/commands/ListDevicesCommand.js +28 -21
- package/dist-es/commands/ListGroupsCommand.js +28 -21
- package/dist-es/commands/ListIdentityProvidersCommand.js +28 -21
- package/dist-es/commands/ListResourceServersCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListUserImportJobsCommand.js +28 -21
- package/dist-es/commands/ListUserPoolClientsCommand.js +28 -21
- package/dist-es/commands/ListUserPoolsCommand.js +28 -21
- package/dist-es/commands/ListUsersCommand.js +28 -21
- package/dist-es/commands/ListUsersInGroupCommand.js +28 -21
- package/dist-es/commands/ResendConfirmationCodeCommand.js +28 -21
- package/dist-es/commands/RespondToAuthChallengeCommand.js +28 -21
- package/dist-es/commands/RevokeTokenCommand.js +28 -21
- package/dist-es/commands/SetRiskConfigurationCommand.js +28 -21
- package/dist-es/commands/SetUICustomizationCommand.js +28 -21
- package/dist-es/commands/SetUserMFAPreferenceCommand.js +28 -21
- package/dist-es/commands/SetUserPoolMfaConfigCommand.js +28 -21
- package/dist-es/commands/SetUserSettingsCommand.js +28 -21
- package/dist-es/commands/SignUpCommand.js +28 -21
- package/dist-es/commands/StartUserImportJobCommand.js +28 -21
- package/dist-es/commands/StopUserImportJobCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +28 -21
- package/dist-es/commands/UpdateDeviceStatusCommand.js +28 -21
- package/dist-es/commands/UpdateGroupCommand.js +28 -21
- package/dist-es/commands/UpdateIdentityProviderCommand.js +28 -21
- package/dist-es/commands/UpdateResourceServerCommand.js +28 -21
- package/dist-es/commands/UpdateUserAttributesCommand.js +28 -21
- package/dist-es/commands/UpdateUserPoolClientCommand.js +28 -21
- package/dist-es/commands/UpdateUserPoolCommand.js +28 -21
- package/dist-es/commands/UpdateUserPoolDomainCommand.js +28 -21
- package/dist-es/commands/VerifySoftwareTokenCommand.js +28 -21
- package/dist-es/commands/VerifyUserAttributeCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CognitoIdentityProviderServiceException.js +10 -5
- package/dist-es/models/models_0.js +732 -1290
- package/dist-es/models/models_1.js +45 -115
- package/dist-es/pagination/AdminListGroupsForUserPaginator.js +68 -25
- package/dist-es/pagination/AdminListUserAuthEventsPaginator.js +68 -25
- package/dist-es/pagination/ListGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +68 -25
- package/dist-es/pagination/ListResourceServersPaginator.js +68 -25
- package/dist-es/pagination/ListUserPoolClientsPaginator.js +68 -25
- package/dist-es/pagination/ListUserPoolsPaginator.js +68 -25
- package/dist-es/pagination/ListUsersInGroupPaginator.js +68 -25
- package/dist-es/pagination/ListUsersPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +10565 -8461
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { CognitoIdentityProviderServiceException as __BaseException } from "./CognitoIdentityProviderServiceException";
|
|
3
4
|
export var RecoveryOptionNameType;
|
|
@@ -20,150 +21,150 @@ export var AttributeDataType;
|
|
|
20
21
|
AttributeDataType["NUMBER"] = "Number";
|
|
21
22
|
AttributeDataType["STRING"] = "String";
|
|
22
23
|
})(AttributeDataType || (AttributeDataType = {}));
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
24
|
+
var InternalErrorException = (function (_super) {
|
|
25
|
+
__extends(InternalErrorException, _super);
|
|
26
|
+
function InternalErrorException(opts) {
|
|
27
|
+
var _this = _super.call(this, __assign({ name: "InternalErrorException", $fault: "server" }, opts)) || this;
|
|
28
|
+
_this.name = "InternalErrorException";
|
|
29
|
+
_this.$fault = "server";
|
|
30
|
+
Object.setPrototypeOf(_this, InternalErrorException.prototype);
|
|
31
|
+
return _this;
|
|
32
|
+
}
|
|
33
|
+
return InternalErrorException;
|
|
34
|
+
}(__BaseException));
|
|
35
|
+
export { InternalErrorException };
|
|
36
|
+
var InvalidParameterException = (function (_super) {
|
|
37
|
+
__extends(InvalidParameterException, _super);
|
|
38
|
+
function InvalidParameterException(opts) {
|
|
39
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
40
|
+
_this.name = "InvalidParameterException";
|
|
41
|
+
_this.$fault = "client";
|
|
42
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
43
|
+
return _this;
|
|
44
|
+
}
|
|
45
|
+
return InvalidParameterException;
|
|
46
|
+
}(__BaseException));
|
|
47
|
+
export { InvalidParameterException };
|
|
48
|
+
var NotAuthorizedException = (function (_super) {
|
|
49
|
+
__extends(NotAuthorizedException, _super);
|
|
50
|
+
function NotAuthorizedException(opts) {
|
|
51
|
+
var _this = _super.call(this, __assign({ name: "NotAuthorizedException", $fault: "client" }, opts)) || this;
|
|
52
|
+
_this.name = "NotAuthorizedException";
|
|
53
|
+
_this.$fault = "client";
|
|
54
|
+
Object.setPrototypeOf(_this, NotAuthorizedException.prototype);
|
|
55
|
+
return _this;
|
|
56
|
+
}
|
|
57
|
+
return NotAuthorizedException;
|
|
58
|
+
}(__BaseException));
|
|
59
|
+
export { NotAuthorizedException };
|
|
60
|
+
var ResourceNotFoundException = (function (_super) {
|
|
61
|
+
__extends(ResourceNotFoundException, _super);
|
|
62
|
+
function ResourceNotFoundException(opts) {
|
|
63
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
64
|
+
_this.name = "ResourceNotFoundException";
|
|
65
|
+
_this.$fault = "client";
|
|
66
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
67
|
+
return _this;
|
|
68
|
+
}
|
|
69
|
+
return ResourceNotFoundException;
|
|
70
|
+
}(__BaseException));
|
|
71
|
+
export { ResourceNotFoundException };
|
|
72
|
+
var TooManyRequestsException = (function (_super) {
|
|
73
|
+
__extends(TooManyRequestsException, _super);
|
|
74
|
+
function TooManyRequestsException(opts) {
|
|
75
|
+
var _this = _super.call(this, __assign({ name: "TooManyRequestsException", $fault: "client" }, opts)) || this;
|
|
76
|
+
_this.name = "TooManyRequestsException";
|
|
77
|
+
_this.$fault = "client";
|
|
78
|
+
Object.setPrototypeOf(_this, TooManyRequestsException.prototype);
|
|
79
|
+
return _this;
|
|
80
|
+
}
|
|
81
|
+
return TooManyRequestsException;
|
|
82
|
+
}(__BaseException));
|
|
83
|
+
export { TooManyRequestsException };
|
|
84
|
+
var UserImportInProgressException = (function (_super) {
|
|
85
|
+
__extends(UserImportInProgressException, _super);
|
|
86
|
+
function UserImportInProgressException(opts) {
|
|
87
|
+
var _this = _super.call(this, __assign({ name: "UserImportInProgressException", $fault: "client" }, opts)) || this;
|
|
88
|
+
_this.name = "UserImportInProgressException";
|
|
89
|
+
_this.$fault = "client";
|
|
90
|
+
Object.setPrototypeOf(_this, UserImportInProgressException.prototype);
|
|
91
|
+
return _this;
|
|
92
|
+
}
|
|
93
|
+
return UserImportInProgressException;
|
|
94
|
+
}(__BaseException));
|
|
95
|
+
export { UserImportInProgressException };
|
|
96
|
+
var UserNotFoundException = (function (_super) {
|
|
97
|
+
__extends(UserNotFoundException, _super);
|
|
98
|
+
function UserNotFoundException(opts) {
|
|
99
|
+
var _this = _super.call(this, __assign({ name: "UserNotFoundException", $fault: "client" }, opts)) || this;
|
|
100
|
+
_this.name = "UserNotFoundException";
|
|
101
|
+
_this.$fault = "client";
|
|
102
|
+
Object.setPrototypeOf(_this, UserNotFoundException.prototype);
|
|
103
|
+
return _this;
|
|
104
|
+
}
|
|
105
|
+
return UserNotFoundException;
|
|
106
|
+
}(__BaseException));
|
|
107
|
+
export { UserNotFoundException };
|
|
108
|
+
var InvalidLambdaResponseException = (function (_super) {
|
|
109
|
+
__extends(InvalidLambdaResponseException, _super);
|
|
110
|
+
function InvalidLambdaResponseException(opts) {
|
|
111
|
+
var _this = _super.call(this, __assign({ name: "InvalidLambdaResponseException", $fault: "client" }, opts)) || this;
|
|
112
|
+
_this.name = "InvalidLambdaResponseException";
|
|
113
|
+
_this.$fault = "client";
|
|
114
|
+
Object.setPrototypeOf(_this, InvalidLambdaResponseException.prototype);
|
|
115
|
+
return _this;
|
|
116
|
+
}
|
|
117
|
+
return InvalidLambdaResponseException;
|
|
118
|
+
}(__BaseException));
|
|
119
|
+
export { InvalidLambdaResponseException };
|
|
120
|
+
var LimitExceededException = (function (_super) {
|
|
121
|
+
__extends(LimitExceededException, _super);
|
|
122
|
+
function LimitExceededException(opts) {
|
|
123
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
124
|
+
_this.name = "LimitExceededException";
|
|
125
|
+
_this.$fault = "client";
|
|
126
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
127
|
+
return _this;
|
|
128
|
+
}
|
|
129
|
+
return LimitExceededException;
|
|
130
|
+
}(__BaseException));
|
|
131
|
+
export { LimitExceededException };
|
|
132
|
+
var TooManyFailedAttemptsException = (function (_super) {
|
|
133
|
+
__extends(TooManyFailedAttemptsException, _super);
|
|
134
|
+
function TooManyFailedAttemptsException(opts) {
|
|
135
|
+
var _this = _super.call(this, __assign({ name: "TooManyFailedAttemptsException", $fault: "client" }, opts)) || this;
|
|
136
|
+
_this.name = "TooManyFailedAttemptsException";
|
|
137
|
+
_this.$fault = "client";
|
|
138
|
+
Object.setPrototypeOf(_this, TooManyFailedAttemptsException.prototype);
|
|
139
|
+
return _this;
|
|
140
|
+
}
|
|
141
|
+
return TooManyFailedAttemptsException;
|
|
142
|
+
}(__BaseException));
|
|
143
|
+
export { TooManyFailedAttemptsException };
|
|
144
|
+
var UnexpectedLambdaException = (function (_super) {
|
|
145
|
+
__extends(UnexpectedLambdaException, _super);
|
|
146
|
+
function UnexpectedLambdaException(opts) {
|
|
147
|
+
var _this = _super.call(this, __assign({ name: "UnexpectedLambdaException", $fault: "client" }, opts)) || this;
|
|
148
|
+
_this.name = "UnexpectedLambdaException";
|
|
149
|
+
_this.$fault = "client";
|
|
150
|
+
Object.setPrototypeOf(_this, UnexpectedLambdaException.prototype);
|
|
151
|
+
return _this;
|
|
152
|
+
}
|
|
153
|
+
return UnexpectedLambdaException;
|
|
154
|
+
}(__BaseException));
|
|
155
|
+
export { UnexpectedLambdaException };
|
|
156
|
+
var UserLambdaValidationException = (function (_super) {
|
|
157
|
+
__extends(UserLambdaValidationException, _super);
|
|
158
|
+
function UserLambdaValidationException(opts) {
|
|
159
|
+
var _this = _super.call(this, __assign({ name: "UserLambdaValidationException", $fault: "client" }, opts)) || this;
|
|
160
|
+
_this.name = "UserLambdaValidationException";
|
|
161
|
+
_this.$fault = "client";
|
|
162
|
+
Object.setPrototypeOf(_this, UserLambdaValidationException.prototype);
|
|
163
|
+
return _this;
|
|
164
|
+
}
|
|
165
|
+
return UserLambdaValidationException;
|
|
166
|
+
}(__BaseException));
|
|
167
|
+
export { UserLambdaValidationException };
|
|
167
168
|
export var DeliveryMediumType;
|
|
168
169
|
(function (DeliveryMediumType) {
|
|
169
170
|
DeliveryMediumType["EMAIL"] = "EMAIL";
|
|
@@ -184,114 +185,114 @@ export var UserStatusType;
|
|
|
184
185
|
UserStatusType["UNCONFIRMED"] = "UNCONFIRMED";
|
|
185
186
|
UserStatusType["UNKNOWN"] = "UNKNOWN";
|
|
186
187
|
})(UserStatusType || (UserStatusType = {}));
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
}
|
|
188
|
+
var CodeDeliveryFailureException = (function (_super) {
|
|
189
|
+
__extends(CodeDeliveryFailureException, _super);
|
|
190
|
+
function CodeDeliveryFailureException(opts) {
|
|
191
|
+
var _this = _super.call(this, __assign({ name: "CodeDeliveryFailureException", $fault: "client" }, opts)) || this;
|
|
192
|
+
_this.name = "CodeDeliveryFailureException";
|
|
193
|
+
_this.$fault = "client";
|
|
194
|
+
Object.setPrototypeOf(_this, CodeDeliveryFailureException.prototype);
|
|
195
|
+
return _this;
|
|
196
|
+
}
|
|
197
|
+
return CodeDeliveryFailureException;
|
|
198
|
+
}(__BaseException));
|
|
199
|
+
export { CodeDeliveryFailureException };
|
|
200
|
+
var InvalidPasswordException = (function (_super) {
|
|
201
|
+
__extends(InvalidPasswordException, _super);
|
|
202
|
+
function InvalidPasswordException(opts) {
|
|
203
|
+
var _this = _super.call(this, __assign({ name: "InvalidPasswordException", $fault: "client" }, opts)) || this;
|
|
204
|
+
_this.name = "InvalidPasswordException";
|
|
205
|
+
_this.$fault = "client";
|
|
206
|
+
Object.setPrototypeOf(_this, InvalidPasswordException.prototype);
|
|
207
|
+
return _this;
|
|
208
|
+
}
|
|
209
|
+
return InvalidPasswordException;
|
|
210
|
+
}(__BaseException));
|
|
211
|
+
export { InvalidPasswordException };
|
|
212
|
+
var InvalidSmsRoleAccessPolicyException = (function (_super) {
|
|
213
|
+
__extends(InvalidSmsRoleAccessPolicyException, _super);
|
|
214
|
+
function InvalidSmsRoleAccessPolicyException(opts) {
|
|
215
|
+
var _this = _super.call(this, __assign({ name: "InvalidSmsRoleAccessPolicyException", $fault: "client" }, opts)) || this;
|
|
216
|
+
_this.name = "InvalidSmsRoleAccessPolicyException";
|
|
217
|
+
_this.$fault = "client";
|
|
218
|
+
Object.setPrototypeOf(_this, InvalidSmsRoleAccessPolicyException.prototype);
|
|
219
|
+
return _this;
|
|
220
|
+
}
|
|
221
|
+
return InvalidSmsRoleAccessPolicyException;
|
|
222
|
+
}(__BaseException));
|
|
223
|
+
export { InvalidSmsRoleAccessPolicyException };
|
|
224
|
+
var InvalidSmsRoleTrustRelationshipException = (function (_super) {
|
|
225
|
+
__extends(InvalidSmsRoleTrustRelationshipException, _super);
|
|
226
|
+
function InvalidSmsRoleTrustRelationshipException(opts) {
|
|
227
|
+
var _this = _super.call(this, __assign({ name: "InvalidSmsRoleTrustRelationshipException", $fault: "client" }, opts)) || this;
|
|
228
|
+
_this.name = "InvalidSmsRoleTrustRelationshipException";
|
|
229
|
+
_this.$fault = "client";
|
|
230
|
+
Object.setPrototypeOf(_this, InvalidSmsRoleTrustRelationshipException.prototype);
|
|
231
|
+
return _this;
|
|
232
|
+
}
|
|
233
|
+
return InvalidSmsRoleTrustRelationshipException;
|
|
234
|
+
}(__BaseException));
|
|
235
|
+
export { InvalidSmsRoleTrustRelationshipException };
|
|
236
|
+
var PreconditionNotMetException = (function (_super) {
|
|
237
|
+
__extends(PreconditionNotMetException, _super);
|
|
238
|
+
function PreconditionNotMetException(opts) {
|
|
239
|
+
var _this = _super.call(this, __assign({ name: "PreconditionNotMetException", $fault: "client" }, opts)) || this;
|
|
240
|
+
_this.name = "PreconditionNotMetException";
|
|
241
|
+
_this.$fault = "client";
|
|
242
|
+
Object.setPrototypeOf(_this, PreconditionNotMetException.prototype);
|
|
243
|
+
return _this;
|
|
244
|
+
}
|
|
245
|
+
return PreconditionNotMetException;
|
|
246
|
+
}(__BaseException));
|
|
247
|
+
export { PreconditionNotMetException };
|
|
248
|
+
var UnsupportedUserStateException = (function (_super) {
|
|
249
|
+
__extends(UnsupportedUserStateException, _super);
|
|
250
|
+
function UnsupportedUserStateException(opts) {
|
|
251
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedUserStateException", $fault: "client" }, opts)) || this;
|
|
252
|
+
_this.name = "UnsupportedUserStateException";
|
|
253
|
+
_this.$fault = "client";
|
|
254
|
+
Object.setPrototypeOf(_this, UnsupportedUserStateException.prototype);
|
|
255
|
+
return _this;
|
|
256
|
+
}
|
|
257
|
+
return UnsupportedUserStateException;
|
|
258
|
+
}(__BaseException));
|
|
259
|
+
export { UnsupportedUserStateException };
|
|
260
|
+
var UsernameExistsException = (function (_super) {
|
|
261
|
+
__extends(UsernameExistsException, _super);
|
|
262
|
+
function UsernameExistsException(opts) {
|
|
263
|
+
var _this = _super.call(this, __assign({ name: "UsernameExistsException", $fault: "client" }, opts)) || this;
|
|
264
|
+
_this.name = "UsernameExistsException";
|
|
265
|
+
_this.$fault = "client";
|
|
266
|
+
Object.setPrototypeOf(_this, UsernameExistsException.prototype);
|
|
267
|
+
return _this;
|
|
268
|
+
}
|
|
269
|
+
return UsernameExistsException;
|
|
270
|
+
}(__BaseException));
|
|
271
|
+
export { UsernameExistsException };
|
|
272
|
+
var AliasExistsException = (function (_super) {
|
|
273
|
+
__extends(AliasExistsException, _super);
|
|
274
|
+
function AliasExistsException(opts) {
|
|
275
|
+
var _this = _super.call(this, __assign({ name: "AliasExistsException", $fault: "client" }, opts)) || this;
|
|
276
|
+
_this.name = "AliasExistsException";
|
|
277
|
+
_this.$fault = "client";
|
|
278
|
+
Object.setPrototypeOf(_this, AliasExistsException.prototype);
|
|
279
|
+
return _this;
|
|
280
|
+
}
|
|
281
|
+
return AliasExistsException;
|
|
282
|
+
}(__BaseException));
|
|
283
|
+
export { AliasExistsException };
|
|
284
|
+
var InvalidUserPoolConfigurationException = (function (_super) {
|
|
285
|
+
__extends(InvalidUserPoolConfigurationException, _super);
|
|
286
|
+
function InvalidUserPoolConfigurationException(opts) {
|
|
287
|
+
var _this = _super.call(this, __assign({ name: "InvalidUserPoolConfigurationException", $fault: "client" }, opts)) || this;
|
|
288
|
+
_this.name = "InvalidUserPoolConfigurationException";
|
|
289
|
+
_this.$fault = "client";
|
|
290
|
+
Object.setPrototypeOf(_this, InvalidUserPoolConfigurationException.prototype);
|
|
291
|
+
return _this;
|
|
292
|
+
}
|
|
293
|
+
return InvalidUserPoolConfigurationException;
|
|
294
|
+
}(__BaseException));
|
|
295
|
+
export { InvalidUserPoolConfigurationException };
|
|
295
296
|
export var AuthFlowType;
|
|
296
297
|
(function (AuthFlowType) {
|
|
297
298
|
AuthFlowType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
|
|
@@ -315,42 +316,42 @@ export var ChallengeNameType;
|
|
|
315
316
|
ChallengeNameType["SMS_MFA"] = "SMS_MFA";
|
|
316
317
|
ChallengeNameType["SOFTWARE_TOKEN_MFA"] = "SOFTWARE_TOKEN_MFA";
|
|
317
318
|
})(ChallengeNameType || (ChallengeNameType = {}));
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
}
|
|
319
|
+
var MFAMethodNotFoundException = (function (_super) {
|
|
320
|
+
__extends(MFAMethodNotFoundException, _super);
|
|
321
|
+
function MFAMethodNotFoundException(opts) {
|
|
322
|
+
var _this = _super.call(this, __assign({ name: "MFAMethodNotFoundException", $fault: "client" }, opts)) || this;
|
|
323
|
+
_this.name = "MFAMethodNotFoundException";
|
|
324
|
+
_this.$fault = "client";
|
|
325
|
+
Object.setPrototypeOf(_this, MFAMethodNotFoundException.prototype);
|
|
326
|
+
return _this;
|
|
327
|
+
}
|
|
328
|
+
return MFAMethodNotFoundException;
|
|
329
|
+
}(__BaseException));
|
|
330
|
+
export { MFAMethodNotFoundException };
|
|
331
|
+
var PasswordResetRequiredException = (function (_super) {
|
|
332
|
+
__extends(PasswordResetRequiredException, _super);
|
|
333
|
+
function PasswordResetRequiredException(opts) {
|
|
334
|
+
var _this = _super.call(this, __assign({ name: "PasswordResetRequiredException", $fault: "client" }, opts)) || this;
|
|
335
|
+
_this.name = "PasswordResetRequiredException";
|
|
336
|
+
_this.$fault = "client";
|
|
337
|
+
Object.setPrototypeOf(_this, PasswordResetRequiredException.prototype);
|
|
338
|
+
return _this;
|
|
339
|
+
}
|
|
340
|
+
return PasswordResetRequiredException;
|
|
341
|
+
}(__BaseException));
|
|
342
|
+
export { PasswordResetRequiredException };
|
|
343
|
+
var UserNotConfirmedException = (function (_super) {
|
|
344
|
+
__extends(UserNotConfirmedException, _super);
|
|
345
|
+
function UserNotConfirmedException(opts) {
|
|
346
|
+
var _this = _super.call(this, __assign({ name: "UserNotConfirmedException", $fault: "client" }, opts)) || this;
|
|
347
|
+
_this.name = "UserNotConfirmedException";
|
|
348
|
+
_this.$fault = "client";
|
|
349
|
+
Object.setPrototypeOf(_this, UserNotConfirmedException.prototype);
|
|
350
|
+
return _this;
|
|
351
|
+
}
|
|
352
|
+
return UserNotConfirmedException;
|
|
353
|
+
}(__BaseException));
|
|
354
|
+
export { UserNotConfirmedException };
|
|
354
355
|
export var ChallengeName;
|
|
355
356
|
(function (ChallengeName) {
|
|
356
357
|
ChallengeName["Mfa"] = "Mfa";
|
|
@@ -392,66 +393,66 @@ export var EventType;
|
|
|
392
393
|
EventType["SignIn"] = "SignIn";
|
|
393
394
|
EventType["SignUp"] = "SignUp";
|
|
394
395
|
})(EventType || (EventType = {}));
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}
|
|
396
|
+
var UserPoolAddOnNotEnabledException = (function (_super) {
|
|
397
|
+
__extends(UserPoolAddOnNotEnabledException, _super);
|
|
398
|
+
function UserPoolAddOnNotEnabledException(opts) {
|
|
399
|
+
var _this = _super.call(this, __assign({ name: "UserPoolAddOnNotEnabledException", $fault: "client" }, opts)) || this;
|
|
400
|
+
_this.name = "UserPoolAddOnNotEnabledException";
|
|
401
|
+
_this.$fault = "client";
|
|
402
|
+
Object.setPrototypeOf(_this, UserPoolAddOnNotEnabledException.prototype);
|
|
403
|
+
return _this;
|
|
404
|
+
}
|
|
405
|
+
return UserPoolAddOnNotEnabledException;
|
|
406
|
+
}(__BaseException));
|
|
407
|
+
export { UserPoolAddOnNotEnabledException };
|
|
408
|
+
var InvalidEmailRoleAccessPolicyException = (function (_super) {
|
|
409
|
+
__extends(InvalidEmailRoleAccessPolicyException, _super);
|
|
410
|
+
function InvalidEmailRoleAccessPolicyException(opts) {
|
|
411
|
+
var _this = _super.call(this, __assign({ name: "InvalidEmailRoleAccessPolicyException", $fault: "client" }, opts)) || this;
|
|
412
|
+
_this.name = "InvalidEmailRoleAccessPolicyException";
|
|
413
|
+
_this.$fault = "client";
|
|
414
|
+
Object.setPrototypeOf(_this, InvalidEmailRoleAccessPolicyException.prototype);
|
|
415
|
+
return _this;
|
|
416
|
+
}
|
|
417
|
+
return InvalidEmailRoleAccessPolicyException;
|
|
418
|
+
}(__BaseException));
|
|
419
|
+
export { InvalidEmailRoleAccessPolicyException };
|
|
420
|
+
var CodeMismatchException = (function (_super) {
|
|
421
|
+
__extends(CodeMismatchException, _super);
|
|
422
|
+
function CodeMismatchException(opts) {
|
|
423
|
+
var _this = _super.call(this, __assign({ name: "CodeMismatchException", $fault: "client" }, opts)) || this;
|
|
424
|
+
_this.name = "CodeMismatchException";
|
|
425
|
+
_this.$fault = "client";
|
|
426
|
+
Object.setPrototypeOf(_this, CodeMismatchException.prototype);
|
|
427
|
+
return _this;
|
|
428
|
+
}
|
|
429
|
+
return CodeMismatchException;
|
|
430
|
+
}(__BaseException));
|
|
431
|
+
export { CodeMismatchException };
|
|
432
|
+
var ExpiredCodeException = (function (_super) {
|
|
433
|
+
__extends(ExpiredCodeException, _super);
|
|
434
|
+
function ExpiredCodeException(opts) {
|
|
435
|
+
var _this = _super.call(this, __assign({ name: "ExpiredCodeException", $fault: "client" }, opts)) || this;
|
|
436
|
+
_this.name = "ExpiredCodeException";
|
|
437
|
+
_this.$fault = "client";
|
|
438
|
+
Object.setPrototypeOf(_this, ExpiredCodeException.prototype);
|
|
439
|
+
return _this;
|
|
440
|
+
}
|
|
441
|
+
return ExpiredCodeException;
|
|
442
|
+
}(__BaseException));
|
|
443
|
+
export { ExpiredCodeException };
|
|
444
|
+
var SoftwareTokenMFANotFoundException = (function (_super) {
|
|
445
|
+
__extends(SoftwareTokenMFANotFoundException, _super);
|
|
446
|
+
function SoftwareTokenMFANotFoundException(opts) {
|
|
447
|
+
var _this = _super.call(this, __assign({ name: "SoftwareTokenMFANotFoundException", $fault: "client" }, opts)) || this;
|
|
448
|
+
_this.name = "SoftwareTokenMFANotFoundException";
|
|
449
|
+
_this.$fault = "client";
|
|
450
|
+
Object.setPrototypeOf(_this, SoftwareTokenMFANotFoundException.prototype);
|
|
451
|
+
return _this;
|
|
452
|
+
}
|
|
453
|
+
return SoftwareTokenMFANotFoundException;
|
|
454
|
+
}(__BaseException));
|
|
455
|
+
export { SoftwareTokenMFANotFoundException };
|
|
455
456
|
export var DeviceRememberedStatusType;
|
|
456
457
|
(function (DeviceRememberedStatusType) {
|
|
457
458
|
DeviceRememberedStatusType["NOT_REMEMBERED"] = "not_remembered";
|
|
@@ -469,47 +470,47 @@ export var AliasAttributeType;
|
|
|
469
470
|
AliasAttributeType["PHONE_NUMBER"] = "phone_number";
|
|
470
471
|
AliasAttributeType["PREFERRED_USERNAME"] = "preferred_username";
|
|
471
472
|
})(AliasAttributeType || (AliasAttributeType = {}));
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
}
|
|
473
|
+
var ConcurrentModificationException = (function (_super) {
|
|
474
|
+
__extends(ConcurrentModificationException, _super);
|
|
475
|
+
function ConcurrentModificationException(opts) {
|
|
476
|
+
var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
|
|
477
|
+
_this.name = "ConcurrentModificationException";
|
|
478
|
+
_this.$fault = "client";
|
|
479
|
+
Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
|
|
480
|
+
return _this;
|
|
481
|
+
}
|
|
482
|
+
return ConcurrentModificationException;
|
|
483
|
+
}(__BaseException));
|
|
484
|
+
export { ConcurrentModificationException };
|
|
485
|
+
var ForbiddenException = (function (_super) {
|
|
486
|
+
__extends(ForbiddenException, _super);
|
|
487
|
+
function ForbiddenException(opts) {
|
|
488
|
+
var _this = _super.call(this, __assign({ name: "ForbiddenException", $fault: "client" }, opts)) || this;
|
|
489
|
+
_this.name = "ForbiddenException";
|
|
490
|
+
_this.$fault = "client";
|
|
491
|
+
Object.setPrototypeOf(_this, ForbiddenException.prototype);
|
|
492
|
+
return _this;
|
|
493
|
+
}
|
|
494
|
+
return ForbiddenException;
|
|
495
|
+
}(__BaseException));
|
|
496
|
+
export { ForbiddenException };
|
|
496
497
|
export var VerifiedAttributeType;
|
|
497
498
|
(function (VerifiedAttributeType) {
|
|
498
499
|
VerifiedAttributeType["EMAIL"] = "email";
|
|
499
500
|
VerifiedAttributeType["PHONE_NUMBER"] = "phone_number";
|
|
500
501
|
})(VerifiedAttributeType || (VerifiedAttributeType = {}));
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
}
|
|
502
|
+
var GroupExistsException = (function (_super) {
|
|
503
|
+
__extends(GroupExistsException, _super);
|
|
504
|
+
function GroupExistsException(opts) {
|
|
505
|
+
var _this = _super.call(this, __assign({ name: "GroupExistsException", $fault: "client" }, opts)) || this;
|
|
506
|
+
_this.name = "GroupExistsException";
|
|
507
|
+
_this.$fault = "client";
|
|
508
|
+
Object.setPrototypeOf(_this, GroupExistsException.prototype);
|
|
509
|
+
return _this;
|
|
510
|
+
}
|
|
511
|
+
return GroupExistsException;
|
|
512
|
+
}(__BaseException));
|
|
513
|
+
export { GroupExistsException };
|
|
513
514
|
export var IdentityProviderTypeType;
|
|
514
515
|
(function (IdentityProviderTypeType) {
|
|
515
516
|
IdentityProviderTypeType["Facebook"] = "Facebook";
|
|
@@ -519,18 +520,18 @@ export var IdentityProviderTypeType;
|
|
|
519
520
|
IdentityProviderTypeType["SAML"] = "SAML";
|
|
520
521
|
IdentityProviderTypeType["SignInWithApple"] = "SignInWithApple";
|
|
521
522
|
})(IdentityProviderTypeType || (IdentityProviderTypeType = {}));
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
}
|
|
523
|
+
var DuplicateProviderException = (function (_super) {
|
|
524
|
+
__extends(DuplicateProviderException, _super);
|
|
525
|
+
function DuplicateProviderException(opts) {
|
|
526
|
+
var _this = _super.call(this, __assign({ name: "DuplicateProviderException", $fault: "client" }, opts)) || this;
|
|
527
|
+
_this.name = "DuplicateProviderException";
|
|
528
|
+
_this.$fault = "client";
|
|
529
|
+
Object.setPrototypeOf(_this, DuplicateProviderException.prototype);
|
|
530
|
+
return _this;
|
|
531
|
+
}
|
|
532
|
+
return DuplicateProviderException;
|
|
533
|
+
}(__BaseException));
|
|
534
|
+
export { DuplicateProviderException };
|
|
534
535
|
export var UserImportJobStatusType;
|
|
535
536
|
(function (UserImportJobStatusType) {
|
|
536
537
|
UserImportJobStatusType["Created"] = "Created";
|
|
@@ -576,18 +577,18 @@ export var StatusType;
|
|
|
576
577
|
StatusType["Disabled"] = "Disabled";
|
|
577
578
|
StatusType["Enabled"] = "Enabled";
|
|
578
579
|
})(StatusType || (StatusType = {}));
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
}
|
|
580
|
+
var UserPoolTaggingException = (function (_super) {
|
|
581
|
+
__extends(UserPoolTaggingException, _super);
|
|
582
|
+
function UserPoolTaggingException(opts) {
|
|
583
|
+
var _this = _super.call(this, __assign({ name: "UserPoolTaggingException", $fault: "client" }, opts)) || this;
|
|
584
|
+
_this.name = "UserPoolTaggingException";
|
|
585
|
+
_this.$fault = "client";
|
|
586
|
+
Object.setPrototypeOf(_this, UserPoolTaggingException.prototype);
|
|
587
|
+
return _this;
|
|
588
|
+
}
|
|
589
|
+
return UserPoolTaggingException;
|
|
590
|
+
}(__BaseException));
|
|
591
|
+
export { UserPoolTaggingException };
|
|
591
592
|
export var OAuthFlowType;
|
|
592
593
|
(function (OAuthFlowType) {
|
|
593
594
|
OAuthFlowType["client_credentials"] = "client_credentials";
|
|
@@ -617,42 +618,42 @@ export var TimeUnitsType;
|
|
|
617
618
|
TimeUnitsType["MINUTES"] = "minutes";
|
|
618
619
|
TimeUnitsType["SECONDS"] = "seconds";
|
|
619
620
|
})(TimeUnitsType || (TimeUnitsType = {}));
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
}
|
|
621
|
+
var InvalidOAuthFlowException = (function (_super) {
|
|
622
|
+
__extends(InvalidOAuthFlowException, _super);
|
|
623
|
+
function InvalidOAuthFlowException(opts) {
|
|
624
|
+
var _this = _super.call(this, __assign({ name: "InvalidOAuthFlowException", $fault: "client" }, opts)) || this;
|
|
625
|
+
_this.name = "InvalidOAuthFlowException";
|
|
626
|
+
_this.$fault = "client";
|
|
627
|
+
Object.setPrototypeOf(_this, InvalidOAuthFlowException.prototype);
|
|
628
|
+
return _this;
|
|
629
|
+
}
|
|
630
|
+
return InvalidOAuthFlowException;
|
|
631
|
+
}(__BaseException));
|
|
632
|
+
export { InvalidOAuthFlowException };
|
|
633
|
+
var ScopeDoesNotExistException = (function (_super) {
|
|
634
|
+
__extends(ScopeDoesNotExistException, _super);
|
|
635
|
+
function ScopeDoesNotExistException(opts) {
|
|
636
|
+
var _this = _super.call(this, __assign({ name: "ScopeDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
637
|
+
_this.name = "ScopeDoesNotExistException";
|
|
638
|
+
_this.$fault = "client";
|
|
639
|
+
Object.setPrototypeOf(_this, ScopeDoesNotExistException.prototype);
|
|
640
|
+
return _this;
|
|
641
|
+
}
|
|
642
|
+
return ScopeDoesNotExistException;
|
|
643
|
+
}(__BaseException));
|
|
644
|
+
export { ScopeDoesNotExistException };
|
|
645
|
+
var UnsupportedIdentityProviderException = (function (_super) {
|
|
646
|
+
__extends(UnsupportedIdentityProviderException, _super);
|
|
647
|
+
function UnsupportedIdentityProviderException(opts) {
|
|
648
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedIdentityProviderException", $fault: "client" }, opts)) || this;
|
|
649
|
+
_this.name = "UnsupportedIdentityProviderException";
|
|
650
|
+
_this.$fault = "client";
|
|
651
|
+
Object.setPrototypeOf(_this, UnsupportedIdentityProviderException.prototype);
|
|
652
|
+
return _this;
|
|
653
|
+
}
|
|
654
|
+
return UnsupportedIdentityProviderException;
|
|
655
|
+
}(__BaseException));
|
|
656
|
+
export { UnsupportedIdentityProviderException };
|
|
656
657
|
export var CompromisedCredentialsEventActionType;
|
|
657
658
|
(function (CompromisedCredentialsEventActionType) {
|
|
658
659
|
CompromisedCredentialsEventActionType["BLOCK"] = "BLOCK";
|
|
@@ -672,849 +673,290 @@ export var DomainStatusType;
|
|
|
672
673
|
DomainStatusType["FAILED"] = "FAILED";
|
|
673
674
|
DomainStatusType["UPDATING"] = "UPDATING";
|
|
674
675
|
})(DomainStatusType || (DomainStatusType = {}));
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
}
|
|
711
|
-
export
|
|
712
|
-
|
|
713
|
-
});
|
|
714
|
-
export
|
|
715
|
-
|
|
716
|
-
});
|
|
717
|
-
export
|
|
718
|
-
|
|
719
|
-
});
|
|
720
|
-
export
|
|
721
|
-
|
|
722
|
-
});
|
|
723
|
-
export
|
|
724
|
-
|
|
725
|
-
});
|
|
726
|
-
export
|
|
727
|
-
|
|
728
|
-
})
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
});
|
|
732
|
-
export
|
|
733
|
-
|
|
734
|
-
});
|
|
735
|
-
export
|
|
736
|
-
|
|
737
|
-
});
|
|
738
|
-
export
|
|
739
|
-
|
|
740
|
-
});
|
|
741
|
-
export
|
|
742
|
-
|
|
743
|
-
});
|
|
744
|
-
export
|
|
745
|
-
|
|
746
|
-
});
|
|
747
|
-
export
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
})
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
})
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
});
|
|
758
|
-
export
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
});
|
|
762
|
-
export
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
});
|
|
773
|
-
export
|
|
774
|
-
|
|
775
|
-
});
|
|
776
|
-
export
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
});
|
|
781
|
-
export
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
})
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
});
|
|
788
|
-
export
|
|
789
|
-
|
|
790
|
-
});
|
|
791
|
-
export
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
});
|
|
795
|
-
export
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
});
|
|
799
|
-
export
|
|
800
|
-
|
|
801
|
-
});
|
|
802
|
-
export
|
|
803
|
-
|
|
804
|
-
});
|
|
805
|
-
export
|
|
806
|
-
|
|
807
|
-
});
|
|
808
|
-
export
|
|
809
|
-
|
|
810
|
-
});
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
});
|
|
815
|
-
export
|
|
816
|
-
|
|
817
|
-
});
|
|
818
|
-
export
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
});
|
|
822
|
-
export
|
|
823
|
-
|
|
824
|
-
});
|
|
825
|
-
export
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
});
|
|
829
|
-
export
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
});
|
|
833
|
-
export
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
});
|
|
839
|
-
export
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
});
|
|
843
|
-
export
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
});
|
|
847
|
-
export
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
});
|
|
854
|
-
export
|
|
855
|
-
|
|
856
|
-
});
|
|
857
|
-
export
|
|
858
|
-
|
|
859
|
-
});
|
|
860
|
-
export
|
|
861
|
-
|
|
862
|
-
});
|
|
863
|
-
export
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
});
|
|
868
|
-
export
|
|
869
|
-
|
|
870
|
-
});
|
|
871
|
-
export
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
});
|
|
877
|
-
export
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
});
|
|
883
|
-
export
|
|
884
|
-
|
|
885
|
-
});
|
|
886
|
-
export
|
|
887
|
-
|
|
888
|
-
});
|
|
889
|
-
export
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
});
|
|
893
|
-
export
|
|
894
|
-
|
|
895
|
-
});
|
|
896
|
-
export
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
})
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
});
|
|
903
|
-
export
|
|
904
|
-
|
|
905
|
-
});
|
|
906
|
-
export
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
});
|
|
910
|
-
export
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
});
|
|
916
|
-
export
|
|
917
|
-
|
|
918
|
-
});
|
|
919
|
-
export
|
|
920
|
-
|
|
921
|
-
});
|
|
922
|
-
export
|
|
923
|
-
|
|
924
|
-
});
|
|
925
|
-
export
|
|
926
|
-
|
|
927
|
-
});
|
|
928
|
-
export
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
});
|
|
932
|
-
export
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
});
|
|
936
|
-
export
|
|
937
|
-
|
|
938
|
-
});
|
|
939
|
-
export
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
})
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
});
|
|
949
|
-
export
|
|
950
|
-
|
|
951
|
-
});
|
|
952
|
-
export
|
|
953
|
-
|
|
954
|
-
});
|
|
955
|
-
export
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
})
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
});
|
|
962
|
-
export const AdminSetUserPasswordRequestFilterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
965
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
966
|
-
});
|
|
967
|
-
export const AdminSetUserPasswordResponseFilterSensitiveLog = (obj) => ({
|
|
968
|
-
...obj,
|
|
969
|
-
});
|
|
970
|
-
export const AdminSetUserSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
971
|
-
...obj,
|
|
972
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
973
|
-
});
|
|
974
|
-
export const AdminSetUserSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
975
|
-
...obj,
|
|
976
|
-
});
|
|
977
|
-
export const AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog = (obj) => ({
|
|
978
|
-
...obj,
|
|
979
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
980
|
-
});
|
|
981
|
-
export const AdminUpdateAuthEventFeedbackResponseFilterSensitiveLog = (obj) => ({
|
|
982
|
-
...obj,
|
|
983
|
-
});
|
|
984
|
-
export const AdminUpdateDeviceStatusRequestFilterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
987
|
-
});
|
|
988
|
-
export const AdminUpdateDeviceStatusResponseFilterSensitiveLog = (obj) => ({
|
|
989
|
-
...obj,
|
|
990
|
-
});
|
|
991
|
-
export const AdminUpdateUserAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
992
|
-
...obj,
|
|
993
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
994
|
-
...(obj.UserAttributes && {
|
|
995
|
-
UserAttributes: obj.UserAttributes.map((item) => AttributeTypeFilterSensitiveLog(item)),
|
|
996
|
-
}),
|
|
997
|
-
});
|
|
998
|
-
export const AdminUpdateUserAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
999
|
-
...obj,
|
|
1000
|
-
});
|
|
1001
|
-
export const AdminUserGlobalSignOutRequestFilterSensitiveLog = (obj) => ({
|
|
1002
|
-
...obj,
|
|
1003
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1004
|
-
});
|
|
1005
|
-
export const AdminUserGlobalSignOutResponseFilterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
});
|
|
1008
|
-
export const AnalyticsConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1009
|
-
...obj,
|
|
1010
|
-
});
|
|
1011
|
-
export const AssociateSoftwareTokenRequestFilterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1014
|
-
});
|
|
1015
|
-
export const AssociateSoftwareTokenResponseFilterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
...(obj.SecretCode && { SecretCode: SENSITIVE_STRING }),
|
|
1018
|
-
});
|
|
1019
|
-
export const ChangePasswordRequestFilterSensitiveLog = (obj) => ({
|
|
1020
|
-
...obj,
|
|
1021
|
-
...(obj.PreviousPassword && { PreviousPassword: SENSITIVE_STRING }),
|
|
1022
|
-
...(obj.ProposedPassword && { ProposedPassword: SENSITIVE_STRING }),
|
|
1023
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1024
|
-
});
|
|
1025
|
-
export const ChangePasswordResponseFilterSensitiveLog = (obj) => ({
|
|
1026
|
-
...obj,
|
|
1027
|
-
});
|
|
1028
|
-
export const DeviceSecretVerifierConfigTypeFilterSensitiveLog = (obj) => ({
|
|
1029
|
-
...obj,
|
|
1030
|
-
});
|
|
1031
|
-
export const ConfirmDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1032
|
-
...obj,
|
|
1033
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1034
|
-
});
|
|
1035
|
-
export const ConfirmDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1036
|
-
...obj,
|
|
1037
|
-
});
|
|
1038
|
-
export const UserContextDataTypeFilterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
});
|
|
1041
|
-
export const ConfirmForgotPasswordRequestFilterSensitiveLog = (obj) => ({
|
|
1042
|
-
...obj,
|
|
1043
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1044
|
-
...(obj.SecretHash && { SecretHash: SENSITIVE_STRING }),
|
|
1045
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1046
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
1047
|
-
});
|
|
1048
|
-
export const ConfirmForgotPasswordResponseFilterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
export const ConfirmSignUpRequestFilterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1054
|
-
...(obj.SecretHash && { SecretHash: SENSITIVE_STRING }),
|
|
1055
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1056
|
-
});
|
|
1057
|
-
export const ConfirmSignUpResponseFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
export const CreateGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
export const CreateGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
export const CreateIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
export const IdentityProviderTypeFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const CreateIdentityProviderResponseFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const ResourceServerScopeTypeFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const CreateResourceServerRequestFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const ResourceServerTypeFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
export const CreateResourceServerResponseFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
export const CreateUserImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
1088
|
-
...obj,
|
|
1089
|
-
});
|
|
1090
|
-
export const UserImportJobTypeFilterSensitiveLog = (obj) => ({
|
|
1091
|
-
...obj,
|
|
1092
|
-
});
|
|
1093
|
-
export const CreateUserImportJobResponseFilterSensitiveLog = (obj) => ({
|
|
1094
|
-
...obj,
|
|
1095
|
-
});
|
|
1096
|
-
export const DeviceConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
});
|
|
1099
|
-
export const EmailConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1100
|
-
...obj,
|
|
1101
|
-
});
|
|
1102
|
-
export const CustomEmailLambdaVersionConfigTypeFilterSensitiveLog = (obj) => ({
|
|
1103
|
-
...obj,
|
|
1104
|
-
});
|
|
1105
|
-
export const CustomSMSLambdaVersionConfigTypeFilterSensitiveLog = (obj) => ({
|
|
1106
|
-
...obj,
|
|
1107
|
-
});
|
|
1108
|
-
export const LambdaConfigTypeFilterSensitiveLog = (obj) => ({
|
|
1109
|
-
...obj,
|
|
1110
|
-
});
|
|
1111
|
-
export const PasswordPolicyTypeFilterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
export const UserPoolPolicyTypeFilterSensitiveLog = (obj) => ({
|
|
1115
|
-
...obj,
|
|
1116
|
-
});
|
|
1117
|
-
export const SmsConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1118
|
-
...obj,
|
|
1119
|
-
});
|
|
1120
|
-
export const UserAttributeUpdateSettingsTypeFilterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
export const UsernameConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
export const UserPoolAddOnsTypeFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
});
|
|
1129
|
-
export const VerificationMessageTemplateTypeFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const CreateUserPoolRequestFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
});
|
|
1135
|
-
export const UserPoolTypeFilterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
export const CreateUserPoolResponseFilterSensitiveLog = (obj) => ({
|
|
1139
|
-
...obj,
|
|
1140
|
-
});
|
|
1141
|
-
export const TokenValidityUnitsTypeFilterSensitiveLog = (obj) => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
export const CreateUserPoolClientRequestFilterSensitiveLog = (obj) => ({
|
|
1145
|
-
...obj,
|
|
1146
|
-
});
|
|
1147
|
-
export const UserPoolClientTypeFilterSensitiveLog = (obj) => ({
|
|
1148
|
-
...obj,
|
|
1149
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1150
|
-
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
1151
|
-
});
|
|
1152
|
-
export const CreateUserPoolClientResponseFilterSensitiveLog = (obj) => ({
|
|
1153
|
-
...obj,
|
|
1154
|
-
...(obj.UserPoolClient && { UserPoolClient: UserPoolClientTypeFilterSensitiveLog(obj.UserPoolClient) }),
|
|
1155
|
-
});
|
|
1156
|
-
export const CustomDomainConfigTypeFilterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|
|
1159
|
-
export const CreateUserPoolDomainRequestFilterSensitiveLog = (obj) => ({
|
|
1160
|
-
...obj,
|
|
1161
|
-
});
|
|
1162
|
-
export const CreateUserPoolDomainResponseFilterSensitiveLog = (obj) => ({
|
|
1163
|
-
...obj,
|
|
1164
|
-
});
|
|
1165
|
-
export const DeleteGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1166
|
-
...obj,
|
|
1167
|
-
});
|
|
1168
|
-
export const DeleteIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
});
|
|
1171
|
-
export const DeleteResourceServerRequestFilterSensitiveLog = (obj) => ({
|
|
1172
|
-
...obj,
|
|
1173
|
-
});
|
|
1174
|
-
export const DeleteUserRequestFilterSensitiveLog = (obj) => ({
|
|
1175
|
-
...obj,
|
|
1176
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1177
|
-
});
|
|
1178
|
-
export const DeleteUserAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
1179
|
-
...obj,
|
|
1180
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1181
|
-
});
|
|
1182
|
-
export const DeleteUserAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
1183
|
-
...obj,
|
|
1184
|
-
});
|
|
1185
|
-
export const DeleteUserPoolRequestFilterSensitiveLog = (obj) => ({
|
|
1186
|
-
...obj,
|
|
1187
|
-
});
|
|
1188
|
-
export const DeleteUserPoolClientRequestFilterSensitiveLog = (obj) => ({
|
|
1189
|
-
...obj,
|
|
1190
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1191
|
-
});
|
|
1192
|
-
export const DeleteUserPoolDomainRequestFilterSensitiveLog = (obj) => ({
|
|
1193
|
-
...obj,
|
|
1194
|
-
});
|
|
1195
|
-
export const DeleteUserPoolDomainResponseFilterSensitiveLog = (obj) => ({
|
|
1196
|
-
...obj,
|
|
1197
|
-
});
|
|
1198
|
-
export const DescribeIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
1199
|
-
...obj,
|
|
1200
|
-
});
|
|
1201
|
-
export const DescribeIdentityProviderResponseFilterSensitiveLog = (obj) => ({
|
|
1202
|
-
...obj,
|
|
1203
|
-
});
|
|
1204
|
-
export const DescribeResourceServerRequestFilterSensitiveLog = (obj) => ({
|
|
1205
|
-
...obj,
|
|
1206
|
-
});
|
|
1207
|
-
export const DescribeResourceServerResponseFilterSensitiveLog = (obj) => ({
|
|
1208
|
-
...obj,
|
|
1209
|
-
});
|
|
1210
|
-
export const DescribeRiskConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1211
|
-
...obj,
|
|
1212
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1213
|
-
});
|
|
1214
|
-
export const CompromisedCredentialsActionsTypeFilterSensitiveLog = (obj) => ({
|
|
1215
|
-
...obj,
|
|
1216
|
-
});
|
|
1217
|
-
export const CompromisedCredentialsRiskConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1218
|
-
...obj,
|
|
1219
|
-
});
|
|
1220
|
-
export const RiskExceptionConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1221
|
-
...obj,
|
|
1222
|
-
});
|
|
1223
|
-
export const RiskConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
1224
|
-
...obj,
|
|
1225
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1226
|
-
});
|
|
1227
|
-
export const DescribeRiskConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
1228
|
-
...obj,
|
|
1229
|
-
...(obj.RiskConfiguration && { RiskConfiguration: RiskConfigurationTypeFilterSensitiveLog(obj.RiskConfiguration) }),
|
|
1230
|
-
});
|
|
1231
|
-
export const DescribeUserImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
1232
|
-
...obj,
|
|
1233
|
-
});
|
|
1234
|
-
export const DescribeUserImportJobResponseFilterSensitiveLog = (obj) => ({
|
|
1235
|
-
...obj,
|
|
1236
|
-
});
|
|
1237
|
-
export const DescribeUserPoolRequestFilterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
export const DescribeUserPoolResponseFilterSensitiveLog = (obj) => ({
|
|
1241
|
-
...obj,
|
|
1242
|
-
});
|
|
1243
|
-
export const DescribeUserPoolClientRequestFilterSensitiveLog = (obj) => ({
|
|
1244
|
-
...obj,
|
|
1245
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1246
|
-
});
|
|
1247
|
-
export const DescribeUserPoolClientResponseFilterSensitiveLog = (obj) => ({
|
|
1248
|
-
...obj,
|
|
1249
|
-
...(obj.UserPoolClient && { UserPoolClient: UserPoolClientTypeFilterSensitiveLog(obj.UserPoolClient) }),
|
|
1250
|
-
});
|
|
1251
|
-
export const DescribeUserPoolDomainRequestFilterSensitiveLog = (obj) => ({
|
|
1252
|
-
...obj,
|
|
1253
|
-
});
|
|
1254
|
-
export const DomainDescriptionTypeFilterSensitiveLog = (obj) => ({
|
|
1255
|
-
...obj,
|
|
1256
|
-
});
|
|
1257
|
-
export const DescribeUserPoolDomainResponseFilterSensitiveLog = (obj) => ({
|
|
1258
|
-
...obj,
|
|
1259
|
-
});
|
|
1260
|
-
export const ForgetDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1261
|
-
...obj,
|
|
1262
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1263
|
-
});
|
|
1264
|
-
export const ForgotPasswordRequestFilterSensitiveLog = (obj) => ({
|
|
1265
|
-
...obj,
|
|
1266
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1267
|
-
...(obj.SecretHash && { SecretHash: SENSITIVE_STRING }),
|
|
1268
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1269
|
-
});
|
|
1270
|
-
export const CodeDeliveryDetailsTypeFilterSensitiveLog = (obj) => ({
|
|
1271
|
-
...obj,
|
|
1272
|
-
});
|
|
1273
|
-
export const ForgotPasswordResponseFilterSensitiveLog = (obj) => ({
|
|
1274
|
-
...obj,
|
|
1275
|
-
});
|
|
1276
|
-
export const GetCSVHeaderRequestFilterSensitiveLog = (obj) => ({
|
|
1277
|
-
...obj,
|
|
1278
|
-
});
|
|
1279
|
-
export const GetCSVHeaderResponseFilterSensitiveLog = (obj) => ({
|
|
1280
|
-
...obj,
|
|
1281
|
-
});
|
|
1282
|
-
export const GetDeviceRequestFilterSensitiveLog = (obj) => ({
|
|
1283
|
-
...obj,
|
|
1284
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1285
|
-
});
|
|
1286
|
-
export const GetDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
1287
|
-
...obj,
|
|
1288
|
-
...(obj.Device && { Device: DeviceTypeFilterSensitiveLog(obj.Device) }),
|
|
1289
|
-
});
|
|
1290
|
-
export const GetGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1291
|
-
...obj,
|
|
1292
|
-
});
|
|
1293
|
-
export const GetGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1294
|
-
...obj,
|
|
1295
|
-
});
|
|
1296
|
-
export const GetIdentityProviderByIdentifierRequestFilterSensitiveLog = (obj) => ({
|
|
1297
|
-
...obj,
|
|
1298
|
-
});
|
|
1299
|
-
export const GetIdentityProviderByIdentifierResponseFilterSensitiveLog = (obj) => ({
|
|
1300
|
-
...obj,
|
|
1301
|
-
});
|
|
1302
|
-
export const GetSigningCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
1303
|
-
...obj,
|
|
1304
|
-
});
|
|
1305
|
-
export const GetSigningCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
1306
|
-
...obj,
|
|
1307
|
-
});
|
|
1308
|
-
export const GetUICustomizationRequestFilterSensitiveLog = (obj) => ({
|
|
1309
|
-
...obj,
|
|
1310
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1311
|
-
});
|
|
1312
|
-
export const UICustomizationTypeFilterSensitiveLog = (obj) => ({
|
|
1313
|
-
...obj,
|
|
1314
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1315
|
-
});
|
|
1316
|
-
export const GetUICustomizationResponseFilterSensitiveLog = (obj) => ({
|
|
1317
|
-
...obj,
|
|
1318
|
-
...(obj.UICustomization && { UICustomization: UICustomizationTypeFilterSensitiveLog(obj.UICustomization) }),
|
|
1319
|
-
});
|
|
1320
|
-
export const GetUserRequestFilterSensitiveLog = (obj) => ({
|
|
1321
|
-
...obj,
|
|
1322
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1323
|
-
});
|
|
1324
|
-
export const GetUserResponseFilterSensitiveLog = (obj) => ({
|
|
1325
|
-
...obj,
|
|
1326
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1327
|
-
...(obj.UserAttributes && {
|
|
1328
|
-
UserAttributes: obj.UserAttributes.map((item) => AttributeTypeFilterSensitiveLog(item)),
|
|
1329
|
-
}),
|
|
1330
|
-
});
|
|
1331
|
-
export const GetUserAttributeVerificationCodeRequestFilterSensitiveLog = (obj) => ({
|
|
1332
|
-
...obj,
|
|
1333
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1334
|
-
});
|
|
1335
|
-
export const GetUserAttributeVerificationCodeResponseFilterSensitiveLog = (obj) => ({
|
|
1336
|
-
...obj,
|
|
1337
|
-
});
|
|
1338
|
-
export const GetUserPoolMfaConfigRequestFilterSensitiveLog = (obj) => ({
|
|
1339
|
-
...obj,
|
|
1340
|
-
});
|
|
1341
|
-
export const SmsMfaConfigTypeFilterSensitiveLog = (obj) => ({
|
|
1342
|
-
...obj,
|
|
1343
|
-
});
|
|
1344
|
-
export const SoftwareTokenMfaConfigTypeFilterSensitiveLog = (obj) => ({
|
|
1345
|
-
...obj,
|
|
1346
|
-
});
|
|
1347
|
-
export const GetUserPoolMfaConfigResponseFilterSensitiveLog = (obj) => ({
|
|
1348
|
-
...obj,
|
|
1349
|
-
});
|
|
1350
|
-
export const GlobalSignOutRequestFilterSensitiveLog = (obj) => ({
|
|
1351
|
-
...obj,
|
|
1352
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1353
|
-
});
|
|
1354
|
-
export const GlobalSignOutResponseFilterSensitiveLog = (obj) => ({
|
|
1355
|
-
...obj,
|
|
1356
|
-
});
|
|
1357
|
-
export const InitiateAuthRequestFilterSensitiveLog = (obj) => ({
|
|
1358
|
-
...obj,
|
|
1359
|
-
...(obj.AuthParameters && { AuthParameters: SENSITIVE_STRING }),
|
|
1360
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1361
|
-
});
|
|
1362
|
-
export const InitiateAuthResponseFilterSensitiveLog = (obj) => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
...(obj.AuthenticationResult && {
|
|
1365
|
-
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult),
|
|
1366
|
-
}),
|
|
1367
|
-
});
|
|
1368
|
-
export const ListDevicesRequestFilterSensitiveLog = (obj) => ({
|
|
1369
|
-
...obj,
|
|
1370
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1371
|
-
});
|
|
1372
|
-
export const ListDevicesResponseFilterSensitiveLog = (obj) => ({
|
|
1373
|
-
...obj,
|
|
1374
|
-
});
|
|
1375
|
-
export const ListGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1376
|
-
...obj,
|
|
1377
|
-
});
|
|
1378
|
-
export const ListGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1379
|
-
...obj,
|
|
1380
|
-
});
|
|
1381
|
-
export const ListIdentityProvidersRequestFilterSensitiveLog = (obj) => ({
|
|
1382
|
-
...obj,
|
|
1383
|
-
});
|
|
1384
|
-
export const ProviderDescriptionFilterSensitiveLog = (obj) => ({
|
|
1385
|
-
...obj,
|
|
1386
|
-
});
|
|
1387
|
-
export const ListIdentityProvidersResponseFilterSensitiveLog = (obj) => ({
|
|
1388
|
-
...obj,
|
|
1389
|
-
});
|
|
1390
|
-
export const ListResourceServersRequestFilterSensitiveLog = (obj) => ({
|
|
1391
|
-
...obj,
|
|
1392
|
-
});
|
|
1393
|
-
export const ListResourceServersResponseFilterSensitiveLog = (obj) => ({
|
|
1394
|
-
...obj,
|
|
1395
|
-
});
|
|
1396
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1397
|
-
...obj,
|
|
1398
|
-
});
|
|
1399
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1400
|
-
...obj,
|
|
1401
|
-
});
|
|
1402
|
-
export const ListUserImportJobsRequestFilterSensitiveLog = (obj) => ({
|
|
1403
|
-
...obj,
|
|
1404
|
-
});
|
|
1405
|
-
export const ListUserImportJobsResponseFilterSensitiveLog = (obj) => ({
|
|
1406
|
-
...obj,
|
|
1407
|
-
});
|
|
1408
|
-
export const ListUserPoolClientsRequestFilterSensitiveLog = (obj) => ({
|
|
1409
|
-
...obj,
|
|
1410
|
-
});
|
|
1411
|
-
export const UserPoolClientDescriptionFilterSensitiveLog = (obj) => ({
|
|
1412
|
-
...obj,
|
|
1413
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1414
|
-
});
|
|
1415
|
-
export const ListUserPoolClientsResponseFilterSensitiveLog = (obj) => ({
|
|
1416
|
-
...obj,
|
|
1417
|
-
...(obj.UserPoolClients && {
|
|
1418
|
-
UserPoolClients: obj.UserPoolClients.map((item) => UserPoolClientDescriptionFilterSensitiveLog(item)),
|
|
1419
|
-
}),
|
|
1420
|
-
});
|
|
1421
|
-
export const ListUserPoolsRequestFilterSensitiveLog = (obj) => ({
|
|
1422
|
-
...obj,
|
|
1423
|
-
});
|
|
1424
|
-
export const UserPoolDescriptionTypeFilterSensitiveLog = (obj) => ({
|
|
1425
|
-
...obj,
|
|
1426
|
-
});
|
|
1427
|
-
export const ListUserPoolsResponseFilterSensitiveLog = (obj) => ({
|
|
1428
|
-
...obj,
|
|
1429
|
-
});
|
|
1430
|
-
export const ListUsersRequestFilterSensitiveLog = (obj) => ({
|
|
1431
|
-
...obj,
|
|
1432
|
-
});
|
|
1433
|
-
export const ListUsersResponseFilterSensitiveLog = (obj) => ({
|
|
1434
|
-
...obj,
|
|
1435
|
-
...(obj.Users && { Users: obj.Users.map((item) => UserTypeFilterSensitiveLog(item)) }),
|
|
1436
|
-
});
|
|
1437
|
-
export const ListUsersInGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1438
|
-
...obj,
|
|
1439
|
-
});
|
|
1440
|
-
export const ListUsersInGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1441
|
-
...obj,
|
|
1442
|
-
...(obj.Users && { Users: obj.Users.map((item) => UserTypeFilterSensitiveLog(item)) }),
|
|
1443
|
-
});
|
|
1444
|
-
export const ResendConfirmationCodeRequestFilterSensitiveLog = (obj) => ({
|
|
1445
|
-
...obj,
|
|
1446
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1447
|
-
...(obj.SecretHash && { SecretHash: SENSITIVE_STRING }),
|
|
1448
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1449
|
-
});
|
|
1450
|
-
export const ResendConfirmationCodeResponseFilterSensitiveLog = (obj) => ({
|
|
1451
|
-
...obj,
|
|
1452
|
-
});
|
|
1453
|
-
export const RespondToAuthChallengeRequestFilterSensitiveLog = (obj) => ({
|
|
1454
|
-
...obj,
|
|
1455
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1456
|
-
});
|
|
1457
|
-
export const RespondToAuthChallengeResponseFilterSensitiveLog = (obj) => ({
|
|
1458
|
-
...obj,
|
|
1459
|
-
...(obj.AuthenticationResult && {
|
|
1460
|
-
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult),
|
|
1461
|
-
}),
|
|
1462
|
-
});
|
|
1463
|
-
export const RevokeTokenRequestFilterSensitiveLog = (obj) => ({
|
|
1464
|
-
...obj,
|
|
1465
|
-
...(obj.Token && { Token: SENSITIVE_STRING }),
|
|
1466
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1467
|
-
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
1468
|
-
});
|
|
1469
|
-
export const RevokeTokenResponseFilterSensitiveLog = (obj) => ({
|
|
1470
|
-
...obj,
|
|
1471
|
-
});
|
|
1472
|
-
export const SetRiskConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1473
|
-
...obj,
|
|
1474
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1475
|
-
});
|
|
1476
|
-
export const SetRiskConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
1477
|
-
...obj,
|
|
1478
|
-
...(obj.RiskConfiguration && { RiskConfiguration: RiskConfigurationTypeFilterSensitiveLog(obj.RiskConfiguration) }),
|
|
1479
|
-
});
|
|
1480
|
-
export const SetUICustomizationRequestFilterSensitiveLog = (obj) => ({
|
|
1481
|
-
...obj,
|
|
1482
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1483
|
-
});
|
|
1484
|
-
export const SetUICustomizationResponseFilterSensitiveLog = (obj) => ({
|
|
1485
|
-
...obj,
|
|
1486
|
-
...(obj.UICustomization && { UICustomization: UICustomizationTypeFilterSensitiveLog(obj.UICustomization) }),
|
|
1487
|
-
});
|
|
1488
|
-
export const SetUserMFAPreferenceRequestFilterSensitiveLog = (obj) => ({
|
|
1489
|
-
...obj,
|
|
1490
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1491
|
-
});
|
|
1492
|
-
export const SetUserMFAPreferenceResponseFilterSensitiveLog = (obj) => ({
|
|
1493
|
-
...obj,
|
|
1494
|
-
});
|
|
1495
|
-
export const SetUserPoolMfaConfigRequestFilterSensitiveLog = (obj) => ({
|
|
1496
|
-
...obj,
|
|
1497
|
-
});
|
|
1498
|
-
export const SetUserPoolMfaConfigResponseFilterSensitiveLog = (obj) => ({
|
|
1499
|
-
...obj,
|
|
1500
|
-
});
|
|
1501
|
-
export const SetUserSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
1502
|
-
...obj,
|
|
1503
|
-
...(obj.AccessToken && { AccessToken: SENSITIVE_STRING }),
|
|
1504
|
-
});
|
|
1505
|
-
export const SetUserSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
1506
|
-
...obj,
|
|
1507
|
-
});
|
|
1508
|
-
export const SignUpRequestFilterSensitiveLog = (obj) => ({
|
|
1509
|
-
...obj,
|
|
1510
|
-
...(obj.ClientId && { ClientId: SENSITIVE_STRING }),
|
|
1511
|
-
...(obj.SecretHash && { SecretHash: SENSITIVE_STRING }),
|
|
1512
|
-
...(obj.Username && { Username: SENSITIVE_STRING }),
|
|
1513
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
1514
|
-
...(obj.UserAttributes && {
|
|
1515
|
-
UserAttributes: obj.UserAttributes.map((item) => AttributeTypeFilterSensitiveLog(item)),
|
|
1516
|
-
}),
|
|
1517
|
-
...(obj.ValidationData && {
|
|
1518
|
-
ValidationData: obj.ValidationData.map((item) => AttributeTypeFilterSensitiveLog(item)),
|
|
1519
|
-
}),
|
|
1520
|
-
});
|
|
676
|
+
var UnauthorizedException = (function (_super) {
|
|
677
|
+
__extends(UnauthorizedException, _super);
|
|
678
|
+
function UnauthorizedException(opts) {
|
|
679
|
+
var _this = _super.call(this, __assign({ name: "UnauthorizedException", $fault: "client" }, opts)) || this;
|
|
680
|
+
_this.name = "UnauthorizedException";
|
|
681
|
+
_this.$fault = "client";
|
|
682
|
+
Object.setPrototypeOf(_this, UnauthorizedException.prototype);
|
|
683
|
+
return _this;
|
|
684
|
+
}
|
|
685
|
+
return UnauthorizedException;
|
|
686
|
+
}(__BaseException));
|
|
687
|
+
export { UnauthorizedException };
|
|
688
|
+
var UnsupportedOperationException = (function (_super) {
|
|
689
|
+
__extends(UnsupportedOperationException, _super);
|
|
690
|
+
function UnsupportedOperationException(opts) {
|
|
691
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedOperationException", $fault: "client" }, opts)) || this;
|
|
692
|
+
_this.name = "UnsupportedOperationException";
|
|
693
|
+
_this.$fault = "client";
|
|
694
|
+
Object.setPrototypeOf(_this, UnsupportedOperationException.prototype);
|
|
695
|
+
return _this;
|
|
696
|
+
}
|
|
697
|
+
return UnsupportedOperationException;
|
|
698
|
+
}(__BaseException));
|
|
699
|
+
export { UnsupportedOperationException };
|
|
700
|
+
var UnsupportedTokenTypeException = (function (_super) {
|
|
701
|
+
__extends(UnsupportedTokenTypeException, _super);
|
|
702
|
+
function UnsupportedTokenTypeException(opts) {
|
|
703
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedTokenTypeException", $fault: "client" }, opts)) || this;
|
|
704
|
+
_this.name = "UnsupportedTokenTypeException";
|
|
705
|
+
_this.$fault = "client";
|
|
706
|
+
Object.setPrototypeOf(_this, UnsupportedTokenTypeException.prototype);
|
|
707
|
+
return _this;
|
|
708
|
+
}
|
|
709
|
+
return UnsupportedTokenTypeException;
|
|
710
|
+
}(__BaseException));
|
|
711
|
+
export { UnsupportedTokenTypeException };
|
|
712
|
+
export var RecoveryOptionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var AccountRecoverySettingTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var AccountTakeoverActionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var AccountTakeoverActionsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var NotifyEmailTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var NotifyConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var AccountTakeoverRiskConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var NumberAttributeConstraintsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var StringAttributeConstraintsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var SchemaAttributeTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var AddCustomAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var AddCustomAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var AdminAddUserToGroupRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
725
|
+
export var AdminConfirmSignUpRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
726
|
+
export var AdminConfirmSignUpResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var AttributeTypeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Value && { Value: SENSITIVE_STRING }))); };
|
|
728
|
+
export var AdminCreateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
729
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
730
|
+
})), (obj.ValidationData && {
|
|
731
|
+
ValidationData: obj.ValidationData.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
732
|
+
})), (obj.TemporaryPassword && { TemporaryPassword: SENSITIVE_STRING }))); };
|
|
733
|
+
export var MFAOptionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var UserTypeFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }) }))); };
|
|
735
|
+
export var AdminCreateUserResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.User && { User: UserTypeFilterSensitiveLog(obj.User) }))); };
|
|
736
|
+
export var MessageTemplateTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var AdminCreateUserConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var AdminDeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
739
|
+
export var AdminDeleteUserAttributesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
740
|
+
export var AdminDeleteUserAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
export var ProviderUserIdentifierTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var AdminDisableProviderForUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var AdminDisableProviderForUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var AdminDisableUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
745
|
+
export var AdminDisableUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var AdminEnableUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
747
|
+
export var AdminEnableUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var AdminForgetDeviceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
749
|
+
export var AdminGetDeviceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
750
|
+
export var DeviceTypeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DeviceAttributes && {
|
|
751
|
+
DeviceAttributes: obj.DeviceAttributes.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
752
|
+
}))); };
|
|
753
|
+
export var AdminGetDeviceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceTypeFilterSensitiveLog(obj.Device) }))); };
|
|
754
|
+
export var AdminGetUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
755
|
+
export var AdminGetUserResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
756
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
757
|
+
}))); };
|
|
758
|
+
export var AnalyticsMetadataTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var HttpHeaderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var ContextDataTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var AdminInitiateAuthRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING }))); };
|
|
762
|
+
export var NewDeviceMetadataTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var AuthenticationResultTypeFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING })), (obj.RefreshToken && { RefreshToken: SENSITIVE_STRING })), (obj.IdToken && { IdToken: SENSITIVE_STRING }))); };
|
|
764
|
+
export var AdminInitiateAuthResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
765
|
+
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult),
|
|
766
|
+
}))); };
|
|
767
|
+
export var AdminLinkProviderForUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var AdminLinkProviderForUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var AdminListDevicesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
770
|
+
export var AdminListDevicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var AdminListGroupsForUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
772
|
+
export var GroupTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var AdminListGroupsForUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var AdminListUserAuthEventsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
775
|
+
export var ChallengeResponseTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var EventContextDataTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var EventFeedbackTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var EventRiskTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var AuthEventTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var AdminListUserAuthEventsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var AdminRemoveUserFromGroupRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
782
|
+
export var AdminResetUserPasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
783
|
+
export var AdminResetUserPasswordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var AdminRespondToAuthChallengeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
785
|
+
export var AdminRespondToAuthChallengeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
786
|
+
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult),
|
|
787
|
+
}))); };
|
|
788
|
+
export var SMSMfaSettingsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var SoftwareTokenMfaSettingsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var AdminSetUserMFAPreferenceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
791
|
+
export var AdminSetUserMFAPreferenceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var AdminSetUserPasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
793
|
+
export var AdminSetUserPasswordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var AdminSetUserSettingsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
795
|
+
export var AdminSetUserSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var AdminUpdateAuthEventFeedbackRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
797
|
+
export var AdminUpdateAuthEventFeedbackResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var AdminUpdateDeviceStatusRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
799
|
+
export var AdminUpdateDeviceStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var AdminUpdateUserAttributesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
801
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
802
|
+
}))); };
|
|
803
|
+
export var AdminUpdateUserAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var AdminUserGlobalSignOutRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
805
|
+
export var AdminUserGlobalSignOutResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var AnalyticsConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var AssociateSoftwareTokenRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
808
|
+
export var AssociateSoftwareTokenResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretCode && { SecretCode: SENSITIVE_STRING }))); };
|
|
809
|
+
export var ChangePasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.PreviousPassword && { PreviousPassword: SENSITIVE_STRING })), (obj.ProposedPassword && { ProposedPassword: SENSITIVE_STRING })), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
810
|
+
export var ChangePasswordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var DeviceSecretVerifierConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var ConfirmDeviceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
813
|
+
export var ConfirmDeviceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var UserContextDataTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var ConfirmForgotPasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
816
|
+
export var ConfirmForgotPasswordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var ConfirmSignUpRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
818
|
+
export var ConfirmSignUpResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var CreateGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var CreateGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var CreateIdentityProviderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var IdentityProviderTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var CreateIdentityProviderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var ResourceServerScopeTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var CreateResourceServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var ResourceServerTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var CreateResourceServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var CreateUserImportJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var UserImportJobTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var CreateUserImportJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var DeviceConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var EmailConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var CustomEmailLambdaVersionConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var CustomSMSLambdaVersionConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var LambdaConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var PasswordPolicyTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var UserPoolPolicyTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var SmsConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var UserAttributeUpdateSettingsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var UsernameConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var UserPoolAddOnsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var VerificationMessageTemplateTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var CreateUserPoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var UserPoolTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var CreateUserPoolResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var TokenValidityUnitsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var CreateUserPoolClientRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var UserPoolClientTypeFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
|
|
849
|
+
export var CreateUserPoolClientResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientTypeFilterSensitiveLog(obj.UserPoolClient) }))); };
|
|
850
|
+
export var CustomDomainConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var CreateUserPoolDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var CreateUserPoolDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var DeleteGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
export var DeleteIdentityProviderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var DeleteResourceServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var DeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
857
|
+
export var DeleteUserAttributesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
858
|
+
export var DeleteUserAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var DeleteUserPoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var DeleteUserPoolClientRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
861
|
+
export var DeleteUserPoolDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var DeleteUserPoolDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var DescribeIdentityProviderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var DescribeIdentityProviderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var DescribeResourceServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var DescribeResourceServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var DescribeRiskConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
868
|
+
export var CompromisedCredentialsActionsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var CompromisedCredentialsRiskConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var RiskExceptionConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var RiskConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
872
|
+
export var DescribeRiskConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && { RiskConfiguration: RiskConfigurationTypeFilterSensitiveLog(obj.RiskConfiguration) }))); };
|
|
873
|
+
export var DescribeUserImportJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
export var DescribeUserImportJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
+
export var DescribeUserPoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
+
export var DescribeUserPoolResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
export var DescribeUserPoolClientRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
878
|
+
export var DescribeUserPoolClientResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientTypeFilterSensitiveLog(obj.UserPoolClient) }))); };
|
|
879
|
+
export var DescribeUserPoolDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
+
export var DomainDescriptionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
export var DescribeUserPoolDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
export var ForgetDeviceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
883
|
+
export var ForgotPasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
884
|
+
export var CodeDeliveryDetailsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
export var ForgotPasswordResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
export var GetCSVHeaderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
+
export var GetCSVHeaderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
export var GetDeviceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
889
|
+
export var GetDeviceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceTypeFilterSensitiveLog(obj.Device) }))); };
|
|
890
|
+
export var GetGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
+
export var GetGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
+
export var GetIdentityProviderByIdentifierRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
+
export var GetIdentityProviderByIdentifierResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
+
export var GetSigningCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
+
export var GetSigningCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
|
+
export var GetUICustomizationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
897
|
+
export var UICustomizationTypeFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
898
|
+
export var GetUICustomizationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationTypeFilterSensitiveLog(obj.UICustomization) }))); };
|
|
899
|
+
export var GetUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
900
|
+
export var GetUserResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
901
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
902
|
+
}))); };
|
|
903
|
+
export var GetUserAttributeVerificationCodeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
904
|
+
export var GetUserAttributeVerificationCodeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
+
export var GetUserPoolMfaConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
+
export var SmsMfaConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
+
export var SoftwareTokenMfaConfigTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
+
export var GetUserPoolMfaConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
+
export var GlobalSignOutRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
910
|
+
export var GlobalSignOutResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
+
export var InitiateAuthRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING })), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
912
|
+
export var InitiateAuthResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
913
|
+
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult),
|
|
914
|
+
}))); };
|
|
915
|
+
export var ListDevicesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
916
|
+
export var ListDevicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
+
export var ListGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
+
export var ListGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
+
export var ListIdentityProvidersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
|
+
export var ProviderDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
+
export var ListIdentityProvidersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
+
export var ListResourceServersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
+
export var ListResourceServersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
+
export var ListUserImportJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
+
export var ListUserImportJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
|
+
export var ListUserPoolClientsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
+
export var UserPoolClientDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
930
|
+
export var ListUserPoolClientsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClients && {
|
|
931
|
+
UserPoolClients: obj.UserPoolClients.map(function (item) { return UserPoolClientDescriptionFilterSensitiveLog(item); }),
|
|
932
|
+
}))); };
|
|
933
|
+
export var ListUserPoolsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
|
+
export var UserPoolDescriptionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
935
|
+
export var ListUserPoolsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
+
export var ListUsersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
+
export var ListUsersResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserTypeFilterSensitiveLog(item); }) }))); };
|
|
938
|
+
export var ListUsersInGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
+
export var ListUsersInGroupResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserTypeFilterSensitiveLog(item); }) }))); };
|
|
940
|
+
export var ResendConfirmationCodeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
941
|
+
export var ResendConfirmationCodeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
|
+
export var RespondToAuthChallengeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
943
|
+
export var RespondToAuthChallengeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
944
|
+
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult),
|
|
945
|
+
}))); };
|
|
946
|
+
export var RevokeTokenRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Token && { Token: SENSITIVE_STRING })), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
|
|
947
|
+
export var RevokeTokenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
+
export var SetRiskConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
949
|
+
export var SetRiskConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && { RiskConfiguration: RiskConfigurationTypeFilterSensitiveLog(obj.RiskConfiguration) }))); };
|
|
950
|
+
export var SetUICustomizationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
951
|
+
export var SetUICustomizationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationTypeFilterSensitiveLog(obj.UICustomization) }))); };
|
|
952
|
+
export var SetUserMFAPreferenceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
953
|
+
export var SetUserMFAPreferenceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
+
export var SetUserPoolMfaConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
+
export var SetUserPoolMfaConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
|
+
export var SetUserSettingsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
957
|
+
export var SetUserSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
+
export var SignUpRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
959
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
960
|
+
})), (obj.ValidationData && {
|
|
961
|
+
ValidationData: obj.ValidationData.map(function (item) { return AttributeTypeFilterSensitiveLog(item); }),
|
|
962
|
+
}))); };
|