@aws-sdk/client-cognito-identity-provider 3.169.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 +8 -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,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 { AdminSetUserSettingsRequest, AdminSetUserSettingsResponse } from "../models/models_0";
5
- export interface AdminSetUserSettingsCommandInput extends AdminSetUserSettingsRequest {
6
- }
7
- export interface AdminSetUserSettingsCommandOutput extends AdminSetUserSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminSetUserSettingsCommand extends $Command<AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminSetUserSettingsCommandInput;
12
- constructor(input: AdminSetUserSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput>;
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
+ AdminSetUserSettingsRequest,
15
+ AdminSetUserSettingsResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminSetUserSettingsCommandInput
18
+ extends AdminSetUserSettingsRequest {}
19
+ export interface AdminSetUserSettingsCommandOutput
20
+ extends AdminSetUserSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminSetUserSettingsCommand extends $Command<
24
+ AdminSetUserSettingsCommandInput,
25
+ AdminSetUserSettingsCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminSetUserSettingsCommandInput;
29
+ constructor(input: AdminSetUserSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AdminSetUserSettingsCommandInput,
37
+ AdminSetUserSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { AdminUpdateAuthEventFeedbackRequest, AdminUpdateAuthEventFeedbackResponse } from "../models/models_0";
5
- export interface AdminUpdateAuthEventFeedbackCommandInput extends AdminUpdateAuthEventFeedbackRequest {
6
- }
7
- export interface AdminUpdateAuthEventFeedbackCommandOutput extends AdminUpdateAuthEventFeedbackResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminUpdateAuthEventFeedbackCommand extends $Command<AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminUpdateAuthEventFeedbackCommandInput;
12
- constructor(input: AdminUpdateAuthEventFeedbackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput>;
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
+ AdminUpdateAuthEventFeedbackRequest,
15
+ AdminUpdateAuthEventFeedbackResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminUpdateAuthEventFeedbackCommandInput
18
+ extends AdminUpdateAuthEventFeedbackRequest {}
19
+ export interface AdminUpdateAuthEventFeedbackCommandOutput
20
+ extends AdminUpdateAuthEventFeedbackResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminUpdateAuthEventFeedbackCommand extends $Command<
24
+ AdminUpdateAuthEventFeedbackCommandInput,
25
+ AdminUpdateAuthEventFeedbackCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminUpdateAuthEventFeedbackCommandInput;
29
+ constructor(input: AdminUpdateAuthEventFeedbackCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AdminUpdateAuthEventFeedbackCommandInput,
37
+ AdminUpdateAuthEventFeedbackCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { AdminUpdateDeviceStatusRequest, AdminUpdateDeviceStatusResponse } from "../models/models_0";
5
- export interface AdminUpdateDeviceStatusCommandInput extends AdminUpdateDeviceStatusRequest {
6
- }
7
- export interface AdminUpdateDeviceStatusCommandOutput extends AdminUpdateDeviceStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminUpdateDeviceStatusCommand extends $Command<AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminUpdateDeviceStatusCommandInput;
12
- constructor(input: AdminUpdateDeviceStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput>;
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
+ AdminUpdateDeviceStatusRequest,
15
+ AdminUpdateDeviceStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminUpdateDeviceStatusCommandInput
18
+ extends AdminUpdateDeviceStatusRequest {}
19
+ export interface AdminUpdateDeviceStatusCommandOutput
20
+ extends AdminUpdateDeviceStatusResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminUpdateDeviceStatusCommand extends $Command<
24
+ AdminUpdateDeviceStatusCommandInput,
25
+ AdminUpdateDeviceStatusCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminUpdateDeviceStatusCommandInput;
29
+ constructor(input: AdminUpdateDeviceStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AdminUpdateDeviceStatusCommandInput,
37
+ AdminUpdateDeviceStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { AdminUpdateUserAttributesRequest, AdminUpdateUserAttributesResponse } from "../models/models_0";
5
- export interface AdminUpdateUserAttributesCommandInput extends AdminUpdateUserAttributesRequest {
6
- }
7
- export interface AdminUpdateUserAttributesCommandOutput extends AdminUpdateUserAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminUpdateUserAttributesCommand extends $Command<AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminUpdateUserAttributesCommandInput;
12
- constructor(input: AdminUpdateUserAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput>;
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
+ AdminUpdateUserAttributesRequest,
15
+ AdminUpdateUserAttributesResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminUpdateUserAttributesCommandInput
18
+ extends AdminUpdateUserAttributesRequest {}
19
+ export interface AdminUpdateUserAttributesCommandOutput
20
+ extends AdminUpdateUserAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminUpdateUserAttributesCommand extends $Command<
24
+ AdminUpdateUserAttributesCommandInput,
25
+ AdminUpdateUserAttributesCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminUpdateUserAttributesCommandInput;
29
+ constructor(input: AdminUpdateUserAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AdminUpdateUserAttributesCommandInput,
37
+ AdminUpdateUserAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { AdminUserGlobalSignOutRequest, AdminUserGlobalSignOutResponse } from "../models/models_0";
5
- export interface AdminUserGlobalSignOutCommandInput extends AdminUserGlobalSignOutRequest {
6
- }
7
- export interface AdminUserGlobalSignOutCommandOutput extends AdminUserGlobalSignOutResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AdminUserGlobalSignOutCommand extends $Command<AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AdminUserGlobalSignOutCommandInput;
12
- constructor(input: AdminUserGlobalSignOutCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput>;
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
+ AdminUserGlobalSignOutRequest,
15
+ AdminUserGlobalSignOutResponse,
16
+ } from "../models/models_0";
17
+ export interface AdminUserGlobalSignOutCommandInput
18
+ extends AdminUserGlobalSignOutRequest {}
19
+ export interface AdminUserGlobalSignOutCommandOutput
20
+ extends AdminUserGlobalSignOutResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AdminUserGlobalSignOutCommand extends $Command<
24
+ AdminUserGlobalSignOutCommandInput,
25
+ AdminUserGlobalSignOutCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AdminUserGlobalSignOutCommandInput;
29
+ constructor(input: AdminUserGlobalSignOutCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AdminUserGlobalSignOutCommandInput,
37
+ AdminUserGlobalSignOutCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { AssociateSoftwareTokenRequest, AssociateSoftwareTokenResponse } from "../models/models_0";
5
- export interface AssociateSoftwareTokenCommandInput extends AssociateSoftwareTokenRequest {
6
- }
7
- export interface AssociateSoftwareTokenCommandOutput extends AssociateSoftwareTokenResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateSoftwareTokenCommand extends $Command<AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: AssociateSoftwareTokenCommandInput;
12
- constructor(input: AssociateSoftwareTokenCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput>;
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
+ AssociateSoftwareTokenRequest,
15
+ AssociateSoftwareTokenResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateSoftwareTokenCommandInput
18
+ extends AssociateSoftwareTokenRequest {}
19
+ export interface AssociateSoftwareTokenCommandOutput
20
+ extends AssociateSoftwareTokenResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateSoftwareTokenCommand extends $Command<
24
+ AssociateSoftwareTokenCommandInput,
25
+ AssociateSoftwareTokenCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateSoftwareTokenCommandInput;
29
+ constructor(input: AssociateSoftwareTokenCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateSoftwareTokenCommandInput,
37
+ AssociateSoftwareTokenCommandOutput
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 { ChangePasswordRequest, ChangePasswordResponse } from "../models/models_0";
5
- export interface ChangePasswordCommandInput extends ChangePasswordRequest {
6
- }
7
- export interface ChangePasswordCommandOutput extends ChangePasswordResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ChangePasswordCommand extends $Command<ChangePasswordCommandInput, ChangePasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: ChangePasswordCommandInput;
12
- constructor(input: ChangePasswordCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangePasswordCommandInput, ChangePasswordCommandOutput>;
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
+ ChangePasswordRequest,
15
+ ChangePasswordResponse,
16
+ } from "../models/models_0";
17
+ export interface ChangePasswordCommandInput extends ChangePasswordRequest {}
18
+ export interface ChangePasswordCommandOutput
19
+ extends ChangePasswordResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ChangePasswordCommand extends $Command<
23
+ ChangePasswordCommandInput,
24
+ ChangePasswordCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: ChangePasswordCommandInput;
28
+ constructor(input: ChangePasswordCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ChangePasswordCommandInput, ChangePasswordCommandOutput>;
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 { ConfirmDeviceRequest, ConfirmDeviceResponse } from "../models/models_0";
5
- export interface ConfirmDeviceCommandInput extends ConfirmDeviceRequest {
6
- }
7
- export interface ConfirmDeviceCommandOutput extends ConfirmDeviceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConfirmDeviceCommand extends $Command<ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: ConfirmDeviceCommandInput;
12
- constructor(input: ConfirmDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput>;
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
+ ConfirmDeviceRequest,
15
+ ConfirmDeviceResponse,
16
+ } from "../models/models_0";
17
+ export interface ConfirmDeviceCommandInput extends ConfirmDeviceRequest {}
18
+ export interface ConfirmDeviceCommandOutput
19
+ extends ConfirmDeviceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ConfirmDeviceCommand extends $Command<
23
+ ConfirmDeviceCommandInput,
24
+ ConfirmDeviceCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: ConfirmDeviceCommandInput;
28
+ constructor(input: ConfirmDeviceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput>;
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 { ConfirmForgotPasswordRequest, ConfirmForgotPasswordResponse } from "../models/models_0";
5
- export interface ConfirmForgotPasswordCommandInput extends ConfirmForgotPasswordRequest {
6
- }
7
- export interface ConfirmForgotPasswordCommandOutput extends ConfirmForgotPasswordResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConfirmForgotPasswordCommand extends $Command<ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: ConfirmForgotPasswordCommandInput;
12
- constructor(input: ConfirmForgotPasswordCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput>;
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
+ ConfirmForgotPasswordRequest,
15
+ ConfirmForgotPasswordResponse,
16
+ } from "../models/models_0";
17
+ export interface ConfirmForgotPasswordCommandInput
18
+ extends ConfirmForgotPasswordRequest {}
19
+ export interface ConfirmForgotPasswordCommandOutput
20
+ extends ConfirmForgotPasswordResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ConfirmForgotPasswordCommand extends $Command<
24
+ ConfirmForgotPasswordCommandInput,
25
+ ConfirmForgotPasswordCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: ConfirmForgotPasswordCommandInput;
29
+ constructor(input: ConfirmForgotPasswordCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ConfirmForgotPasswordCommandInput,
37
+ ConfirmForgotPasswordCommandOutput
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 { ConfirmSignUpRequest, ConfirmSignUpResponse } from "../models/models_0";
5
- export interface ConfirmSignUpCommandInput extends ConfirmSignUpRequest {
6
- }
7
- export interface ConfirmSignUpCommandOutput extends ConfirmSignUpResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConfirmSignUpCommand extends $Command<ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: ConfirmSignUpCommandInput;
12
- constructor(input: ConfirmSignUpCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput>;
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
+ ConfirmSignUpRequest,
15
+ ConfirmSignUpResponse,
16
+ } from "../models/models_0";
17
+ export interface ConfirmSignUpCommandInput extends ConfirmSignUpRequest {}
18
+ export interface ConfirmSignUpCommandOutput
19
+ extends ConfirmSignUpResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ConfirmSignUpCommand extends $Command<
23
+ ConfirmSignUpCommandInput,
24
+ ConfirmSignUpCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: ConfirmSignUpCommandInput;
28
+ constructor(input: ConfirmSignUpCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
5
- export interface CreateGroupCommandInput extends CreateGroupRequest {
6
- }
7
- export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: CreateGroupCommandInput;
12
- constructor(input: CreateGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
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 { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
14
+ export interface CreateGroupCommandInput extends CreateGroupRequest {}
15
+ export interface CreateGroupCommandOutput
16
+ extends CreateGroupResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateGroupCommand extends $Command<
20
+ CreateGroupCommandInput,
21
+ CreateGroupCommandOutput,
22
+ CognitoIdentityProviderClientResolvedConfig
23
+ > {
24
+ readonly input: CreateGroupCommandInput;
25
+ constructor(input: CreateGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CognitoIdentityProviderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }