@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,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 { ForgotPasswordRequest, ForgotPasswordResponse } from "../models/models_0";
5
- export interface ForgotPasswordCommandInput extends ForgotPasswordRequest {
6
- }
7
- export interface ForgotPasswordCommandOutput extends ForgotPasswordResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ForgotPasswordCommand extends $Command<ForgotPasswordCommandInput, ForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: ForgotPasswordCommandInput;
12
- constructor(input: ForgotPasswordCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ForgotPasswordCommandInput, ForgotPasswordCommandOutput>;
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
+ ForgotPasswordRequest,
15
+ ForgotPasswordResponse,
16
+ } from "../models/models_0";
17
+ export interface ForgotPasswordCommandInput extends ForgotPasswordRequest {}
18
+ export interface ForgotPasswordCommandOutput
19
+ extends ForgotPasswordResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ForgotPasswordCommand extends $Command<
23
+ ForgotPasswordCommandInput,
24
+ ForgotPasswordCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: ForgotPasswordCommandInput;
28
+ constructor(input: ForgotPasswordCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ForgotPasswordCommandInput, ForgotPasswordCommandOutput>;
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 { GetCSVHeaderRequest, GetCSVHeaderResponse } from "../models/models_0";
5
- export interface GetCSVHeaderCommandInput extends GetCSVHeaderRequest {
6
- }
7
- export interface GetCSVHeaderCommandOutput extends GetCSVHeaderResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCSVHeaderCommand extends $Command<GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetCSVHeaderCommandInput;
12
- constructor(input: GetCSVHeaderCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput>;
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 { GetCSVHeaderRequest, GetCSVHeaderResponse } from "../models/models_0";
14
+ export interface GetCSVHeaderCommandInput extends GetCSVHeaderRequest {}
15
+ export interface GetCSVHeaderCommandOutput
16
+ extends GetCSVHeaderResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetCSVHeaderCommand extends $Command<
20
+ GetCSVHeaderCommandInput,
21
+ GetCSVHeaderCommandOutput,
22
+ CognitoIdentityProviderClientResolvedConfig
23
+ > {
24
+ readonly input: GetCSVHeaderCommandInput;
25
+ constructor(input: GetCSVHeaderCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CognitoIdentityProviderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
5
- export interface GetDeviceCommandInput extends GetDeviceRequest {
6
- }
7
- export interface GetDeviceCommandOutput extends GetDeviceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDeviceCommand extends $Command<GetDeviceCommandInput, GetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetDeviceCommandInput;
12
- constructor(input: GetDeviceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceCommandInput, GetDeviceCommandOutput>;
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 { GetDeviceRequest, GetDeviceResponse } from "../models/models_0";
14
+ export interface GetDeviceCommandInput extends GetDeviceRequest {}
15
+ export interface GetDeviceCommandOutput
16
+ extends GetDeviceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetDeviceCommand extends $Command<
20
+ GetDeviceCommandInput,
21
+ GetDeviceCommandOutput,
22
+ CognitoIdentityProviderClientResolvedConfig
23
+ > {
24
+ readonly input: GetDeviceCommandInput;
25
+ constructor(input: GetDeviceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CognitoIdentityProviderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetDeviceCommandInput, GetDeviceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { GetGroupRequest, GetGroupResponse } from "../models/models_0";
5
- export interface GetGroupCommandInput extends GetGroupRequest {
6
- }
7
- export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetGroupCommandInput;
12
- constructor(input: GetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
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 { GetGroupRequest, GetGroupResponse } from "../models/models_0";
14
+ export interface GetGroupCommandInput extends GetGroupRequest {}
15
+ export interface GetGroupCommandOutput
16
+ extends GetGroupResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetGroupCommand extends $Command<
20
+ GetGroupCommandInput,
21
+ GetGroupCommandOutput,
22
+ CognitoIdentityProviderClientResolvedConfig
23
+ > {
24
+ readonly input: GetGroupCommandInput;
25
+ constructor(input: GetGroupCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CognitoIdentityProviderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetGroupCommandInput, GetGroupCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { GetIdentityProviderByIdentifierRequest, GetIdentityProviderByIdentifierResponse } from "../models/models_0";
5
- export interface GetIdentityProviderByIdentifierCommandInput extends GetIdentityProviderByIdentifierRequest {
6
- }
7
- export interface GetIdentityProviderByIdentifierCommandOutput extends GetIdentityProviderByIdentifierResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIdentityProviderByIdentifierCommand extends $Command<GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetIdentityProviderByIdentifierCommandInput;
12
- constructor(input: GetIdentityProviderByIdentifierCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput>;
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
+ GetIdentityProviderByIdentifierRequest,
15
+ GetIdentityProviderByIdentifierResponse,
16
+ } from "../models/models_0";
17
+ export interface GetIdentityProviderByIdentifierCommandInput
18
+ extends GetIdentityProviderByIdentifierRequest {}
19
+ export interface GetIdentityProviderByIdentifierCommandOutput
20
+ extends GetIdentityProviderByIdentifierResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIdentityProviderByIdentifierCommand extends $Command<
24
+ GetIdentityProviderByIdentifierCommandInput,
25
+ GetIdentityProviderByIdentifierCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: GetIdentityProviderByIdentifierCommandInput;
29
+ constructor(input: GetIdentityProviderByIdentifierCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIdentityProviderByIdentifierCommandInput,
37
+ GetIdentityProviderByIdentifierCommandOutput
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 { GetSigningCertificateRequest, GetSigningCertificateResponse } from "../models/models_0";
5
- export interface GetSigningCertificateCommandInput extends GetSigningCertificateRequest {
6
- }
7
- export interface GetSigningCertificateCommandOutput extends GetSigningCertificateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSigningCertificateCommand extends $Command<GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetSigningCertificateCommandInput;
12
- constructor(input: GetSigningCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput>;
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
+ GetSigningCertificateRequest,
15
+ GetSigningCertificateResponse,
16
+ } from "../models/models_0";
17
+ export interface GetSigningCertificateCommandInput
18
+ extends GetSigningCertificateRequest {}
19
+ export interface GetSigningCertificateCommandOutput
20
+ extends GetSigningCertificateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSigningCertificateCommand extends $Command<
24
+ GetSigningCertificateCommandInput,
25
+ GetSigningCertificateCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: GetSigningCertificateCommandInput;
29
+ constructor(input: GetSigningCertificateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSigningCertificateCommandInput,
37
+ GetSigningCertificateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { GetUICustomizationRequest, GetUICustomizationResponse } from "../models/models_0";
5
- export interface GetUICustomizationCommandInput extends GetUICustomizationRequest {
6
- }
7
- export interface GetUICustomizationCommandOutput extends GetUICustomizationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUICustomizationCommand extends $Command<GetUICustomizationCommandInput, GetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetUICustomizationCommandInput;
12
- constructor(input: GetUICustomizationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUICustomizationCommandInput, GetUICustomizationCommandOutput>;
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
+ GetUICustomizationRequest,
15
+ GetUICustomizationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetUICustomizationCommandInput
18
+ extends GetUICustomizationRequest {}
19
+ export interface GetUICustomizationCommandOutput
20
+ extends GetUICustomizationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetUICustomizationCommand extends $Command<
24
+ GetUICustomizationCommandInput,
25
+ GetUICustomizationCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: GetUICustomizationCommandInput;
29
+ constructor(input: GetUICustomizationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetUICustomizationCommandInput, GetUICustomizationCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { GetUserAttributeVerificationCodeRequest, GetUserAttributeVerificationCodeResponse } from "../models/models_0";
5
- export interface GetUserAttributeVerificationCodeCommandInput extends GetUserAttributeVerificationCodeRequest {
6
- }
7
- export interface GetUserAttributeVerificationCodeCommandOutput extends GetUserAttributeVerificationCodeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUserAttributeVerificationCodeCommand extends $Command<GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetUserAttributeVerificationCodeCommandInput;
12
- constructor(input: GetUserAttributeVerificationCodeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput>;
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
+ GetUserAttributeVerificationCodeRequest,
15
+ GetUserAttributeVerificationCodeResponse,
16
+ } from "../models/models_0";
17
+ export interface GetUserAttributeVerificationCodeCommandInput
18
+ extends GetUserAttributeVerificationCodeRequest {}
19
+ export interface GetUserAttributeVerificationCodeCommandOutput
20
+ extends GetUserAttributeVerificationCodeResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetUserAttributeVerificationCodeCommand extends $Command<
24
+ GetUserAttributeVerificationCodeCommandInput,
25
+ GetUserAttributeVerificationCodeCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: GetUserAttributeVerificationCodeCommandInput;
29
+ constructor(input: GetUserAttributeVerificationCodeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetUserAttributeVerificationCodeCommandInput,
37
+ GetUserAttributeVerificationCodeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { GetUserRequest, GetUserResponse } from "../models/models_0";
5
- export interface GetUserCommandInput extends GetUserRequest {
6
- }
7
- export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUserCommand extends $Command<GetUserCommandInput, GetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetUserCommandInput;
12
- constructor(input: GetUserCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserCommandInput, GetUserCommandOutput>;
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 { GetUserRequest, GetUserResponse } from "../models/models_0";
14
+ export interface GetUserCommandInput extends GetUserRequest {}
15
+ export interface GetUserCommandOutput
16
+ extends GetUserResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetUserCommand extends $Command<
20
+ GetUserCommandInput,
21
+ GetUserCommandOutput,
22
+ CognitoIdentityProviderClientResolvedConfig
23
+ > {
24
+ readonly input: GetUserCommandInput;
25
+ constructor(input: GetUserCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CognitoIdentityProviderClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetUserCommandInput, GetUserCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { GetUserPoolMfaConfigRequest, GetUserPoolMfaConfigResponse } from "../models/models_0";
5
- export interface GetUserPoolMfaConfigCommandInput extends GetUserPoolMfaConfigRequest {
6
- }
7
- export interface GetUserPoolMfaConfigCommandOutput extends GetUserPoolMfaConfigResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetUserPoolMfaConfigCommand extends $Command<GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GetUserPoolMfaConfigCommandInput;
12
- constructor(input: GetUserPoolMfaConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput>;
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
+ GetUserPoolMfaConfigRequest,
15
+ GetUserPoolMfaConfigResponse,
16
+ } from "../models/models_0";
17
+ export interface GetUserPoolMfaConfigCommandInput
18
+ extends GetUserPoolMfaConfigRequest {}
19
+ export interface GetUserPoolMfaConfigCommandOutput
20
+ extends GetUserPoolMfaConfigResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetUserPoolMfaConfigCommand extends $Command<
24
+ GetUserPoolMfaConfigCommandInput,
25
+ GetUserPoolMfaConfigCommandOutput,
26
+ CognitoIdentityProviderClientResolvedConfig
27
+ > {
28
+ readonly input: GetUserPoolMfaConfigCommandInput;
29
+ constructor(input: GetUserPoolMfaConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CognitoIdentityProviderClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetUserPoolMfaConfigCommandInput,
37
+ GetUserPoolMfaConfigCommandOutput
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 { GlobalSignOutRequest, GlobalSignOutResponse } from "../models/models_0";
5
- export interface GlobalSignOutCommandInput extends GlobalSignOutRequest {
6
- }
7
- export interface GlobalSignOutCommandOutput extends GlobalSignOutResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GlobalSignOutCommand extends $Command<GlobalSignOutCommandInput, GlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
11
- readonly input: GlobalSignOutCommandInput;
12
- constructor(input: GlobalSignOutCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GlobalSignOutCommandInput, GlobalSignOutCommandOutput>;
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
+ GlobalSignOutRequest,
15
+ GlobalSignOutResponse,
16
+ } from "../models/models_0";
17
+ export interface GlobalSignOutCommandInput extends GlobalSignOutRequest {}
18
+ export interface GlobalSignOutCommandOutput
19
+ extends GlobalSignOutResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GlobalSignOutCommand extends $Command<
23
+ GlobalSignOutCommandInput,
24
+ GlobalSignOutCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig
26
+ > {
27
+ readonly input: GlobalSignOutCommandInput;
28
+ constructor(input: GlobalSignOutCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CognitoIdentityProviderClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GlobalSignOutCommandInput, GlobalSignOutCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }