@aws-sdk/client-cognito-identity-provider 3.278.0 → 3.281.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 (103) hide show
  1. package/README.md +811 -0
  2. package/dist-types/commands/AddCustomAttributesCommand.d.ts +6 -0
  3. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +6 -0
  4. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +6 -0
  5. package/dist-types/commands/AdminCreateUserCommand.d.ts +6 -0
  6. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +6 -0
  7. package/dist-types/commands/AdminDeleteUserCommand.d.ts +6 -0
  8. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +6 -0
  9. package/dist-types/commands/AdminDisableUserCommand.d.ts +6 -0
  10. package/dist-types/commands/AdminEnableUserCommand.d.ts +6 -0
  11. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +6 -0
  12. package/dist-types/commands/AdminGetDeviceCommand.d.ts +6 -0
  13. package/dist-types/commands/AdminGetUserCommand.d.ts +6 -0
  14. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +6 -0
  15. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +6 -0
  16. package/dist-types/commands/AdminListDevicesCommand.d.ts +6 -0
  17. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +6 -0
  18. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +6 -0
  19. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +6 -0
  20. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +6 -0
  21. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +6 -0
  22. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +6 -0
  23. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +6 -0
  24. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +6 -0
  25. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +6 -0
  26. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +6 -0
  27. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +6 -0
  28. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +6 -0
  29. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +6 -0
  30. package/dist-types/commands/ChangePasswordCommand.d.ts +6 -0
  31. package/dist-types/commands/ConfirmDeviceCommand.d.ts +6 -0
  32. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +6 -0
  33. package/dist-types/commands/ConfirmSignUpCommand.d.ts +6 -0
  34. package/dist-types/commands/CreateGroupCommand.d.ts +6 -0
  35. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +6 -0
  36. package/dist-types/commands/CreateResourceServerCommand.d.ts +6 -0
  37. package/dist-types/commands/CreateUserImportJobCommand.d.ts +6 -0
  38. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +6 -0
  39. package/dist-types/commands/CreateUserPoolCommand.d.ts +6 -0
  40. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +6 -0
  41. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -0
  42. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +6 -0
  43. package/dist-types/commands/DeleteResourceServerCommand.d.ts +6 -0
  44. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +6 -0
  45. package/dist-types/commands/DeleteUserCommand.d.ts +6 -0
  46. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +6 -0
  47. package/dist-types/commands/DeleteUserPoolCommand.d.ts +6 -0
  48. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +6 -0
  49. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +6 -0
  50. package/dist-types/commands/DescribeResourceServerCommand.d.ts +6 -0
  51. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +6 -0
  52. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +6 -0
  53. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +6 -0
  54. package/dist-types/commands/DescribeUserPoolCommand.d.ts +6 -0
  55. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +6 -0
  56. package/dist-types/commands/ForgetDeviceCommand.d.ts +6 -0
  57. package/dist-types/commands/ForgotPasswordCommand.d.ts +6 -0
  58. package/dist-types/commands/GetCSVHeaderCommand.d.ts +6 -0
  59. package/dist-types/commands/GetDeviceCommand.d.ts +6 -0
  60. package/dist-types/commands/GetGroupCommand.d.ts +6 -0
  61. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +6 -0
  62. package/dist-types/commands/GetSigningCertificateCommand.d.ts +6 -0
  63. package/dist-types/commands/GetUICustomizationCommand.d.ts +6 -0
  64. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +6 -0
  65. package/dist-types/commands/GetUserCommand.d.ts +6 -0
  66. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +6 -0
  67. package/dist-types/commands/GlobalSignOutCommand.d.ts +6 -0
  68. package/dist-types/commands/InitiateAuthCommand.d.ts +6 -0
  69. package/dist-types/commands/ListDevicesCommand.d.ts +6 -0
  70. package/dist-types/commands/ListGroupsCommand.d.ts +6 -0
  71. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +6 -0
  72. package/dist-types/commands/ListResourceServersCommand.d.ts +6 -0
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  74. package/dist-types/commands/ListUserImportJobsCommand.d.ts +6 -0
  75. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +6 -0
  76. package/dist-types/commands/ListUserPoolsCommand.d.ts +6 -0
  77. package/dist-types/commands/ListUsersCommand.d.ts +6 -0
  78. package/dist-types/commands/ListUsersInGroupCommand.d.ts +6 -0
  79. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +6 -0
  80. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +6 -0
  81. package/dist-types/commands/RevokeTokenCommand.d.ts +6 -0
  82. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +6 -0
  83. package/dist-types/commands/SetUICustomizationCommand.d.ts +6 -0
  84. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +6 -0
  85. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +6 -0
  86. package/dist-types/commands/SetUserSettingsCommand.d.ts +6 -0
  87. package/dist-types/commands/SignUpCommand.d.ts +6 -0
  88. package/dist-types/commands/StartUserImportJobCommand.d.ts +6 -0
  89. package/dist-types/commands/StopUserImportJobCommand.d.ts +6 -0
  90. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  92. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +6 -0
  93. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +6 -0
  94. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -0
  95. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +6 -0
  96. package/dist-types/commands/UpdateResourceServerCommand.d.ts +6 -0
  97. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +6 -0
  98. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +6 -0
  99. package/dist-types/commands/UpdateUserPoolCommand.d.ts +6 -0
  100. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +6 -0
  101. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +6 -0
  102. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +6 -0
  103. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AddCustomAttributesRequest, AddCustomAttributesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddCustomAttributesCommand}.
8
+ */
6
9
  export interface AddCustomAttributesCommandInput extends AddCustomAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AddCustomAttributesCommand}.
13
+ */
8
14
  export interface AddCustomAttributesCommandOutput extends AddCustomAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminAddUserToGroupRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminAddUserToGroupCommand}.
8
+ */
6
9
  export interface AdminAddUserToGroupCommandInput extends AdminAddUserToGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminAddUserToGroupCommand}.
13
+ */
8
14
  export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminConfirmSignUpRequest, AdminConfirmSignUpResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminConfirmSignUpCommand}.
8
+ */
6
9
  export interface AdminConfirmSignUpCommandInput extends AdminConfirmSignUpRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminConfirmSignUpCommand}.
13
+ */
8
14
  export interface AdminConfirmSignUpCommandOutput extends AdminConfirmSignUpResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminCreateUserRequest, AdminCreateUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminCreateUserCommand}.
8
+ */
6
9
  export interface AdminCreateUserCommandInput extends AdminCreateUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminCreateUserCommand}.
13
+ */
8
14
  export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminDeleteUserAttributesRequest, AdminDeleteUserAttributesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminDeleteUserAttributesCommand}.
8
+ */
6
9
  export interface AdminDeleteUserAttributesCommandInput extends AdminDeleteUserAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminDeleteUserAttributesCommand}.
13
+ */
8
14
  export interface AdminDeleteUserAttributesCommandOutput extends AdminDeleteUserAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminDeleteUserRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminDeleteUserCommand}.
8
+ */
6
9
  export interface AdminDeleteUserCommandInput extends AdminDeleteUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminDeleteUserCommand}.
13
+ */
8
14
  export interface AdminDeleteUserCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminDisableProviderForUserRequest, AdminDisableProviderForUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminDisableProviderForUserCommand}.
8
+ */
6
9
  export interface AdminDisableProviderForUserCommandInput extends AdminDisableProviderForUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminDisableProviderForUserCommand}.
13
+ */
8
14
  export interface AdminDisableProviderForUserCommandOutput extends AdminDisableProviderForUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminDisableUserRequest, AdminDisableUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminDisableUserCommand}.
8
+ */
6
9
  export interface AdminDisableUserCommandInput extends AdminDisableUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminDisableUserCommand}.
13
+ */
8
14
  export interface AdminDisableUserCommandOutput extends AdminDisableUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminEnableUserRequest, AdminEnableUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminEnableUserCommand}.
8
+ */
6
9
  export interface AdminEnableUserCommandInput extends AdminEnableUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminEnableUserCommand}.
13
+ */
8
14
  export interface AdminEnableUserCommandOutput extends AdminEnableUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminForgetDeviceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminForgetDeviceCommand}.
8
+ */
6
9
  export interface AdminForgetDeviceCommandInput extends AdminForgetDeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminForgetDeviceCommand}.
13
+ */
8
14
  export interface AdminForgetDeviceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminGetDeviceRequest, AdminGetDeviceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminGetDeviceCommand}.
8
+ */
6
9
  export interface AdminGetDeviceCommandInput extends AdminGetDeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminGetDeviceCommand}.
13
+ */
8
14
  export interface AdminGetDeviceCommandOutput extends AdminGetDeviceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminGetUserRequest, AdminGetUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminGetUserCommand}.
8
+ */
6
9
  export interface AdminGetUserCommandInput extends AdminGetUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminGetUserCommand}.
13
+ */
8
14
  export interface AdminGetUserCommandOutput extends AdminGetUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminInitiateAuthRequest, AdminInitiateAuthResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminInitiateAuthCommand}.
8
+ */
6
9
  export interface AdminInitiateAuthCommandInput extends AdminInitiateAuthRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminInitiateAuthCommand}.
13
+ */
8
14
  export interface AdminInitiateAuthCommandOutput extends AdminInitiateAuthResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminLinkProviderForUserRequest, AdminLinkProviderForUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminLinkProviderForUserCommand}.
8
+ */
6
9
  export interface AdminLinkProviderForUserCommandInput extends AdminLinkProviderForUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminLinkProviderForUserCommand}.
13
+ */
8
14
  export interface AdminLinkProviderForUserCommandOutput extends AdminLinkProviderForUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminListDevicesRequest, AdminListDevicesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminListDevicesCommand}.
8
+ */
6
9
  export interface AdminListDevicesCommandInput extends AdminListDevicesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminListDevicesCommand}.
13
+ */
8
14
  export interface AdminListDevicesCommandOutput extends AdminListDevicesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminListGroupsForUserRequest, AdminListGroupsForUserResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminListGroupsForUserCommand}.
8
+ */
6
9
  export interface AdminListGroupsForUserCommandInput extends AdminListGroupsForUserRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminListGroupsForUserCommand}.
13
+ */
8
14
  export interface AdminListGroupsForUserCommandOutput extends AdminListGroupsForUserResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminListUserAuthEventsRequest, AdminListUserAuthEventsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminListUserAuthEventsCommand}.
8
+ */
6
9
  export interface AdminListUserAuthEventsCommandInput extends AdminListUserAuthEventsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminListUserAuthEventsCommand}.
13
+ */
8
14
  export interface AdminListUserAuthEventsCommandOutput extends AdminListUserAuthEventsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminRemoveUserFromGroupRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminRemoveUserFromGroupCommand}.
8
+ */
6
9
  export interface AdminRemoveUserFromGroupCommandInput extends AdminRemoveUserFromGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminRemoveUserFromGroupCommand}.
13
+ */
8
14
  export interface AdminRemoveUserFromGroupCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminResetUserPasswordRequest, AdminResetUserPasswordResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminResetUserPasswordCommand}.
8
+ */
6
9
  export interface AdminResetUserPasswordCommandInput extends AdminResetUserPasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminResetUserPasswordCommand}.
13
+ */
8
14
  export interface AdminResetUserPasswordCommandOutput extends AdminResetUserPasswordResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminRespondToAuthChallengeRequest, AdminRespondToAuthChallengeResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminRespondToAuthChallengeCommand}.
8
+ */
6
9
  export interface AdminRespondToAuthChallengeCommandInput extends AdminRespondToAuthChallengeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminRespondToAuthChallengeCommand}.
13
+ */
8
14
  export interface AdminRespondToAuthChallengeCommandOutput extends AdminRespondToAuthChallengeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminSetUserMFAPreferenceRequest, AdminSetUserMFAPreferenceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminSetUserMFAPreferenceCommand}.
8
+ */
6
9
  export interface AdminSetUserMFAPreferenceCommandInput extends AdminSetUserMFAPreferenceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminSetUserMFAPreferenceCommand}.
13
+ */
8
14
  export interface AdminSetUserMFAPreferenceCommandOutput extends AdminSetUserMFAPreferenceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminSetUserPasswordRequest, AdminSetUserPasswordResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminSetUserPasswordCommand}.
8
+ */
6
9
  export interface AdminSetUserPasswordCommandInput extends AdminSetUserPasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminSetUserPasswordCommand}.
13
+ */
8
14
  export interface AdminSetUserPasswordCommandOutput extends AdminSetUserPasswordResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminSetUserSettingsRequest, AdminSetUserSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminSetUserSettingsCommand}.
8
+ */
6
9
  export interface AdminSetUserSettingsCommandInput extends AdminSetUserSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminSetUserSettingsCommand}.
13
+ */
8
14
  export interface AdminSetUserSettingsCommandOutput extends AdminSetUserSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminUpdateAuthEventFeedbackRequest, AdminUpdateAuthEventFeedbackResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminUpdateAuthEventFeedbackCommand}.
8
+ */
6
9
  export interface AdminUpdateAuthEventFeedbackCommandInput extends AdminUpdateAuthEventFeedbackRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminUpdateAuthEventFeedbackCommand}.
13
+ */
8
14
  export interface AdminUpdateAuthEventFeedbackCommandOutput extends AdminUpdateAuthEventFeedbackResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminUpdateDeviceStatusRequest, AdminUpdateDeviceStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminUpdateDeviceStatusCommand}.
8
+ */
6
9
  export interface AdminUpdateDeviceStatusCommandInput extends AdminUpdateDeviceStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminUpdateDeviceStatusCommand}.
13
+ */
8
14
  export interface AdminUpdateDeviceStatusCommandOutput extends AdminUpdateDeviceStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminUpdateUserAttributesRequest, AdminUpdateUserAttributesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminUpdateUserAttributesCommand}.
8
+ */
6
9
  export interface AdminUpdateUserAttributesCommandInput extends AdminUpdateUserAttributesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminUpdateUserAttributesCommand}.
13
+ */
8
14
  export interface AdminUpdateUserAttributesCommandOutput extends AdminUpdateUserAttributesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AdminUserGlobalSignOutRequest, AdminUserGlobalSignOutResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AdminUserGlobalSignOutCommand}.
8
+ */
6
9
  export interface AdminUserGlobalSignOutCommandInput extends AdminUserGlobalSignOutRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AdminUserGlobalSignOutCommand}.
13
+ */
8
14
  export interface AdminUserGlobalSignOutCommandOutput extends AdminUserGlobalSignOutResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { AssociateSoftwareTokenRequest, AssociateSoftwareTokenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateSoftwareTokenCommand}.
8
+ */
6
9
  export interface AssociateSoftwareTokenCommandInput extends AssociateSoftwareTokenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateSoftwareTokenCommand}.
13
+ */
8
14
  export interface AssociateSoftwareTokenCommandOutput extends AssociateSoftwareTokenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ChangePasswordRequest, ChangePasswordResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ChangePasswordCommand}.
8
+ */
6
9
  export interface ChangePasswordCommandInput extends ChangePasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ChangePasswordCommand}.
13
+ */
8
14
  export interface ChangePasswordCommandOutput extends ChangePasswordResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ConfirmDeviceRequest, ConfirmDeviceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ConfirmDeviceCommand}.
8
+ */
6
9
  export interface ConfirmDeviceCommandInput extends ConfirmDeviceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ConfirmDeviceCommand}.
13
+ */
8
14
  export interface ConfirmDeviceCommandOutput extends ConfirmDeviceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ConfirmForgotPasswordRequest, ConfirmForgotPasswordResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ConfirmForgotPasswordCommand}.
8
+ */
6
9
  export interface ConfirmForgotPasswordCommandInput extends ConfirmForgotPasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ConfirmForgotPasswordCommand}.
13
+ */
8
14
  export interface ConfirmForgotPasswordCommandOutput extends ConfirmForgotPasswordResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { ConfirmSignUpRequest, ConfirmSignUpResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ConfirmSignUpCommand}.
8
+ */
6
9
  export interface ConfirmSignUpCommandInput extends ConfirmSignUpRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ConfirmSignUpCommand}.
13
+ */
8
14
  export interface ConfirmSignUpCommandOutput extends ConfirmSignUpResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateGroupCommand}.
8
+ */
6
9
  export interface CreateGroupCommandInput extends CreateGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateGroupCommand}.
13
+ */
8
14
  export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { CreateIdentityProviderRequest, CreateIdentityProviderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateIdentityProviderCommand}.
8
+ */
6
9
  export interface CreateIdentityProviderCommandInput extends CreateIdentityProviderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateIdentityProviderCommand}.
13
+ */
8
14
  export interface CreateIdentityProviderCommandOutput extends CreateIdentityProviderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { CreateResourceServerRequest, CreateResourceServerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateResourceServerCommand}.
8
+ */
6
9
  export interface CreateResourceServerCommandInput extends CreateResourceServerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateResourceServerCommand}.
13
+ */
8
14
  export interface CreateResourceServerCommandOutput extends CreateResourceServerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { CreateUserImportJobRequest, CreateUserImportJobResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateUserImportJobCommand}.
8
+ */
6
9
  export interface CreateUserImportJobCommandInput extends CreateUserImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUserImportJobCommand}.
13
+ */
8
14
  export interface CreateUserImportJobCommandOutput extends CreateUserImportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { CreateUserPoolClientRequest, CreateUserPoolClientResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateUserPoolClientCommand}.
8
+ */
6
9
  export interface CreateUserPoolClientCommandInput extends CreateUserPoolClientRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUserPoolClientCommand}.
13
+ */
8
14
  export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { CreateUserPoolRequest, CreateUserPoolResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateUserPoolCommand}.
8
+ */
6
9
  export interface CreateUserPoolCommandInput extends CreateUserPoolRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUserPoolCommand}.
13
+ */
8
14
  export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
5
5
  import { CreateUserPoolDomainRequest, CreateUserPoolDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateUserPoolDomainCommand}.
8
+ */
6
9
  export interface CreateUserPoolDomainCommandInput extends CreateUserPoolDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateUserPoolDomainCommand}.
13
+ */
8
14
  export interface CreateUserPoolDomainCommandOutput extends CreateUserPoolDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**