@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,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ForgotPasswordRequestFilterSensitiveLog, ForgotPasswordResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1ForgotPasswordCommand, serializeAws_json1_1ForgotPasswordCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ForgotPasswordCommand = (function (_super) {
|
|
7
|
+
__extends(ForgotPasswordCommand, _super);
|
|
8
|
+
function ForgotPasswordCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ForgotPasswordCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
18
|
+
var commandName = "ForgotPasswordCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ForgotPasswordRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ForgotPasswordResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ForgotPasswordCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1ForgotPasswordCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ForgotPasswordCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1ForgotPasswordCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ForgotPasswordCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ForgotPasswordCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetCSVHeaderRequestFilterSensitiveLog, GetCSVHeaderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_json1_1GetCSVHeaderCommand, serializeAws_json1_1GetCSVHeaderCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetCSVHeaderCommand = (function (_super) {
|
|
8
|
+
__extends(GetCSVHeaderCommand, _super);
|
|
9
|
+
function GetCSVHeaderCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetCSVHeaderCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getAwsAuthPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
20
|
+
var commandName = "GetCSVHeaderCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetCSVHeaderRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetCSVHeaderResponseFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetCSVHeaderCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_json1_1GetCSVHeaderCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetCSVHeaderCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_json1_1GetCSVHeaderCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetCSVHeaderCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetCSVHeaderCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetDeviceRequestFilterSensitiveLog, GetDeviceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_json1_1GetDeviceCommand, serializeAws_json1_1GetDeviceCommand } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetDeviceCommand = (function (_super) {
|
|
8
|
+
__extends(GetDeviceCommand, _super);
|
|
9
|
+
function GetDeviceCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetDeviceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getAwsAuthPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
20
|
+
var commandName = "GetDeviceCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetDeviceRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetDeviceResponseFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetDeviceCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_json1_1GetDeviceCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetDeviceCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_json1_1GetDeviceCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetDeviceCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetDeviceCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetGroupRequestFilterSensitiveLog, GetGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_json1_1GetGroupCommand, serializeAws_json1_1GetGroupCommand } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetGroupCommand = (function (_super) {
|
|
8
|
+
__extends(GetGroupCommand, _super);
|
|
9
|
+
function GetGroupCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getAwsAuthPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
20
|
+
var commandName = "GetGroupCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetGroupRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetGroupResponseFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetGroupCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_json1_1GetGroupCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetGroupCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_json1_1GetGroupCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetGroupCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetGroupCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetIdentityProviderByIdentifierRequestFilterSensitiveLog, GetIdentityProviderByIdentifierResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_json1_1GetIdentityProviderByIdentifierCommand, serializeAws_json1_1GetIdentityProviderByIdentifierCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetIdentityProviderByIdentifierCommand = (function (_super) {
|
|
8
|
+
__extends(GetIdentityProviderByIdentifierCommand, _super);
|
|
9
|
+
function GetIdentityProviderByIdentifierCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetIdentityProviderByIdentifierCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getAwsAuthPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
20
|
+
var commandName = "GetIdentityProviderByIdentifierCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetIdentityProviderByIdentifierRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetIdentityProviderByIdentifierResponseFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetIdentityProviderByIdentifierCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_json1_1GetIdentityProviderByIdentifierCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetIdentityProviderByIdentifierCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_json1_1GetIdentityProviderByIdentifierCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetIdentityProviderByIdentifierCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetIdentityProviderByIdentifierCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetSigningCertificateRequestFilterSensitiveLog, GetSigningCertificateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_json1_1GetSigningCertificateCommand, serializeAws_json1_1GetSigningCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetSigningCertificateCommand = (function (_super) {
|
|
8
|
+
__extends(GetSigningCertificateCommand, _super);
|
|
9
|
+
function GetSigningCertificateCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetSigningCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getAwsAuthPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
20
|
+
var commandName = "GetSigningCertificateCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetSigningCertificateRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetSigningCertificateResponseFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetSigningCertificateCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_json1_1GetSigningCertificateCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetSigningCertificateCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_json1_1GetSigningCertificateCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetSigningCertificateCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetSigningCertificateCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetUICustomizationRequestFilterSensitiveLog, GetUICustomizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_json1_1GetUICustomizationCommand, serializeAws_json1_1GetUICustomizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetUICustomizationCommand = (function (_super) {
|
|
8
|
+
__extends(GetUICustomizationCommand, _super);
|
|
9
|
+
function GetUICustomizationCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetUICustomizationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getAwsAuthPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
20
|
+
var commandName = "GetUICustomizationCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetUICustomizationRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetUICustomizationResponseFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetUICustomizationCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_json1_1GetUICustomizationCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetUICustomizationCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_json1_1GetUICustomizationCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetUICustomizationCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetUICustomizationCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetUserAttributeVerificationCodeRequestFilterSensitiveLog, GetUserAttributeVerificationCodeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetUserAttributeVerificationCodeCommand, serializeAws_json1_1GetUserAttributeVerificationCodeCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetUserAttributeVerificationCodeCommand = (function (_super) {
|
|
7
|
+
__extends(GetUserAttributeVerificationCodeCommand, _super);
|
|
8
|
+
function GetUserAttributeVerificationCodeCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetUserAttributeVerificationCodeCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
18
|
+
var commandName = "GetUserAttributeVerificationCodeCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetUserAttributeVerificationCodeRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetUserAttributeVerificationCodeResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetUserAttributeVerificationCodeCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetUserAttributeVerificationCodeCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetUserAttributeVerificationCodeCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetUserAttributeVerificationCodeCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetUserAttributeVerificationCodeCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetUserAttributeVerificationCodeCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetUserRequestFilterSensitiveLog, GetUserResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_1GetUserCommand, serializeAws_json1_1GetUserCommand } from "../protocols/Aws_json1_1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetUserCommand = (function (_super) {
|
|
7
|
+
__extends(GetUserCommand, _super);
|
|
8
|
+
function GetUserCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetUserCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
18
|
+
var commandName = "GetUserCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetUserRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetUserResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetUserCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_1GetUserCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetUserCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_1GetUserCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetUserCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetUserCommand };
|
|
@@ -1,34 +1,41 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
|
|
3
4
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
5
|
import { GetUserPoolMfaConfigRequestFilterSensitiveLog, GetUserPoolMfaConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { deserializeAws_json1_1GetUserPoolMfaConfigCommand, serializeAws_json1_1GetUserPoolMfaConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
var GetUserPoolMfaConfigCommand = (function (_super) {
|
|
8
|
+
__extends(GetUserPoolMfaConfigCommand, _super);
|
|
9
|
+
function GetUserPoolMfaConfigCommand(input) {
|
|
10
|
+
var _this = _super.call(this) || this;
|
|
11
|
+
_this.input = input;
|
|
12
|
+
return _this;
|
|
10
13
|
}
|
|
11
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
GetUserPoolMfaConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
12
15
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
13
16
|
this.middlewareStack.use(getAwsAuthPlugin(configuration));
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
logger,
|
|
20
|
-
clientName,
|
|
21
|
-
commandName,
|
|
17
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
18
|
+
var logger = configuration.logger;
|
|
19
|
+
var clientName = "CognitoIdentityProviderClient";
|
|
20
|
+
var commandName = "GetUserPoolMfaConfigCommand";
|
|
21
|
+
var handlerExecutionContext = {
|
|
22
|
+
logger: logger,
|
|
23
|
+
clientName: clientName,
|
|
24
|
+
commandName: commandName,
|
|
22
25
|
inputFilterSensitiveLog: GetUserPoolMfaConfigRequestFilterSensitiveLog,
|
|
23
26
|
outputFilterSensitiveLog: GetUserPoolMfaConfigResponseFilterSensitiveLog,
|
|
24
27
|
};
|
|
25
|
-
|
|
26
|
-
return stack.resolve((request)
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
var requestHandler = configuration.requestHandler;
|
|
29
|
+
return stack.resolve(function (request) {
|
|
30
|
+
return requestHandler.handle(request.request, options || {});
|
|
31
|
+
}, handlerExecutionContext);
|
|
32
|
+
};
|
|
33
|
+
GetUserPoolMfaConfigCommand.prototype.serialize = function (input, context) {
|
|
29
34
|
return serializeAws_json1_1GetUserPoolMfaConfigCommand(input, context);
|
|
30
|
-
}
|
|
31
|
-
deserialize(output, context) {
|
|
35
|
+
};
|
|
36
|
+
GetUserPoolMfaConfigCommand.prototype.deserialize = function (output, context) {
|
|
32
37
|
return deserializeAws_json1_1GetUserPoolMfaConfigCommand(output, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
38
|
+
};
|
|
39
|
+
return GetUserPoolMfaConfigCommand;
|
|
40
|
+
}($Command));
|
|
41
|
+
export { GetUserPoolMfaConfigCommand };
|