@aws-sdk/client-cognito-identity-provider 3.934.0 → 3.935.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 +282 -282
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +281 -0
- package/dist-es/models/errors.js +663 -0
- package/dist-es/models/models_0.js +1 -876
- package/dist-es/models/models_1.js +1 -69
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/GetTokensFromRefreshTokenCommand.d.ts +1 -2
- package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTermsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +1 -1
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeTokenCommand.d.ts +1 -1
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/SignUpCommand.d.ts +1 -1
- package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTermsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +2 -1
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +681 -0
- package/dist-types/models/errors.d.ts +710 -0
- package/dist-types/models/models_0.d.ts +3866 -1311
- package/dist-types/models/models_1.d.ts +2 -3949
- package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +372 -0
- package/dist-types/ts3.4/models/errors.d.ts +440 -0
- package/dist-types/ts3.4/models/models_0.d.ts +540 -759
- package/dist-types/ts3.4/models/models_1.d.ts +2 -603
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,69 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class RefreshTokenReuseException extends __BaseException {
|
|
3
|
-
name = "RefreshTokenReuseException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
constructor(opts) {
|
|
6
|
-
super({
|
|
7
|
-
name: "RefreshTokenReuseException",
|
|
8
|
-
$fault: "client",
|
|
9
|
-
...opts,
|
|
10
|
-
});
|
|
11
|
-
Object.setPrototypeOf(this, RefreshTokenReuseException.prototype);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
export const UserVerificationType = {
|
|
15
|
-
PREFERRED: "preferred",
|
|
16
|
-
REQUIRED: "required",
|
|
17
|
-
};
|
|
18
|
-
export class UnauthorizedException extends __BaseException {
|
|
19
|
-
name = "UnauthorizedException";
|
|
20
|
-
$fault = "client";
|
|
21
|
-
constructor(opts) {
|
|
22
|
-
super({
|
|
23
|
-
name: "UnauthorizedException",
|
|
24
|
-
$fault: "client",
|
|
25
|
-
...opts,
|
|
26
|
-
});
|
|
27
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export class UnsupportedTokenTypeException extends __BaseException {
|
|
31
|
-
name = "UnsupportedTokenTypeException";
|
|
32
|
-
$fault = "client";
|
|
33
|
-
constructor(opts) {
|
|
34
|
-
super({
|
|
35
|
-
name: "UnsupportedTokenTypeException",
|
|
36
|
-
$fault: "client",
|
|
37
|
-
...opts,
|
|
38
|
-
});
|
|
39
|
-
Object.setPrototypeOf(this, UnsupportedTokenTypeException.prototype);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
export class WebAuthnConfigurationMissingException extends __BaseException {
|
|
43
|
-
name = "WebAuthnConfigurationMissingException";
|
|
44
|
-
$fault = "client";
|
|
45
|
-
constructor(opts) {
|
|
46
|
-
super({
|
|
47
|
-
name: "WebAuthnConfigurationMissingException",
|
|
48
|
-
$fault: "client",
|
|
49
|
-
...opts,
|
|
50
|
-
});
|
|
51
|
-
Object.setPrototypeOf(this, WebAuthnConfigurationMissingException.prototype);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
export class EnableSoftwareTokenMFAException extends __BaseException {
|
|
55
|
-
name = "EnableSoftwareTokenMFAException";
|
|
56
|
-
$fault = "client";
|
|
57
|
-
constructor(opts) {
|
|
58
|
-
super({
|
|
59
|
-
name: "EnableSoftwareTokenMFAException",
|
|
60
|
-
$fault: "client",
|
|
61
|
-
...opts,
|
|
62
|
-
});
|
|
63
|
-
Object.setPrototypeOf(this, EnableSoftwareTokenMFAException.prototype);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
export const VerifySoftwareTokenResponseType = {
|
|
67
|
-
ERROR: "ERROR",
|
|
68
|
-
SUCCESS: "SUCCESS",
|
|
69
|
-
};
|
|
1
|
+
export {};
|
|
@@ -881,7 +881,7 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentityprovider";
|
|
|
881
881
|
const n0 = "com.amazonaws.cognitoidentityprovider";
|
|
882
882
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
883
883
|
import { CognitoIdentityProviderServiceException as __CognitoIdentityProviderServiceException } from "../models/CognitoIdentityProviderServiceException";
|
|
884
|
-
import { AliasExistsException as __AliasExistsException, CodeDeliveryFailureException as __CodeDeliveryFailureException, CodeMismatchException as __CodeMismatchException, ConcurrentModificationException as __ConcurrentModificationException, DeviceKeyExistsException as __DeviceKeyExistsException, DuplicateProviderException as __DuplicateProviderException, EnableSoftwareTokenMFAException as __EnableSoftwareTokenMFAException, ExpiredCodeException as __ExpiredCodeException, FeatureUnavailableInTierException as __FeatureUnavailableInTierException, ForbiddenException as __ForbiddenException, GroupExistsException as __GroupExistsException, InternalErrorException as __InternalErrorException, InvalidEmailRoleAccessPolicyException as __InvalidEmailRoleAccessPolicyException, InvalidLambdaResponseException as __InvalidLambdaResponseException, InvalidOAuthFlowException as __InvalidOAuthFlowException, InvalidParameterException as __InvalidParameterException, InvalidPasswordException as __InvalidPasswordException, InvalidSmsRoleAccessPolicyException as __InvalidSmsRoleAccessPolicyException, InvalidSmsRoleTrustRelationshipException as __InvalidSmsRoleTrustRelationshipException, InvalidUserPoolConfigurationException as __InvalidUserPoolConfigurationException, LimitExceededException as __LimitExceededException, ManagedLoginBrandingExistsException as __ManagedLoginBrandingExistsException, MFAMethodNotFoundException as __MFAMethodNotFoundException, NotAuthorizedException as __NotAuthorizedException, PasswordHistoryPolicyViolationException as __PasswordHistoryPolicyViolationException, PasswordResetRequiredException as __PasswordResetRequiredException, PreconditionNotMetException as __PreconditionNotMetException, RefreshTokenReuseException as __RefreshTokenReuseException, ResourceNotFoundException as __ResourceNotFoundException, ScopeDoesNotExistException as __ScopeDoesNotExistException, SoftwareTokenMFANotFoundException as __SoftwareTokenMFANotFoundException, TermsExistsException as __TermsExistsException, TierChangeNotAllowedException as __TierChangeNotAllowedException, TooManyFailedAttemptsException as __TooManyFailedAttemptsException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, UnexpectedLambdaException as __UnexpectedLambdaException, UnsupportedIdentityProviderException as __UnsupportedIdentityProviderException, UnsupportedOperationException as __UnsupportedOperationException, UnsupportedTokenTypeException as __UnsupportedTokenTypeException, UnsupportedUserStateException as __UnsupportedUserStateException, UserImportInProgressException as __UserImportInProgressException, UserLambdaValidationException as __UserLambdaValidationException, UsernameExistsException as __UsernameExistsException, UserNotConfirmedException as __UserNotConfirmedException, UserNotFoundException as __UserNotFoundException, UserPoolAddOnNotEnabledException as __UserPoolAddOnNotEnabledException, UserPoolTaggingException as __UserPoolTaggingException, WebAuthnChallengeNotFoundException as __WebAuthnChallengeNotFoundException, WebAuthnClientMismatchException as __WebAuthnClientMismatchException, WebAuthnConfigurationMissingException as __WebAuthnConfigurationMissingException, WebAuthnCredentialNotSupportedException as __WebAuthnCredentialNotSupportedException, WebAuthnNotEnabledException as __WebAuthnNotEnabledException, WebAuthnOriginNotAllowedException as __WebAuthnOriginNotAllowedException, WebAuthnRelyingPartyMismatchException as __WebAuthnRelyingPartyMismatchException, } from "../models/
|
|
884
|
+
import { AliasExistsException as __AliasExistsException, CodeDeliveryFailureException as __CodeDeliveryFailureException, CodeMismatchException as __CodeMismatchException, ConcurrentModificationException as __ConcurrentModificationException, DeviceKeyExistsException as __DeviceKeyExistsException, DuplicateProviderException as __DuplicateProviderException, EnableSoftwareTokenMFAException as __EnableSoftwareTokenMFAException, ExpiredCodeException as __ExpiredCodeException, FeatureUnavailableInTierException as __FeatureUnavailableInTierException, ForbiddenException as __ForbiddenException, GroupExistsException as __GroupExistsException, InternalErrorException as __InternalErrorException, InvalidEmailRoleAccessPolicyException as __InvalidEmailRoleAccessPolicyException, InvalidLambdaResponseException as __InvalidLambdaResponseException, InvalidOAuthFlowException as __InvalidOAuthFlowException, InvalidParameterException as __InvalidParameterException, InvalidPasswordException as __InvalidPasswordException, InvalidSmsRoleAccessPolicyException as __InvalidSmsRoleAccessPolicyException, InvalidSmsRoleTrustRelationshipException as __InvalidSmsRoleTrustRelationshipException, InvalidUserPoolConfigurationException as __InvalidUserPoolConfigurationException, LimitExceededException as __LimitExceededException, ManagedLoginBrandingExistsException as __ManagedLoginBrandingExistsException, MFAMethodNotFoundException as __MFAMethodNotFoundException, NotAuthorizedException as __NotAuthorizedException, PasswordHistoryPolicyViolationException as __PasswordHistoryPolicyViolationException, PasswordResetRequiredException as __PasswordResetRequiredException, PreconditionNotMetException as __PreconditionNotMetException, RefreshTokenReuseException as __RefreshTokenReuseException, ResourceNotFoundException as __ResourceNotFoundException, ScopeDoesNotExistException as __ScopeDoesNotExistException, SoftwareTokenMFANotFoundException as __SoftwareTokenMFANotFoundException, TermsExistsException as __TermsExistsException, TierChangeNotAllowedException as __TierChangeNotAllowedException, TooManyFailedAttemptsException as __TooManyFailedAttemptsException, TooManyRequestsException as __TooManyRequestsException, UnauthorizedException as __UnauthorizedException, UnexpectedLambdaException as __UnexpectedLambdaException, UnsupportedIdentityProviderException as __UnsupportedIdentityProviderException, UnsupportedOperationException as __UnsupportedOperationException, UnsupportedTokenTypeException as __UnsupportedTokenTypeException, UnsupportedUserStateException as __UnsupportedUserStateException, UserImportInProgressException as __UserImportInProgressException, UserLambdaValidationException as __UserLambdaValidationException, UsernameExistsException as __UsernameExistsException, UserNotConfirmedException as __UserNotConfirmedException, UserNotFoundException as __UserNotFoundException, UserPoolAddOnNotEnabledException as __UserPoolAddOnNotEnabledException, UserPoolTaggingException as __UserPoolTaggingException, WebAuthnChallengeNotFoundException as __WebAuthnChallengeNotFoundException, WebAuthnClientMismatchException as __WebAuthnClientMismatchException, WebAuthnConfigurationMissingException as __WebAuthnConfigurationMissingException, WebAuthnCredentialNotSupportedException as __WebAuthnCredentialNotSupportedException, WebAuthnNotEnabledException as __WebAuthnNotEnabledException, WebAuthnOriginNotAllowedException as __WebAuthnOriginNotAllowedException, WebAuthnRelyingPartyMismatchException as __WebAuthnRelyingPartyMismatchException, } from "../models/errors";
|
|
885
885
|
export var AttributeValueType = [0, n0, _AVT, 8, 0];
|
|
886
886
|
export var ClientIdType = [0, n0, _CIT, 8, 0];
|
|
887
887
|
export var ClientSecretType = [0, n0, _CST, 8, 0];
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { GetTokensFromRefreshTokenRequest } from "../models/models_0";
|
|
5
|
-
import { GetTokensFromRefreshTokenResponse } from "../models/models_1";
|
|
4
|
+
import { GetTokensFromRefreshTokenRequest, GetTokensFromRefreshTokenResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { GetUICustomizationRequest, GetUICustomizationResponse } from "../models/
|
|
4
|
+
import { GetUICustomizationRequest, GetUICustomizationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { GetUserAttributeVerificationCodeRequest, GetUserAttributeVerificationCodeResponse } from "../models/
|
|
4
|
+
import { GetUserAttributeVerificationCodeRequest, GetUserAttributeVerificationCodeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { GetUserAuthFactorsRequest, GetUserAuthFactorsResponse } from "../models/
|
|
4
|
+
import { GetUserAuthFactorsRequest, GetUserAuthFactorsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { GetUserRequest, GetUserResponse } from "../models/
|
|
4
|
+
import { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { GetUserPoolMfaConfigRequest, GetUserPoolMfaConfigResponse } from "../models/
|
|
4
|
+
import { GetUserPoolMfaConfigRequest, GetUserPoolMfaConfigResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { GlobalSignOutRequest, GlobalSignOutResponse } from "../models/
|
|
4
|
+
import { GlobalSignOutRequest, GlobalSignOutResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { InitiateAuthRequest, InitiateAuthResponse } from "../models/
|
|
4
|
+
import { InitiateAuthRequest, InitiateAuthResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListDevicesRequest, ListDevicesResponse } from "../models/
|
|
4
|
+
import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListGroupsRequest, ListGroupsResponse } from "../models/
|
|
4
|
+
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/
|
|
4
|
+
import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListResourceServersRequest, ListResourceServersResponse } from "../models/
|
|
4
|
+
import { ListResourceServersRequest, ListResourceServersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListTermsRequest, ListTermsResponse } from "../models/
|
|
4
|
+
import { ListTermsRequest, ListTermsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListUserImportJobsRequest, ListUserImportJobsResponse } from "../models/
|
|
4
|
+
import { ListUserImportJobsRequest, ListUserImportJobsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListUserPoolClientsRequest, ListUserPoolClientsResponse } from "../models/
|
|
4
|
+
import { ListUserPoolClientsRequest, ListUserPoolClientsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListUserPoolsRequest, ListUserPoolsResponse } from "../models/
|
|
4
|
+
import { ListUserPoolsRequest, ListUserPoolsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListUsersRequest, ListUsersResponse } from "../models/
|
|
4
|
+
import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListUsersInGroupRequest, ListUsersInGroupResponse } from "../models/
|
|
4
|
+
import { ListUsersInGroupRequest, ListUsersInGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ListWebAuthnCredentialsRequest, ListWebAuthnCredentialsResponse } from "../models/
|
|
4
|
+
import { ListWebAuthnCredentialsRequest, ListWebAuthnCredentialsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { ResendConfirmationCodeRequest, ResendConfirmationCodeResponse } from "../models/
|
|
4
|
+
import { ResendConfirmationCodeRequest, ResendConfirmationCodeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { RespondToAuthChallengeRequest, RespondToAuthChallengeResponse } from "../models/
|
|
4
|
+
import { RespondToAuthChallengeRequest, RespondToAuthChallengeResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { RevokeTokenRequest, RevokeTokenResponse } from "../models/
|
|
4
|
+
import { RevokeTokenRequest, RevokeTokenResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { SetLogDeliveryConfigurationRequest, SetLogDeliveryConfigurationResponse } from "../models/
|
|
4
|
+
import { SetLogDeliveryConfigurationRequest, SetLogDeliveryConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { SetRiskConfigurationRequest, SetRiskConfigurationResponse } from "../models/
|
|
4
|
+
import { SetRiskConfigurationRequest, SetRiskConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { SetUICustomizationRequest, SetUICustomizationResponse } from "../models/
|
|
4
|
+
import { SetUICustomizationRequest, SetUICustomizationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { SetUserMFAPreferenceRequest, SetUserMFAPreferenceResponse } from "../models/
|
|
4
|
+
import { SetUserMFAPreferenceRequest, SetUserMFAPreferenceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { SetUserPoolMfaConfigRequest, SetUserPoolMfaConfigResponse } from "../models/
|
|
4
|
+
import { SetUserPoolMfaConfigRequest, SetUserPoolMfaConfigResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { SetUserSettingsRequest, SetUserSettingsResponse } from "../models/
|
|
4
|
+
import { SetUserSettingsRequest, SetUserSettingsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { SignUpRequest, SignUpResponse } from "../models/
|
|
4
|
+
import { SignUpRequest, SignUpResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { StartUserImportJobRequest, StartUserImportJobResponse } from "../models/
|
|
4
|
+
import { StartUserImportJobRequest, StartUserImportJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { StartWebAuthnRegistrationRequest, StartWebAuthnRegistrationResponse } from "../models/
|
|
4
|
+
import { StartWebAuthnRegistrationRequest, StartWebAuthnRegistrationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { StopUserImportJobRequest, StopUserImportJobResponse } from "../models/
|
|
4
|
+
import { StopUserImportJobRequest, StopUserImportJobResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateAuthEventFeedbackRequest, UpdateAuthEventFeedbackResponse } from "../models/
|
|
4
|
+
import { UpdateAuthEventFeedbackRequest, UpdateAuthEventFeedbackResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateDeviceStatusRequest, UpdateDeviceStatusResponse } from "../models/
|
|
4
|
+
import { UpdateDeviceStatusRequest, UpdateDeviceStatusResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/
|
|
4
|
+
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } from "../models/
|
|
4
|
+
import { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateManagedLoginBrandingRequest, UpdateManagedLoginBrandingResponse } from "../models/
|
|
4
|
+
import { UpdateManagedLoginBrandingRequest, UpdateManagedLoginBrandingResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateResourceServerRequest, UpdateResourceServerResponse } from "../models/
|
|
4
|
+
import { UpdateResourceServerRequest, UpdateResourceServerResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateTermsRequest, UpdateTermsResponse } from "../models/
|
|
4
|
+
import { UpdateTermsRequest, UpdateTermsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateUserAttributesRequest, UpdateUserAttributesResponse } from "../models/
|
|
4
|
+
import { UpdateUserAttributesRequest, UpdateUserAttributesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateUserPoolClientRequest
|
|
4
|
+
import { UpdateUserPoolClientRequest } from "../models/models_0";
|
|
5
|
+
import { UpdateUserPoolClientResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
-
import { UpdateUserPoolRequest, UpdateUserPoolResponse } from "../models/
|
|
4
|
+
import { UpdateUserPoolRequest, UpdateUserPoolResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -40,5 +40,8 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
40
40
|
export type { CognitoIdentityProviderExtensionConfiguration } from "./extensionConfiguration";
|
|
41
41
|
export * from "./commands";
|
|
42
42
|
export * from "./pagination";
|
|
43
|
-
export * from "./models";
|
|
43
|
+
export * from "./models/enums";
|
|
44
|
+
export * from "./models/errors";
|
|
45
|
+
export type * from "./models/models_0";
|
|
46
|
+
export type * from "./models/models_1";
|
|
44
47
|
export { CognitoIdentityProviderServiceException } from "./models/CognitoIdentityProviderServiceException";
|