@aws-sdk/client-cognito-identity-provider 3.168.0 → 3.170.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 +1822 -510
  3. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +736 -174
  4. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +33 -17
  6. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +38 -17
  66. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +41 -17
  67. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +34 -17
  71. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +38 -17
  75. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +38 -17
  77. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +38 -17
  78. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +37 -17
  81. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +34 -17
  84. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +41 -17
  85. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +38 -17
  86. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +41 -17
  87. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +37 -17
  89. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +33 -18
  90. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +38 -17
  91. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +38 -17
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  94. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +38 -17
  96. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
  97. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +41 -17
  99. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +41 -17
  101. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +37 -17
  102. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +41 -17
  103. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +38 -17
  104. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +38 -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 +8 -6
  109. package/dist-types/ts3.4/models/index.d.ts +2 -2
  110. package/dist-types/ts3.4/models/models_0.d.ts +3245 -2925
  111. package/dist-types/ts3.4/models/models_1.d.ts +412 -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 +68 -38
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  127. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  128. package/package.json +34 -34
@@ -1,17 +1,38 @@
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 { AddCustomAttributesRequest, AddCustomAttributesResponse } from "../models/models_0";
5
- export interface AddCustomAttributesCommandInput extends AddCustomAttributesRequest {
6
- }
7
- export interface AddCustomAttributesCommandOutput extends AddCustomAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AddCustomAttributesCommand extends $Command<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AddCustomAttributesCommandInput;
12
- constructor(input: AddCustomAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput>;
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
+ AddCustomAttributesRequest,
15
+ AddCustomAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface AddCustomAttributesCommandInput
18
+ extends AddCustomAttributesRequest {}
19
+ export interface AddCustomAttributesCommandOutput
20
+ extends AddCustomAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AddCustomAttributesCommand extends $Command<
24
+ AddCustomAttributesCommandInput,
25
+ AddCustomAttributesCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AddCustomAttributesCommandInput;
29
+ constructor(input: AddCustomAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,33 @@
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 { AdminAddUserToGroupRequest } from "../models/models_0";
5
- export interface AdminAddUserToGroupCommandInput extends AdminAddUserToGroupRequest {
6
- }
7
- export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AdminAddUserToGroupCommand extends $Command<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminAddUserToGroupCommandInput;
12
- constructor(input: AdminAddUserToGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput>;
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 { AdminAddUserToGroupRequest } from "../models/models_0";
14
+ export interface AdminAddUserToGroupCommandInput
15
+ extends AdminAddUserToGroupRequest {}
16
+ export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class AdminAddUserToGroupCommand extends $Command<
19
+ AdminAddUserToGroupCommandInput,
20
+ AdminAddUserToGroupCommandOutput,
21
+ CognitoIdentityProviderClientResolvedConfig
22
+ > {
23
+ readonly input: AdminAddUserToGroupCommandInput;
24
+ constructor(input: AdminAddUserToGroupCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: CognitoIdentityProviderClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,38 @@
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 { AdminConfirmSignUpRequest, AdminConfirmSignUpResponse } from "../models/models_0";
5
- export interface AdminConfirmSignUpCommandInput extends AdminConfirmSignUpRequest {
6
- }
7
- export interface AdminConfirmSignUpCommandOutput extends AdminConfirmSignUpResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminConfirmSignUpCommand extends $Command<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminConfirmSignUpCommandInput;
12
- constructor(input: AdminConfirmSignUpCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput>;
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
+ AdminConfirmSignUpRequest,
15
+ AdminConfirmSignUpResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminConfirmSignUpCommandInput
18
+ extends AdminConfirmSignUpRequest {}
19
+ export interface AdminConfirmSignUpCommandOutput
20
+ extends AdminConfirmSignUpResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminConfirmSignUpCommand extends $Command<
24
+ AdminConfirmSignUpCommandInput,
25
+ AdminConfirmSignUpCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminConfirmSignUpCommandInput;
29
+ constructor(input: AdminConfirmSignUpCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { AdminCreateUserRequest, AdminCreateUserResponse } from "../models/models_0";
5
- export interface AdminCreateUserCommandInput extends AdminCreateUserRequest {
6
- }
7
- export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminCreateUserCommand extends $Command<AdminCreateUserCommandInput, AdminCreateUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminCreateUserCommandInput;
12
- constructor(input: AdminCreateUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminCreateUserCommandInput, AdminCreateUserCommandOutput>;
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
+ AdminCreateUserRequest,
15
+ AdminCreateUserResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminCreateUserCommandInput extends AdminCreateUserRequest {}
18
+ export interface AdminCreateUserCommandOutput
19
+ extends AdminCreateUserResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AdminCreateUserCommand extends $Command<
23
+ AdminCreateUserCommandInput,
24
+ AdminCreateUserCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminCreateUserCommandInput;
28
+ constructor(input: AdminCreateUserCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AdminCreateUserCommandInput, AdminCreateUserCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResponse } from "../models/models_0";
5
- export interface AdminDeleteUserAttributesCommandInput extends AdminDeleteUserAttributesRequest {
6
- }
7
- export interface AdminDeleteUserAttributesCommandOutput extends AdminDeleteUserAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminDeleteUserAttributesCommand extends $Command<AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminDeleteUserAttributesCommandInput;
12
- constructor(input: AdminDeleteUserAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput>;
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
+ AdminDeleteUserAttributesRequest,
15
+ AdminDeleteUserAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminDeleteUserAttributesCommandInput
18
+ extends AdminDeleteUserAttributesRequest {}
19
+ export interface AdminDeleteUserAttributesCommandOutput
20
+ extends AdminDeleteUserAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminDeleteUserAttributesCommand extends $Command<
24
+ AdminDeleteUserAttributesCommandInput,
25
+ AdminDeleteUserAttributesCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminDeleteUserAttributesCommandInput;
29
+ constructor(input: AdminDeleteUserAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AdminDeleteUserAttributesCommandInput,
37
+ AdminDeleteUserAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { AdminDeleteUserRequest } from "../models/models_0";
5
- export interface AdminDeleteUserCommandInput extends AdminDeleteUserRequest {
6
- }
7
- export interface AdminDeleteUserCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AdminDeleteUserCommand extends $Command<AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminDeleteUserCommandInput;
12
- constructor(input: AdminDeleteUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput>;
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 { AdminDeleteUserRequest } from "../models/models_0";
14
+ export interface AdminDeleteUserCommandInput extends AdminDeleteUserRequest {}
15
+ export interface AdminDeleteUserCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class AdminDeleteUserCommand extends $Command<
18
+ AdminDeleteUserCommandInput,
19
+ AdminDeleteUserCommandOutput,
20
+ CognitoIdentityProviderClientResolvedConfig
21
+ > {
22
+ readonly input: AdminDeleteUserCommandInput;
23
+ constructor(input: AdminDeleteUserCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: CognitoIdentityProviderClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,41 @@
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 { AdminDisableProviderForUserRequest, AdminDisableProviderForUserResponse } from "../models/models_0";
5
- export interface AdminDisableProviderForUserCommandInput extends AdminDisableProviderForUserRequest {
6
- }
7
- export interface AdminDisableProviderForUserCommandOutput extends AdminDisableProviderForUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminDisableProviderForUserCommand extends $Command<AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminDisableProviderForUserCommandInput;
12
- constructor(input: AdminDisableProviderForUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput>;
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
+ AdminDisableProviderForUserRequest,
15
+ AdminDisableProviderForUserResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminDisableProviderForUserCommandInput
18
+ extends AdminDisableProviderForUserRequest {}
19
+ export interface AdminDisableProviderForUserCommandOutput
20
+ extends AdminDisableProviderForUserResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminDisableProviderForUserCommand extends $Command<
24
+ AdminDisableProviderForUserCommandInput,
25
+ AdminDisableProviderForUserCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminDisableProviderForUserCommandInput;
29
+ constructor(input: AdminDisableProviderForUserCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AdminDisableProviderForUserCommandInput,
37
+ AdminDisableProviderForUserCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { AdminDisableUserRequest, AdminDisableUserResponse } from "../models/models_0";
5
- export interface AdminDisableUserCommandInput extends AdminDisableUserRequest {
6
- }
7
- export interface AdminDisableUserCommandOutput extends AdminDisableUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminDisableUserCommand extends $Command<AdminDisableUserCommandInput, AdminDisableUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminDisableUserCommandInput;
12
- constructor(input: AdminDisableUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminDisableUserCommandInput, AdminDisableUserCommandOutput>;
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
+ AdminDisableUserRequest,
15
+ AdminDisableUserResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminDisableUserCommandInput extends AdminDisableUserRequest {}
18
+ export interface AdminDisableUserCommandOutput
19
+ extends AdminDisableUserResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AdminDisableUserCommand extends $Command<
23
+ AdminDisableUserCommandInput,
24
+ AdminDisableUserCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminDisableUserCommandInput;
28
+ constructor(input: AdminDisableUserCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AdminDisableUserCommandInput, AdminDisableUserCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { AdminEnableUserRequest, AdminEnableUserResponse } from "../models/models_0";
5
- export interface AdminEnableUserCommandInput extends AdminEnableUserRequest {
6
- }
7
- export interface AdminEnableUserCommandOutput extends AdminEnableUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminEnableUserCommand extends $Command<AdminEnableUserCommandInput, AdminEnableUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminEnableUserCommandInput;
12
- constructor(input: AdminEnableUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminEnableUserCommandInput, AdminEnableUserCommandOutput>;
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
+ AdminEnableUserRequest,
15
+ AdminEnableUserResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminEnableUserCommandInput extends AdminEnableUserRequest {}
18
+ export interface AdminEnableUserCommandOutput
19
+ extends AdminEnableUserResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AdminEnableUserCommand extends $Command<
23
+ AdminEnableUserCommandInput,
24
+ AdminEnableUserCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminEnableUserCommandInput;
28
+ constructor(input: AdminEnableUserCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AdminEnableUserCommandInput, AdminEnableUserCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,33 @@
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 { AdminForgetDeviceRequest } from "../models/models_0";
5
- export interface AdminForgetDeviceCommandInput extends AdminForgetDeviceRequest {
6
- }
7
- export interface AdminForgetDeviceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AdminForgetDeviceCommand extends $Command<AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminForgetDeviceCommandInput;
12
- constructor(input: AdminForgetDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput>;
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 { AdminForgetDeviceRequest } from "../models/models_0";
14
+ export interface AdminForgetDeviceCommandInput
15
+ extends AdminForgetDeviceRequest {}
16
+ export interface AdminForgetDeviceCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class AdminForgetDeviceCommand extends $Command<
19
+ AdminForgetDeviceCommandInput,
20
+ AdminForgetDeviceCommandOutput,
21
+ CognitoIdentityProviderClientResolvedConfig
22
+ > {
23
+ readonly input: AdminForgetDeviceCommandInput;
24
+ constructor(input: AdminForgetDeviceCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: CognitoIdentityProviderClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput>;
31
+ private serialize;
32
+ private deserialize;
33
+ }
@@ -1,17 +1,37 @@
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 { AdminGetDeviceRequest, AdminGetDeviceResponse } from "../models/models_0";
5
- export interface AdminGetDeviceCommandInput extends AdminGetDeviceRequest {
6
- }
7
- export interface AdminGetDeviceCommandOutput extends AdminGetDeviceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminGetDeviceCommand extends $Command<AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminGetDeviceCommandInput;
12
- constructor(input: AdminGetDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput>;
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
+ AdminGetDeviceRequest,
15
+ AdminGetDeviceResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminGetDeviceCommandInput extends AdminGetDeviceRequest {}
18
+ export interface AdminGetDeviceCommandOutput
19
+ extends AdminGetDeviceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AdminGetDeviceCommand extends $Command<
23
+ AdminGetDeviceCommandInput,
24
+ AdminGetDeviceCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: AdminGetDeviceCommandInput;
28
+ constructor(input: AdminGetDeviceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }