@aws-sdk/client-cognito-identity-provider 3.649.0 → 3.651.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/dist-cjs/index.js +140 -345
- package/dist-es/commands/AddCustomAttributesCommand.js +1 -3
- package/dist-es/commands/AdminAddUserToGroupCommand.js +1 -3
- package/dist-es/commands/AdminConfirmSignUpCommand.js +1 -3
- package/dist-es/commands/AdminCreateUserCommand.js +1 -3
- package/dist-es/commands/AdminDeleteUserAttributesCommand.js +1 -3
- package/dist-es/commands/AdminDeleteUserCommand.js +1 -3
- package/dist-es/commands/AdminDisableProviderForUserCommand.js +1 -3
- package/dist-es/commands/AdminDisableUserCommand.js +1 -3
- package/dist-es/commands/AdminEnableUserCommand.js +1 -3
- package/dist-es/commands/AdminForgetDeviceCommand.js +1 -3
- package/dist-es/commands/AdminGetDeviceCommand.js +1 -3
- package/dist-es/commands/AdminGetUserCommand.js +1 -3
- package/dist-es/commands/AdminInitiateAuthCommand.js +1 -3
- package/dist-es/commands/AdminLinkProviderForUserCommand.js +1 -3
- package/dist-es/commands/AdminListDevicesCommand.js +1 -3
- package/dist-es/commands/AdminListGroupsForUserCommand.js +1 -3
- package/dist-es/commands/AdminListUserAuthEventsCommand.js +1 -3
- package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +1 -3
- package/dist-es/commands/AdminResetUserPasswordCommand.js +1 -3
- package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +1 -3
- package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +1 -3
- package/dist-es/commands/AdminSetUserPasswordCommand.js +1 -3
- package/dist-es/commands/AdminSetUserSettingsCommand.js +1 -3
- package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +1 -3
- package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +1 -3
- package/dist-es/commands/AdminUpdateUserAttributesCommand.js +1 -3
- package/dist-es/commands/AdminUserGlobalSignOutCommand.js +1 -3
- package/dist-es/commands/AssociateSoftwareTokenCommand.js +1 -3
- package/dist-es/commands/ChangePasswordCommand.js +1 -3
- package/dist-es/commands/ConfirmDeviceCommand.js +1 -3
- package/dist-es/commands/ConfirmForgotPasswordCommand.js +1 -3
- package/dist-es/commands/ConfirmSignUpCommand.js +1 -3
- package/dist-es/commands/CreateGroupCommand.js +1 -3
- package/dist-es/commands/CreateIdentityProviderCommand.js +1 -3
- package/dist-es/commands/CreateResourceServerCommand.js +1 -3
- package/dist-es/commands/CreateUserImportJobCommand.js +1 -3
- package/dist-es/commands/CreateUserPoolClientCommand.js +1 -3
- package/dist-es/commands/CreateUserPoolCommand.js +1 -3
- package/dist-es/commands/CreateUserPoolDomainCommand.js +1 -3
- package/dist-es/commands/DeleteGroupCommand.js +1 -3
- package/dist-es/commands/DeleteIdentityProviderCommand.js +1 -3
- package/dist-es/commands/DeleteResourceServerCommand.js +1 -3
- package/dist-es/commands/DeleteUserAttributesCommand.js +1 -3
- package/dist-es/commands/DeleteUserCommand.js +1 -3
- package/dist-es/commands/DeleteUserPoolClientCommand.js +1 -3
- package/dist-es/commands/DeleteUserPoolCommand.js +1 -3
- package/dist-es/commands/DeleteUserPoolDomainCommand.js +1 -3
- package/dist-es/commands/DescribeIdentityProviderCommand.js +1 -3
- package/dist-es/commands/DescribeResourceServerCommand.js +1 -3
- package/dist-es/commands/DescribeRiskConfigurationCommand.js +1 -3
- package/dist-es/commands/DescribeUserImportJobCommand.js +1 -3
- package/dist-es/commands/DescribeUserPoolClientCommand.js +1 -3
- package/dist-es/commands/DescribeUserPoolCommand.js +1 -3
- package/dist-es/commands/DescribeUserPoolDomainCommand.js +1 -3
- package/dist-es/commands/ForgetDeviceCommand.js +1 -3
- package/dist-es/commands/ForgotPasswordCommand.js +1 -3
- package/dist-es/commands/GetCSVHeaderCommand.js +1 -3
- package/dist-es/commands/GetDeviceCommand.js +1 -3
- package/dist-es/commands/GetGroupCommand.js +1 -3
- package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +1 -3
- package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +1 -3
- package/dist-es/commands/GetSigningCertificateCommand.js +1 -3
- package/dist-es/commands/GetUICustomizationCommand.js +1 -3
- package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +1 -3
- package/dist-es/commands/GetUserCommand.js +1 -3
- package/dist-es/commands/GetUserPoolMfaConfigCommand.js +1 -3
- package/dist-es/commands/GlobalSignOutCommand.js +1 -3
- package/dist-es/commands/InitiateAuthCommand.js +1 -3
- package/dist-es/commands/ListDevicesCommand.js +1 -3
- package/dist-es/commands/ListGroupsCommand.js +1 -3
- package/dist-es/commands/ListIdentityProvidersCommand.js +1 -3
- package/dist-es/commands/ListResourceServersCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListUserImportJobsCommand.js +1 -3
- package/dist-es/commands/ListUserPoolClientsCommand.js +1 -3
- package/dist-es/commands/ListUserPoolsCommand.js +1 -3
- package/dist-es/commands/ListUsersCommand.js +1 -3
- package/dist-es/commands/ListUsersInGroupCommand.js +1 -3
- package/dist-es/commands/ResendConfirmationCodeCommand.js +1 -3
- package/dist-es/commands/RespondToAuthChallengeCommand.js +3 -4
- package/dist-es/commands/RevokeTokenCommand.js +2 -4
- package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +1 -3
- package/dist-es/commands/SetRiskConfigurationCommand.js +1 -3
- package/dist-es/commands/SetUICustomizationCommand.js +1 -3
- package/dist-es/commands/SetUserMFAPreferenceCommand.js +1 -3
- package/dist-es/commands/SetUserPoolMfaConfigCommand.js +1 -3
- package/dist-es/commands/SetUserSettingsCommand.js +1 -3
- package/dist-es/commands/SignUpCommand.js +1 -3
- package/dist-es/commands/StartUserImportJobCommand.js +1 -3
- package/dist-es/commands/StopUserImportJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +1 -3
- package/dist-es/commands/UpdateDeviceStatusCommand.js +1 -3
- package/dist-es/commands/UpdateGroupCommand.js +1 -3
- package/dist-es/commands/UpdateIdentityProviderCommand.js +1 -3
- package/dist-es/commands/UpdateResourceServerCommand.js +1 -3
- package/dist-es/commands/UpdateUserAttributesCommand.js +1 -3
- package/dist-es/commands/UpdateUserPoolClientCommand.js +1 -3
- package/dist-es/commands/UpdateUserPoolCommand.js +1 -3
- package/dist-es/commands/UpdateUserPoolDomainCommand.js +1 -3
- package/dist-es/commands/VerifySoftwareTokenCommand.js +1 -3
- package/dist-es/commands/VerifyUserAttributeCommand.js +1 -3
- package/dist-es/models/models_0.js +13 -25
- package/dist-es/models/models_1.js +14 -1
- package/dist-es/protocols/Aws_json1_1.js +3 -3
- package/dist-types/commands/AdminCreateUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +6 -2
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +7 -3
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +9 -5
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/ForgotPasswordCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +4 -0
- package/dist-types/commands/InitiateAuthCommand.d.ts +6 -2
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +9 -4
- package/dist-types/commands/RevokeTokenCommand.d.ts +1 -2
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +4 -0
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +9 -1
- package/dist-types/commands/SignUpCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +139 -95
- package/dist-types/models/models_1.d.ts +96 -9
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +21 -27
- package/dist-types/ts3.4/models/models_1.d.ts +24 -0
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -884,6 +884,7 @@ var ChallengeNameType = {
|
|
|
884
884
|
CUSTOM_CHALLENGE: "CUSTOM_CHALLENGE",
|
|
885
885
|
DEVICE_PASSWORD_VERIFIER: "DEVICE_PASSWORD_VERIFIER",
|
|
886
886
|
DEVICE_SRP_AUTH: "DEVICE_SRP_AUTH",
|
|
887
|
+
EMAIL_OTP: "EMAIL_OTP",
|
|
887
888
|
MFA_SETUP: "MFA_SETUP",
|
|
888
889
|
NEW_PASSWORD_REQUIRED: "NEW_PASSWORD_REQUIRED",
|
|
889
890
|
PASSWORD_VERIFIER: "PASSWORD_VERIFIER",
|
|
@@ -891,6 +892,23 @@ var ChallengeNameType = {
|
|
|
891
892
|
SMS_MFA: "SMS_MFA",
|
|
892
893
|
SOFTWARE_TOKEN_MFA: "SOFTWARE_TOKEN_MFA"
|
|
893
894
|
};
|
|
895
|
+
var _InvalidEmailRoleAccessPolicyException = class _InvalidEmailRoleAccessPolicyException extends CognitoIdentityProviderServiceException {
|
|
896
|
+
/**
|
|
897
|
+
* @internal
|
|
898
|
+
*/
|
|
899
|
+
constructor(opts) {
|
|
900
|
+
super({
|
|
901
|
+
name: "InvalidEmailRoleAccessPolicyException",
|
|
902
|
+
$fault: "client",
|
|
903
|
+
...opts
|
|
904
|
+
});
|
|
905
|
+
this.name = "InvalidEmailRoleAccessPolicyException";
|
|
906
|
+
this.$fault = "client";
|
|
907
|
+
Object.setPrototypeOf(this, _InvalidEmailRoleAccessPolicyException.prototype);
|
|
908
|
+
}
|
|
909
|
+
};
|
|
910
|
+
__name(_InvalidEmailRoleAccessPolicyException, "InvalidEmailRoleAccessPolicyException");
|
|
911
|
+
var InvalidEmailRoleAccessPolicyException = _InvalidEmailRoleAccessPolicyException;
|
|
894
912
|
var _MFAMethodNotFoundException = class _MFAMethodNotFoundException extends CognitoIdentityProviderServiceException {
|
|
895
913
|
/**
|
|
896
914
|
* @internal
|
|
@@ -993,23 +1011,6 @@ var _UserPoolAddOnNotEnabledException = class _UserPoolAddOnNotEnabledException
|
|
|
993
1011
|
};
|
|
994
1012
|
__name(_UserPoolAddOnNotEnabledException, "UserPoolAddOnNotEnabledException");
|
|
995
1013
|
var UserPoolAddOnNotEnabledException = _UserPoolAddOnNotEnabledException;
|
|
996
|
-
var _InvalidEmailRoleAccessPolicyException = class _InvalidEmailRoleAccessPolicyException extends CognitoIdentityProviderServiceException {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
constructor(opts) {
|
|
1001
|
-
super({
|
|
1002
|
-
name: "InvalidEmailRoleAccessPolicyException",
|
|
1003
|
-
$fault: "client",
|
|
1004
|
-
...opts
|
|
1005
|
-
});
|
|
1006
|
-
this.name = "InvalidEmailRoleAccessPolicyException";
|
|
1007
|
-
this.$fault = "client";
|
|
1008
|
-
Object.setPrototypeOf(this, _InvalidEmailRoleAccessPolicyException.prototype);
|
|
1009
|
-
}
|
|
1010
|
-
};
|
|
1011
|
-
__name(_InvalidEmailRoleAccessPolicyException, "InvalidEmailRoleAccessPolicyException");
|
|
1012
|
-
var InvalidEmailRoleAccessPolicyException = _InvalidEmailRoleAccessPolicyException;
|
|
1013
1014
|
var _CodeMismatchException = class _CodeMismatchException extends CognitoIdentityProviderServiceException {
|
|
1014
1015
|
/**
|
|
1015
1016
|
* @internal
|
|
@@ -1682,19 +1683,6 @@ var RespondToAuthChallengeRequestFilterSensitiveLog = /* @__PURE__ */ __name((ob
|
|
|
1682
1683
|
...obj.ChallengeResponses && { ChallengeResponses: import_smithy_client.SENSITIVE_STRING },
|
|
1683
1684
|
...obj.UserContextData && { UserContextData: import_smithy_client.SENSITIVE_STRING }
|
|
1684
1685
|
}), "RespondToAuthChallengeRequestFilterSensitiveLog");
|
|
1685
|
-
var RespondToAuthChallengeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1686
|
-
...obj,
|
|
1687
|
-
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING },
|
|
1688
|
-
...obj.AuthenticationResult && {
|
|
1689
|
-
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult)
|
|
1690
|
-
}
|
|
1691
|
-
}), "RespondToAuthChallengeResponseFilterSensitiveLog");
|
|
1692
|
-
var RevokeTokenRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1693
|
-
...obj,
|
|
1694
|
-
...obj.Token && { Token: import_smithy_client.SENSITIVE_STRING },
|
|
1695
|
-
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
1696
|
-
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
1697
|
-
}), "RevokeTokenRequestFilterSensitiveLog");
|
|
1698
1686
|
|
|
1699
1687
|
// src/models/models_1.ts
|
|
1700
1688
|
|
|
@@ -1770,6 +1758,19 @@ var VerifySoftwareTokenResponseType = {
|
|
|
1770
1758
|
ERROR: "ERROR",
|
|
1771
1759
|
SUCCESS: "SUCCESS"
|
|
1772
1760
|
};
|
|
1761
|
+
var RespondToAuthChallengeResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1762
|
+
...obj,
|
|
1763
|
+
...obj.Session && { Session: import_smithy_client.SENSITIVE_STRING },
|
|
1764
|
+
...obj.AuthenticationResult && {
|
|
1765
|
+
AuthenticationResult: AuthenticationResultTypeFilterSensitiveLog(obj.AuthenticationResult)
|
|
1766
|
+
}
|
|
1767
|
+
}), "RespondToAuthChallengeResponseFilterSensitiveLog");
|
|
1768
|
+
var RevokeTokenRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1769
|
+
...obj,
|
|
1770
|
+
...obj.Token && { Token: import_smithy_client.SENSITIVE_STRING },
|
|
1771
|
+
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING },
|
|
1772
|
+
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
1773
|
+
}), "RevokeTokenRequestFilterSensitiveLog");
|
|
1773
1774
|
var SetRiskConfigurationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1774
1775
|
...obj,
|
|
1775
1776
|
...obj.ClientId && { ClientId: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3842,6 +3843,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3842
3843
|
case "InvalidUserPoolConfigurationException":
|
|
3843
3844
|
case "com.amazonaws.cognitoidentityprovider#InvalidUserPoolConfigurationException":
|
|
3844
3845
|
throw await de_InvalidUserPoolConfigurationExceptionRes(parsedOutput, context);
|
|
3846
|
+
case "InvalidEmailRoleAccessPolicyException":
|
|
3847
|
+
case "com.amazonaws.cognitoidentityprovider#InvalidEmailRoleAccessPolicyException":
|
|
3848
|
+
throw await de_InvalidEmailRoleAccessPolicyExceptionRes(parsedOutput, context);
|
|
3845
3849
|
case "MFAMethodNotFoundException":
|
|
3846
3850
|
case "com.amazonaws.cognitoidentityprovider#MFAMethodNotFoundException":
|
|
3847
3851
|
throw await de_MFAMethodNotFoundExceptionRes(parsedOutput, context);
|
|
@@ -3854,9 +3858,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3854
3858
|
case "UserPoolAddOnNotEnabledException":
|
|
3855
3859
|
case "com.amazonaws.cognitoidentityprovider#UserPoolAddOnNotEnabledException":
|
|
3856
3860
|
throw await de_UserPoolAddOnNotEnabledExceptionRes(parsedOutput, context);
|
|
3857
|
-
case "InvalidEmailRoleAccessPolicyException":
|
|
3858
|
-
case "com.amazonaws.cognitoidentityprovider#InvalidEmailRoleAccessPolicyException":
|
|
3859
|
-
throw await de_InvalidEmailRoleAccessPolicyExceptionRes(parsedOutput, context);
|
|
3860
3861
|
case "CodeMismatchException":
|
|
3861
3862
|
case "com.amazonaws.cognitoidentityprovider#CodeMismatchException":
|
|
3862
3863
|
throw await de_CodeMismatchExceptionRes(parsedOutput, context);
|
|
@@ -4748,9 +4749,7 @@ function sharedHeaders(operation) {
|
|
|
4748
4749
|
__name(sharedHeaders, "sharedHeaders");
|
|
4749
4750
|
|
|
4750
4751
|
// src/commands/AddCustomAttributesCommand.ts
|
|
4751
|
-
var _AddCustomAttributesCommand = class _AddCustomAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4752
|
-
...commonParams
|
|
4753
|
-
}).m(function(Command, cs, config, o) {
|
|
4752
|
+
var _AddCustomAttributesCommand = class _AddCustomAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4754
4753
|
return [
|
|
4755
4754
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4756
4755
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4764,9 +4763,7 @@ var AddCustomAttributesCommand = _AddCustomAttributesCommand;
|
|
|
4764
4763
|
|
|
4765
4764
|
|
|
4766
4765
|
|
|
4767
|
-
var _AdminAddUserToGroupCommand = class _AdminAddUserToGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4768
|
-
...commonParams
|
|
4769
|
-
}).m(function(Command, cs, config, o) {
|
|
4766
|
+
var _AdminAddUserToGroupCommand = class _AdminAddUserToGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4770
4767
|
return [
|
|
4771
4768
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4772
4769
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4780,9 +4777,7 @@ var AdminAddUserToGroupCommand = _AdminAddUserToGroupCommand;
|
|
|
4780
4777
|
|
|
4781
4778
|
|
|
4782
4779
|
|
|
4783
|
-
var _AdminConfirmSignUpCommand = class _AdminConfirmSignUpCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4784
|
-
...commonParams
|
|
4785
|
-
}).m(function(Command, cs, config, o) {
|
|
4780
|
+
var _AdminConfirmSignUpCommand = class _AdminConfirmSignUpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4786
4781
|
return [
|
|
4787
4782
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4788
4783
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4796,9 +4791,7 @@ var AdminConfirmSignUpCommand = _AdminConfirmSignUpCommand;
|
|
|
4796
4791
|
|
|
4797
4792
|
|
|
4798
4793
|
|
|
4799
|
-
var _AdminCreateUserCommand = class _AdminCreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4800
|
-
...commonParams
|
|
4801
|
-
}).m(function(Command, cs, config, o) {
|
|
4794
|
+
var _AdminCreateUserCommand = class _AdminCreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4802
4795
|
return [
|
|
4803
4796
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4804
4797
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4812,9 +4805,7 @@ var AdminCreateUserCommand = _AdminCreateUserCommand;
|
|
|
4812
4805
|
|
|
4813
4806
|
|
|
4814
4807
|
|
|
4815
|
-
var _AdminDeleteUserAttributesCommand = class _AdminDeleteUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4816
|
-
...commonParams
|
|
4817
|
-
}).m(function(Command, cs, config, o) {
|
|
4808
|
+
var _AdminDeleteUserAttributesCommand = class _AdminDeleteUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4818
4809
|
return [
|
|
4819
4810
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4820
4811
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4828,9 +4819,7 @@ var AdminDeleteUserAttributesCommand = _AdminDeleteUserAttributesCommand;
|
|
|
4828
4819
|
|
|
4829
4820
|
|
|
4830
4821
|
|
|
4831
|
-
var _AdminDeleteUserCommand = class _AdminDeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4832
|
-
...commonParams
|
|
4833
|
-
}).m(function(Command, cs, config, o) {
|
|
4822
|
+
var _AdminDeleteUserCommand = class _AdminDeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4834
4823
|
return [
|
|
4835
4824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4836
4825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4844,9 +4833,7 @@ var AdminDeleteUserCommand = _AdminDeleteUserCommand;
|
|
|
4844
4833
|
|
|
4845
4834
|
|
|
4846
4835
|
|
|
4847
|
-
var _AdminDisableProviderForUserCommand = class _AdminDisableProviderForUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4848
|
-
...commonParams
|
|
4849
|
-
}).m(function(Command, cs, config, o) {
|
|
4836
|
+
var _AdminDisableProviderForUserCommand = class _AdminDisableProviderForUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4850
4837
|
return [
|
|
4851
4838
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4852
4839
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4860,9 +4847,7 @@ var AdminDisableProviderForUserCommand = _AdminDisableProviderForUserCommand;
|
|
|
4860
4847
|
|
|
4861
4848
|
|
|
4862
4849
|
|
|
4863
|
-
var _AdminDisableUserCommand = class _AdminDisableUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4864
|
-
...commonParams
|
|
4865
|
-
}).m(function(Command, cs, config, o) {
|
|
4850
|
+
var _AdminDisableUserCommand = class _AdminDisableUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4866
4851
|
return [
|
|
4867
4852
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4868
4853
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4876,9 +4861,7 @@ var AdminDisableUserCommand = _AdminDisableUserCommand;
|
|
|
4876
4861
|
|
|
4877
4862
|
|
|
4878
4863
|
|
|
4879
|
-
var _AdminEnableUserCommand = class _AdminEnableUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4880
|
-
...commonParams
|
|
4881
|
-
}).m(function(Command, cs, config, o) {
|
|
4864
|
+
var _AdminEnableUserCommand = class _AdminEnableUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4882
4865
|
return [
|
|
4883
4866
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4884
4867
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4892,9 +4875,7 @@ var AdminEnableUserCommand = _AdminEnableUserCommand;
|
|
|
4892
4875
|
|
|
4893
4876
|
|
|
4894
4877
|
|
|
4895
|
-
var _AdminForgetDeviceCommand = class _AdminForgetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4896
|
-
...commonParams
|
|
4897
|
-
}).m(function(Command, cs, config, o) {
|
|
4878
|
+
var _AdminForgetDeviceCommand = class _AdminForgetDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4898
4879
|
return [
|
|
4899
4880
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4900
4881
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4908,9 +4889,7 @@ var AdminForgetDeviceCommand = _AdminForgetDeviceCommand;
|
|
|
4908
4889
|
|
|
4909
4890
|
|
|
4910
4891
|
|
|
4911
|
-
var _AdminGetDeviceCommand = class _AdminGetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4912
|
-
...commonParams
|
|
4913
|
-
}).m(function(Command, cs, config, o) {
|
|
4892
|
+
var _AdminGetDeviceCommand = class _AdminGetDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4914
4893
|
return [
|
|
4915
4894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4916
4895
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4924,9 +4903,7 @@ var AdminGetDeviceCommand = _AdminGetDeviceCommand;
|
|
|
4924
4903
|
|
|
4925
4904
|
|
|
4926
4905
|
|
|
4927
|
-
var _AdminGetUserCommand = class _AdminGetUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4928
|
-
...commonParams
|
|
4929
|
-
}).m(function(Command, cs, config, o) {
|
|
4906
|
+
var _AdminGetUserCommand = class _AdminGetUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4930
4907
|
return [
|
|
4931
4908
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4932
4909
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4940,9 +4917,7 @@ var AdminGetUserCommand = _AdminGetUserCommand;
|
|
|
4940
4917
|
|
|
4941
4918
|
|
|
4942
4919
|
|
|
4943
|
-
var _AdminInitiateAuthCommand = class _AdminInitiateAuthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4944
|
-
...commonParams
|
|
4945
|
-
}).m(function(Command, cs, config, o) {
|
|
4920
|
+
var _AdminInitiateAuthCommand = class _AdminInitiateAuthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4946
4921
|
return [
|
|
4947
4922
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4948
4923
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4956,9 +4931,7 @@ var AdminInitiateAuthCommand = _AdminInitiateAuthCommand;
|
|
|
4956
4931
|
|
|
4957
4932
|
|
|
4958
4933
|
|
|
4959
|
-
var _AdminLinkProviderForUserCommand = class _AdminLinkProviderForUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4960
|
-
...commonParams
|
|
4961
|
-
}).m(function(Command, cs, config, o) {
|
|
4934
|
+
var _AdminLinkProviderForUserCommand = class _AdminLinkProviderForUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4962
4935
|
return [
|
|
4963
4936
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4964
4937
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4972,9 +4945,7 @@ var AdminLinkProviderForUserCommand = _AdminLinkProviderForUserCommand;
|
|
|
4972
4945
|
|
|
4973
4946
|
|
|
4974
4947
|
|
|
4975
|
-
var _AdminListDevicesCommand = class _AdminListDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4976
|
-
...commonParams
|
|
4977
|
-
}).m(function(Command, cs, config, o) {
|
|
4948
|
+
var _AdminListDevicesCommand = class _AdminListDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4978
4949
|
return [
|
|
4979
4950
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4980
4951
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4988,9 +4959,7 @@ var AdminListDevicesCommand = _AdminListDevicesCommand;
|
|
|
4988
4959
|
|
|
4989
4960
|
|
|
4990
4961
|
|
|
4991
|
-
var _AdminListGroupsForUserCommand = class _AdminListGroupsForUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4992
|
-
...commonParams
|
|
4993
|
-
}).m(function(Command, cs, config, o) {
|
|
4962
|
+
var _AdminListGroupsForUserCommand = class _AdminListGroupsForUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4994
4963
|
return [
|
|
4995
4964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4996
4965
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5004,9 +4973,7 @@ var AdminListGroupsForUserCommand = _AdminListGroupsForUserCommand;
|
|
|
5004
4973
|
|
|
5005
4974
|
|
|
5006
4975
|
|
|
5007
|
-
var _AdminListUserAuthEventsCommand = class _AdminListUserAuthEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5008
|
-
...commonParams
|
|
5009
|
-
}).m(function(Command, cs, config, o) {
|
|
4976
|
+
var _AdminListUserAuthEventsCommand = class _AdminListUserAuthEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5010
4977
|
return [
|
|
5011
4978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5012
4979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5020,9 +4987,7 @@ var AdminListUserAuthEventsCommand = _AdminListUserAuthEventsCommand;
|
|
|
5020
4987
|
|
|
5021
4988
|
|
|
5022
4989
|
|
|
5023
|
-
var _AdminRemoveUserFromGroupCommand = class _AdminRemoveUserFromGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5024
|
-
...commonParams
|
|
5025
|
-
}).m(function(Command, cs, config, o) {
|
|
4990
|
+
var _AdminRemoveUserFromGroupCommand = class _AdminRemoveUserFromGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5026
4991
|
return [
|
|
5027
4992
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5028
4993
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5036,9 +5001,7 @@ var AdminRemoveUserFromGroupCommand = _AdminRemoveUserFromGroupCommand;
|
|
|
5036
5001
|
|
|
5037
5002
|
|
|
5038
5003
|
|
|
5039
|
-
var _AdminResetUserPasswordCommand = class _AdminResetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5040
|
-
...commonParams
|
|
5041
|
-
}).m(function(Command, cs, config, o) {
|
|
5004
|
+
var _AdminResetUserPasswordCommand = class _AdminResetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5042
5005
|
return [
|
|
5043
5006
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5044
5007
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5052,9 +5015,7 @@ var AdminResetUserPasswordCommand = _AdminResetUserPasswordCommand;
|
|
|
5052
5015
|
|
|
5053
5016
|
|
|
5054
5017
|
|
|
5055
|
-
var _AdminRespondToAuthChallengeCommand = class _AdminRespondToAuthChallengeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5056
|
-
...commonParams
|
|
5057
|
-
}).m(function(Command, cs, config, o) {
|
|
5018
|
+
var _AdminRespondToAuthChallengeCommand = class _AdminRespondToAuthChallengeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5058
5019
|
return [
|
|
5059
5020
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5060
5021
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5068,9 +5029,7 @@ var AdminRespondToAuthChallengeCommand = _AdminRespondToAuthChallengeCommand;
|
|
|
5068
5029
|
|
|
5069
5030
|
|
|
5070
5031
|
|
|
5071
|
-
var _AdminSetUserMFAPreferenceCommand = class _AdminSetUserMFAPreferenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5072
|
-
...commonParams
|
|
5073
|
-
}).m(function(Command, cs, config, o) {
|
|
5032
|
+
var _AdminSetUserMFAPreferenceCommand = class _AdminSetUserMFAPreferenceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5074
5033
|
return [
|
|
5075
5034
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5076
5035
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5084,9 +5043,7 @@ var AdminSetUserMFAPreferenceCommand = _AdminSetUserMFAPreferenceCommand;
|
|
|
5084
5043
|
|
|
5085
5044
|
|
|
5086
5045
|
|
|
5087
|
-
var _AdminSetUserPasswordCommand = class _AdminSetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5088
|
-
...commonParams
|
|
5089
|
-
}).m(function(Command, cs, config, o) {
|
|
5046
|
+
var _AdminSetUserPasswordCommand = class _AdminSetUserPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5090
5047
|
return [
|
|
5091
5048
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5092
5049
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5100,9 +5057,7 @@ var AdminSetUserPasswordCommand = _AdminSetUserPasswordCommand;
|
|
|
5100
5057
|
|
|
5101
5058
|
|
|
5102
5059
|
|
|
5103
|
-
var _AdminSetUserSettingsCommand = class _AdminSetUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5104
|
-
...commonParams
|
|
5105
|
-
}).m(function(Command, cs, config, o) {
|
|
5060
|
+
var _AdminSetUserSettingsCommand = class _AdminSetUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5106
5061
|
return [
|
|
5107
5062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5108
5063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5116,9 +5071,7 @@ var AdminSetUserSettingsCommand = _AdminSetUserSettingsCommand;
|
|
|
5116
5071
|
|
|
5117
5072
|
|
|
5118
5073
|
|
|
5119
|
-
var _AdminUpdateAuthEventFeedbackCommand = class _AdminUpdateAuthEventFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5120
|
-
...commonParams
|
|
5121
|
-
}).m(function(Command, cs, config, o) {
|
|
5074
|
+
var _AdminUpdateAuthEventFeedbackCommand = class _AdminUpdateAuthEventFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5122
5075
|
return [
|
|
5123
5076
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5124
5077
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5132,9 +5085,7 @@ var AdminUpdateAuthEventFeedbackCommand = _AdminUpdateAuthEventFeedbackCommand;
|
|
|
5132
5085
|
|
|
5133
5086
|
|
|
5134
5087
|
|
|
5135
|
-
var _AdminUpdateDeviceStatusCommand = class _AdminUpdateDeviceStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5136
|
-
...commonParams
|
|
5137
|
-
}).m(function(Command, cs, config, o) {
|
|
5088
|
+
var _AdminUpdateDeviceStatusCommand = class _AdminUpdateDeviceStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5138
5089
|
return [
|
|
5139
5090
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5140
5091
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5148,9 +5099,7 @@ var AdminUpdateDeviceStatusCommand = _AdminUpdateDeviceStatusCommand;
|
|
|
5148
5099
|
|
|
5149
5100
|
|
|
5150
5101
|
|
|
5151
|
-
var _AdminUpdateUserAttributesCommand = class _AdminUpdateUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5152
|
-
...commonParams
|
|
5153
|
-
}).m(function(Command, cs, config, o) {
|
|
5102
|
+
var _AdminUpdateUserAttributesCommand = class _AdminUpdateUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5154
5103
|
return [
|
|
5155
5104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5156
5105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5164,9 +5113,7 @@ var AdminUpdateUserAttributesCommand = _AdminUpdateUserAttributesCommand;
|
|
|
5164
5113
|
|
|
5165
5114
|
|
|
5166
5115
|
|
|
5167
|
-
var _AdminUserGlobalSignOutCommand = class _AdminUserGlobalSignOutCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5168
|
-
...commonParams
|
|
5169
|
-
}).m(function(Command, cs, config, o) {
|
|
5116
|
+
var _AdminUserGlobalSignOutCommand = class _AdminUserGlobalSignOutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5170
5117
|
return [
|
|
5171
5118
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5172
5119
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5180,9 +5127,7 @@ var AdminUserGlobalSignOutCommand = _AdminUserGlobalSignOutCommand;
|
|
|
5180
5127
|
|
|
5181
5128
|
|
|
5182
5129
|
|
|
5183
|
-
var _AssociateSoftwareTokenCommand = class _AssociateSoftwareTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5184
|
-
...commonParams
|
|
5185
|
-
}).m(function(Command, cs, config, o) {
|
|
5130
|
+
var _AssociateSoftwareTokenCommand = class _AssociateSoftwareTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5186
5131
|
return [
|
|
5187
5132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5188
5133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5196,9 +5141,7 @@ var AssociateSoftwareTokenCommand = _AssociateSoftwareTokenCommand;
|
|
|
5196
5141
|
|
|
5197
5142
|
|
|
5198
5143
|
|
|
5199
|
-
var _ChangePasswordCommand = class _ChangePasswordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5200
|
-
...commonParams
|
|
5201
|
-
}).m(function(Command, cs, config, o) {
|
|
5144
|
+
var _ChangePasswordCommand = class _ChangePasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5202
5145
|
return [
|
|
5203
5146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5204
5147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5212,9 +5155,7 @@ var ChangePasswordCommand = _ChangePasswordCommand;
|
|
|
5212
5155
|
|
|
5213
5156
|
|
|
5214
5157
|
|
|
5215
|
-
var _ConfirmDeviceCommand = class _ConfirmDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5216
|
-
...commonParams
|
|
5217
|
-
}).m(function(Command, cs, config, o) {
|
|
5158
|
+
var _ConfirmDeviceCommand = class _ConfirmDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5218
5159
|
return [
|
|
5219
5160
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5220
5161
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5228,9 +5169,7 @@ var ConfirmDeviceCommand = _ConfirmDeviceCommand;
|
|
|
5228
5169
|
|
|
5229
5170
|
|
|
5230
5171
|
|
|
5231
|
-
var _ConfirmForgotPasswordCommand = class _ConfirmForgotPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5232
|
-
...commonParams
|
|
5233
|
-
}).m(function(Command, cs, config, o) {
|
|
5172
|
+
var _ConfirmForgotPasswordCommand = class _ConfirmForgotPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5234
5173
|
return [
|
|
5235
5174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5236
5175
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5244,9 +5183,7 @@ var ConfirmForgotPasswordCommand = _ConfirmForgotPasswordCommand;
|
|
|
5244
5183
|
|
|
5245
5184
|
|
|
5246
5185
|
|
|
5247
|
-
var _ConfirmSignUpCommand = class _ConfirmSignUpCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5248
|
-
...commonParams
|
|
5249
|
-
}).m(function(Command, cs, config, o) {
|
|
5186
|
+
var _ConfirmSignUpCommand = class _ConfirmSignUpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5250
5187
|
return [
|
|
5251
5188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5252
5189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5260,9 +5197,7 @@ var ConfirmSignUpCommand = _ConfirmSignUpCommand;
|
|
|
5260
5197
|
|
|
5261
5198
|
|
|
5262
5199
|
|
|
5263
|
-
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5264
|
-
...commonParams
|
|
5265
|
-
}).m(function(Command, cs, config, o) {
|
|
5200
|
+
var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5266
5201
|
return [
|
|
5267
5202
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5268
5203
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5276,9 +5211,7 @@ var CreateGroupCommand = _CreateGroupCommand;
|
|
|
5276
5211
|
|
|
5277
5212
|
|
|
5278
5213
|
|
|
5279
|
-
var _CreateIdentityProviderCommand = class _CreateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5280
|
-
...commonParams
|
|
5281
|
-
}).m(function(Command, cs, config, o) {
|
|
5214
|
+
var _CreateIdentityProviderCommand = class _CreateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5282
5215
|
return [
|
|
5283
5216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5284
5217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5292,9 +5225,7 @@ var CreateIdentityProviderCommand = _CreateIdentityProviderCommand;
|
|
|
5292
5225
|
|
|
5293
5226
|
|
|
5294
5227
|
|
|
5295
|
-
var _CreateResourceServerCommand = class _CreateResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5296
|
-
...commonParams
|
|
5297
|
-
}).m(function(Command, cs, config, o) {
|
|
5228
|
+
var _CreateResourceServerCommand = class _CreateResourceServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5298
5229
|
return [
|
|
5299
5230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5300
5231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5308,9 +5239,7 @@ var CreateResourceServerCommand = _CreateResourceServerCommand;
|
|
|
5308
5239
|
|
|
5309
5240
|
|
|
5310
5241
|
|
|
5311
|
-
var _CreateUserImportJobCommand = class _CreateUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5312
|
-
...commonParams
|
|
5313
|
-
}).m(function(Command, cs, config, o) {
|
|
5242
|
+
var _CreateUserImportJobCommand = class _CreateUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5314
5243
|
return [
|
|
5315
5244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5316
5245
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5324,9 +5253,7 @@ var CreateUserImportJobCommand = _CreateUserImportJobCommand;
|
|
|
5324
5253
|
|
|
5325
5254
|
|
|
5326
5255
|
|
|
5327
|
-
var _CreateUserPoolClientCommand = class _CreateUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5328
|
-
...commonParams
|
|
5329
|
-
}).m(function(Command, cs, config, o) {
|
|
5256
|
+
var _CreateUserPoolClientCommand = class _CreateUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5330
5257
|
return [
|
|
5331
5258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5332
5259
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5340,9 +5267,7 @@ var CreateUserPoolClientCommand = _CreateUserPoolClientCommand;
|
|
|
5340
5267
|
|
|
5341
5268
|
|
|
5342
5269
|
|
|
5343
|
-
var _CreateUserPoolCommand = class _CreateUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5344
|
-
...commonParams
|
|
5345
|
-
}).m(function(Command, cs, config, o) {
|
|
5270
|
+
var _CreateUserPoolCommand = class _CreateUserPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5346
5271
|
return [
|
|
5347
5272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5348
5273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5356,9 +5281,7 @@ var CreateUserPoolCommand = _CreateUserPoolCommand;
|
|
|
5356
5281
|
|
|
5357
5282
|
|
|
5358
5283
|
|
|
5359
|
-
var _CreateUserPoolDomainCommand = class _CreateUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5360
|
-
...commonParams
|
|
5361
|
-
}).m(function(Command, cs, config, o) {
|
|
5284
|
+
var _CreateUserPoolDomainCommand = class _CreateUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5362
5285
|
return [
|
|
5363
5286
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5364
5287
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5372,9 +5295,7 @@ var CreateUserPoolDomainCommand = _CreateUserPoolDomainCommand;
|
|
|
5372
5295
|
|
|
5373
5296
|
|
|
5374
5297
|
|
|
5375
|
-
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5376
|
-
...commonParams
|
|
5377
|
-
}).m(function(Command, cs, config, o) {
|
|
5298
|
+
var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5378
5299
|
return [
|
|
5379
5300
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5380
5301
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5388,9 +5309,7 @@ var DeleteGroupCommand = _DeleteGroupCommand;
|
|
|
5388
5309
|
|
|
5389
5310
|
|
|
5390
5311
|
|
|
5391
|
-
var _DeleteIdentityProviderCommand = class _DeleteIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5392
|
-
...commonParams
|
|
5393
|
-
}).m(function(Command, cs, config, o) {
|
|
5312
|
+
var _DeleteIdentityProviderCommand = class _DeleteIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5394
5313
|
return [
|
|
5395
5314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5396
5315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5404,9 +5323,7 @@ var DeleteIdentityProviderCommand = _DeleteIdentityProviderCommand;
|
|
|
5404
5323
|
|
|
5405
5324
|
|
|
5406
5325
|
|
|
5407
|
-
var _DeleteResourceServerCommand = class _DeleteResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5408
|
-
...commonParams
|
|
5409
|
-
}).m(function(Command, cs, config, o) {
|
|
5326
|
+
var _DeleteResourceServerCommand = class _DeleteResourceServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5410
5327
|
return [
|
|
5411
5328
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5412
5329
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5420,9 +5337,7 @@ var DeleteResourceServerCommand = _DeleteResourceServerCommand;
|
|
|
5420
5337
|
|
|
5421
5338
|
|
|
5422
5339
|
|
|
5423
|
-
var _DeleteUserAttributesCommand = class _DeleteUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5424
|
-
...commonParams
|
|
5425
|
-
}).m(function(Command, cs, config, o) {
|
|
5340
|
+
var _DeleteUserAttributesCommand = class _DeleteUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5426
5341
|
return [
|
|
5427
5342
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5428
5343
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5436,9 +5351,7 @@ var DeleteUserAttributesCommand = _DeleteUserAttributesCommand;
|
|
|
5436
5351
|
|
|
5437
5352
|
|
|
5438
5353
|
|
|
5439
|
-
var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5440
|
-
...commonParams
|
|
5441
|
-
}).m(function(Command, cs, config, o) {
|
|
5354
|
+
var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5442
5355
|
return [
|
|
5443
5356
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5444
5357
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5452,9 +5365,7 @@ var DeleteUserCommand = _DeleteUserCommand;
|
|
|
5452
5365
|
|
|
5453
5366
|
|
|
5454
5367
|
|
|
5455
|
-
var _DeleteUserPoolClientCommand = class _DeleteUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5456
|
-
...commonParams
|
|
5457
|
-
}).m(function(Command, cs, config, o) {
|
|
5368
|
+
var _DeleteUserPoolClientCommand = class _DeleteUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5458
5369
|
return [
|
|
5459
5370
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5460
5371
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5468,9 +5379,7 @@ var DeleteUserPoolClientCommand = _DeleteUserPoolClientCommand;
|
|
|
5468
5379
|
|
|
5469
5380
|
|
|
5470
5381
|
|
|
5471
|
-
var _DeleteUserPoolCommand = class _DeleteUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5472
|
-
...commonParams
|
|
5473
|
-
}).m(function(Command, cs, config, o) {
|
|
5382
|
+
var _DeleteUserPoolCommand = class _DeleteUserPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5474
5383
|
return [
|
|
5475
5384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5476
5385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5484,9 +5393,7 @@ var DeleteUserPoolCommand = _DeleteUserPoolCommand;
|
|
|
5484
5393
|
|
|
5485
5394
|
|
|
5486
5395
|
|
|
5487
|
-
var _DeleteUserPoolDomainCommand = class _DeleteUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5488
|
-
...commonParams
|
|
5489
|
-
}).m(function(Command, cs, config, o) {
|
|
5396
|
+
var _DeleteUserPoolDomainCommand = class _DeleteUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5490
5397
|
return [
|
|
5491
5398
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5492
5399
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5500,9 +5407,7 @@ var DeleteUserPoolDomainCommand = _DeleteUserPoolDomainCommand;
|
|
|
5500
5407
|
|
|
5501
5408
|
|
|
5502
5409
|
|
|
5503
|
-
var _DescribeIdentityProviderCommand = class _DescribeIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5504
|
-
...commonParams
|
|
5505
|
-
}).m(function(Command, cs, config, o) {
|
|
5410
|
+
var _DescribeIdentityProviderCommand = class _DescribeIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5506
5411
|
return [
|
|
5507
5412
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5508
5413
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5516,9 +5421,7 @@ var DescribeIdentityProviderCommand = _DescribeIdentityProviderCommand;
|
|
|
5516
5421
|
|
|
5517
5422
|
|
|
5518
5423
|
|
|
5519
|
-
var _DescribeResourceServerCommand = class _DescribeResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5520
|
-
...commonParams
|
|
5521
|
-
}).m(function(Command, cs, config, o) {
|
|
5424
|
+
var _DescribeResourceServerCommand = class _DescribeResourceServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5522
5425
|
return [
|
|
5523
5426
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5524
5427
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5532,9 +5435,7 @@ var DescribeResourceServerCommand = _DescribeResourceServerCommand;
|
|
|
5532
5435
|
|
|
5533
5436
|
|
|
5534
5437
|
|
|
5535
|
-
var _DescribeRiskConfigurationCommand = class _DescribeRiskConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5536
|
-
...commonParams
|
|
5537
|
-
}).m(function(Command, cs, config, o) {
|
|
5438
|
+
var _DescribeRiskConfigurationCommand = class _DescribeRiskConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5538
5439
|
return [
|
|
5539
5440
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5540
5441
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5548,9 +5449,7 @@ var DescribeRiskConfigurationCommand = _DescribeRiskConfigurationCommand;
|
|
|
5548
5449
|
|
|
5549
5450
|
|
|
5550
5451
|
|
|
5551
|
-
var _DescribeUserImportJobCommand = class _DescribeUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5552
|
-
...commonParams
|
|
5553
|
-
}).m(function(Command, cs, config, o) {
|
|
5452
|
+
var _DescribeUserImportJobCommand = class _DescribeUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5554
5453
|
return [
|
|
5555
5454
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5556
5455
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5564,9 +5463,7 @@ var DescribeUserImportJobCommand = _DescribeUserImportJobCommand;
|
|
|
5564
5463
|
|
|
5565
5464
|
|
|
5566
5465
|
|
|
5567
|
-
var _DescribeUserPoolClientCommand = class _DescribeUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5568
|
-
...commonParams
|
|
5569
|
-
}).m(function(Command, cs, config, o) {
|
|
5466
|
+
var _DescribeUserPoolClientCommand = class _DescribeUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5570
5467
|
return [
|
|
5571
5468
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5572
5469
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5580,9 +5477,7 @@ var DescribeUserPoolClientCommand = _DescribeUserPoolClientCommand;
|
|
|
5580
5477
|
|
|
5581
5478
|
|
|
5582
5479
|
|
|
5583
|
-
var _DescribeUserPoolCommand = class _DescribeUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5584
|
-
...commonParams
|
|
5585
|
-
}).m(function(Command, cs, config, o) {
|
|
5480
|
+
var _DescribeUserPoolCommand = class _DescribeUserPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5586
5481
|
return [
|
|
5587
5482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5588
5483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5596,9 +5491,7 @@ var DescribeUserPoolCommand = _DescribeUserPoolCommand;
|
|
|
5596
5491
|
|
|
5597
5492
|
|
|
5598
5493
|
|
|
5599
|
-
var _DescribeUserPoolDomainCommand = class _DescribeUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5600
|
-
...commonParams
|
|
5601
|
-
}).m(function(Command, cs, config, o) {
|
|
5494
|
+
var _DescribeUserPoolDomainCommand = class _DescribeUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5602
5495
|
return [
|
|
5603
5496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5604
5497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5612,9 +5505,7 @@ var DescribeUserPoolDomainCommand = _DescribeUserPoolDomainCommand;
|
|
|
5612
5505
|
|
|
5613
5506
|
|
|
5614
5507
|
|
|
5615
|
-
var _ForgetDeviceCommand = class _ForgetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5616
|
-
...commonParams
|
|
5617
|
-
}).m(function(Command, cs, config, o) {
|
|
5508
|
+
var _ForgetDeviceCommand = class _ForgetDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5618
5509
|
return [
|
|
5619
5510
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5620
5511
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5628,9 +5519,7 @@ var ForgetDeviceCommand = _ForgetDeviceCommand;
|
|
|
5628
5519
|
|
|
5629
5520
|
|
|
5630
5521
|
|
|
5631
|
-
var _ForgotPasswordCommand = class _ForgotPasswordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5632
|
-
...commonParams
|
|
5633
|
-
}).m(function(Command, cs, config, o) {
|
|
5522
|
+
var _ForgotPasswordCommand = class _ForgotPasswordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5634
5523
|
return [
|
|
5635
5524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5636
5525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5644,9 +5533,7 @@ var ForgotPasswordCommand = _ForgotPasswordCommand;
|
|
|
5644
5533
|
|
|
5645
5534
|
|
|
5646
5535
|
|
|
5647
|
-
var _GetCSVHeaderCommand = class _GetCSVHeaderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5648
|
-
...commonParams
|
|
5649
|
-
}).m(function(Command, cs, config, o) {
|
|
5536
|
+
var _GetCSVHeaderCommand = class _GetCSVHeaderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5650
5537
|
return [
|
|
5651
5538
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5652
5539
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5660,9 +5547,7 @@ var GetCSVHeaderCommand = _GetCSVHeaderCommand;
|
|
|
5660
5547
|
|
|
5661
5548
|
|
|
5662
5549
|
|
|
5663
|
-
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5664
|
-
...commonParams
|
|
5665
|
-
}).m(function(Command, cs, config, o) {
|
|
5550
|
+
var _GetDeviceCommand = class _GetDeviceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5666
5551
|
return [
|
|
5667
5552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5668
5553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5676,9 +5561,7 @@ var GetDeviceCommand = _GetDeviceCommand;
|
|
|
5676
5561
|
|
|
5677
5562
|
|
|
5678
5563
|
|
|
5679
|
-
var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5680
|
-
...commonParams
|
|
5681
|
-
}).m(function(Command, cs, config, o) {
|
|
5564
|
+
var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5682
5565
|
return [
|
|
5683
5566
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5684
5567
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5692,9 +5575,7 @@ var GetGroupCommand = _GetGroupCommand;
|
|
|
5692
5575
|
|
|
5693
5576
|
|
|
5694
5577
|
|
|
5695
|
-
var _GetIdentityProviderByIdentifierCommand = class _GetIdentityProviderByIdentifierCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5696
|
-
...commonParams
|
|
5697
|
-
}).m(function(Command, cs, config, o) {
|
|
5578
|
+
var _GetIdentityProviderByIdentifierCommand = class _GetIdentityProviderByIdentifierCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5698
5579
|
return [
|
|
5699
5580
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5700
5581
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5708,9 +5589,7 @@ var GetIdentityProviderByIdentifierCommand = _GetIdentityProviderByIdentifierCom
|
|
|
5708
5589
|
|
|
5709
5590
|
|
|
5710
5591
|
|
|
5711
|
-
var _GetLogDeliveryConfigurationCommand = class _GetLogDeliveryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5712
|
-
...commonParams
|
|
5713
|
-
}).m(function(Command, cs, config, o) {
|
|
5592
|
+
var _GetLogDeliveryConfigurationCommand = class _GetLogDeliveryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5714
5593
|
return [
|
|
5715
5594
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5716
5595
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5724,9 +5603,7 @@ var GetLogDeliveryConfigurationCommand = _GetLogDeliveryConfigurationCommand;
|
|
|
5724
5603
|
|
|
5725
5604
|
|
|
5726
5605
|
|
|
5727
|
-
var _GetSigningCertificateCommand = class _GetSigningCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5728
|
-
...commonParams
|
|
5729
|
-
}).m(function(Command, cs, config, o) {
|
|
5606
|
+
var _GetSigningCertificateCommand = class _GetSigningCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5730
5607
|
return [
|
|
5731
5608
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5732
5609
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5740,9 +5617,7 @@ var GetSigningCertificateCommand = _GetSigningCertificateCommand;
|
|
|
5740
5617
|
|
|
5741
5618
|
|
|
5742
5619
|
|
|
5743
|
-
var _GetUICustomizationCommand = class _GetUICustomizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5744
|
-
...commonParams
|
|
5745
|
-
}).m(function(Command, cs, config, o) {
|
|
5620
|
+
var _GetUICustomizationCommand = class _GetUICustomizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5746
5621
|
return [
|
|
5747
5622
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5748
5623
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5756,9 +5631,7 @@ var GetUICustomizationCommand = _GetUICustomizationCommand;
|
|
|
5756
5631
|
|
|
5757
5632
|
|
|
5758
5633
|
|
|
5759
|
-
var _GetUserAttributeVerificationCodeCommand = class _GetUserAttributeVerificationCodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5760
|
-
...commonParams
|
|
5761
|
-
}).m(function(Command, cs, config, o) {
|
|
5634
|
+
var _GetUserAttributeVerificationCodeCommand = class _GetUserAttributeVerificationCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5762
5635
|
return [
|
|
5763
5636
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5764
5637
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5772,9 +5645,7 @@ var GetUserAttributeVerificationCodeCommand = _GetUserAttributeVerificationCodeC
|
|
|
5772
5645
|
|
|
5773
5646
|
|
|
5774
5647
|
|
|
5775
|
-
var _GetUserCommand = class _GetUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5776
|
-
...commonParams
|
|
5777
|
-
}).m(function(Command, cs, config, o) {
|
|
5648
|
+
var _GetUserCommand = class _GetUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5778
5649
|
return [
|
|
5779
5650
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5780
5651
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5788,9 +5659,7 @@ var GetUserCommand = _GetUserCommand;
|
|
|
5788
5659
|
|
|
5789
5660
|
|
|
5790
5661
|
|
|
5791
|
-
var _GetUserPoolMfaConfigCommand = class _GetUserPoolMfaConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5792
|
-
...commonParams
|
|
5793
|
-
}).m(function(Command, cs, config, o) {
|
|
5662
|
+
var _GetUserPoolMfaConfigCommand = class _GetUserPoolMfaConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5794
5663
|
return [
|
|
5795
5664
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5796
5665
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5804,9 +5673,7 @@ var GetUserPoolMfaConfigCommand = _GetUserPoolMfaConfigCommand;
|
|
|
5804
5673
|
|
|
5805
5674
|
|
|
5806
5675
|
|
|
5807
|
-
var _GlobalSignOutCommand = class _GlobalSignOutCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5808
|
-
...commonParams
|
|
5809
|
-
}).m(function(Command, cs, config, o) {
|
|
5676
|
+
var _GlobalSignOutCommand = class _GlobalSignOutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5810
5677
|
return [
|
|
5811
5678
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5812
5679
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5820,9 +5687,7 @@ var GlobalSignOutCommand = _GlobalSignOutCommand;
|
|
|
5820
5687
|
|
|
5821
5688
|
|
|
5822
5689
|
|
|
5823
|
-
var _InitiateAuthCommand = class _InitiateAuthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5824
|
-
...commonParams
|
|
5825
|
-
}).m(function(Command, cs, config, o) {
|
|
5690
|
+
var _InitiateAuthCommand = class _InitiateAuthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5826
5691
|
return [
|
|
5827
5692
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5828
5693
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5836,9 +5701,7 @@ var InitiateAuthCommand = _InitiateAuthCommand;
|
|
|
5836
5701
|
|
|
5837
5702
|
|
|
5838
5703
|
|
|
5839
|
-
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5840
|
-
...commonParams
|
|
5841
|
-
}).m(function(Command, cs, config, o) {
|
|
5704
|
+
var _ListDevicesCommand = class _ListDevicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5842
5705
|
return [
|
|
5843
5706
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5844
5707
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5852,9 +5715,7 @@ var ListDevicesCommand = _ListDevicesCommand;
|
|
|
5852
5715
|
|
|
5853
5716
|
|
|
5854
5717
|
|
|
5855
|
-
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5856
|
-
...commonParams
|
|
5857
|
-
}).m(function(Command, cs, config, o) {
|
|
5718
|
+
var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5858
5719
|
return [
|
|
5859
5720
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5860
5721
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5868,9 +5729,7 @@ var ListGroupsCommand = _ListGroupsCommand;
|
|
|
5868
5729
|
|
|
5869
5730
|
|
|
5870
5731
|
|
|
5871
|
-
var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5872
|
-
...commonParams
|
|
5873
|
-
}).m(function(Command, cs, config, o) {
|
|
5732
|
+
var _ListIdentityProvidersCommand = class _ListIdentityProvidersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5874
5733
|
return [
|
|
5875
5734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5876
5735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5884,9 +5743,7 @@ var ListIdentityProvidersCommand = _ListIdentityProvidersCommand;
|
|
|
5884
5743
|
|
|
5885
5744
|
|
|
5886
5745
|
|
|
5887
|
-
var _ListResourceServersCommand = class _ListResourceServersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5888
|
-
...commonParams
|
|
5889
|
-
}).m(function(Command, cs, config, o) {
|
|
5746
|
+
var _ListResourceServersCommand = class _ListResourceServersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5890
5747
|
return [
|
|
5891
5748
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5892
5749
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5900,9 +5757,7 @@ var ListResourceServersCommand = _ListResourceServersCommand;
|
|
|
5900
5757
|
|
|
5901
5758
|
|
|
5902
5759
|
|
|
5903
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5904
|
-
...commonParams
|
|
5905
|
-
}).m(function(Command, cs, config, o) {
|
|
5760
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5906
5761
|
return [
|
|
5907
5762
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5908
5763
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5916,9 +5771,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
5916
5771
|
|
|
5917
5772
|
|
|
5918
5773
|
|
|
5919
|
-
var _ListUserImportJobsCommand = class _ListUserImportJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5920
|
-
...commonParams
|
|
5921
|
-
}).m(function(Command, cs, config, o) {
|
|
5774
|
+
var _ListUserImportJobsCommand = class _ListUserImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5922
5775
|
return [
|
|
5923
5776
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5924
5777
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5932,9 +5785,7 @@ var ListUserImportJobsCommand = _ListUserImportJobsCommand;
|
|
|
5932
5785
|
|
|
5933
5786
|
|
|
5934
5787
|
|
|
5935
|
-
var _ListUserPoolClientsCommand = class _ListUserPoolClientsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5936
|
-
...commonParams
|
|
5937
|
-
}).m(function(Command, cs, config, o) {
|
|
5788
|
+
var _ListUserPoolClientsCommand = class _ListUserPoolClientsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5938
5789
|
return [
|
|
5939
5790
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5940
5791
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5948,9 +5799,7 @@ var ListUserPoolClientsCommand = _ListUserPoolClientsCommand;
|
|
|
5948
5799
|
|
|
5949
5800
|
|
|
5950
5801
|
|
|
5951
|
-
var _ListUserPoolsCommand = class _ListUserPoolsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5952
|
-
...commonParams
|
|
5953
|
-
}).m(function(Command, cs, config, o) {
|
|
5802
|
+
var _ListUserPoolsCommand = class _ListUserPoolsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5954
5803
|
return [
|
|
5955
5804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5956
5805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5964,9 +5813,7 @@ var ListUserPoolsCommand = _ListUserPoolsCommand;
|
|
|
5964
5813
|
|
|
5965
5814
|
|
|
5966
5815
|
|
|
5967
|
-
var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5968
|
-
...commonParams
|
|
5969
|
-
}).m(function(Command, cs, config, o) {
|
|
5816
|
+
var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5970
5817
|
return [
|
|
5971
5818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5972
5819
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5980,9 +5827,7 @@ var ListUsersCommand = _ListUsersCommand;
|
|
|
5980
5827
|
|
|
5981
5828
|
|
|
5982
5829
|
|
|
5983
|
-
var _ListUsersInGroupCommand = class _ListUsersInGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
5984
|
-
...commonParams
|
|
5985
|
-
}).m(function(Command, cs, config, o) {
|
|
5830
|
+
var _ListUsersInGroupCommand = class _ListUsersInGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
5986
5831
|
return [
|
|
5987
5832
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
5988
5833
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -5996,9 +5841,7 @@ var ListUsersInGroupCommand = _ListUsersInGroupCommand;
|
|
|
5996
5841
|
|
|
5997
5842
|
|
|
5998
5843
|
|
|
5999
|
-
var _ResendConfirmationCodeCommand = class _ResendConfirmationCodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6000
|
-
...commonParams
|
|
6001
|
-
}).m(function(Command, cs, config, o) {
|
|
5844
|
+
var _ResendConfirmationCodeCommand = class _ResendConfirmationCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6002
5845
|
return [
|
|
6003
5846
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6004
5847
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6012,9 +5855,7 @@ var ResendConfirmationCodeCommand = _ResendConfirmationCodeCommand;
|
|
|
6012
5855
|
|
|
6013
5856
|
|
|
6014
5857
|
|
|
6015
|
-
var _RespondToAuthChallengeCommand = class _RespondToAuthChallengeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6016
|
-
...commonParams
|
|
6017
|
-
}).m(function(Command, cs, config, o) {
|
|
5858
|
+
var _RespondToAuthChallengeCommand = class _RespondToAuthChallengeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6018
5859
|
return [
|
|
6019
5860
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6020
5861
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6028,9 +5869,7 @@ var RespondToAuthChallengeCommand = _RespondToAuthChallengeCommand;
|
|
|
6028
5869
|
|
|
6029
5870
|
|
|
6030
5871
|
|
|
6031
|
-
var _RevokeTokenCommand = class _RevokeTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6032
|
-
...commonParams
|
|
6033
|
-
}).m(function(Command, cs, config, o) {
|
|
5872
|
+
var _RevokeTokenCommand = class _RevokeTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6034
5873
|
return [
|
|
6035
5874
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6036
5875
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6044,9 +5883,7 @@ var RevokeTokenCommand = _RevokeTokenCommand;
|
|
|
6044
5883
|
|
|
6045
5884
|
|
|
6046
5885
|
|
|
6047
|
-
var _SetLogDeliveryConfigurationCommand = class _SetLogDeliveryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6048
|
-
...commonParams
|
|
6049
|
-
}).m(function(Command, cs, config, o) {
|
|
5886
|
+
var _SetLogDeliveryConfigurationCommand = class _SetLogDeliveryConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6050
5887
|
return [
|
|
6051
5888
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6052
5889
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6060,9 +5897,7 @@ var SetLogDeliveryConfigurationCommand = _SetLogDeliveryConfigurationCommand;
|
|
|
6060
5897
|
|
|
6061
5898
|
|
|
6062
5899
|
|
|
6063
|
-
var _SetRiskConfigurationCommand = class _SetRiskConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6064
|
-
...commonParams
|
|
6065
|
-
}).m(function(Command, cs, config, o) {
|
|
5900
|
+
var _SetRiskConfigurationCommand = class _SetRiskConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6066
5901
|
return [
|
|
6067
5902
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6068
5903
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6076,9 +5911,7 @@ var SetRiskConfigurationCommand = _SetRiskConfigurationCommand;
|
|
|
6076
5911
|
|
|
6077
5912
|
|
|
6078
5913
|
|
|
6079
|
-
var _SetUICustomizationCommand = class _SetUICustomizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6080
|
-
...commonParams
|
|
6081
|
-
}).m(function(Command, cs, config, o) {
|
|
5914
|
+
var _SetUICustomizationCommand = class _SetUICustomizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6082
5915
|
return [
|
|
6083
5916
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6084
5917
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6092,9 +5925,7 @@ var SetUICustomizationCommand = _SetUICustomizationCommand;
|
|
|
6092
5925
|
|
|
6093
5926
|
|
|
6094
5927
|
|
|
6095
|
-
var _SetUserMFAPreferenceCommand = class _SetUserMFAPreferenceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6096
|
-
...commonParams
|
|
6097
|
-
}).m(function(Command, cs, config, o) {
|
|
5928
|
+
var _SetUserMFAPreferenceCommand = class _SetUserMFAPreferenceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6098
5929
|
return [
|
|
6099
5930
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6100
5931
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6108,9 +5939,7 @@ var SetUserMFAPreferenceCommand = _SetUserMFAPreferenceCommand;
|
|
|
6108
5939
|
|
|
6109
5940
|
|
|
6110
5941
|
|
|
6111
|
-
var _SetUserPoolMfaConfigCommand = class _SetUserPoolMfaConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6112
|
-
...commonParams
|
|
6113
|
-
}).m(function(Command, cs, config, o) {
|
|
5942
|
+
var _SetUserPoolMfaConfigCommand = class _SetUserPoolMfaConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6114
5943
|
return [
|
|
6115
5944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6116
5945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6124,9 +5953,7 @@ var SetUserPoolMfaConfigCommand = _SetUserPoolMfaConfigCommand;
|
|
|
6124
5953
|
|
|
6125
5954
|
|
|
6126
5955
|
|
|
6127
|
-
var _SetUserSettingsCommand = class _SetUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6128
|
-
...commonParams
|
|
6129
|
-
}).m(function(Command, cs, config, o) {
|
|
5956
|
+
var _SetUserSettingsCommand = class _SetUserSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6130
5957
|
return [
|
|
6131
5958
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6132
5959
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6140,9 +5967,7 @@ var SetUserSettingsCommand = _SetUserSettingsCommand;
|
|
|
6140
5967
|
|
|
6141
5968
|
|
|
6142
5969
|
|
|
6143
|
-
var _SignUpCommand = class _SignUpCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6144
|
-
...commonParams
|
|
6145
|
-
}).m(function(Command, cs, config, o) {
|
|
5970
|
+
var _SignUpCommand = class _SignUpCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6146
5971
|
return [
|
|
6147
5972
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6148
5973
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6156,9 +5981,7 @@ var SignUpCommand = _SignUpCommand;
|
|
|
6156
5981
|
|
|
6157
5982
|
|
|
6158
5983
|
|
|
6159
|
-
var _StartUserImportJobCommand = class _StartUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6160
|
-
...commonParams
|
|
6161
|
-
}).m(function(Command, cs, config, o) {
|
|
5984
|
+
var _StartUserImportJobCommand = class _StartUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6162
5985
|
return [
|
|
6163
5986
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6164
5987
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6172,9 +5995,7 @@ var StartUserImportJobCommand = _StartUserImportJobCommand;
|
|
|
6172
5995
|
|
|
6173
5996
|
|
|
6174
5997
|
|
|
6175
|
-
var _StopUserImportJobCommand = class _StopUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6176
|
-
...commonParams
|
|
6177
|
-
}).m(function(Command, cs, config, o) {
|
|
5998
|
+
var _StopUserImportJobCommand = class _StopUserImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6178
5999
|
return [
|
|
6179
6000
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6180
6001
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6188,9 +6009,7 @@ var StopUserImportJobCommand = _StopUserImportJobCommand;
|
|
|
6188
6009
|
|
|
6189
6010
|
|
|
6190
6011
|
|
|
6191
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6192
|
-
...commonParams
|
|
6193
|
-
}).m(function(Command, cs, config, o) {
|
|
6012
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6194
6013
|
return [
|
|
6195
6014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6196
6015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6204,9 +6023,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
6204
6023
|
|
|
6205
6024
|
|
|
6206
6025
|
|
|
6207
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6208
|
-
...commonParams
|
|
6209
|
-
}).m(function(Command, cs, config, o) {
|
|
6026
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6210
6027
|
return [
|
|
6211
6028
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6212
6029
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6220,9 +6037,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
6220
6037
|
|
|
6221
6038
|
|
|
6222
6039
|
|
|
6223
|
-
var _UpdateAuthEventFeedbackCommand = class _UpdateAuthEventFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6224
|
-
...commonParams
|
|
6225
|
-
}).m(function(Command, cs, config, o) {
|
|
6040
|
+
var _UpdateAuthEventFeedbackCommand = class _UpdateAuthEventFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6226
6041
|
return [
|
|
6227
6042
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6228
6043
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6236,9 +6051,7 @@ var UpdateAuthEventFeedbackCommand = _UpdateAuthEventFeedbackCommand;
|
|
|
6236
6051
|
|
|
6237
6052
|
|
|
6238
6053
|
|
|
6239
|
-
var _UpdateDeviceStatusCommand = class _UpdateDeviceStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6240
|
-
...commonParams
|
|
6241
|
-
}).m(function(Command, cs, config, o) {
|
|
6054
|
+
var _UpdateDeviceStatusCommand = class _UpdateDeviceStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6242
6055
|
return [
|
|
6243
6056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6244
6057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6252,9 +6065,7 @@ var UpdateDeviceStatusCommand = _UpdateDeviceStatusCommand;
|
|
|
6252
6065
|
|
|
6253
6066
|
|
|
6254
6067
|
|
|
6255
|
-
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6256
|
-
...commonParams
|
|
6257
|
-
}).m(function(Command, cs, config, o) {
|
|
6068
|
+
var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6258
6069
|
return [
|
|
6259
6070
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6260
6071
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6268,9 +6079,7 @@ var UpdateGroupCommand = _UpdateGroupCommand;
|
|
|
6268
6079
|
|
|
6269
6080
|
|
|
6270
6081
|
|
|
6271
|
-
var _UpdateIdentityProviderCommand = class _UpdateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6272
|
-
...commonParams
|
|
6273
|
-
}).m(function(Command, cs, config, o) {
|
|
6082
|
+
var _UpdateIdentityProviderCommand = class _UpdateIdentityProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6274
6083
|
return [
|
|
6275
6084
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6276
6085
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6284,9 +6093,7 @@ var UpdateIdentityProviderCommand = _UpdateIdentityProviderCommand;
|
|
|
6284
6093
|
|
|
6285
6094
|
|
|
6286
6095
|
|
|
6287
|
-
var _UpdateResourceServerCommand = class _UpdateResourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6288
|
-
...commonParams
|
|
6289
|
-
}).m(function(Command, cs, config, o) {
|
|
6096
|
+
var _UpdateResourceServerCommand = class _UpdateResourceServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6290
6097
|
return [
|
|
6291
6098
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6292
6099
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6300,9 +6107,7 @@ var UpdateResourceServerCommand = _UpdateResourceServerCommand;
|
|
|
6300
6107
|
|
|
6301
6108
|
|
|
6302
6109
|
|
|
6303
|
-
var _UpdateUserAttributesCommand = class _UpdateUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6304
|
-
...commonParams
|
|
6305
|
-
}).m(function(Command, cs, config, o) {
|
|
6110
|
+
var _UpdateUserAttributesCommand = class _UpdateUserAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6306
6111
|
return [
|
|
6307
6112
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6308
6113
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6316,9 +6121,7 @@ var UpdateUserAttributesCommand = _UpdateUserAttributesCommand;
|
|
|
6316
6121
|
|
|
6317
6122
|
|
|
6318
6123
|
|
|
6319
|
-
var _UpdateUserPoolClientCommand = class _UpdateUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6320
|
-
...commonParams
|
|
6321
|
-
}).m(function(Command, cs, config, o) {
|
|
6124
|
+
var _UpdateUserPoolClientCommand = class _UpdateUserPoolClientCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6322
6125
|
return [
|
|
6323
6126
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6324
6127
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6332,9 +6135,7 @@ var UpdateUserPoolClientCommand = _UpdateUserPoolClientCommand;
|
|
|
6332
6135
|
|
|
6333
6136
|
|
|
6334
6137
|
|
|
6335
|
-
var _UpdateUserPoolCommand = class _UpdateUserPoolCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6336
|
-
...commonParams
|
|
6337
|
-
}).m(function(Command, cs, config, o) {
|
|
6138
|
+
var _UpdateUserPoolCommand = class _UpdateUserPoolCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6338
6139
|
return [
|
|
6339
6140
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6340
6141
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6348,9 +6149,7 @@ var UpdateUserPoolCommand = _UpdateUserPoolCommand;
|
|
|
6348
6149
|
|
|
6349
6150
|
|
|
6350
6151
|
|
|
6351
|
-
var _UpdateUserPoolDomainCommand = class _UpdateUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6352
|
-
...commonParams
|
|
6353
|
-
}).m(function(Command, cs, config, o) {
|
|
6152
|
+
var _UpdateUserPoolDomainCommand = class _UpdateUserPoolDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6354
6153
|
return [
|
|
6355
6154
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6356
6155
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6364,9 +6163,7 @@ var UpdateUserPoolDomainCommand = _UpdateUserPoolDomainCommand;
|
|
|
6364
6163
|
|
|
6365
6164
|
|
|
6366
6165
|
|
|
6367
|
-
var _VerifySoftwareTokenCommand = class _VerifySoftwareTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6368
|
-
...commonParams
|
|
6369
|
-
}).m(function(Command, cs, config, o) {
|
|
6166
|
+
var _VerifySoftwareTokenCommand = class _VerifySoftwareTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6370
6167
|
return [
|
|
6371
6168
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6372
6169
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6380,9 +6177,7 @@ var VerifySoftwareTokenCommand = _VerifySoftwareTokenCommand;
|
|
|
6380
6177
|
|
|
6381
6178
|
|
|
6382
6179
|
|
|
6383
|
-
var _VerifyUserAttributeCommand = class _VerifyUserAttributeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6384
|
-
...commonParams
|
|
6385
|
-
}).m(function(Command, cs, config, o) {
|
|
6180
|
+
var _VerifyUserAttributeCommand = class _VerifyUserAttributeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
6386
6181
|
return [
|
|
6387
6182
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6388
6183
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6688,6 +6483,7 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6688
6483
|
InvalidUserPoolConfigurationException,
|
|
6689
6484
|
AuthFlowType,
|
|
6690
6485
|
ChallengeNameType,
|
|
6486
|
+
InvalidEmailRoleAccessPolicyException,
|
|
6691
6487
|
MFAMethodNotFoundException,
|
|
6692
6488
|
PasswordResetRequiredException,
|
|
6693
6489
|
UserNotConfirmedException,
|
|
@@ -6699,7 +6495,6 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6699
6495
|
RiskLevelType,
|
|
6700
6496
|
EventType,
|
|
6701
6497
|
UserPoolAddOnNotEnabledException,
|
|
6702
|
-
InvalidEmailRoleAccessPolicyException,
|
|
6703
6498
|
CodeMismatchException,
|
|
6704
6499
|
ExpiredCodeException,
|
|
6705
6500
|
PasswordHistoryPolicyViolationException,
|
|
@@ -6809,13 +6604,13 @@ var paginateListUsers = (0, import_core.createPaginator)(CognitoIdentityProvider
|
|
|
6809
6604
|
ListUsersInGroupResponseFilterSensitiveLog,
|
|
6810
6605
|
ResendConfirmationCodeRequestFilterSensitiveLog,
|
|
6811
6606
|
RespondToAuthChallengeRequestFilterSensitiveLog,
|
|
6812
|
-
RespondToAuthChallengeResponseFilterSensitiveLog,
|
|
6813
|
-
RevokeTokenRequestFilterSensitiveLog,
|
|
6814
6607
|
UnauthorizedException,
|
|
6815
6608
|
UnsupportedOperationException,
|
|
6816
6609
|
UnsupportedTokenTypeException,
|
|
6817
6610
|
EnableSoftwareTokenMFAException,
|
|
6818
6611
|
VerifySoftwareTokenResponseType,
|
|
6612
|
+
RespondToAuthChallengeResponseFilterSensitiveLog,
|
|
6613
|
+
RevokeTokenRequestFilterSensitiveLog,
|
|
6819
6614
|
SetRiskConfigurationRequestFilterSensitiveLog,
|
|
6820
6615
|
SetRiskConfigurationResponseFilterSensitiveLog,
|
|
6821
6616
|
SetUICustomizationRequestFilterSensitiveLog,
|