@aws-sdk/client-cognito-identity-provider 3.37.0 → 3.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/commands/index.js +104 -0
- package/dist-cjs/endpoints.js +134 -20
- package/dist-cjs/index.js +4 -113
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +101 -0
- package/dist-es/endpoints.js +134 -20
- package/dist-es/index.js +4 -113
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/CognitoIdentityProviderClient.d.ts +8 -0
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +1 -1
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/commands/AdminCreateUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDisableUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +1 -1
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +1 -1
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +1 -1
- package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/ForgetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/ForgotPasswordCommand.d.ts +1 -1
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.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/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/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/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/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/UpdateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +1 -1
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +101 -0
- package/dist-types/index.d.ts +4 -113
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -3
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +101 -0
- package/dist-types/ts3.4/index.d.ts +4 -113
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -21,7 +21,7 @@ export interface RevokeTokenCommandOutput extends RevokeTokenResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RevokeTokenCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RevokeTokenCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RevokeTokenCommand extends $Command<RevokeTokenCommandInput, RevokeTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface SetRiskConfigurationCommandOutput extends SetRiskConfigurationR
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link SetRiskConfigurationCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link SetRiskConfigurationCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class SetRiskConfigurationCommand extends $Command<SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface SetUICustomizationCommandOutput extends SetUICustomizationRespo
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link SetUICustomizationCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link SetUICustomizationCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class SetUICustomizationCommand extends $Command<SetUICustomizationCommandInput, SetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface SetUserMFAPreferenceCommandOutput extends SetUserMFAPreferenceR
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link SetUserMFAPreferenceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link SetUserMFAPreferenceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class SetUserMFAPreferenceCommand extends $Command<SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface SetUserPoolMfaConfigCommandOutput extends SetUserPoolMfaConfigR
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link SetUserPoolMfaConfigCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link SetUserPoolMfaConfigCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class SetUserPoolMfaConfigCommand extends $Command<SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface SetUserSettingsCommandOutput extends SetUserSettingsResponse, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link SetUserSettingsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link SetUserSettingsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class SetUserSettingsCommand extends $Command<SetUserSettingsCommandInput, SetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface SignUpCommandOutput extends SignUpResponse, __MetadataBearer {
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link SignUpCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link SignUpCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class SignUpCommand extends $Command<SignUpCommandInput, SignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface StartUserImportJobCommandOutput extends StartUserImportJobRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link StartUserImportJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link StartUserImportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class StartUserImportJobCommand extends $Command<StartUserImportJobCommandInput, StartUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopUserImportJobCommandOutput extends StopUserImportJobRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopUserImportJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopUserImportJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopUserImportJobCommand extends $Command<StopUserImportJobCommandInput, StopUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateAuthEventFeedbackCommandOutput extends UpdateAuthEventFee
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateAuthEventFeedbackCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateAuthEventFeedbackCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateAuthEventFeedbackCommand extends $Command<UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDeviceStatusCommandOutput extends UpdateDeviceStatusRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDeviceStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDeviceStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDeviceStatusCommand extends $Command<UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateGroupCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateIdentityProviderCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateIdentityProviderCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateIdentityProviderCommand extends $Command<UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UpdateResourceServerCommandOutput extends UpdateResourceServerR
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UpdateResourceServerCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UpdateResourceServerCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UpdateResourceServerCommand extends $Command<UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface UpdateUserAttributesCommandOutput extends UpdateUserAttributesR
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link UpdateUserAttributesCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link UpdateUserAttributesCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class UpdateUserAttributesCommand extends $Command<UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface UpdateUserPoolClientCommandOutput extends UpdateUserPoolClientR
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link UpdateUserPoolClientCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link UpdateUserPoolClientCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class UpdateUserPoolClientCommand extends $Command<UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -39,7 +39,7 @@ export interface UpdateUserPoolCommandOutput extends UpdateUserPoolResponse, __M
|
|
|
39
39
|
*
|
|
40
40
|
* @see {@link UpdateUserPoolCommandInput} for command's `input` shape.
|
|
41
41
|
* @see {@link UpdateUserPoolCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
42
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
export declare class UpdateUserPoolCommand extends $Command<UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface UpdateUserPoolDomainCommandOutput extends UpdateUserPoolDomainR
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link UpdateUserPoolDomainCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link UpdateUserPoolDomainCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class UpdateUserPoolDomainCommand extends $Command<UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface VerifySoftwareTokenCommandOutput extends VerifySoftwareTokenRes
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link VerifySoftwareTokenCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link VerifySoftwareTokenCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class VerifySoftwareTokenCommand extends $Command<VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface VerifyUserAttributeCommandOutput extends VerifyUserAttributeRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link VerifyUserAttributeCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link VerifyUserAttributeCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class VerifyUserAttributeCommand extends $Command<VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
export * from "./AddCustomAttributesCommand";
|
|
2
|
+
export * from "./AdminAddUserToGroupCommand";
|
|
3
|
+
export * from "./AdminConfirmSignUpCommand";
|
|
4
|
+
export * from "./AdminCreateUserCommand";
|
|
5
|
+
export * from "./AdminDeleteUserAttributesCommand";
|
|
6
|
+
export * from "./AdminDeleteUserCommand";
|
|
7
|
+
export * from "./AdminDisableProviderForUserCommand";
|
|
8
|
+
export * from "./AdminDisableUserCommand";
|
|
9
|
+
export * from "./AdminEnableUserCommand";
|
|
10
|
+
export * from "./AdminForgetDeviceCommand";
|
|
11
|
+
export * from "./AdminGetDeviceCommand";
|
|
12
|
+
export * from "./AdminGetUserCommand";
|
|
13
|
+
export * from "./AdminInitiateAuthCommand";
|
|
14
|
+
export * from "./AdminLinkProviderForUserCommand";
|
|
15
|
+
export * from "./AdminListDevicesCommand";
|
|
16
|
+
export * from "./AdminListGroupsForUserCommand";
|
|
17
|
+
export * from "./AdminListUserAuthEventsCommand";
|
|
18
|
+
export * from "./AdminRemoveUserFromGroupCommand";
|
|
19
|
+
export * from "./AdminResetUserPasswordCommand";
|
|
20
|
+
export * from "./AdminRespondToAuthChallengeCommand";
|
|
21
|
+
export * from "./AdminSetUserMFAPreferenceCommand";
|
|
22
|
+
export * from "./AdminSetUserPasswordCommand";
|
|
23
|
+
export * from "./AdminSetUserSettingsCommand";
|
|
24
|
+
export * from "./AdminUpdateAuthEventFeedbackCommand";
|
|
25
|
+
export * from "./AdminUpdateDeviceStatusCommand";
|
|
26
|
+
export * from "./AdminUpdateUserAttributesCommand";
|
|
27
|
+
export * from "./AdminUserGlobalSignOutCommand";
|
|
28
|
+
export * from "./AssociateSoftwareTokenCommand";
|
|
29
|
+
export * from "./ChangePasswordCommand";
|
|
30
|
+
export * from "./ConfirmDeviceCommand";
|
|
31
|
+
export * from "./ConfirmForgotPasswordCommand";
|
|
32
|
+
export * from "./ConfirmSignUpCommand";
|
|
33
|
+
export * from "./CreateGroupCommand";
|
|
34
|
+
export * from "./CreateIdentityProviderCommand";
|
|
35
|
+
export * from "./CreateResourceServerCommand";
|
|
36
|
+
export * from "./CreateUserImportJobCommand";
|
|
37
|
+
export * from "./CreateUserPoolClientCommand";
|
|
38
|
+
export * from "./CreateUserPoolCommand";
|
|
39
|
+
export * from "./CreateUserPoolDomainCommand";
|
|
40
|
+
export * from "./DeleteGroupCommand";
|
|
41
|
+
export * from "./DeleteIdentityProviderCommand";
|
|
42
|
+
export * from "./DeleteResourceServerCommand";
|
|
43
|
+
export * from "./DeleteUserAttributesCommand";
|
|
44
|
+
export * from "./DeleteUserCommand";
|
|
45
|
+
export * from "./DeleteUserPoolClientCommand";
|
|
46
|
+
export * from "./DeleteUserPoolCommand";
|
|
47
|
+
export * from "./DeleteUserPoolDomainCommand";
|
|
48
|
+
export * from "./DescribeIdentityProviderCommand";
|
|
49
|
+
export * from "./DescribeResourceServerCommand";
|
|
50
|
+
export * from "./DescribeRiskConfigurationCommand";
|
|
51
|
+
export * from "./DescribeUserImportJobCommand";
|
|
52
|
+
export * from "./DescribeUserPoolClientCommand";
|
|
53
|
+
export * from "./DescribeUserPoolCommand";
|
|
54
|
+
export * from "./DescribeUserPoolDomainCommand";
|
|
55
|
+
export * from "./ForgetDeviceCommand";
|
|
56
|
+
export * from "./ForgotPasswordCommand";
|
|
57
|
+
export * from "./GetCSVHeaderCommand";
|
|
58
|
+
export * from "./GetDeviceCommand";
|
|
59
|
+
export * from "./GetGroupCommand";
|
|
60
|
+
export * from "./GetIdentityProviderByIdentifierCommand";
|
|
61
|
+
export * from "./GetSigningCertificateCommand";
|
|
62
|
+
export * from "./GetUICustomizationCommand";
|
|
63
|
+
export * from "./GetUserAttributeVerificationCodeCommand";
|
|
64
|
+
export * from "./GetUserCommand";
|
|
65
|
+
export * from "./GetUserPoolMfaConfigCommand";
|
|
66
|
+
export * from "./GlobalSignOutCommand";
|
|
67
|
+
export * from "./InitiateAuthCommand";
|
|
68
|
+
export * from "./ListDevicesCommand";
|
|
69
|
+
export * from "./ListGroupsCommand";
|
|
70
|
+
export * from "./ListIdentityProvidersCommand";
|
|
71
|
+
export * from "./ListResourceServersCommand";
|
|
72
|
+
export * from "./ListTagsForResourceCommand";
|
|
73
|
+
export * from "./ListUserImportJobsCommand";
|
|
74
|
+
export * from "./ListUserPoolClientsCommand";
|
|
75
|
+
export * from "./ListUserPoolsCommand";
|
|
76
|
+
export * from "./ListUsersCommand";
|
|
77
|
+
export * from "./ListUsersInGroupCommand";
|
|
78
|
+
export * from "./ResendConfirmationCodeCommand";
|
|
79
|
+
export * from "./RespondToAuthChallengeCommand";
|
|
80
|
+
export * from "./RevokeTokenCommand";
|
|
81
|
+
export * from "./SetRiskConfigurationCommand";
|
|
82
|
+
export * from "./SetUICustomizationCommand";
|
|
83
|
+
export * from "./SetUserMFAPreferenceCommand";
|
|
84
|
+
export * from "./SetUserPoolMfaConfigCommand";
|
|
85
|
+
export * from "./SetUserSettingsCommand";
|
|
86
|
+
export * from "./SignUpCommand";
|
|
87
|
+
export * from "./StartUserImportJobCommand";
|
|
88
|
+
export * from "./StopUserImportJobCommand";
|
|
89
|
+
export * from "./TagResourceCommand";
|
|
90
|
+
export * from "./UntagResourceCommand";
|
|
91
|
+
export * from "./UpdateAuthEventFeedbackCommand";
|
|
92
|
+
export * from "./UpdateDeviceStatusCommand";
|
|
93
|
+
export * from "./UpdateGroupCommand";
|
|
94
|
+
export * from "./UpdateIdentityProviderCommand";
|
|
95
|
+
export * from "./UpdateResourceServerCommand";
|
|
96
|
+
export * from "./UpdateUserAttributesCommand";
|
|
97
|
+
export * from "./UpdateUserPoolClientCommand";
|
|
98
|
+
export * from "./UpdateUserPoolCommand";
|
|
99
|
+
export * from "./UpdateUserPoolDomainCommand";
|
|
100
|
+
export * from "./VerifySoftwareTokenCommand";
|
|
101
|
+
export * from "./VerifyUserAttributeCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,114 +1,5 @@
|
|
|
1
|
-
export * from "./CognitoIdentityProviderClient";
|
|
2
1
|
export * from "./CognitoIdentityProvider";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AdminDeleteUserCommand";
|
|
8
|
-
export * from "./commands/AdminDeleteUserAttributesCommand";
|
|
9
|
-
export * from "./commands/AdminDisableProviderForUserCommand";
|
|
10
|
-
export * from "./commands/AdminDisableUserCommand";
|
|
11
|
-
export * from "./commands/AdminEnableUserCommand";
|
|
12
|
-
export * from "./commands/AdminForgetDeviceCommand";
|
|
13
|
-
export * from "./commands/AdminGetDeviceCommand";
|
|
14
|
-
export * from "./commands/AdminGetUserCommand";
|
|
15
|
-
export * from "./commands/AdminInitiateAuthCommand";
|
|
16
|
-
export * from "./commands/AdminLinkProviderForUserCommand";
|
|
17
|
-
export * from "./commands/AdminListDevicesCommand";
|
|
18
|
-
export * from "./commands/AdminListGroupsForUserCommand";
|
|
19
|
-
export * from "./pagination/AdminListGroupsForUserPaginator";
|
|
20
|
-
export * from "./commands/AdminListUserAuthEventsCommand";
|
|
21
|
-
export * from "./pagination/AdminListUserAuthEventsPaginator";
|
|
22
|
-
export * from "./commands/AdminRemoveUserFromGroupCommand";
|
|
23
|
-
export * from "./commands/AdminResetUserPasswordCommand";
|
|
24
|
-
export * from "./commands/AdminRespondToAuthChallengeCommand";
|
|
25
|
-
export * from "./commands/AdminSetUserMFAPreferenceCommand";
|
|
26
|
-
export * from "./commands/AdminSetUserPasswordCommand";
|
|
27
|
-
export * from "./commands/AdminSetUserSettingsCommand";
|
|
28
|
-
export * from "./commands/AdminUpdateAuthEventFeedbackCommand";
|
|
29
|
-
export * from "./commands/AdminUpdateDeviceStatusCommand";
|
|
30
|
-
export * from "./commands/AdminUpdateUserAttributesCommand";
|
|
31
|
-
export * from "./commands/AdminUserGlobalSignOutCommand";
|
|
32
|
-
export * from "./commands/AssociateSoftwareTokenCommand";
|
|
33
|
-
export * from "./commands/ChangePasswordCommand";
|
|
34
|
-
export * from "./commands/ConfirmDeviceCommand";
|
|
35
|
-
export * from "./commands/ConfirmForgotPasswordCommand";
|
|
36
|
-
export * from "./commands/ConfirmSignUpCommand";
|
|
37
|
-
export * from "./commands/CreateGroupCommand";
|
|
38
|
-
export * from "./commands/CreateIdentityProviderCommand";
|
|
39
|
-
export * from "./commands/CreateResourceServerCommand";
|
|
40
|
-
export * from "./commands/CreateUserImportJobCommand";
|
|
41
|
-
export * from "./commands/CreateUserPoolCommand";
|
|
42
|
-
export * from "./commands/CreateUserPoolClientCommand";
|
|
43
|
-
export * from "./commands/CreateUserPoolDomainCommand";
|
|
44
|
-
export * from "./commands/DeleteGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteIdentityProviderCommand";
|
|
46
|
-
export * from "./commands/DeleteResourceServerCommand";
|
|
47
|
-
export * from "./commands/DeleteUserCommand";
|
|
48
|
-
export * from "./commands/DeleteUserAttributesCommand";
|
|
49
|
-
export * from "./commands/DeleteUserPoolCommand";
|
|
50
|
-
export * from "./commands/DeleteUserPoolClientCommand";
|
|
51
|
-
export * from "./commands/DeleteUserPoolDomainCommand";
|
|
52
|
-
export * from "./commands/DescribeIdentityProviderCommand";
|
|
53
|
-
export * from "./commands/DescribeResourceServerCommand";
|
|
54
|
-
export * from "./commands/DescribeRiskConfigurationCommand";
|
|
55
|
-
export * from "./commands/DescribeUserImportJobCommand";
|
|
56
|
-
export * from "./commands/DescribeUserPoolCommand";
|
|
57
|
-
export * from "./commands/DescribeUserPoolClientCommand";
|
|
58
|
-
export * from "./commands/DescribeUserPoolDomainCommand";
|
|
59
|
-
export * from "./commands/ForgetDeviceCommand";
|
|
60
|
-
export * from "./commands/ForgotPasswordCommand";
|
|
61
|
-
export * from "./commands/GetCSVHeaderCommand";
|
|
62
|
-
export * from "./commands/GetDeviceCommand";
|
|
63
|
-
export * from "./commands/GetGroupCommand";
|
|
64
|
-
export * from "./commands/GetIdentityProviderByIdentifierCommand";
|
|
65
|
-
export * from "./commands/GetSigningCertificateCommand";
|
|
66
|
-
export * from "./commands/GetUICustomizationCommand";
|
|
67
|
-
export * from "./commands/GetUserCommand";
|
|
68
|
-
export * from "./commands/GetUserAttributeVerificationCodeCommand";
|
|
69
|
-
export * from "./commands/GetUserPoolMfaConfigCommand";
|
|
70
|
-
export * from "./commands/GlobalSignOutCommand";
|
|
71
|
-
export * from "./commands/InitiateAuthCommand";
|
|
72
|
-
export * from "./commands/ListDevicesCommand";
|
|
73
|
-
export * from "./commands/ListGroupsCommand";
|
|
74
|
-
export * from "./pagination/ListGroupsPaginator";
|
|
75
|
-
export * from "./commands/ListIdentityProvidersCommand";
|
|
76
|
-
export * from "./pagination/ListIdentityProvidersPaginator";
|
|
77
|
-
export * from "./commands/ListResourceServersCommand";
|
|
78
|
-
export * from "./pagination/ListResourceServersPaginator";
|
|
79
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
80
|
-
export * from "./commands/ListUserImportJobsCommand";
|
|
81
|
-
export * from "./commands/ListUserPoolClientsCommand";
|
|
82
|
-
export * from "./pagination/ListUserPoolClientsPaginator";
|
|
83
|
-
export * from "./commands/ListUserPoolsCommand";
|
|
84
|
-
export * from "./pagination/ListUserPoolsPaginator";
|
|
85
|
-
export * from "./commands/ListUsersCommand";
|
|
86
|
-
export * from "./pagination/ListUsersPaginator";
|
|
87
|
-
export * from "./commands/ListUsersInGroupCommand";
|
|
88
|
-
export * from "./pagination/ListUsersInGroupPaginator";
|
|
89
|
-
export * from "./commands/ResendConfirmationCodeCommand";
|
|
90
|
-
export * from "./commands/RespondToAuthChallengeCommand";
|
|
91
|
-
export * from "./commands/RevokeTokenCommand";
|
|
92
|
-
export * from "./commands/SetRiskConfigurationCommand";
|
|
93
|
-
export * from "./commands/SetUICustomizationCommand";
|
|
94
|
-
export * from "./commands/SetUserMFAPreferenceCommand";
|
|
95
|
-
export * from "./commands/SetUserPoolMfaConfigCommand";
|
|
96
|
-
export * from "./commands/SetUserSettingsCommand";
|
|
97
|
-
export * from "./commands/SignUpCommand";
|
|
98
|
-
export * from "./commands/StartUserImportJobCommand";
|
|
99
|
-
export * from "./commands/StopUserImportJobCommand";
|
|
100
|
-
export * from "./commands/TagResourceCommand";
|
|
101
|
-
export * from "./commands/UntagResourceCommand";
|
|
102
|
-
export * from "./commands/UpdateAuthEventFeedbackCommand";
|
|
103
|
-
export * from "./commands/UpdateDeviceStatusCommand";
|
|
104
|
-
export * from "./commands/UpdateGroupCommand";
|
|
105
|
-
export * from "./commands/UpdateIdentityProviderCommand";
|
|
106
|
-
export * from "./commands/UpdateResourceServerCommand";
|
|
107
|
-
export * from "./commands/UpdateUserAttributesCommand";
|
|
108
|
-
export * from "./commands/UpdateUserPoolCommand";
|
|
109
|
-
export * from "./commands/UpdateUserPoolClientCommand";
|
|
110
|
-
export * from "./commands/UpdateUserPoolDomainCommand";
|
|
111
|
-
export * from "./commands/VerifySoftwareTokenCommand";
|
|
112
|
-
export * from "./commands/VerifyUserAttributeCommand";
|
|
113
|
-
export * from "./pagination/Interfaces";
|
|
114
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CognitoIdentityProviderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./AdminListGroupsForUserPaginator";
|
|
2
|
+
export * from "./AdminListUserAuthEventsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListGroupsPaginator";
|
|
5
|
+
export * from "./ListIdentityProvidersPaginator";
|
|
6
|
+
export * from "./ListResourceServersPaginator";
|
|
7
|
+
export * from "./ListUserPoolClientsPaginator";
|
|
8
|
+
export * from "./ListUserPoolsPaginator";
|
|
9
|
+
export * from "./ListUsersInGroupPaginator";
|
|
10
|
+
export * from "./ListUsersPaginator";
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -32,9 +34,6 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
32
34
|
signingEscapePath?: boolean | undefined;
|
|
33
35
|
systemClockOffset?: number | undefined;
|
|
34
36
|
signingRegion?: string | undefined;
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
37
|
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
39
38
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
40
39
|
};
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientCon
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -139,6 +139,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
139
139
|
|
|
140
140
|
logger?: __Logger;
|
|
141
141
|
|
|
142
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
143
|
+
|
|
144
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
145
|
+
|
|
142
146
|
serviceId?: string;
|
|
143
147
|
|
|
144
148
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
export * from "./AddCustomAttributesCommand";
|
|
2
|
+
export * from "./AdminAddUserToGroupCommand";
|
|
3
|
+
export * from "./AdminConfirmSignUpCommand";
|
|
4
|
+
export * from "./AdminCreateUserCommand";
|
|
5
|
+
export * from "./AdminDeleteUserAttributesCommand";
|
|
6
|
+
export * from "./AdminDeleteUserCommand";
|
|
7
|
+
export * from "./AdminDisableProviderForUserCommand";
|
|
8
|
+
export * from "./AdminDisableUserCommand";
|
|
9
|
+
export * from "./AdminEnableUserCommand";
|
|
10
|
+
export * from "./AdminForgetDeviceCommand";
|
|
11
|
+
export * from "./AdminGetDeviceCommand";
|
|
12
|
+
export * from "./AdminGetUserCommand";
|
|
13
|
+
export * from "./AdminInitiateAuthCommand";
|
|
14
|
+
export * from "./AdminLinkProviderForUserCommand";
|
|
15
|
+
export * from "./AdminListDevicesCommand";
|
|
16
|
+
export * from "./AdminListGroupsForUserCommand";
|
|
17
|
+
export * from "./AdminListUserAuthEventsCommand";
|
|
18
|
+
export * from "./AdminRemoveUserFromGroupCommand";
|
|
19
|
+
export * from "./AdminResetUserPasswordCommand";
|
|
20
|
+
export * from "./AdminRespondToAuthChallengeCommand";
|
|
21
|
+
export * from "./AdminSetUserMFAPreferenceCommand";
|
|
22
|
+
export * from "./AdminSetUserPasswordCommand";
|
|
23
|
+
export * from "./AdminSetUserSettingsCommand";
|
|
24
|
+
export * from "./AdminUpdateAuthEventFeedbackCommand";
|
|
25
|
+
export * from "./AdminUpdateDeviceStatusCommand";
|
|
26
|
+
export * from "./AdminUpdateUserAttributesCommand";
|
|
27
|
+
export * from "./AdminUserGlobalSignOutCommand";
|
|
28
|
+
export * from "./AssociateSoftwareTokenCommand";
|
|
29
|
+
export * from "./ChangePasswordCommand";
|
|
30
|
+
export * from "./ConfirmDeviceCommand";
|
|
31
|
+
export * from "./ConfirmForgotPasswordCommand";
|
|
32
|
+
export * from "./ConfirmSignUpCommand";
|
|
33
|
+
export * from "./CreateGroupCommand";
|
|
34
|
+
export * from "./CreateIdentityProviderCommand";
|
|
35
|
+
export * from "./CreateResourceServerCommand";
|
|
36
|
+
export * from "./CreateUserImportJobCommand";
|
|
37
|
+
export * from "./CreateUserPoolClientCommand";
|
|
38
|
+
export * from "./CreateUserPoolCommand";
|
|
39
|
+
export * from "./CreateUserPoolDomainCommand";
|
|
40
|
+
export * from "./DeleteGroupCommand";
|
|
41
|
+
export * from "./DeleteIdentityProviderCommand";
|
|
42
|
+
export * from "./DeleteResourceServerCommand";
|
|
43
|
+
export * from "./DeleteUserAttributesCommand";
|
|
44
|
+
export * from "./DeleteUserCommand";
|
|
45
|
+
export * from "./DeleteUserPoolClientCommand";
|
|
46
|
+
export * from "./DeleteUserPoolCommand";
|
|
47
|
+
export * from "./DeleteUserPoolDomainCommand";
|
|
48
|
+
export * from "./DescribeIdentityProviderCommand";
|
|
49
|
+
export * from "./DescribeResourceServerCommand";
|
|
50
|
+
export * from "./DescribeRiskConfigurationCommand";
|
|
51
|
+
export * from "./DescribeUserImportJobCommand";
|
|
52
|
+
export * from "./DescribeUserPoolClientCommand";
|
|
53
|
+
export * from "./DescribeUserPoolCommand";
|
|
54
|
+
export * from "./DescribeUserPoolDomainCommand";
|
|
55
|
+
export * from "./ForgetDeviceCommand";
|
|
56
|
+
export * from "./ForgotPasswordCommand";
|
|
57
|
+
export * from "./GetCSVHeaderCommand";
|
|
58
|
+
export * from "./GetDeviceCommand";
|
|
59
|
+
export * from "./GetGroupCommand";
|
|
60
|
+
export * from "./GetIdentityProviderByIdentifierCommand";
|
|
61
|
+
export * from "./GetSigningCertificateCommand";
|
|
62
|
+
export * from "./GetUICustomizationCommand";
|
|
63
|
+
export * from "./GetUserAttributeVerificationCodeCommand";
|
|
64
|
+
export * from "./GetUserCommand";
|
|
65
|
+
export * from "./GetUserPoolMfaConfigCommand";
|
|
66
|
+
export * from "./GlobalSignOutCommand";
|
|
67
|
+
export * from "./InitiateAuthCommand";
|
|
68
|
+
export * from "./ListDevicesCommand";
|
|
69
|
+
export * from "./ListGroupsCommand";
|
|
70
|
+
export * from "./ListIdentityProvidersCommand";
|
|
71
|
+
export * from "./ListResourceServersCommand";
|
|
72
|
+
export * from "./ListTagsForResourceCommand";
|
|
73
|
+
export * from "./ListUserImportJobsCommand";
|
|
74
|
+
export * from "./ListUserPoolClientsCommand";
|
|
75
|
+
export * from "./ListUserPoolsCommand";
|
|
76
|
+
export * from "./ListUsersCommand";
|
|
77
|
+
export * from "./ListUsersInGroupCommand";
|
|
78
|
+
export * from "./ResendConfirmationCodeCommand";
|
|
79
|
+
export * from "./RespondToAuthChallengeCommand";
|
|
80
|
+
export * from "./RevokeTokenCommand";
|
|
81
|
+
export * from "./SetRiskConfigurationCommand";
|
|
82
|
+
export * from "./SetUICustomizationCommand";
|
|
83
|
+
export * from "./SetUserMFAPreferenceCommand";
|
|
84
|
+
export * from "./SetUserPoolMfaConfigCommand";
|
|
85
|
+
export * from "./SetUserSettingsCommand";
|
|
86
|
+
export * from "./SignUpCommand";
|
|
87
|
+
export * from "./StartUserImportJobCommand";
|
|
88
|
+
export * from "./StopUserImportJobCommand";
|
|
89
|
+
export * from "./TagResourceCommand";
|
|
90
|
+
export * from "./UntagResourceCommand";
|
|
91
|
+
export * from "./UpdateAuthEventFeedbackCommand";
|
|
92
|
+
export * from "./UpdateDeviceStatusCommand";
|
|
93
|
+
export * from "./UpdateGroupCommand";
|
|
94
|
+
export * from "./UpdateIdentityProviderCommand";
|
|
95
|
+
export * from "./UpdateResourceServerCommand";
|
|
96
|
+
export * from "./UpdateUserAttributesCommand";
|
|
97
|
+
export * from "./UpdateUserPoolClientCommand";
|
|
98
|
+
export * from "./UpdateUserPoolCommand";
|
|
99
|
+
export * from "./UpdateUserPoolDomainCommand";
|
|
100
|
+
export * from "./VerifySoftwareTokenCommand";
|
|
101
|
+
export * from "./VerifyUserAttributeCommand";
|