@aws-sdk/client-cognito-identity-provider 3.169.0 → 3.171.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.
Files changed (128) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +1721 -510
  3. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +711 -174
  4. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +31 -17
  6. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +31 -17
  14. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +30 -17
  44. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +30 -17
  50. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +30 -17
  59. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +36 -17
  66. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +32 -17
  71. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +36 -17
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +36 -17
  77. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +36 -17
  78. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +35 -17
  79. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +35 -17
  81. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +32 -17
  84. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +36 -17
  86. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +39 -17
  88. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +35 -17
  89. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +31 -18
  90. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +36 -17
  91. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +36 -17
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  94. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +36 -17
  96. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  97. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +39 -17
  98. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +39 -17
  99. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +39 -17
  101. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +35 -17
  102. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +39 -17
  103. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +36 -17
  104. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +36 -17
  105. package/dist-types/ts3.4/commands/index.d.ts +101 -101
  106. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  107. package/dist-types/ts3.4/index.d.ts +6 -6
  108. package/dist-types/ts3.4/models/CognitoIdentityProviderServiceException.d.ts +7 -6
  109. package/dist-types/ts3.4/models/index.d.ts +2 -2
  110. package/dist-types/ts3.4/models/models_0.d.ts +2287 -2925
  111. package/dist-types/ts3.4/models/models_1.d.ts +291 -347
  112. package/dist-types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +11 -4
  113. package/dist-types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +11 -4
  114. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  115. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -4
  116. package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +11 -4
  117. package/dist-types/ts3.4/pagination/ListResourceServersPaginator.d.ts +11 -4
  118. package/dist-types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +11 -4
  119. package/dist-types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +11 -4
  120. package/dist-types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +11 -4
  121. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -4
  122. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  123. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1217 -305
  124. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  127. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  128. package/package.json +34 -34
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminGetUserRequest, AdminGetUserResponse } from "../models/models_0";
5
- export interface AdminGetUserCommandInput extends AdminGetUserRequest {
6
- }
7
- export interface AdminGetUserCommandOutput extends AdminGetUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminGetUserCommand extends $Command<AdminGetUserCommandInput, AdminGetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminGetUserCommandInput;
12
- constructor(input: AdminGetUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminGetUserCommandInput, AdminGetUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import { AdminGetUserRequest, AdminGetUserResponse } from "../models/models_0";
14
+ export interface AdminGetUserCommandInput extends AdminGetUserRequest {}
15
+ export interface AdminGetUserCommandOutput
16
+ extends AdminGetUserResponse,
17
+ __MetadataBearer {}
18
+ export declare class AdminGetUserCommand extends $Command<
19
+ AdminGetUserCommandInput,
20
+ AdminGetUserCommandOutput,
21
+ CognitoIdentityProviderClientResolvedConfig
22
+ > {
23
+ readonly input: AdminGetUserCommandInput;
24
+ constructor(input: AdminGetUserCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CognitoIdentityProviderClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AdminGetUserCommandInput, AdminGetUserCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminInitiateAuthRequest, AdminInitiateAuthResponse } from "../models/models_0";
5
- export interface AdminInitiateAuthCommandInput extends AdminInitiateAuthRequest {
6
- }
7
- export interface AdminInitiateAuthCommandOutput extends AdminInitiateAuthResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminInitiateAuthCommand extends $Command<AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminInitiateAuthCommandInput;
12
- constructor(input: AdminInitiateAuthCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminInitiateAuthRequest,
15
+ AdminInitiateAuthResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminInitiateAuthCommandInput
18
+ extends AdminInitiateAuthRequest {}
19
+ export interface AdminInitiateAuthCommandOutput
20
+ extends AdminInitiateAuthResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminInitiateAuthCommand extends $Command<
23
+ AdminInitiateAuthCommandInput,
24
+ AdminInitiateAuthCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminInitiateAuthCommandInput;
28
+ constructor(input: AdminInitiateAuthCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminLinkProviderForUserRequest, AdminLinkProviderForUserResponse } from "../models/models_0";
5
- export interface AdminLinkProviderForUserCommandInput extends AdminLinkProviderForUserRequest {
6
- }
7
- export interface AdminLinkProviderForUserCommandOutput extends AdminLinkProviderForUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminLinkProviderForUserCommand extends $Command<AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminLinkProviderForUserCommandInput;
12
- constructor(input: AdminLinkProviderForUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminLinkProviderForUserRequest,
15
+ AdminLinkProviderForUserResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminLinkProviderForUserCommandInput
18
+ extends AdminLinkProviderForUserRequest {}
19
+ export interface AdminLinkProviderForUserCommandOutput
20
+ extends AdminLinkProviderForUserResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminLinkProviderForUserCommand extends $Command<
23
+ AdminLinkProviderForUserCommandInput,
24
+ AdminLinkProviderForUserCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminLinkProviderForUserCommandInput;
28
+ constructor(input: AdminLinkProviderForUserCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AdminLinkProviderForUserCommandInput,
35
+ AdminLinkProviderForUserCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminListDevicesRequest, AdminListDevicesResponse } from "../models/models_0";
5
- export interface AdminListDevicesCommandInput extends AdminListDevicesRequest {
6
- }
7
- export interface AdminListDevicesCommandOutput extends AdminListDevicesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminListDevicesCommand extends $Command<AdminListDevicesCommandInput, AdminListDevicesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminListDevicesCommandInput;
12
- constructor(input: AdminListDevicesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminListDevicesCommandInput, AdminListDevicesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminListDevicesRequest,
15
+ AdminListDevicesResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminListDevicesCommandInput extends AdminListDevicesRequest {}
18
+ export interface AdminListDevicesCommandOutput
19
+ extends AdminListDevicesResponse,
20
+ __MetadataBearer {}
21
+ export declare class AdminListDevicesCommand extends $Command<
22
+ AdminListDevicesCommandInput,
23
+ AdminListDevicesCommandOutput,
24
+ CognitoIdentityProviderClientResolvedConfig
25
+ > {
26
+ readonly input: AdminListDevicesCommandInput;
27
+ constructor(input: AdminListDevicesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CognitoIdentityProviderClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<AdminListDevicesCommandInput, AdminListDevicesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminListGroupsForUserRequest, AdminListGroupsForUserResponse } from "../models/models_0";
5
- export interface AdminListGroupsForUserCommandInput extends AdminListGroupsForUserRequest {
6
- }
7
- export interface AdminListGroupsForUserCommandOutput extends AdminListGroupsForUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminListGroupsForUserCommand extends $Command<AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminListGroupsForUserCommandInput;
12
- constructor(input: AdminListGroupsForUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminListGroupsForUserRequest,
15
+ AdminListGroupsForUserResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminListGroupsForUserCommandInput
18
+ extends AdminListGroupsForUserRequest {}
19
+ export interface AdminListGroupsForUserCommandOutput
20
+ extends AdminListGroupsForUserResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminListGroupsForUserCommand extends $Command<
23
+ AdminListGroupsForUserCommandInput,
24
+ AdminListGroupsForUserCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminListGroupsForUserCommandInput;
28
+ constructor(input: AdminListGroupsForUserCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AdminListGroupsForUserCommandInput,
35
+ AdminListGroupsForUserCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminListUserAuthEventsRequest, AdminListUserAuthEventsResponse } from "../models/models_0";
5
- export interface AdminListUserAuthEventsCommandInput extends AdminListUserAuthEventsRequest {
6
- }
7
- export interface AdminListUserAuthEventsCommandOutput extends AdminListUserAuthEventsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminListUserAuthEventsCommand extends $Command<AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminListUserAuthEventsCommandInput;
12
- constructor(input: AdminListUserAuthEventsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminListUserAuthEventsRequest,
15
+ AdminListUserAuthEventsResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminListUserAuthEventsCommandInput
18
+ extends AdminListUserAuthEventsRequest {}
19
+ export interface AdminListUserAuthEventsCommandOutput
20
+ extends AdminListUserAuthEventsResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminListUserAuthEventsCommand extends $Command<
23
+ AdminListUserAuthEventsCommandInput,
24
+ AdminListUserAuthEventsCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminListUserAuthEventsCommandInput;
28
+ constructor(input: AdminListUserAuthEventsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AdminListUserAuthEventsCommandInput,
35
+ AdminListUserAuthEventsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminRemoveUserFromGroupRequest } from "../models/models_0";
5
- export interface AdminRemoveUserFromGroupCommandInput extends AdminRemoveUserFromGroupRequest {
6
- }
7
- export interface AdminRemoveUserFromGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AdminRemoveUserFromGroupCommand extends $Command<AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminRemoveUserFromGroupCommandInput;
12
- constructor(input: AdminRemoveUserFromGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import { AdminRemoveUserFromGroupRequest } from "../models/models_0";
14
+ export interface AdminRemoveUserFromGroupCommandInput
15
+ extends AdminRemoveUserFromGroupRequest {}
16
+ export interface AdminRemoveUserFromGroupCommandOutput
17
+ extends __MetadataBearer {}
18
+ export declare class AdminRemoveUserFromGroupCommand extends $Command<
19
+ AdminRemoveUserFromGroupCommandInput,
20
+ AdminRemoveUserFromGroupCommandOutput,
21
+ CognitoIdentityProviderClientResolvedConfig
22
+ > {
23
+ readonly input: AdminRemoveUserFromGroupCommandInput;
24
+ constructor(input: AdminRemoveUserFromGroupCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CognitoIdentityProviderClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<
30
+ AdminRemoveUserFromGroupCommandInput,
31
+ AdminRemoveUserFromGroupCommandOutput
32
+ >;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminResetUserPasswordRequest, AdminResetUserPasswordResponse } from "../models/models_0";
5
- export interface AdminResetUserPasswordCommandInput extends AdminResetUserPasswordRequest {
6
- }
7
- export interface AdminResetUserPasswordCommandOutput extends AdminResetUserPasswordResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminResetUserPasswordCommand extends $Command<AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminResetUserPasswordCommandInput;
12
- constructor(input: AdminResetUserPasswordCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminResetUserPasswordRequest,
15
+ AdminResetUserPasswordResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminResetUserPasswordCommandInput
18
+ extends AdminResetUserPasswordRequest {}
19
+ export interface AdminResetUserPasswordCommandOutput
20
+ extends AdminResetUserPasswordResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminResetUserPasswordCommand extends $Command<
23
+ AdminResetUserPasswordCommandInput,
24
+ AdminResetUserPasswordCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminResetUserPasswordCommandInput;
28
+ constructor(input: AdminResetUserPasswordCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AdminResetUserPasswordCommandInput,
35
+ AdminResetUserPasswordCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminRespondToAuthChallengeRequest, AdminRespondToAuthChallengeResponse } from "../models/models_0";
5
- export interface AdminRespondToAuthChallengeCommandInput extends AdminRespondToAuthChallengeRequest {
6
- }
7
- export interface AdminRespondToAuthChallengeCommandOutput extends AdminRespondToAuthChallengeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminRespondToAuthChallengeCommand extends $Command<AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminRespondToAuthChallengeCommandInput;
12
- constructor(input: AdminRespondToAuthChallengeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminRespondToAuthChallengeRequest,
15
+ AdminRespondToAuthChallengeResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminRespondToAuthChallengeCommandInput
18
+ extends AdminRespondToAuthChallengeRequest {}
19
+ export interface AdminRespondToAuthChallengeCommandOutput
20
+ extends AdminRespondToAuthChallengeResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminRespondToAuthChallengeCommand extends $Command<
23
+ AdminRespondToAuthChallengeCommandInput,
24
+ AdminRespondToAuthChallengeCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminRespondToAuthChallengeCommandInput;
28
+ constructor(input: AdminRespondToAuthChallengeCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AdminRespondToAuthChallengeCommandInput,
35
+ AdminRespondToAuthChallengeCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminSetUserMFAPreferenceRequest, AdminSetUserMFAPreferenceResponse } from "../models/models_0";
5
- export interface AdminSetUserMFAPreferenceCommandInput extends AdminSetUserMFAPreferenceRequest {
6
- }
7
- export interface AdminSetUserMFAPreferenceCommandOutput extends AdminSetUserMFAPreferenceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminSetUserMFAPreferenceCommand extends $Command<AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminSetUserMFAPreferenceCommandInput;
12
- constructor(input: AdminSetUserMFAPreferenceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminSetUserMFAPreferenceRequest,
15
+ AdminSetUserMFAPreferenceResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminSetUserMFAPreferenceCommandInput
18
+ extends AdminSetUserMFAPreferenceRequest {}
19
+ export interface AdminSetUserMFAPreferenceCommandOutput
20
+ extends AdminSetUserMFAPreferenceResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminSetUserMFAPreferenceCommand extends $Command<
23
+ AdminSetUserMFAPreferenceCommandInput,
24
+ AdminSetUserMFAPreferenceCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminSetUserMFAPreferenceCommandInput;
28
+ constructor(input: AdminSetUserMFAPreferenceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AdminSetUserMFAPreferenceCommandInput,
35
+ AdminSetUserMFAPreferenceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
4
- import { AdminSetUserPasswordRequest, AdminSetUserPasswordResponse } from "../models/models_0";
5
- export interface AdminSetUserPasswordCommandInput extends AdminSetUserPasswordRequest {
6
- }
7
- export interface AdminSetUserPasswordCommandOutput extends AdminSetUserPasswordResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminSetUserPasswordCommand extends $Command<AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminSetUserPasswordCommandInput;
12
- constructor(input: AdminSetUserPasswordCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CognitoIdentityProviderClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CognitoIdentityProviderClient";
13
+ import {
14
+ AdminSetUserPasswordRequest,
15
+ AdminSetUserPasswordResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminSetUserPasswordCommandInput
18
+ extends AdminSetUserPasswordRequest {}
19
+ export interface AdminSetUserPasswordCommandOutput
20
+ extends AdminSetUserPasswordResponse,
21
+ __MetadataBearer {}
22
+ export declare class AdminSetUserPasswordCommand extends $Command<
23
+ AdminSetUserPasswordCommandInput,
24
+ AdminSetUserPasswordCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminSetUserPasswordCommandInput;
28
+ constructor(input: AdminSetUserPasswordCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CognitoIdentityProviderClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ AdminSetUserPasswordCommandInput,
35
+ AdminSetUserPasswordCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }