@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
|
@@ -22,7 +22,7 @@ export interface AdminUpdateAuthEventFeedbackCommandOutput extends AdminUpdateAu
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link AdminUpdateAuthEventFeedbackCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link AdminUpdateAuthEventFeedbackCommandOutput} 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 AdminUpdateAuthEventFeedbackCommand extends $Command<AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface AdminUpdateDeviceStatusCommandOutput extends AdminUpdateDeviceS
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link AdminUpdateDeviceStatusCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link AdminUpdateDeviceStatusCommandOutput} 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 AdminUpdateDeviceStatusCommand extends $Command<AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface AdminUpdateUserAttributesCommandOutput extends AdminUpdateUserA
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link AdminUpdateUserAttributesCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link AdminUpdateUserAttributesCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class AdminUpdateUserAttributesCommand extends $Command<AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface AdminUserGlobalSignOutCommandOutput extends AdminUserGlobalSign
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link AdminUserGlobalSignOutCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link AdminUserGlobalSignOutCommandOutput} 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 AdminUserGlobalSignOutCommand extends $Command<AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface AssociateSoftwareTokenCommandOutput extends AssociateSoftwareTo
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link AssociateSoftwareTokenCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link AssociateSoftwareTokenCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class AssociateSoftwareTokenCommand extends $Command<AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ChangePasswordCommandOutput extends ChangePasswordResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ChangePasswordCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ChangePasswordCommandOutput} 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 ChangePasswordCommand extends $Command<ChangePasswordCommandInput, ChangePasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ConfirmDeviceCommandOutput extends ConfirmDeviceResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ConfirmDeviceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ConfirmDeviceCommandOutput} 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 ConfirmDeviceCommand extends $Command<ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ConfirmForgotPasswordCommandOutput extends ConfirmForgotPasswor
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ConfirmForgotPasswordCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ConfirmForgotPasswordCommandOutput} 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 ConfirmForgotPasswordCommand extends $Command<ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ConfirmSignUpCommandOutput extends ConfirmSignUpResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ConfirmSignUpCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ConfirmSignUpCommandOutput} 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 ConfirmSignUpCommand extends $Command<ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateGroupCommandOutput} 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 CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateIdentityProviderCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateIdentityProviderCommandOutput} 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 CreateIdentityProviderCommand extends $Command<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateResourceServerCommandOutput extends CreateResourceServerR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateResourceServerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateResourceServerCommandOutput} 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 CreateResourceServerCommand extends $Command<CreateResourceServerCommandInput, CreateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateUserImportJobCommandOutput extends CreateUserImportJobRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateUserImportJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateUserImportJobCommandOutput} 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 CreateUserImportJobCommand extends $Command<CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateUserPoolClientCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateUserPoolClientCommandOutput} 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 CreateUserPoolClientCommand extends $Command<CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __M
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link CreateUserPoolCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link CreateUserPoolCommandOutput} 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 CreateUserPoolCommand extends $Command<CreateUserPoolCommandInput, CreateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateUserPoolDomainCommandOutput extends CreateUserPoolDomainR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateUserPoolDomainCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateUserPoolDomainCommandOutput} 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 CreateUserPoolDomainCommand extends $Command<CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteGroupCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteGroupCommandOutput} 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 DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteIdentityProviderCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteIdentityProviderCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteIdentityProviderCommandOutput} 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 DeleteIdentityProviderCommand extends $Command<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteResourceServerCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteResourceServerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteResourceServerCommandOutput} 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 DeleteResourceServerCommand extends $Command<DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserAttributesCommandOutput extends DeleteUserAttributesR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserAttributesCommandOutput} 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 DeleteUserAttributesCommand extends $Command<DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserCommandOutput} 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 DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserPoolClientCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserPoolClientCommandOutput} 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 DeleteUserPoolClientCommand extends $Command<DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserPoolCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserPoolCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserPoolCommandOutput} 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 DeleteUserPoolCommand extends $Command<DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteUserPoolDomainCommandOutput extends DeleteUserPoolDomainR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteUserPoolDomainCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteUserPoolDomainCommandOutput} 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 DeleteUserPoolDomainCommand extends $Command<DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeIdentityProviderCommandOutput extends DescribeIdentityP
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeIdentityProviderCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeIdentityProviderCommandOutput} 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 DescribeIdentityProviderCommand extends $Command<DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeResourceServerCommandOutput extends DescribeResourceSer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeResourceServerCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeResourceServerCommandOutput} 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 DescribeResourceServerCommand extends $Command<DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeRiskConfigurationCommandOutput extends DescribeRiskConf
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeRiskConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeRiskConfigurationCommandOutput} 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 DescribeRiskConfigurationCommand extends $Command<DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserImportJobCommandOutput extends DescribeUserImportJo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserImportJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserImportJobCommandOutput} 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 DescribeUserImportJobCommand extends $Command<DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeUserPoolClientCommandOutput extends DescribeUserPoolCli
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeUserPoolClientCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeUserPoolClientCommandOutput} 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 DescribeUserPoolClientCommand extends $Command<DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserPoolCommandOutput extends DescribeUserPoolResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserPoolCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserPoolCommandOutput} 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 DescribeUserPoolCommand extends $Command<DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserPoolDomainCommandOutput extends DescribeUserPoolDom
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserPoolDomainCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserPoolDomainCommandOutput} 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 DescribeUserPoolDomainCommand extends $Command<DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ForgetDeviceCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ForgetDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ForgetDeviceCommandOutput} 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 ForgetDeviceCommand extends $Command<ForgetDeviceCommandInput, ForgetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface ForgotPasswordCommandOutput extends ForgotPasswordResponse, __M
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link ForgotPasswordCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link ForgotPasswordCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link CognitoIdentityProviderClientResolvedConfig | config} for CognitoIdentityProviderClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class ForgotPasswordCommand extends $Command<ForgotPasswordCommandInput, ForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetCSVHeaderCommandOutput extends GetCSVHeaderResponse, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetCSVHeaderCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetCSVHeaderCommandOutput} 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 GetCSVHeaderCommand extends $Command<GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeviceCommandOutput} 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 GetDeviceCommand extends $Command<GetDeviceCommandInput, GetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetGroupCommandOutput} 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 GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetIdentityProviderByIdentifierCommandOutput extends GetIdentit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetIdentityProviderByIdentifierCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetIdentityProviderByIdentifierCommandOutput} 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 GetIdentityProviderByIdentifierCommand extends $Command<GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSigningCertificateCommandOutput extends GetSigningCertificat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSigningCertificateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSigningCertificateCommandOutput} 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 GetSigningCertificateCommand extends $Command<GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface GetUICustomizationCommandOutput extends GetUICustomizationRespo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetUICustomizationCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetUICustomizationCommandOutput} 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 GetUICustomizationCommand extends $Command<GetUICustomizationCommandInput, GetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface GetUserAttributeVerificationCodeCommandOutput extends GetUserAt
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link GetUserAttributeVerificationCodeCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link GetUserAttributeVerificationCodeCommandOutput} 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 GetUserAttributeVerificationCodeCommand extends $Command<GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUserCommandOutput} 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 GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetUserPoolMfaConfigCommandOutput extends GetUserPoolMfaConfigR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetUserPoolMfaConfigCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetUserPoolMfaConfigCommandOutput} 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 GetUserPoolMfaConfigCommand extends $Command<GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface GlobalSignOutCommandOutput extends GlobalSignOutResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link GlobalSignOutCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link GlobalSignOutCommandOutput} 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 GlobalSignOutCommand extends $Command<GlobalSignOutCommandInput, GlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface InitiateAuthCommandOutput extends InitiateAuthResponse, __Metad
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link InitiateAuthCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link InitiateAuthCommandOutput} 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 InitiateAuthCommand extends $Command<InitiateAuthCommandInput, InitiateAuthCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDevicesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDevicesCommandOutput} 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 ListDevicesCommand extends $Command<ListDevicesCommandInput, ListDevicesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListGroupsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListGroupsCommandOutput} 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 ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListIdentityProvidersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListIdentityProvidersCommandOutput} 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 ListIdentityProvidersCommand extends $Command<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResourceServersCommandOutput extends ListResourceServersRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResourceServersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResourceServersCommandOutput} 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 ListResourceServersCommand extends $Command<ListResourceServersCommandInput, ListResourceServersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListUserImportJobsCommandOutput extends ListUserImportJobsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListUserImportJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListUserImportJobsCommandOutput} 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 ListUserImportJobsCommand extends $Command<ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListUserPoolClientsCommandOutput extends ListUserPoolClientsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListUserPoolClientsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListUserPoolClientsCommandOutput} 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 ListUserPoolClientsCommand extends $Command<ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListUserPoolsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListUserPoolsCommandOutput} 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 ListUserPoolsCommand extends $Command<ListUserPoolsCommandInput, ListUserPoolsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListUsersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListUsersCommandOutput} 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 ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListUsersInGroupCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListUsersInGroupCommandOutput} 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 ListUsersInGroupCommand extends $Command<ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationC
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link ResendConfirmationCodeCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link ResendConfirmationCodeCommandOutput} 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 ResendConfirmationCodeCommand extends $Command<ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
@@ -37,7 +37,7 @@ export interface RespondToAuthChallengeCommandOutput extends RespondToAuthChalle
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link RespondToAuthChallengeCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link RespondToAuthChallengeCommandOutput} 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 RespondToAuthChallengeCommand extends $Command<RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|