@aws-sdk/client-cognito-identity-provider 3.999.0 → 3.1001.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/README.md +21 -0
- package/dist-cjs/index.js +42 -0
- package/dist-cjs/models/errors.js +41 -15
- package/dist-cjs/schemas/schemas_0.js +96 -18
- package/dist-es/CognitoIdentityProvider.js +6 -0
- package/dist-es/commands/AddUserPoolClientSecretCommand.js +16 -0
- package/dist-es/commands/DeleteUserPoolClientSecretCommand.js +16 -0
- package/dist-es/commands/ListUserPoolClientSecretsCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/errors.js +36 -12
- package/dist-es/schemas/schemas_0.js +87 -9
- package/dist-types/CognitoIdentityProvider.d.ts +21 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +5 -2
- package/dist-types/commands/AddUserPoolClientSecretCommand.d.ts +102 -0
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserPoolClientSecretCommand.d.ts +93 -0
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +3 -0
- package/dist-types/commands/ListUserPoolClientSecretsCommand.d.ts +102 -0
- package/dist-types/commands/ListUsersCommand.d.ts +3 -0
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +3 -0
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTermsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/errors.d.ts +37 -13
- package/dist-types/models/models_0.d.ts +313 -533
- package/dist-types/models/models_1.d.ts +313 -2
- package/dist-types/schemas/schemas_0.d.ts +12 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +51 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddUserPoolClientSecretCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolClientSecretCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListUserPoolClientSecretsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +2 -4
- 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/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/errors.d.ts +21 -7
- package/dist-types/ts3.4/models/models_0.d.ts +29 -46
- package/dist-types/ts3.4/models/models_1.d.ts +66 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -238,6 +238,13 @@ AddCustomAttributes
|
|
|
238
238
|
</details>
|
|
239
239
|
<details>
|
|
240
240
|
<summary>
|
|
241
|
+
AddUserPoolClientSecret
|
|
242
|
+
</summary>
|
|
243
|
+
|
|
244
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AddUserPoolClientSecretCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AddUserPoolClientSecretCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/AddUserPoolClientSecretCommandOutput/)
|
|
245
|
+
</details>
|
|
246
|
+
<details>
|
|
247
|
+
<summary>
|
|
241
248
|
AdminAddUserToGroup
|
|
242
249
|
</summary>
|
|
243
250
|
|
|
@@ -588,6 +595,13 @@ DeleteUserPoolClient
|
|
|
588
595
|
</details>
|
|
589
596
|
<details>
|
|
590
597
|
<summary>
|
|
598
|
+
DeleteUserPoolClientSecret
|
|
599
|
+
</summary>
|
|
600
|
+
|
|
601
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/DeleteUserPoolClientSecretCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolClientSecretCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/DeleteUserPoolClientSecretCommandOutput/)
|
|
602
|
+
</details>
|
|
603
|
+
<details>
|
|
604
|
+
<summary>
|
|
591
605
|
DeleteUserPoolDomain
|
|
592
606
|
</summary>
|
|
593
607
|
|
|
@@ -840,6 +854,13 @@ ListUserPoolClients
|
|
|
840
854
|
</details>
|
|
841
855
|
<details>
|
|
842
856
|
<summary>
|
|
857
|
+
ListUserPoolClientSecrets
|
|
858
|
+
</summary>
|
|
859
|
+
|
|
860
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/ListUserPoolClientSecretsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserPoolClientSecretsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cognito-identity-provider/Interface/ListUserPoolClientSecretsCommandOutput/)
|
|
861
|
+
</details>
|
|
862
|
+
<details>
|
|
863
|
+
<summary>
|
|
843
864
|
ListUserPools
|
|
844
865
|
</summary>
|
|
845
866
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -125,6 +125,18 @@ class AddCustomAttributesCommand extends smithyClient.Command
|
|
|
125
125
|
.build() {
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
+
class AddUserPoolClientSecretCommand extends smithyClient.Command
|
|
129
|
+
.classBuilder()
|
|
130
|
+
.ep(commonParams)
|
|
131
|
+
.m(function (Command, cs, config, o) {
|
|
132
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
133
|
+
})
|
|
134
|
+
.s("AWSCognitoIdentityProviderService", "AddUserPoolClientSecret", {})
|
|
135
|
+
.n("CognitoIdentityProviderClient", "AddUserPoolClientSecretCommand")
|
|
136
|
+
.sc(schemas_0.AddUserPoolClientSecret$)
|
|
137
|
+
.build() {
|
|
138
|
+
}
|
|
139
|
+
|
|
128
140
|
class AdminAddUserToGroupCommand extends smithyClient.Command
|
|
129
141
|
.classBuilder()
|
|
130
142
|
.ep(commonParams)
|
|
@@ -713,6 +725,18 @@ class DeleteUserPoolClientCommand extends smithyClient.Command
|
|
|
713
725
|
.build() {
|
|
714
726
|
}
|
|
715
727
|
|
|
728
|
+
class DeleteUserPoolClientSecretCommand extends smithyClient.Command
|
|
729
|
+
.classBuilder()
|
|
730
|
+
.ep(commonParams)
|
|
731
|
+
.m(function (Command, cs, config, o) {
|
|
732
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
733
|
+
})
|
|
734
|
+
.s("AWSCognitoIdentityProviderService", "DeleteUserPoolClientSecret", {})
|
|
735
|
+
.n("CognitoIdentityProviderClient", "DeleteUserPoolClientSecretCommand")
|
|
736
|
+
.sc(schemas_0.DeleteUserPoolClientSecret$)
|
|
737
|
+
.build() {
|
|
738
|
+
}
|
|
739
|
+
|
|
716
740
|
class DeleteUserPoolCommand extends smithyClient.Command
|
|
717
741
|
.classBuilder()
|
|
718
742
|
.ep(commonParams)
|
|
@@ -1157,6 +1181,18 @@ class ListUserPoolClientsCommand extends smithyClient.Command
|
|
|
1157
1181
|
.build() {
|
|
1158
1182
|
}
|
|
1159
1183
|
|
|
1184
|
+
class ListUserPoolClientSecretsCommand extends smithyClient.Command
|
|
1185
|
+
.classBuilder()
|
|
1186
|
+
.ep(commonParams)
|
|
1187
|
+
.m(function (Command, cs, config, o) {
|
|
1188
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1189
|
+
})
|
|
1190
|
+
.s("AWSCognitoIdentityProviderService", "ListUserPoolClientSecrets", {})
|
|
1191
|
+
.n("CognitoIdentityProviderClient", "ListUserPoolClientSecretsCommand")
|
|
1192
|
+
.sc(schemas_0.ListUserPoolClientSecrets$)
|
|
1193
|
+
.build() {
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1160
1196
|
class ListUserPoolsCommand extends smithyClient.Command
|
|
1161
1197
|
.classBuilder()
|
|
1162
1198
|
.ep(commonParams)
|
|
@@ -1561,6 +1597,7 @@ const paginateListUsers = core.createPaginator(CognitoIdentityProviderClient, Li
|
|
|
1561
1597
|
|
|
1562
1598
|
const commands = {
|
|
1563
1599
|
AddCustomAttributesCommand,
|
|
1600
|
+
AddUserPoolClientSecretCommand,
|
|
1564
1601
|
AdminAddUserToGroupCommand,
|
|
1565
1602
|
AdminConfirmSignUpCommand,
|
|
1566
1603
|
AdminCreateUserCommand,
|
|
@@ -1611,6 +1648,7 @@ const commands = {
|
|
|
1611
1648
|
DeleteUserAttributesCommand,
|
|
1612
1649
|
DeleteUserPoolCommand,
|
|
1613
1650
|
DeleteUserPoolClientCommand,
|
|
1651
|
+
DeleteUserPoolClientSecretCommand,
|
|
1614
1652
|
DeleteUserPoolDomainCommand,
|
|
1615
1653
|
DeleteWebAuthnCredentialCommand,
|
|
1616
1654
|
DescribeIdentityProviderCommand,
|
|
@@ -1647,6 +1685,7 @@ const commands = {
|
|
|
1647
1685
|
ListTermsCommand,
|
|
1648
1686
|
ListUserImportJobsCommand,
|
|
1649
1687
|
ListUserPoolClientsCommand,
|
|
1688
|
+
ListUserPoolClientSecretsCommand,
|
|
1650
1689
|
ListUserPoolsCommand,
|
|
1651
1690
|
ListUsersCommand,
|
|
1652
1691
|
ListUsersInGroupCommand,
|
|
@@ -1985,6 +2024,7 @@ exports.__Client = smithyClient.Client;
|
|
|
1985
2024
|
exports.CognitoIdentityProviderServiceException = CognitoIdentityProviderServiceException.CognitoIdentityProviderServiceException;
|
|
1986
2025
|
exports.AccountTakeoverEventActionType = AccountTakeoverEventActionType;
|
|
1987
2026
|
exports.AddCustomAttributesCommand = AddCustomAttributesCommand;
|
|
2027
|
+
exports.AddUserPoolClientSecretCommand = AddUserPoolClientSecretCommand;
|
|
1988
2028
|
exports.AdminAddUserToGroupCommand = AdminAddUserToGroupCommand;
|
|
1989
2029
|
exports.AdminConfirmSignUpCommand = AdminConfirmSignUpCommand;
|
|
1990
2030
|
exports.AdminCreateUserCommand = AdminCreateUserCommand;
|
|
@@ -2052,6 +2092,7 @@ exports.DeleteTermsCommand = DeleteTermsCommand;
|
|
|
2052
2092
|
exports.DeleteUserAttributesCommand = DeleteUserAttributesCommand;
|
|
2053
2093
|
exports.DeleteUserCommand = DeleteUserCommand;
|
|
2054
2094
|
exports.DeleteUserPoolClientCommand = DeleteUserPoolClientCommand;
|
|
2095
|
+
exports.DeleteUserPoolClientSecretCommand = DeleteUserPoolClientSecretCommand;
|
|
2055
2096
|
exports.DeleteUserPoolCommand = DeleteUserPoolCommand;
|
|
2056
2097
|
exports.DeleteUserPoolDomainCommand = DeleteUserPoolDomainCommand;
|
|
2057
2098
|
exports.DeleteWebAuthnCredentialCommand = DeleteWebAuthnCredentialCommand;
|
|
@@ -2102,6 +2143,7 @@ exports.ListResourceServersCommand = ListResourceServersCommand;
|
|
|
2102
2143
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2103
2144
|
exports.ListTermsCommand = ListTermsCommand;
|
|
2104
2145
|
exports.ListUserImportJobsCommand = ListUserImportJobsCommand;
|
|
2146
|
+
exports.ListUserPoolClientSecretsCommand = ListUserPoolClientSecretsCommand;
|
|
2105
2147
|
exports.ListUserPoolClientsCommand = ListUserPoolClientsCommand;
|
|
2106
2148
|
exports.ListUserPoolsCommand = ListUserPoolsCommand;
|
|
2107
2149
|
exports.ListUsersCommand = ListUsersCommand;
|
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.EnableSoftwareTokenMFAException = exports.WebAuthnConfigurationMissingException = exports.UnsupportedTokenTypeException = exports.UnauthorizedException = exports.RefreshTokenReuseException = void 0;
|
|
3
|
+
exports.InvalidOAuthFlowException = exports.UserPoolTaggingException = exports.TierChangeNotAllowedException = exports.FeatureUnavailableInTierException = exports.TermsExistsException = exports.ManagedLoginBrandingExistsException = exports.DuplicateProviderException = exports.GroupExistsException = exports.DeviceKeyExistsException = exports.WebAuthnRelyingPartyMismatchException = exports.WebAuthnOriginNotAllowedException = exports.WebAuthnNotEnabledException = exports.WebAuthnCredentialNotSupportedException = exports.WebAuthnClientMismatchException = exports.WebAuthnChallengeNotFoundException = exports.ForbiddenException = exports.ConcurrentModificationException = exports.SoftwareTokenMFANotFoundException = exports.PasswordHistoryPolicyViolationException = exports.ExpiredCodeException = exports.CodeMismatchException = exports.UserPoolAddOnNotEnabledException = exports.UserNotConfirmedException = exports.UnsupportedOperationException = exports.PasswordResetRequiredException = exports.MFAMethodNotFoundException = exports.InvalidEmailRoleAccessPolicyException = exports.InvalidUserPoolConfigurationException = exports.AliasExistsException = exports.UsernameExistsException = exports.UnsupportedUserStateException = exports.PreconditionNotMetException = exports.InvalidSmsRoleTrustRelationshipException = exports.InvalidSmsRoleAccessPolicyException = exports.InvalidPasswordException = exports.CodeDeliveryFailureException = exports.UserLambdaValidationException = exports.UnexpectedLambdaException = exports.TooManyFailedAttemptsException = exports.InvalidLambdaResponseException = exports.UserNotFoundException = exports.LimitExceededException = exports.InternalServerException = exports.UserImportInProgressException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.NotAuthorizedException = exports.InvalidParameterException = exports.InternalErrorException = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.EnableSoftwareTokenMFAException = exports.WebAuthnConfigurationMissingException = exports.UnsupportedTokenTypeException = exports.UnauthorizedException = exports.RefreshTokenReuseException = exports.UnsupportedIdentityProviderException = exports.ScopeDoesNotExistException = void 0;
|
|
5
5
|
const CognitoIdentityProviderServiceException_1 = require("./CognitoIdentityProviderServiceException");
|
|
6
|
+
class AccessDeniedException extends CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException {
|
|
7
|
+
name = "AccessDeniedException";
|
|
8
|
+
$fault = "client";
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "AccessDeniedException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
6
19
|
class InternalErrorException extends CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException {
|
|
7
20
|
name = "InternalErrorException";
|
|
8
21
|
$fault = "server";
|
|
@@ -83,6 +96,32 @@ class UserImportInProgressException extends CognitoIdentityProviderServiceExcept
|
|
|
83
96
|
}
|
|
84
97
|
}
|
|
85
98
|
exports.UserImportInProgressException = UserImportInProgressException;
|
|
99
|
+
class InternalServerException extends CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException {
|
|
100
|
+
name = "InternalServerException";
|
|
101
|
+
$fault = "server";
|
|
102
|
+
constructor(opts) {
|
|
103
|
+
super({
|
|
104
|
+
name: "InternalServerException",
|
|
105
|
+
$fault: "server",
|
|
106
|
+
...opts,
|
|
107
|
+
});
|
|
108
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
exports.InternalServerException = InternalServerException;
|
|
112
|
+
class LimitExceededException extends CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException {
|
|
113
|
+
name = "LimitExceededException";
|
|
114
|
+
$fault = "client";
|
|
115
|
+
constructor(opts) {
|
|
116
|
+
super({
|
|
117
|
+
name: "LimitExceededException",
|
|
118
|
+
$fault: "client",
|
|
119
|
+
...opts,
|
|
120
|
+
});
|
|
121
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
exports.LimitExceededException = LimitExceededException;
|
|
86
125
|
class UserNotFoundException extends CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException {
|
|
87
126
|
name = "UserNotFoundException";
|
|
88
127
|
$fault = "client";
|
|
@@ -109,19 +148,6 @@ class InvalidLambdaResponseException extends CognitoIdentityProviderServiceExcep
|
|
|
109
148
|
}
|
|
110
149
|
}
|
|
111
150
|
exports.InvalidLambdaResponseException = InvalidLambdaResponseException;
|
|
112
|
-
class LimitExceededException extends CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException {
|
|
113
|
-
name = "LimitExceededException";
|
|
114
|
-
$fault = "client";
|
|
115
|
-
constructor(opts) {
|
|
116
|
-
super({
|
|
117
|
-
name: "LimitExceededException",
|
|
118
|
-
$fault: "client",
|
|
119
|
-
...opts,
|
|
120
|
-
});
|
|
121
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
exports.LimitExceededException = LimitExceededException;
|
|
125
151
|
class TooManyFailedAttemptsException extends CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException {
|
|
126
152
|
name = "TooManyFailedAttemptsException";
|
|
127
153
|
$fault = "client";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.VerifyUserAttribute$ = exports.VerifySoftwareToken$ = exports.UpdateUserPoolDomain$ = exports.UpdateUserPoolClient$ = exports.UpdateUserPool$ = exports.UpdateUserAttributes$ = exports.UpdateTerms$ = exports.UpdateResourceServer$ = exports.UpdateManagedLoginBranding$ = exports.UpdateIdentityProvider$ = exports.UpdateGroup$ = exports.UpdateDeviceStatus$ = exports.UpdateAuthEventFeedback$ = exports.UntagResource$ = exports.TagResource$ = exports.StopUserImportJob$ = exports.StartWebAuthnRegistration$ = exports.StartUserImportJob$ = exports.SignUp$ = exports.SetUserSettings$ = exports.SetUserPoolMfaConfig$ = exports.SetUserMFAPreference$ = exports.SetUICustomization$ = exports.SetRiskConfiguration$ = exports.SetLogDeliveryConfiguration$ = exports.RevokeToken$ = exports.RespondToAuthChallenge$ = exports.ResendConfirmationCode$ = exports.ListWebAuthnCredentials$ = exports.ListUsersInGroup$ = exports.ListUsers$ = exports.ListUserPools$ = exports.ListUserPoolClients$ = exports.ListUserImportJobs$ = void 0;
|
|
3
|
+
exports.UserPoolAddOnNotEnabledException$ = exports.UserNotFoundException$ = exports.UserNotConfirmedException$ = exports.UsernameExistsException$ = exports.UserLambdaValidationException$ = exports.UserImportInProgressException$ = exports.UnsupportedUserStateException$ = exports.UnsupportedTokenTypeException$ = exports.UnsupportedOperationException$ = exports.UnsupportedIdentityProviderException$ = exports.UnexpectedLambdaException$ = exports.UnauthorizedException$ = exports.TooManyRequestsException$ = exports.TooManyFailedAttemptsException$ = exports.TierChangeNotAllowedException$ = exports.TermsExistsException$ = exports.SoftwareTokenMFANotFoundException$ = exports.ScopeDoesNotExistException$ = exports.ResourceNotFoundException$ = exports.RefreshTokenReuseException$ = exports.PreconditionNotMetException$ = exports.PasswordResetRequiredException$ = exports.PasswordHistoryPolicyViolationException$ = exports.NotAuthorizedException$ = exports.MFAMethodNotFoundException$ = exports.ManagedLoginBrandingExistsException$ = exports.LimitExceededException$ = exports.InvalidUserPoolConfigurationException$ = exports.InvalidSmsRoleTrustRelationshipException$ = exports.InvalidSmsRoleAccessPolicyException$ = exports.InvalidPasswordException$ = exports.InvalidParameterException$ = exports.InvalidOAuthFlowException$ = exports.InvalidLambdaResponseException$ = exports.InvalidEmailRoleAccessPolicyException$ = exports.InternalServerException$ = exports.InternalErrorException$ = exports.GroupExistsException$ = exports.ForbiddenException$ = exports.FeatureUnavailableInTierException$ = exports.ExpiredCodeException$ = exports.EnableSoftwareTokenMFAException$ = exports.DuplicateProviderException$ = exports.DeviceKeyExistsException$ = exports.ConcurrentModificationException$ = exports.CodeMismatchException$ = exports.CodeDeliveryFailureException$ = exports.AliasExistsException$ = exports.AccessDeniedException$ = exports.CognitoIdentityProviderServiceException$ = void 0;
|
|
4
|
+
exports.AdminResetUserPasswordResponse$ = exports.AdminResetUserPasswordRequest$ = exports.AdminRemoveUserFromGroupRequest$ = exports.AdminListUserAuthEventsResponse$ = exports.AdminListUserAuthEventsRequest$ = exports.AdminListGroupsForUserResponse$ = exports.AdminListGroupsForUserRequest$ = exports.AdminListDevicesResponse$ = exports.AdminListDevicesRequest$ = exports.AdminLinkProviderForUserResponse$ = exports.AdminLinkProviderForUserRequest$ = exports.AdminInitiateAuthResponse$ = exports.AdminInitiateAuthRequest$ = exports.AdminGetUserResponse$ = exports.AdminGetUserRequest$ = exports.AdminGetDeviceResponse$ = exports.AdminGetDeviceRequest$ = exports.AdminForgetDeviceRequest$ = exports.AdminEnableUserResponse$ = exports.AdminEnableUserRequest$ = exports.AdminDisableUserResponse$ = exports.AdminDisableUserRequest$ = exports.AdminDisableProviderForUserResponse$ = exports.AdminDisableProviderForUserRequest$ = exports.AdminDeleteUserRequest$ = exports.AdminDeleteUserAttributesResponse$ = exports.AdminDeleteUserAttributesRequest$ = exports.AdminCreateUserResponse$ = exports.AdminCreateUserRequest$ = exports.AdminCreateUserConfigType$ = exports.AdminConfirmSignUpResponse$ = exports.AdminConfirmSignUpRequest$ = exports.AdminAddUserToGroupRequest$ = exports.AddUserPoolClientSecretResponse$ = exports.AddUserPoolClientSecretRequest$ = exports.AddCustomAttributesResponse$ = exports.AddCustomAttributesRequest$ = exports.AccountTakeoverRiskConfigurationType$ = exports.AccountTakeoverActionType$ = exports.AccountTakeoverActionsType$ = exports.AccountRecoverySettingType$ = exports.errorTypeRegistries = exports.WebAuthnRelyingPartyMismatchException$ = exports.WebAuthnOriginNotAllowedException$ = exports.WebAuthnNotEnabledException$ = exports.WebAuthnCredentialNotSupportedException$ = exports.WebAuthnConfigurationMissingException$ = exports.WebAuthnClientMismatchException$ = exports.WebAuthnChallengeNotFoundException$ = exports.UserPoolTaggingException$ = void 0;
|
|
5
|
+
exports.CreateResourceServerResponse$ = exports.CreateResourceServerRequest$ = exports.CreateManagedLoginBrandingResponse$ = exports.CreateManagedLoginBrandingRequest$ = exports.CreateIdentityProviderResponse$ = exports.CreateIdentityProviderRequest$ = exports.CreateGroupResponse$ = exports.CreateGroupRequest$ = exports.ContextDataType$ = exports.ConfirmSignUpResponse$ = exports.ConfirmSignUpRequest$ = exports.ConfirmForgotPasswordResponse$ = exports.ConfirmForgotPasswordRequest$ = exports.ConfirmDeviceResponse$ = exports.ConfirmDeviceRequest$ = exports.CompromisedCredentialsRiskConfigurationType$ = exports.CompromisedCredentialsActionsType$ = exports.CompleteWebAuthnRegistrationResponse$ = exports.CompleteWebAuthnRegistrationRequest$ = exports.CodeDeliveryDetailsType$ = exports.CloudWatchLogsConfigurationType$ = exports.ClientSecretDescriptorType$ = exports.ChangePasswordResponse$ = exports.ChangePasswordRequest$ = exports.ChallengeResponseType$ = exports.AuthEventType$ = exports.AuthenticationResultType$ = exports.AttributeType$ = exports.AssociateSoftwareTokenResponse$ = exports.AssociateSoftwareTokenRequest$ = exports.AssetType$ = exports.AnalyticsMetadataType$ = exports.AnalyticsConfigurationType$ = exports.AdvancedSecurityAdditionalFlowsType$ = exports.AdminUserGlobalSignOutResponse$ = exports.AdminUserGlobalSignOutRequest$ = exports.AdminUpdateUserAttributesResponse$ = exports.AdminUpdateUserAttributesRequest$ = exports.AdminUpdateDeviceStatusResponse$ = exports.AdminUpdateDeviceStatusRequest$ = exports.AdminUpdateAuthEventFeedbackResponse$ = exports.AdminUpdateAuthEventFeedbackRequest$ = exports.AdminSetUserSettingsResponse$ = exports.AdminSetUserSettingsRequest$ = exports.AdminSetUserPasswordResponse$ = exports.AdminSetUserPasswordRequest$ = exports.AdminSetUserMFAPreferenceResponse$ = exports.AdminSetUserMFAPreferenceRequest$ = exports.AdminRespondToAuthChallengeResponse$ = exports.AdminRespondToAuthChallengeRequest$ = void 0;
|
|
6
|
+
exports.DeviceConfigurationType$ = exports.DescribeUserPoolResponse$ = exports.DescribeUserPoolRequest$ = exports.DescribeUserPoolDomainResponse$ = exports.DescribeUserPoolDomainRequest$ = exports.DescribeUserPoolClientResponse$ = exports.DescribeUserPoolClientRequest$ = exports.DescribeUserImportJobResponse$ = exports.DescribeUserImportJobRequest$ = exports.DescribeTermsResponse$ = exports.DescribeTermsRequest$ = exports.DescribeRiskConfigurationResponse$ = exports.DescribeRiskConfigurationRequest$ = exports.DescribeResourceServerResponse$ = exports.DescribeResourceServerRequest$ = exports.DescribeManagedLoginBrandingResponse$ = exports.DescribeManagedLoginBrandingRequest$ = exports.DescribeManagedLoginBrandingByClientResponse$ = exports.DescribeManagedLoginBrandingByClientRequest$ = exports.DescribeIdentityProviderResponse$ = exports.DescribeIdentityProviderRequest$ = exports.DeleteWebAuthnCredentialResponse$ = exports.DeleteWebAuthnCredentialRequest$ = exports.DeleteUserRequest$ = exports.DeleteUserPoolRequest$ = exports.DeleteUserPoolDomainResponse$ = exports.DeleteUserPoolDomainRequest$ = exports.DeleteUserPoolClientSecretResponse$ = exports.DeleteUserPoolClientSecretRequest$ = exports.DeleteUserPoolClientRequest$ = exports.DeleteUserAttributesResponse$ = exports.DeleteUserAttributesRequest$ = exports.DeleteTermsRequest$ = exports.DeleteResourceServerRequest$ = exports.DeleteManagedLoginBrandingRequest$ = exports.DeleteIdentityProviderRequest$ = exports.DeleteGroupRequest$ = exports.CustomSMSLambdaVersionConfigType$ = exports.CustomEmailLambdaVersionConfigType$ = exports.CustomDomainConfigType$ = exports.CreateUserPoolResponse$ = exports.CreateUserPoolRequest$ = exports.CreateUserPoolDomainResponse$ = exports.CreateUserPoolDomainRequest$ = exports.CreateUserPoolClientResponse$ = exports.CreateUserPoolClientRequest$ = exports.CreateUserImportJobResponse$ = exports.CreateUserImportJobRequest$ = exports.CreateTermsResponse$ = exports.CreateTermsRequest$ = void 0;
|
|
7
|
+
exports.ListGroupsResponse$ = exports.ListGroupsRequest$ = exports.ListDevicesResponse$ = exports.ListDevicesRequest$ = exports.LambdaConfigType$ = exports.InitiateAuthResponse$ = exports.InitiateAuthRequest$ = exports.InboundFederationLambdaType$ = exports.IdentityProviderType$ = exports.HttpHeader$ = exports.GroupType$ = exports.GlobalSignOutResponse$ = exports.GlobalSignOutRequest$ = exports.GetUserResponse$ = exports.GetUserRequest$ = exports.GetUserPoolMfaConfigResponse$ = exports.GetUserPoolMfaConfigRequest$ = exports.GetUserAuthFactorsResponse$ = exports.GetUserAuthFactorsRequest$ = exports.GetUserAttributeVerificationCodeResponse$ = exports.GetUserAttributeVerificationCodeRequest$ = exports.GetUICustomizationResponse$ = exports.GetUICustomizationRequest$ = exports.GetTokensFromRefreshTokenResponse$ = exports.GetTokensFromRefreshTokenRequest$ = exports.GetSigningCertificateResponse$ = exports.GetSigningCertificateRequest$ = exports.GetLogDeliveryConfigurationResponse$ = exports.GetLogDeliveryConfigurationRequest$ = exports.GetIdentityProviderByIdentifierResponse$ = exports.GetIdentityProviderByIdentifierRequest$ = exports.GetGroupResponse$ = exports.GetGroupRequest$ = exports.GetDeviceResponse$ = exports.GetDeviceRequest$ = exports.GetCSVHeaderResponse$ = exports.GetCSVHeaderRequest$ = exports.ForgotPasswordResponse$ = exports.ForgotPasswordRequest$ = exports.ForgetDeviceRequest$ = exports.FirehoseConfigurationType$ = exports.EventRiskType$ = exports.EventFeedbackType$ = exports.EventContextDataType$ = exports.EmailMfaSettingsType$ = exports.EmailMfaConfigType$ = exports.EmailConfigurationType$ = exports.DomainDescriptionType$ = exports.DeviceType$ = exports.DeviceSecretVerifierConfigType$ = void 0;
|
|
8
|
+
exports.SetLogDeliveryConfigurationRequest$ = exports.SchemaAttributeType$ = exports.S3ConfigurationType$ = exports.RiskExceptionConfigurationType$ = exports.RiskConfigurationType$ = exports.RevokeTokenResponse$ = exports.RevokeTokenRequest$ = exports.RespondToAuthChallengeResponse$ = exports.RespondToAuthChallengeRequest$ = exports.ResourceServerType$ = exports.ResourceServerScopeType$ = exports.ResendConfirmationCodeResponse$ = exports.ResendConfirmationCodeRequest$ = exports.RefreshTokenRotationType$ = exports.RecoveryOptionType$ = exports.ProviderUserIdentifierType$ = exports.ProviderDescription$ = exports.PreTokenGenerationVersionConfigType$ = exports.PasswordPolicyType$ = exports.NumberAttributeConstraintsType$ = exports.NotifyEmailType$ = exports.NotifyConfigurationType$ = exports.NewDeviceMetadataType$ = exports.MFAOptionType$ = exports.MessageTemplateType$ = exports.ManagedLoginBrandingType$ = exports.LogDeliveryConfigurationType$ = exports.LogConfigurationType$ = exports.ListWebAuthnCredentialsResponse$ = exports.ListWebAuthnCredentialsRequest$ = exports.ListUsersResponse$ = exports.ListUsersRequest$ = exports.ListUsersInGroupResponse$ = exports.ListUsersInGroupRequest$ = exports.ListUserPoolsResponse$ = exports.ListUserPoolsRequest$ = exports.ListUserPoolClientsResponse$ = exports.ListUserPoolClientsRequest$ = exports.ListUserPoolClientSecretsResponse$ = exports.ListUserPoolClientSecretsRequest$ = exports.ListUserImportJobsResponse$ = exports.ListUserImportJobsRequest$ = exports.ListTermsResponse$ = exports.ListTermsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListResourceServersResponse$ = exports.ListResourceServersRequest$ = exports.ListIdentityProvidersResponse$ = exports.ListIdentityProvidersRequest$ = void 0;
|
|
9
|
+
exports.UpdateUserAttributesResponse$ = exports.UpdateUserAttributesRequest$ = exports.UpdateTermsResponse$ = exports.UpdateTermsRequest$ = exports.UpdateResourceServerResponse$ = exports.UpdateResourceServerRequest$ = exports.UpdateManagedLoginBrandingResponse$ = exports.UpdateManagedLoginBrandingRequest$ = exports.UpdateIdentityProviderResponse$ = exports.UpdateIdentityProviderRequest$ = exports.UpdateGroupResponse$ = exports.UpdateGroupRequest$ = exports.UpdateDeviceStatusResponse$ = exports.UpdateDeviceStatusRequest$ = exports.UpdateAuthEventFeedbackResponse$ = exports.UpdateAuthEventFeedbackRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UICustomizationType$ = exports.TokenValidityUnitsType$ = exports.TermsType$ = exports.TermsDescriptionType$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StringAttributeConstraintsType$ = exports.StopUserImportJobResponse$ = exports.StopUserImportJobRequest$ = exports.StartWebAuthnRegistrationResponse$ = exports.StartWebAuthnRegistrationRequest$ = exports.StartUserImportJobResponse$ = exports.StartUserImportJobRequest$ = exports.SoftwareTokenMfaSettingsType$ = exports.SoftwareTokenMfaConfigType$ = exports.SMSMfaSettingsType$ = exports.SmsMfaConfigType$ = exports.SmsConfigurationType$ = exports.SignUpResponse$ = exports.SignUpRequest$ = exports.SignInPolicyType$ = exports.SetUserSettingsResponse$ = exports.SetUserSettingsRequest$ = exports.SetUserPoolMfaConfigResponse$ = exports.SetUserPoolMfaConfigRequest$ = exports.SetUserMFAPreferenceResponse$ = exports.SetUserMFAPreferenceRequest$ = exports.SetUICustomizationResponse$ = exports.SetUICustomizationRequest$ = exports.SetRiskConfigurationResponse$ = exports.SetRiskConfigurationRequest$ = exports.SetLogDeliveryConfigurationResponse$ = void 0;
|
|
10
|
+
exports.AdminUpdateDeviceStatus$ = exports.AdminUpdateAuthEventFeedback$ = exports.AdminSetUserSettings$ = exports.AdminSetUserPassword$ = exports.AdminSetUserMFAPreference$ = exports.AdminRespondToAuthChallenge$ = exports.AdminResetUserPassword$ = exports.AdminRemoveUserFromGroup$ = exports.AdminListUserAuthEvents$ = exports.AdminListGroupsForUser$ = exports.AdminListDevices$ = exports.AdminLinkProviderForUser$ = exports.AdminInitiateAuth$ = exports.AdminGetUser$ = exports.AdminGetDevice$ = exports.AdminForgetDevice$ = exports.AdminEnableUser$ = exports.AdminDisableUser$ = exports.AdminDisableProviderForUser$ = exports.AdminDeleteUserAttributes$ = exports.AdminDeleteUser$ = exports.AdminCreateUser$ = exports.AdminConfirmSignUp$ = exports.AdminAddUserToGroup$ = exports.AddUserPoolClientSecret$ = exports.AddCustomAttributes$ = exports.WebAuthnCredentialDescription$ = exports.WebAuthnConfigurationType$ = exports.VerifyUserAttributeResponse$ = exports.VerifyUserAttributeRequest$ = exports.VerifySoftwareTokenResponse$ = exports.VerifySoftwareTokenRequest$ = exports.VerificationMessageTemplateType$ = exports.UserType$ = exports.UserPoolType$ = exports.UserPoolPolicyType$ = exports.UserPoolDescriptionType$ = exports.UserPoolClientType$ = exports.UserPoolClientDescription$ = exports.UserPoolAddOnsType$ = exports.UsernameConfigurationType$ = exports.UserImportJobType$ = exports.UserContextDataType$ = exports.UserAttributeUpdateSettingsType$ = exports.UpdateUserPoolResponse$ = exports.UpdateUserPoolRequest$ = exports.UpdateUserPoolDomainResponse$ = exports.UpdateUserPoolDomainRequest$ = exports.UpdateUserPoolClientResponse$ = exports.UpdateUserPoolClientRequest$ = void 0;
|
|
11
|
+
exports.GetUser$ = exports.GetUICustomization$ = exports.GetTokensFromRefreshToken$ = exports.GetSigningCertificate$ = exports.GetLogDeliveryConfiguration$ = exports.GetIdentityProviderByIdentifier$ = exports.GetGroup$ = exports.GetDevice$ = exports.GetCSVHeader$ = exports.ForgotPassword$ = exports.ForgetDevice$ = exports.DescribeUserPoolDomain$ = exports.DescribeUserPoolClient$ = exports.DescribeUserPool$ = exports.DescribeUserImportJob$ = exports.DescribeTerms$ = exports.DescribeRiskConfiguration$ = exports.DescribeResourceServer$ = exports.DescribeManagedLoginBrandingByClient$ = exports.DescribeManagedLoginBranding$ = exports.DescribeIdentityProvider$ = exports.DeleteWebAuthnCredential$ = exports.DeleteUserPoolDomain$ = exports.DeleteUserPoolClientSecret$ = exports.DeleteUserPoolClient$ = exports.DeleteUserPool$ = exports.DeleteUserAttributes$ = exports.DeleteUser$ = exports.DeleteTerms$ = exports.DeleteResourceServer$ = exports.DeleteManagedLoginBranding$ = exports.DeleteIdentityProvider$ = exports.DeleteGroup$ = exports.CreateUserPoolDomain$ = exports.CreateUserPoolClient$ = exports.CreateUserPool$ = exports.CreateUserImportJob$ = exports.CreateTerms$ = exports.CreateResourceServer$ = exports.CreateManagedLoginBranding$ = exports.CreateIdentityProvider$ = exports.CreateGroup$ = exports.ConfirmSignUp$ = exports.ConfirmForgotPassword$ = exports.ConfirmDevice$ = exports.CompleteWebAuthnRegistration$ = exports.ChangePassword$ = exports.AssociateSoftwareToken$ = exports.AdminUserGlobalSignOut$ = exports.AdminUpdateUserAttributes$ = void 0;
|
|
12
|
+
exports.VerifyUserAttribute$ = exports.VerifySoftwareToken$ = exports.UpdateUserPoolDomain$ = exports.UpdateUserPoolClient$ = exports.UpdateUserPool$ = exports.UpdateUserAttributes$ = exports.UpdateTerms$ = exports.UpdateResourceServer$ = exports.UpdateManagedLoginBranding$ = exports.UpdateIdentityProvider$ = exports.UpdateGroup$ = exports.UpdateDeviceStatus$ = exports.UpdateAuthEventFeedback$ = exports.UntagResource$ = exports.TagResource$ = exports.StopUserImportJob$ = exports.StartWebAuthnRegistration$ = exports.StartUserImportJob$ = exports.SignUp$ = exports.SetUserSettings$ = exports.SetUserPoolMfaConfig$ = exports.SetUserMFAPreference$ = exports.SetUICustomization$ = exports.SetRiskConfiguration$ = exports.SetLogDeliveryConfiguration$ = exports.RevokeToken$ = exports.RespondToAuthChallenge$ = exports.ResendConfirmationCode$ = exports.ListWebAuthnCredentials$ = exports.ListUsersInGroup$ = exports.ListUsers$ = exports.ListUserPools$ = exports.ListUserPoolClientSecrets$ = exports.ListUserPoolClients$ = exports.ListUserImportJobs$ = exports.ListTerms$ = exports.ListTagsForResource$ = exports.ListResourceServers$ = exports.ListIdentityProviders$ = exports.ListGroups$ = exports.ListDevices$ = exports.InitiateAuth$ = exports.GlobalSignOut$ = exports.GetUserPoolMfaConfig$ = exports.GetUserAuthFactors$ = exports.GetUserAttributeVerificationCode$ = void 0;
|
|
13
13
|
const _A = "Actions";
|
|
14
14
|
const _AA = "ApplicationArn";
|
|
15
15
|
const _AACUO = "AllowAdminCreateUserOnly";
|
|
@@ -31,6 +31,7 @@ const _ACUCT = "AdminCreateUserConfigType";
|
|
|
31
31
|
const _ACUR = "AdminCreateUserRequest";
|
|
32
32
|
const _ACURd = "AdminCreateUserResponse";
|
|
33
33
|
const _ACn = "AnalyticsConfiguration";
|
|
34
|
+
const _ADE = "AccessDeniedException";
|
|
34
35
|
const _ADPFU = "AdminDisableProviderForUser";
|
|
35
36
|
const _ADPFUR = "AdminDisableProviderForUserRequest";
|
|
36
37
|
const _ADPFURd = "AdminDisableProviderForUserResponse";
|
|
@@ -136,6 +137,9 @@ const _AUDSRd = "AdminUpdateDeviceStatusResponse";
|
|
|
136
137
|
const _AUGSO = "AdminUserGlobalSignOut";
|
|
137
138
|
const _AUGSOR = "AdminUserGlobalSignOutRequest";
|
|
138
139
|
const _AUGSORd = "AdminUserGlobalSignOutResponse";
|
|
140
|
+
const _AUPCS = "AddUserPoolClientSecret";
|
|
141
|
+
const _AUPCSR = "AddUserPoolClientSecretRequest";
|
|
142
|
+
const _AUPCSRd = "AddUserPoolClientSecretResponse";
|
|
139
143
|
const _AUUA = "AdminUpdateUserAttributes";
|
|
140
144
|
const _AUUAR = "AdminUpdateUserAttributesRequest";
|
|
141
145
|
const _AUUARd = "AdminUpdateUserAttributesResponse";
|
|
@@ -217,7 +221,12 @@ const _CRSRr = "CreateResourceServerResponse";
|
|
|
217
221
|
const _CRT = "ChallengeResponseType";
|
|
218
222
|
const _CRTh = "ChallengeResponsesType";
|
|
219
223
|
const _CRh = "ChallengeResponse";
|
|
220
|
-
const _CS = "
|
|
224
|
+
const _CS = "ClientSecret";
|
|
225
|
+
const _CSCD = "ClientSecretCreateDate";
|
|
226
|
+
const _CSD = "ClientSecretDescriptor";
|
|
227
|
+
const _CSDLT = "ClientSecretDescriptorListType";
|
|
228
|
+
const _CSDT = "ClientSecretDescriptorType";
|
|
229
|
+
const _CSI = "ClientSecretId";
|
|
221
230
|
const _CSMSLVCT = "CustomSMSLambdaVersionConfigType";
|
|
222
231
|
const _CSMSS = "CustomSMSSender";
|
|
223
232
|
const _CSS = "CSS";
|
|
@@ -226,9 +235,11 @@ const _CST = "ClientSecretType";
|
|
|
226
235
|
const _CSU = "ConfirmSignUp";
|
|
227
236
|
const _CSUR = "ConfirmSignUpRequest";
|
|
228
237
|
const _CSURo = "ConfirmSignUpResponse";
|
|
238
|
+
const _CSV = "ClientSecretValue";
|
|
229
239
|
const _CSVH = "CSVHeader";
|
|
230
240
|
const _CSa = "CaseSensitive";
|
|
231
|
-
const _CSl = "
|
|
241
|
+
const _CSl = "ClientSecrets";
|
|
242
|
+
const _CSo = "ConfigurationSet";
|
|
232
243
|
const _CT = "CreateTerms";
|
|
233
244
|
const _CTR = "CreateTermsRequest";
|
|
234
245
|
const _CTRr = "CreateTermsResponse";
|
|
@@ -325,6 +336,9 @@ const _DUPC = "DeleteUserPoolClient";
|
|
|
325
336
|
const _DUPCR = "DeleteUserPoolClientRequest";
|
|
326
337
|
const _DUPCRe = "DescribeUserPoolClientRequest";
|
|
327
338
|
const _DUPCRes = "DescribeUserPoolClientResponse";
|
|
339
|
+
const _DUPCS = "DeleteUserPoolClientSecret";
|
|
340
|
+
const _DUPCSR = "DeleteUserPoolClientSecretRequest";
|
|
341
|
+
const _DUPCSRe = "DeleteUserPoolClientSecretResponse";
|
|
328
342
|
const _DUPCe = "DescribeUserPoolClient";
|
|
329
343
|
const _DUPD = "DeleteUserPoolDomain";
|
|
330
344
|
const _DUPDR = "DeleteUserPoolDomainRequest";
|
|
@@ -472,6 +486,7 @@ const _IP = "IdentityProvider";
|
|
|
472
486
|
const _IPE = "InvalidParameterException";
|
|
473
487
|
const _IPEn = "InvalidPasswordException";
|
|
474
488
|
const _IPT = "IdentityProviderType";
|
|
489
|
+
const _ISE = "InternalServerException";
|
|
475
490
|
const _ISRAPE = "InvalidSmsRoleAccessPolicyException";
|
|
476
491
|
const _ISRTRE = "InvalidSmsRoleTrustRelationshipException";
|
|
477
492
|
const _IT = "IdToken";
|
|
@@ -526,6 +541,9 @@ const _LUP = "ListUserPools";
|
|
|
526
541
|
const _LUPC = "ListUserPoolClients";
|
|
527
542
|
const _LUPCR = "ListUserPoolClientsRequest";
|
|
528
543
|
const _LUPCRi = "ListUserPoolClientsResponse";
|
|
544
|
+
const _LUPCS = "ListUserPoolClientSecrets";
|
|
545
|
+
const _LUPCSR = "ListUserPoolClientSecretsRequest";
|
|
546
|
+
const _LUPCSRi = "ListUserPoolClientSecretsResponse";
|
|
529
547
|
const _LUPR = "ListUserPoolsRequest";
|
|
530
548
|
const _LUPRi = "ListUserPoolsResponse";
|
|
531
549
|
const _LUR = "ListUsersRequest";
|
|
@@ -900,6 +918,12 @@ const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
|
900
918
|
exports.CognitoIdentityProviderServiceException$ = [-3, _s, "CognitoIdentityProviderServiceException", 0, [], []];
|
|
901
919
|
_s_registry.registerError(exports.CognitoIdentityProviderServiceException$, CognitoIdentityProviderServiceException_1.CognitoIdentityProviderServiceException);
|
|
902
920
|
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
921
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
922
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
923
|
+
[_m],
|
|
924
|
+
[0]
|
|
925
|
+
];
|
|
926
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
903
927
|
exports.AliasExistsException$ = [-3, n0, _AEE,
|
|
904
928
|
{ [_e]: _c, [_hE]: 400 },
|
|
905
929
|
[_m],
|
|
@@ -972,6 +996,12 @@ exports.InternalErrorException$ = [-3, n0, _IEE,
|
|
|
972
996
|
[0]
|
|
973
997
|
];
|
|
974
998
|
n0_registry.registerError(exports.InternalErrorException$, errors_1.InternalErrorException);
|
|
999
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
1000
|
+
{ [_e]: _se },
|
|
1001
|
+
[_m],
|
|
1002
|
+
[0]
|
|
1003
|
+
];
|
|
1004
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
975
1005
|
exports.InvalidEmailRoleAccessPolicyException$ = [-3, n0, _IERAPE,
|
|
976
1006
|
{ [_e]: _c, [_hE]: 400 },
|
|
977
1007
|
[_m],
|
|
@@ -1274,6 +1304,16 @@ exports.AddCustomAttributesResponse$ = [3, n0, _ACARd,
|
|
|
1274
1304
|
[],
|
|
1275
1305
|
[]
|
|
1276
1306
|
];
|
|
1307
|
+
exports.AddUserPoolClientSecretRequest$ = [3, n0, _AUPCSR,
|
|
1308
|
+
0,
|
|
1309
|
+
[_UPI, _CI, _CS],
|
|
1310
|
+
[0, [() => ClientIdType, 0], [() => ClientSecretType, 0]], 2
|
|
1311
|
+
];
|
|
1312
|
+
exports.AddUserPoolClientSecretResponse$ = [3, n0, _AUPCSRd,
|
|
1313
|
+
0,
|
|
1314
|
+
[_CSD],
|
|
1315
|
+
[[() => exports.ClientSecretDescriptorType$, 0]]
|
|
1316
|
+
];
|
|
1277
1317
|
exports.AdminAddUserToGroupRequest$ = [3, n0, _AAUTGR,
|
|
1278
1318
|
0,
|
|
1279
1319
|
[_UPI, _U, _GN],
|
|
@@ -1579,6 +1619,11 @@ exports.ChangePasswordResponse$ = [3, n0, _CPRh,
|
|
|
1579
1619
|
[],
|
|
1580
1620
|
[]
|
|
1581
1621
|
];
|
|
1622
|
+
exports.ClientSecretDescriptorType$ = [3, n0, _CSDT,
|
|
1623
|
+
0,
|
|
1624
|
+
[_CSI, _CSV, _CSCD],
|
|
1625
|
+
[0, [() => ClientSecretType, 0], 4]
|
|
1626
|
+
];
|
|
1582
1627
|
exports.CloudWatchLogsConfigurationType$ = [3, n0, _CWLCT,
|
|
1583
1628
|
0,
|
|
1584
1629
|
[_LGA],
|
|
@@ -1706,8 +1751,8 @@ exports.CreateUserImportJobResponse$ = [3, n0, _CUIJRr,
|
|
|
1706
1751
|
];
|
|
1707
1752
|
exports.CreateUserPoolClientRequest$ = [3, n0, _CUPCR,
|
|
1708
1753
|
0,
|
|
1709
|
-
[_UPI, _CNl, _GS, _RTV, _ATV, _ITV, _TVU, _RAe, _WA, _EAF, _SIP, _CURL, _LURL, _DRURI, _AOAF, _AOAS, _AOAFUPC, _ACn, _PUEE, _ETR, _EPAUCD, _ASV, _RTR],
|
|
1710
|
-
[0, 0, 2, 1, 1, 1, () => exports.TokenValidityUnitsType$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 64 | 0, 64 | 0, 2, () => exports.AnalyticsConfigurationType$, 0, 2, 2, 1, () => exports.RefreshTokenRotationType$], 2
|
|
1754
|
+
[_UPI, _CNl, _GS, _CS, _RTV, _ATV, _ITV, _TVU, _RAe, _WA, _EAF, _SIP, _CURL, _LURL, _DRURI, _AOAF, _AOAS, _AOAFUPC, _ACn, _PUEE, _ETR, _EPAUCD, _ASV, _RTR],
|
|
1755
|
+
[0, 0, 2, [() => ClientSecretType, 0], 1, 1, 1, () => exports.TokenValidityUnitsType$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 64 | 0, 64 | 0, 2, () => exports.AnalyticsConfigurationType$, 0, 2, 2, 1, () => exports.RefreshTokenRotationType$], 2
|
|
1711
1756
|
];
|
|
1712
1757
|
exports.CreateUserPoolClientResponse$ = [3, n0, _CUPCRr,
|
|
1713
1758
|
0,
|
|
@@ -1789,6 +1834,16 @@ exports.DeleteUserPoolClientRequest$ = [3, n0, _DUPCR,
|
|
|
1789
1834
|
[_UPI, _CI],
|
|
1790
1835
|
[0, [() => ClientIdType, 0]], 2
|
|
1791
1836
|
];
|
|
1837
|
+
exports.DeleteUserPoolClientSecretRequest$ = [3, n0, _DUPCSR,
|
|
1838
|
+
0,
|
|
1839
|
+
[_UPI, _CI, _CSI],
|
|
1840
|
+
[0, [() => ClientIdType, 0], 0], 3
|
|
1841
|
+
];
|
|
1842
|
+
exports.DeleteUserPoolClientSecretResponse$ = [3, n0, _DUPCSRe,
|
|
1843
|
+
0,
|
|
1844
|
+
[],
|
|
1845
|
+
[]
|
|
1846
|
+
];
|
|
1792
1847
|
exports.DeleteUserPoolDomainRequest$ = [3, n0, _DUPDR,
|
|
1793
1848
|
0,
|
|
1794
1849
|
[_Do, _UPI],
|
|
@@ -1941,7 +1996,7 @@ exports.DomainDescriptionType$ = [3, n0, _DDT,
|
|
|
1941
1996
|
];
|
|
1942
1997
|
exports.EmailConfigurationType$ = [3, n0, _ECT,
|
|
1943
1998
|
0,
|
|
1944
|
-
[_SA, _RTEA, _ESA, _F,
|
|
1999
|
+
[_SA, _RTEA, _ESA, _F, _CSo],
|
|
1945
2000
|
[0, 0, 0, 0, 0]
|
|
1946
2001
|
];
|
|
1947
2002
|
exports.EmailMfaConfigType$ = [3, n0, _EMCT,
|
|
@@ -2051,7 +2106,7 @@ exports.GetSigningCertificateResponse$ = [3, n0, _GSCRe,
|
|
|
2051
2106
|
];
|
|
2052
2107
|
exports.GetTokensFromRefreshTokenRequest$ = [3, n0, _GTFRTR,
|
|
2053
2108
|
0,
|
|
2054
|
-
[_RT, _CI,
|
|
2109
|
+
[_RT, _CI, _CS, _DK, _CM],
|
|
2055
2110
|
[[() => TokenModelType, 0], [() => ClientIdType, 0], [() => ClientSecretType, 0], 0, 128 | 0], 2
|
|
2056
2111
|
];
|
|
2057
2112
|
exports.GetTokensFromRefreshTokenResponse$ = [3, n0, _GTFRTRe,
|
|
@@ -2224,6 +2279,16 @@ exports.ListUserImportJobsResponse$ = [3, n0, _LUIJRi,
|
|
|
2224
2279
|
[_UIJs, _PTa],
|
|
2225
2280
|
[() => UserImportJobsListType, 0]
|
|
2226
2281
|
];
|
|
2282
|
+
exports.ListUserPoolClientSecretsRequest$ = [3, n0, _LUPCSR,
|
|
2283
|
+
0,
|
|
2284
|
+
[_UPI, _CI, _NT],
|
|
2285
|
+
[0, [() => ClientIdType, 0], 0], 2
|
|
2286
|
+
];
|
|
2287
|
+
exports.ListUserPoolClientSecretsResponse$ = [3, n0, _LUPCSRi,
|
|
2288
|
+
0,
|
|
2289
|
+
[_CSl, _NT],
|
|
2290
|
+
[[() => ClientSecretDescriptorListType, 0], 0]
|
|
2291
|
+
];
|
|
2227
2292
|
exports.ListUserPoolClientsRequest$ = [3, n0, _LUPCR,
|
|
2228
2293
|
0,
|
|
2229
2294
|
[_UPI, _MR, _NT],
|
|
@@ -2381,7 +2446,7 @@ exports.RespondToAuthChallengeResponse$ = [3, n0, _RTACRe,
|
|
|
2381
2446
|
];
|
|
2382
2447
|
exports.RevokeTokenRequest$ = [3, n0, _RTRe,
|
|
2383
2448
|
0,
|
|
2384
|
-
[_To, _CI,
|
|
2449
|
+
[_To, _CI, _CS],
|
|
2385
2450
|
[[() => TokenModelType, 0], [() => ClientIdType, 0], [() => ClientSecretType, 0]], 2
|
|
2386
2451
|
];
|
|
2387
2452
|
exports.RevokeTokenResponse$ = [3, n0, _RTRev,
|
|
@@ -2726,7 +2791,7 @@ exports.UserPoolClientDescription$ = [3, n0, _UPCD,
|
|
|
2726
2791
|
];
|
|
2727
2792
|
exports.UserPoolClientType$ = [3, n0, _UPCT,
|
|
2728
2793
|
0,
|
|
2729
|
-
[_UPI, _CNl, _CI,
|
|
2794
|
+
[_UPI, _CNl, _CI, _CS, _LMD, _CDr, _RTV, _ATV, _ITV, _TVU, _RAe, _WA, _EAF, _SIP, _CURL, _LURL, _DRURI, _AOAF, _AOAS, _AOAFUPC, _ACn, _PUEE, _ETR, _EPAUCD, _ASV, _RTR],
|
|
2730
2795
|
[0, 0, [() => ClientIdType, 0], [() => ClientSecretType, 0], 4, 4, 1, 1, 1, () => exports.TokenValidityUnitsType$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 0, 64 | 0, 64 | 0, 2, () => exports.AnalyticsConfigurationType$, 0, 2, 2, 1, () => exports.RefreshTokenRotationType$]
|
|
2731
2796
|
];
|
|
2732
2797
|
exports.UserPoolDescriptionType$ = [3, n0, _UPDT,
|
|
@@ -2806,6 +2871,10 @@ var ChallengeResponseListType = [1, n0, _CRLT,
|
|
|
2806
2871
|
0, () => exports.ChallengeResponseType$
|
|
2807
2872
|
];
|
|
2808
2873
|
var ClientPermissionListType = 64 | 0;
|
|
2874
|
+
var ClientSecretDescriptorListType = [1, n0, _CSDLT,
|
|
2875
|
+
0, [() => exports.ClientSecretDescriptorType$,
|
|
2876
|
+
0]
|
|
2877
|
+
];
|
|
2809
2878
|
var CodeDeliveryDetailsListType = [1, n0, _CDDLT,
|
|
2810
2879
|
0, () => exports.CodeDeliveryDetailsType$
|
|
2811
2880
|
];
|
|
@@ -2895,6 +2964,9 @@ var UserPoolTagsType = 128 | 0;
|
|
|
2895
2964
|
exports.AddCustomAttributes$ = [9, n0, _ACA,
|
|
2896
2965
|
0, () => exports.AddCustomAttributesRequest$, () => exports.AddCustomAttributesResponse$
|
|
2897
2966
|
];
|
|
2967
|
+
exports.AddUserPoolClientSecret$ = [9, n0, _AUPCS,
|
|
2968
|
+
0, () => exports.AddUserPoolClientSecretRequest$, () => exports.AddUserPoolClientSecretResponse$
|
|
2969
|
+
];
|
|
2898
2970
|
exports.AdminAddUserToGroup$ = [9, n0, _AAUTG,
|
|
2899
2971
|
0, () => exports.AdminAddUserToGroupRequest$, () => __Unit
|
|
2900
2972
|
];
|
|
@@ -3045,6 +3117,9 @@ exports.DeleteUserPool$ = [9, n0, _DUP,
|
|
|
3045
3117
|
exports.DeleteUserPoolClient$ = [9, n0, _DUPC,
|
|
3046
3118
|
0, () => exports.DeleteUserPoolClientRequest$, () => __Unit
|
|
3047
3119
|
];
|
|
3120
|
+
exports.DeleteUserPoolClientSecret$ = [9, n0, _DUPCS,
|
|
3121
|
+
0, () => exports.DeleteUserPoolClientSecretRequest$, () => exports.DeleteUserPoolClientSecretResponse$
|
|
3122
|
+
];
|
|
3048
3123
|
exports.DeleteUserPoolDomain$ = [9, n0, _DUPD,
|
|
3049
3124
|
0, () => exports.DeleteUserPoolDomainRequest$, () => exports.DeleteUserPoolDomainResponse$
|
|
3050
3125
|
];
|
|
@@ -3153,6 +3228,9 @@ exports.ListUserImportJobs$ = [9, n0, _LUIJ,
|
|
|
3153
3228
|
exports.ListUserPoolClients$ = [9, n0, _LUPC,
|
|
3154
3229
|
0, () => exports.ListUserPoolClientsRequest$, () => exports.ListUserPoolClientsResponse$
|
|
3155
3230
|
];
|
|
3231
|
+
exports.ListUserPoolClientSecrets$ = [9, n0, _LUPCS,
|
|
3232
|
+
0, () => exports.ListUserPoolClientSecretsRequest$, () => exports.ListUserPoolClientSecretsResponse$
|
|
3233
|
+
];
|
|
3156
3234
|
exports.ListUserPools$ = [9, n0, _LUP,
|
|
3157
3235
|
0, () => exports.ListUserPoolsRequest$, () => exports.ListUserPoolsResponse$
|
|
3158
3236
|
];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CognitoIdentityProviderClient } from "./CognitoIdentityProviderClient";
|
|
3
3
|
import { AddCustomAttributesCommand, } from "./commands/AddCustomAttributesCommand";
|
|
4
|
+
import { AddUserPoolClientSecretCommand, } from "./commands/AddUserPoolClientSecretCommand";
|
|
4
5
|
import { AdminAddUserToGroupCommand, } from "./commands/AdminAddUserToGroupCommand";
|
|
5
6
|
import { AdminConfirmSignUpCommand, } from "./commands/AdminConfirmSignUpCommand";
|
|
6
7
|
import { AdminCreateUserCommand, } from "./commands/AdminCreateUserCommand";
|
|
@@ -50,6 +51,7 @@ import { DeleteTermsCommand } from "./commands/DeleteTermsCommand";
|
|
|
50
51
|
import { DeleteUserAttributesCommand, } from "./commands/DeleteUserAttributesCommand";
|
|
51
52
|
import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
52
53
|
import { DeleteUserPoolClientCommand, } from "./commands/DeleteUserPoolClientCommand";
|
|
54
|
+
import { DeleteUserPoolClientSecretCommand, } from "./commands/DeleteUserPoolClientSecretCommand";
|
|
53
55
|
import { DeleteUserPoolCommand, } from "./commands/DeleteUserPoolCommand";
|
|
54
56
|
import { DeleteUserPoolDomainCommand, } from "./commands/DeleteUserPoolDomainCommand";
|
|
55
57
|
import { DeleteWebAuthnCredentialCommand, } from "./commands/DeleteWebAuthnCredentialCommand";
|
|
@@ -87,6 +89,7 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
|
|
|
87
89
|
import { ListTermsCommand } from "./commands/ListTermsCommand";
|
|
88
90
|
import { ListUserImportJobsCommand, } from "./commands/ListUserImportJobsCommand";
|
|
89
91
|
import { ListUserPoolClientsCommand, } from "./commands/ListUserPoolClientsCommand";
|
|
92
|
+
import { ListUserPoolClientSecretsCommand, } from "./commands/ListUserPoolClientSecretsCommand";
|
|
90
93
|
import { ListUserPoolsCommand, } from "./commands/ListUserPoolsCommand";
|
|
91
94
|
import { ListUsersCommand } from "./commands/ListUsersCommand";
|
|
92
95
|
import { ListUsersInGroupCommand, } from "./commands/ListUsersInGroupCommand";
|
|
@@ -130,6 +133,7 @@ import { paginateListUsersInGroup } from "./pagination/ListUsersInGroupPaginator
|
|
|
130
133
|
import { paginateListUsers } from "./pagination/ListUsersPaginator";
|
|
131
134
|
const commands = {
|
|
132
135
|
AddCustomAttributesCommand,
|
|
136
|
+
AddUserPoolClientSecretCommand,
|
|
133
137
|
AdminAddUserToGroupCommand,
|
|
134
138
|
AdminConfirmSignUpCommand,
|
|
135
139
|
AdminCreateUserCommand,
|
|
@@ -180,6 +184,7 @@ const commands = {
|
|
|
180
184
|
DeleteUserAttributesCommand,
|
|
181
185
|
DeleteUserPoolCommand,
|
|
182
186
|
DeleteUserPoolClientCommand,
|
|
187
|
+
DeleteUserPoolClientSecretCommand,
|
|
183
188
|
DeleteUserPoolDomainCommand,
|
|
184
189
|
DeleteWebAuthnCredentialCommand,
|
|
185
190
|
DescribeIdentityProviderCommand,
|
|
@@ -216,6 +221,7 @@ const commands = {
|
|
|
216
221
|
ListTermsCommand,
|
|
217
222
|
ListUserImportJobsCommand,
|
|
218
223
|
ListUserPoolClientsCommand,
|
|
224
|
+
ListUserPoolClientSecretsCommand,
|
|
219
225
|
ListUserPoolsCommand,
|
|
220
226
|
ListUsersCommand,
|
|
221
227
|
ListUsersInGroupCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { AddUserPoolClientSecret$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class AddUserPoolClientSecretCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSCognitoIdentityProviderService", "AddUserPoolClientSecret", {})
|
|
13
|
+
.n("CognitoIdentityProviderClient", "AddUserPoolClientSecretCommand")
|
|
14
|
+
.sc(AddUserPoolClientSecret$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|