@aws-sdk/client-cognito-identity-provider 3.775.0 → 3.782.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 (114) hide show
  1. package/dist-types/commands/AddCustomAttributesCommand.d.ts +1 -0
  2. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +1 -0
  3. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -0
  4. package/dist-types/commands/AdminCreateUserCommand.d.ts +30 -30
  5. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +1 -0
  6. package/dist-types/commands/AdminDeleteUserCommand.d.ts +1 -0
  7. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +1 -0
  8. package/dist-types/commands/AdminDisableUserCommand.d.ts +1 -0
  9. package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -0
  10. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +1 -0
  11. package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -0
  12. package/dist-types/commands/AdminGetUserCommand.d.ts +1 -0
  13. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +1 -0
  14. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +1 -0
  15. package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -0
  16. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +1 -0
  17. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +1 -0
  18. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -0
  19. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +1 -0
  20. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +1 -0
  21. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +1 -0
  22. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +1 -0
  23. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +1 -0
  24. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +1 -0
  25. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +1 -0
  26. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +1 -0
  27. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +1 -0
  28. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +1 -0
  29. package/dist-types/commands/ChangePasswordCommand.d.ts +1 -0
  30. package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +1 -0
  31. package/dist-types/commands/ConfirmDeviceCommand.d.ts +1 -0
  32. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +1 -0
  33. package/dist-types/commands/ConfirmSignUpCommand.d.ts +1 -0
  34. package/dist-types/commands/CreateGroupCommand.d.ts +1 -0
  35. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +1 -0
  36. package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +1 -0
  37. package/dist-types/commands/CreateResourceServerCommand.d.ts +1 -0
  38. package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -0
  39. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +62 -62
  40. package/dist-types/commands/CreateUserPoolCommand.d.ts +327 -327
  41. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +1 -0
  42. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -0
  43. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -0
  44. package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +1 -0
  45. package/dist-types/commands/DeleteResourceServerCommand.d.ts +1 -0
  46. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +1 -0
  47. package/dist-types/commands/DeleteUserCommand.d.ts +1 -0
  48. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +2 -1
  49. package/dist-types/commands/DeleteUserPoolCommand.d.ts +1 -0
  50. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +1 -0
  51. package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +1 -0
  52. package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +1 -0
  53. package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeResourceServerCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +1 -0
  57. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +1 -0
  58. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -0
  59. package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -0
  60. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -0
  61. package/dist-types/commands/ForgetDeviceCommand.d.ts +1 -0
  62. package/dist-types/commands/ForgotPasswordCommand.d.ts +1 -0
  63. package/dist-types/commands/GetCSVHeaderCommand.d.ts +1 -0
  64. package/dist-types/commands/GetDeviceCommand.d.ts +1 -0
  65. package/dist-types/commands/GetGroupCommand.d.ts +1 -0
  66. package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +1 -0
  67. package/dist-types/commands/GetLogDeliveryConfigurationCommand.d.ts +1 -0
  68. package/dist-types/commands/GetSigningCertificateCommand.d.ts +1 -0
  69. package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -0
  70. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -0
  71. package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +1 -0
  72. package/dist-types/commands/GetUserCommand.d.ts +1 -0
  73. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -0
  74. package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -0
  75. package/dist-types/commands/InitiateAuthCommand.d.ts +21 -21
  76. package/dist-types/commands/ListDevicesCommand.d.ts +1 -0
  77. package/dist-types/commands/ListGroupsCommand.d.ts +1 -0
  78. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -0
  79. package/dist-types/commands/ListResourceServersCommand.d.ts +1 -0
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  81. package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -0
  82. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -0
  83. package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -0
  84. package/dist-types/commands/ListUsersCommand.d.ts +40 -40
  85. package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -0
  86. package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +1 -0
  87. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +1 -0
  88. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +1 -0
  89. package/dist-types/commands/RevokeTokenCommand.d.ts +1 -0
  90. package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +1 -0
  91. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +1 -0
  92. package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -0
  93. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +1 -0
  94. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +1 -0
  95. package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -0
  96. package/dist-types/commands/SignUpCommand.d.ts +1 -0
  97. package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -0
  98. package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +1 -0
  99. package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -0
  100. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  101. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  102. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -0
  103. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -0
  104. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -0
  105. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -0
  106. package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -0
  107. package/dist-types/commands/UpdateResourceServerCommand.d.ts +1 -0
  108. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -0
  109. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +1 -0
  110. package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -0
  111. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +1 -0
  112. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +1 -0
  113. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +1 -0
  114. package/package.json +5 -5
@@ -111,6 +111,7 @@ declare const CreateUserPoolDomainCommand_base: {
111
111
  * @throws {@link CognitoIdentityProviderServiceException}
112
112
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class CreateUserPoolDomainCommand extends CreateUserPoolDomainCommand_base {
@@ -95,6 +95,7 @@ declare const DeleteGroupCommand_base: {
95
95
  * @throws {@link CognitoIdentityProviderServiceException}
96
96
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
@@ -100,6 +100,7 @@ declare const DeleteIdentityProviderCommand_base: {
100
100
  * @throws {@link CognitoIdentityProviderServiceException}
101
101
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class DeleteIdentityProviderCommand extends DeleteIdentityProviderCommand_base {
@@ -98,6 +98,7 @@ declare const DeleteManagedLoginBrandingCommand_base: {
98
98
  * @throws {@link CognitoIdentityProviderServiceException}
99
99
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DeleteManagedLoginBrandingCommand extends DeleteManagedLoginBrandingCommand_base {
@@ -94,6 +94,7 @@ declare const DeleteResourceServerCommand_base: {
94
94
  * @throws {@link CognitoIdentityProviderServiceException}
95
95
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class DeleteResourceServerCommand extends DeleteResourceServerCommand_base {
@@ -95,6 +95,7 @@ declare const DeleteUserAttributesCommand_base: {
95
95
  * @throws {@link CognitoIdentityProviderServiceException}
96
96
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class DeleteUserAttributesCommand extends DeleteUserAttributesCommand_base {
@@ -91,6 +91,7 @@ declare const DeleteUserCommand_base: {
91
91
  * @throws {@link CognitoIdentityProviderServiceException}
92
92
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DeleteUserCommand extends DeleteUserCommand_base {
@@ -24,7 +24,7 @@ export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {
24
24
  declare const DeleteUserPoolClientCommand_base: {
25
25
  new (input: DeleteUserPoolClientCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: DeleteUserPoolClientCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Deletes a user pool app client. After you delete an app client, users can no longer
@@ -76,6 +76,7 @@ declare const DeleteUserPoolClientCommand_base: {
76
76
  * @throws {@link CognitoIdentityProviderServiceException}
77
77
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class DeleteUserPoolClientCommand extends DeleteUserPoolClientCommand_base {
@@ -82,6 +82,7 @@ declare const DeleteUserPoolCommand_base: {
82
82
  * @throws {@link CognitoIdentityProviderServiceException}
83
83
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DeleteUserPoolCommand extends DeleteUserPoolCommand_base {
@@ -69,6 +69,7 @@ declare const DeleteUserPoolDomainCommand_base: {
69
69
  * @throws {@link CognitoIdentityProviderServiceException}
70
70
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class DeleteUserPoolDomainCommand extends DeleteUserPoolDomainCommand_base {
@@ -79,6 +79,7 @@ declare const DeleteWebAuthnCredentialCommand_base: {
79
79
  * @throws {@link CognitoIdentityProviderServiceException}
80
80
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class DeleteWebAuthnCredentialCommand extends DeleteWebAuthnCredentialCommand_base {
@@ -89,6 +89,7 @@ declare const DescribeIdentityProviderCommand_base: {
89
89
  * @throws {@link CognitoIdentityProviderServiceException}
90
90
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class DescribeIdentityProviderCommand extends DescribeIdentityProviderCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeManagedLoginBrandingByClientCommand_base: {
91
91
  * @throws {@link CognitoIdentityProviderServiceException}
92
92
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeManagedLoginBrandingByClientCommand extends DescribeManagedLoginBrandingByClientCommand_base {
@@ -91,6 +91,7 @@ declare const DescribeManagedLoginBrandingCommand_base: {
91
91
  * @throws {@link CognitoIdentityProviderServiceException}
92
92
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class DescribeManagedLoginBrandingCommand extends DescribeManagedLoginBrandingCommand_base {
@@ -83,6 +83,7 @@ declare const DescribeResourceServerCommand_base: {
83
83
  * @throws {@link CognitoIdentityProviderServiceException}
84
84
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class DescribeResourceServerCommand extends DescribeResourceServerCommand_base {
@@ -135,6 +135,7 @@ declare const DescribeRiskConfigurationCommand_base: {
135
135
  * @throws {@link CognitoIdentityProviderServiceException}
136
136
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class DescribeRiskConfigurationCommand extends DescribeRiskConfigurationCommand_base {
@@ -87,6 +87,7 @@ declare const DescribeUserImportJobCommand_base: {
87
87
  * @throws {@link CognitoIdentityProviderServiceException}
88
88
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class DescribeUserImportJobCommand extends DescribeUserImportJobCommand_base {
@@ -147,6 +147,7 @@ declare const DescribeUserPoolClientCommand_base: {
147
147
  * @throws {@link CognitoIdentityProviderServiceException}
148
148
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
149
149
  *
150
+ *
150
151
  * @public
151
152
  */
152
153
  export declare class DescribeUserPoolClientCommand extends DescribeUserPoolClientCommand_base {
@@ -241,6 +241,7 @@ declare const DescribeUserPoolCommand_base: {
241
241
  * @throws {@link CognitoIdentityProviderServiceException}
242
242
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
243
243
  *
244
+ *
244
245
  * @public
245
246
  */
246
247
  export declare class DescribeUserPoolCommand extends DescribeUserPoolCommand_base {
@@ -101,6 +101,7 @@ declare const DescribeUserPoolDomainCommand_base: {
101
101
  * @throws {@link CognitoIdentityProviderServiceException}
102
102
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class DescribeUserPoolDomainCommand extends DescribeUserPoolDomainCommand_base {
@@ -95,6 +95,7 @@ declare const ForgetDeviceCommand_base: {
95
95
  * @throws {@link CognitoIdentityProviderServiceException}
96
96
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
97
97
  *
98
+ *
98
99
  * @public
99
100
  */
100
101
  export declare class ForgetDeviceCommand extends ForgetDeviceCommand_base {
@@ -157,6 +157,7 @@ declare const ForgotPasswordCommand_base: {
157
157
  * @throws {@link CognitoIdentityProviderServiceException}
158
158
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
159
159
  *
160
+ *
160
161
  * @public
161
162
  */
162
163
  export declare class ForgotPasswordCommand extends ForgotPasswordCommand_base {
@@ -100,6 +100,7 @@ declare const GetCSVHeaderCommand_base: {
100
100
  * @throws {@link CognitoIdentityProviderServiceException}
101
101
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetCSVHeaderCommand extends GetCSVHeaderCommand_base {
@@ -108,6 +108,7 @@ declare const GetDeviceCommand_base: {
108
108
  * @throws {@link CognitoIdentityProviderServiceException}
109
109
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class GetDeviceCommand extends GetDeviceCommand_base {
@@ -103,6 +103,7 @@ declare const GetGroupCommand_base: {
103
103
  * @throws {@link CognitoIdentityProviderServiceException}
104
104
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class GetGroupCommand extends GetGroupCommand_base {
@@ -90,6 +90,7 @@ declare const GetIdentityProviderByIdentifierCommand_base: {
90
90
  * @throws {@link CognitoIdentityProviderServiceException}
91
91
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class GetIdentityProviderByIdentifierCommand extends GetIdentityProviderByIdentifierCommand_base {
@@ -110,6 +110,7 @@ declare const GetLogDeliveryConfigurationCommand_base: {
110
110
  * @throws {@link CognitoIdentityProviderServiceException}
111
111
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class GetLogDeliveryConfigurationCommand extends GetLogDeliveryConfigurationCommand_base {
@@ -90,6 +90,7 @@ declare const GetSigningCertificateCommand_base: {
90
90
  * @throws {@link CognitoIdentityProviderServiceException}
91
91
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class GetSigningCertificateCommand extends GetSigningCertificateCommand_base {
@@ -85,6 +85,7 @@ declare const GetUICustomizationCommand_base: {
85
85
  * @throws {@link CognitoIdentityProviderServiceException}
86
86
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetUICustomizationCommand extends GetUICustomizationCommand_base {
@@ -151,6 +151,7 @@ declare const GetUserAttributeVerificationCodeCommand_base: {
151
151
  * @throws {@link CognitoIdentityProviderServiceException}
152
152
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
153
153
  *
154
+ *
154
155
  * @public
155
156
  */
156
157
  export declare class GetUserAttributeVerificationCodeCommand extends GetUserAttributeVerificationCodeCommand_base {
@@ -109,6 +109,7 @@ declare const GetUserAuthFactorsCommand_base: {
109
109
  * @throws {@link CognitoIdentityProviderServiceException}
110
110
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class GetUserAuthFactorsCommand extends GetUserAuthFactorsCommand_base {
@@ -108,6 +108,7 @@ declare const GetUserCommand_base: {
108
108
  * @throws {@link CognitoIdentityProviderServiceException}
109
109
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class GetUserCommand extends GetUserCommand_base {
@@ -130,6 +130,7 @@ declare const GetUserPoolMfaConfigCommand_base: {
130
130
  * @throws {@link CognitoIdentityProviderServiceException}
131
131
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class GetUserPoolMfaConfigCommand extends GetUserPoolMfaConfigCommand_base {
@@ -113,6 +113,7 @@ declare const GlobalSignOutCommand_base: {
113
113
  * @throws {@link CognitoIdentityProviderServiceException}
114
114
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class GlobalSignOutCommand extends GlobalSignOutCommand_base {
@@ -173,44 +173,44 @@ declare const InitiateAuthCommand_base: {
173
173
  * @throws {@link CognitoIdentityProviderServiceException}
174
174
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
175
175
  *
176
- * @public
176
+ *
177
177
  * @example Example username and password sign-in for a user who has TOTP MFA
178
178
  * ```javascript
179
179
  * // The following example signs in the user mytestuser with analytics data, client metadata, and user context data for advanced security.
180
180
  * const input = {
181
- * "AnalyticsMetadata": {
182
- * "AnalyticsEndpointId": "d70b2ba36a8c4dc5a04a0451a31a1e12"
181
+ * AnalyticsMetadata: {
182
+ * AnalyticsEndpointId: "d70b2ba36a8c4dc5a04a0451a31a1e12"
183
183
  * },
184
- * "AuthFlow": "USER_PASSWORD_AUTH",
185
- * "AuthParameters": {
186
- * "PASSWORD": "This-is-my-test-99!",
187
- * "SECRET_HASH": "oT5ZkS8ctnrhYeeGsGTvOzPhoc/Jd1cO5fueBWFVmp8=",
188
- * "USERNAME": "mytestuser"
184
+ * AuthFlow: "USER_PASSWORD_AUTH",
185
+ * AuthParameters: {
186
+ * PASSWORD: "This-is-my-test-99!",
187
+ * SECRET_HASH: "oT5ZkS8ctnrhYeeGsGTvOzPhoc/Jd1cO5fueBWFVmp8=",
188
+ * USERNAME: "mytestuser"
189
189
  * },
190
- * "ClientId": "1example23456789",
191
- * "ClientMetadata": {
192
- * "MyTestKey": "MyTestValue"
190
+ * ClientId: "1example23456789",
191
+ * ClientMetadata: {
192
+ * MyTestKey: "MyTestValue"
193
193
  * },
194
- * "UserContextData": {
195
- * "EncodedData": "AmazonCognitoAdvancedSecurityData_object",
196
- * "IpAddress": "192.0.2.1"
194
+ * UserContextData: {
195
+ * EncodedData: "AmazonCognitoAdvancedSecurityData_object",
196
+ * IpAddress: "192.0.2.1"
197
197
  * }
198
198
  * };
199
199
  * const command = new InitiateAuthCommand(input);
200
200
  * const response = await client.send(command);
201
- * /* response ==
201
+ * /* response is
202
202
  * {
203
- * "ChallengeName": "SOFTWARE_TOKEN_MFA",
204
- * "ChallengeParameters": {
205
- * "FRIENDLY_DEVICE_NAME": "mytestauthenticator",
206
- * "USER_ID_FOR_SRP": "mytestuser"
203
+ * ChallengeName: "SOFTWARE_TOKEN_MFA",
204
+ * ChallengeParameters: {
205
+ * FRIENDLY_DEVICE_NAME: "mytestauthenticator",
206
+ * USER_ID_FOR_SRP: "mytestuser"
207
207
  * },
208
- * "Session": "AYABeC1-y8qooiuysEv0uM4wAqQAHQABAAdTZXJ2aWNlABBDb2duaXRvVXNlclBvb2xzAAEAB2F3cy1rbXMAS2Fybjphd3M6a21zOnVzLXdlc3QtMjowMTU3MzY3MjcxOTg6a2V5LzI5OTFhNGE5LTM5YTAtNDQ0Mi04MWU4LWRkYjY4NTllMTg2MQC4AQIBAHhjxv5lVLhE2_WNrC1zuomqn08qDUUp3z9v4EGAjazZ-wGP3HuBF5Izvxf-9WkCT5uyAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMeQoT5e6Dpfh52caqAgEQgDvuL8uLMhPt0WmQpZnkNED1gob6xbqt5LaQo_H4L5CuT4Kj499dGCoZ1q1trmlZSRgRm0wwGGG8lFU37QIAAAAADAAAEAAAAAAAAAAAAAAAAADuLe9_UJ4oZAMsQYr0ntiT_____wAAAAEAAAAAAAAAAAAAAAEAAADnLDGmKBQtsCafNokRmPLgl2itBKuKR2dfZBQb5ucCYkzThM5HOfQUSEL-A3dZzfYDC0IODsrcMkrbeeVyMJk-FCzsxS9Og8BEBVnvi9WjZkPJ4mF0YS6FUXnoPSBV5oUqGzRaT-tJ169SUFZAUfFM1fGeJ8T57-QdCxjyISRCWV1VG5_7TiCioyRGfWwzNVWh7exJortF3ccfOyiEyxeqJ2VJvJq3m_w8NP24_PMDpktpRMKftObIMlD5ewRTNCdrUXQ1BW5KIxhJLGjYfRzJDZuKzmEgS-VHsKz0z76w-AlAgdfvdAjflLnsgduU5kUX4YP6jqnetg"
208
+ * Session: "AYABeC1-y8qooiuysEv0uM4wAqQAHQABAAdTZXJ2aWNlABBDb2duaXRvVXNlclBvb2xzAAEAB2F3cy1rbXMAS2Fybjphd3M6a21zOnVzLXdlc3QtMjowMTU3MzY3MjcxOTg6a2V5LzI5OTFhNGE5LTM5YTAtNDQ0Mi04MWU4LWRkYjY4NTllMTg2MQC4AQIBAHhjxv5lVLhE2_WNrC1zuomqn08qDUUp3z9v4EGAjazZ-wGP3HuBF5Izvxf-9WkCT5uyAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMeQoT5e6Dpfh52caqAgEQgDvuL8uLMhPt0WmQpZnkNED1gob6xbqt5LaQo_H4L5CuT4Kj499dGCoZ1q1trmlZSRgRm0wwGGG8lFU37QIAAAAADAAAEAAAAAAAAAAAAAAAAADuLe9_UJ4oZAMsQYr0ntiT_____wAAAAEAAAAAAAAAAAAAAAEAAADnLDGmKBQtsCafNokRmPLgl2itBKuKR2dfZBQb5ucCYkzThM5HOfQUSEL-A3dZzfYDC0IODsrcMkrbeeVyMJk-FCzsxS9Og8BEBVnvi9WjZkPJ4mF0YS6FUXnoPSBV5oUqGzRaT-tJ169SUFZAUfFM1fGeJ8T57-QdCxjyISRCWV1VG5_7TiCioyRGfWwzNVWh7exJortF3ccfOyiEyxeqJ2VJvJq3m_w8NP24_PMDpktpRMKftObIMlD5ewRTNCdrUXQ1BW5KIxhJLGjYfRzJDZuKzmEgS-VHsKz0z76w-AlAgdfvdAjflLnsgduU5kUX4YP6jqnetg"
209
209
  * }
210
210
  * *\/
211
- * // example id: example-username-and-password-sign-in-for-a-user-who-has-totp-mfa-1689887395219
212
211
  * ```
213
212
  *
213
+ * @public
214
214
  */
215
215
  export declare class InitiateAuthCommand extends InitiateAuthCommand_base {
216
216
  /** @internal type navigation helper, not in runtime. */
@@ -112,6 +112,7 @@ declare const ListDevicesCommand_base: {
112
112
  * @throws {@link CognitoIdentityProviderServiceException}
113
113
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class ListDevicesCommand extends ListDevicesCommand_base {
@@ -105,6 +105,7 @@ declare const ListGroupsCommand_base: {
105
105
  * @throws {@link CognitoIdentityProviderServiceException}
106
106
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class ListGroupsCommand extends ListGroupsCommand_base {
@@ -103,6 +103,7 @@ declare const ListIdentityProvidersCommand_base: {
103
103
  * @throws {@link CognitoIdentityProviderServiceException}
104
104
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class ListIdentityProvidersCommand extends ListIdentityProvidersCommand_base {
@@ -108,6 +108,7 @@ declare const ListResourceServersCommand_base: {
108
108
  * @throws {@link CognitoIdentityProviderServiceException}
109
109
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class ListResourceServersCommand extends ListResourceServersCommand_base {
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
76
76
  * @throws {@link CognitoIdentityProviderServiceException}
77
77
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -113,6 +113,7 @@ declare const ListUserImportJobsCommand_base: {
113
113
  * @throws {@link CognitoIdentityProviderServiceException}
114
114
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class ListUserImportJobsCommand extends ListUserImportJobsCommand_base {
@@ -102,6 +102,7 @@ declare const ListUserPoolClientsCommand_base: {
102
102
  * @throws {@link CognitoIdentityProviderServiceException}
103
103
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class ListUserPoolClientsCommand extends ListUserPoolClientsCommand_base {
@@ -123,6 +123,7 @@ declare const ListUserPoolsCommand_base: {
123
123
  * @throws {@link CognitoIdentityProviderServiceException}
124
124
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class ListUserPoolsCommand extends ListUserPoolsCommand_base {
@@ -120,83 +120,83 @@ declare const ListUsersCommand_base: {
120
120
  * @throws {@link CognitoIdentityProviderServiceException}
121
121
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
122
122
  *
123
- * @public
123
+ *
124
124
  * @example A ListUsers request for the next 3 users whose email address starts with "testuser."
125
125
  * ```javascript
126
126
  * // This request submits a value for all possible parameters for ListUsers. By iterating the PaginationToken, you can page through and collect all users in a user pool.
127
127
  * const input = {
128
- * "AttributesToGet": [
128
+ * AttributesToGet: [
129
129
  * "email",
130
130
  * "sub"
131
131
  * ],
132
- * "Filter": "\"email\"^=\"testuser\"",
133
- * "Limit": 3,
134
- * "PaginationToken": "abcd1234EXAMPLE",
135
- * "UserPoolId": "us-east-1_EXAMPLE"
132
+ * Filter: `"email"^="testuser"`,
133
+ * Limit: 3,
134
+ * PaginationToken: "abcd1234EXAMPLE",
135
+ * UserPoolId: "us-east-1_EXAMPLE"
136
136
  * };
137
137
  * const command = new ListUsersCommand(input);
138
138
  * const response = await client.send(command);
139
- * /* response ==
139
+ * /* response is
140
140
  * {
141
- * "PaginationToken": "efgh5678EXAMPLE",
142
- * "Users": [
141
+ * PaginationToken: "efgh5678EXAMPLE",
142
+ * Users: [
143
143
  * {
144
- * "Attributes": [
144
+ * Attributes: [
145
145
  * {
146
- * "Name": "sub",
147
- * "Value": "eaad0219-2117-439f-8d46-4db20e59268f"
146
+ * Name: "sub",
147
+ * Value: "eaad0219-2117-439f-8d46-4db20e59268f"
148
148
  * },
149
149
  * {
150
- * "Name": "email",
151
- * "Value": "testuser@example.com"
150
+ * Name: "email",
151
+ * Value: "testuser@example.com"
152
152
  * }
153
153
  * ],
154
- * "Enabled": true,
155
- * "UserCreateDate": 1682955829.578,
156
- * "UserLastModifiedDate": 1689030181.63,
157
- * "UserStatus": "CONFIRMED",
158
- * "Username": "testuser"
154
+ * Enabled: true,
155
+ * UserCreateDate: 1.682955829578E9,
156
+ * UserLastModifiedDate: 1.68903018163E9,
157
+ * UserStatus: "CONFIRMED",
158
+ * Username: "testuser"
159
159
  * },
160
160
  * {
161
- * "Attributes": [
161
+ * Attributes: [
162
162
  * {
163
- * "Name": "sub",
164
- * "Value": "3b994cfd-0b07-4581-be46-3c82f9a70c90"
163
+ * Name: "sub",
164
+ * Value: "3b994cfd-0b07-4581-be46-3c82f9a70c90"
165
165
  * },
166
166
  * {
167
- * "Name": "email",
168
- * "Value": "testuser2@example.com"
167
+ * Name: "email",
168
+ * Value: "testuser2@example.com"
169
169
  * }
170
170
  * ],
171
- * "Enabled": true,
172
- * "UserCreateDate": 1684427979.201,
173
- * "UserLastModifiedDate": 1684427979.201,
174
- * "UserStatus": "UNCONFIRMED",
175
- * "Username": "testuser2"
171
+ * Enabled: true,
172
+ * UserCreateDate: 1.684427979201E9,
173
+ * UserLastModifiedDate: 1.684427979201E9,
174
+ * UserStatus: "UNCONFIRMED",
175
+ * Username: "testuser2"
176
176
  * },
177
177
  * {
178
- * "Attributes": [
178
+ * Attributes: [
179
179
  * {
180
- * "Name": "sub",
181
- * "Value": "5929e0d1-4c34-42d1-9b79-a5ecacfe66f7"
180
+ * Name: "sub",
181
+ * Value: "5929e0d1-4c34-42d1-9b79-a5ecacfe66f7"
182
182
  * },
183
183
  * {
184
- * "Name": "email",
185
- * "Value": "testuser3@example.com"
184
+ * Name: "email",
185
+ * Value: "testuser3@example.com"
186
186
  * }
187
187
  * ],
188
- * "Enabled": true,
189
- * "UserCreateDate": 1684427823.641,
190
- * "UserLastModifiedDate": 1684427823.641,
191
- * "UserStatus": "UNCONFIRMED",
192
- * "Username": "testuser3@example.com"
188
+ * Enabled: true,
189
+ * UserCreateDate: 1.684427823641E9,
190
+ * UserLastModifiedDate: 1.684427823641E9,
191
+ * UserStatus: "UNCONFIRMED",
192
+ * Username: "testuser3@example.com"
193
193
  * }
194
194
  * ]
195
195
  * }
196
196
  * *\/
197
- * // example id: a-listusers-request-for-the-next-3-users-whose-email-address-starts-with-testuser-1689977648246
198
197
  * ```
199
198
  *
199
+ * @public
200
200
  */
201
201
  export declare class ListUsersCommand extends ListUsersCommand_base {
202
202
  /** @internal type navigation helper, not in runtime. */
@@ -117,6 +117,7 @@ declare const ListUsersInGroupCommand_base: {
117
117
  * @throws {@link CognitoIdentityProviderServiceException}
118
118
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class ListUsersInGroupCommand extends ListUsersInGroupCommand_base {
@@ -90,6 +90,7 @@ declare const ListWebAuthnCredentialsCommand_base: {
90
90
  * @throws {@link CognitoIdentityProviderServiceException}
91
91
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListWebAuthnCredentialsCommand extends ListWebAuthnCredentialsCommand_base {
@@ -155,6 +155,7 @@ declare const ResendConfirmationCodeCommand_base: {
155
155
  * @throws {@link CognitoIdentityProviderServiceException}
156
156
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
157
157
  *
158
+ *
158
159
  * @public
159
160
  */
160
161
  export declare class ResendConfirmationCodeCommand extends ResendConfirmationCodeCommand_base {
@@ -201,6 +201,7 @@ declare const RespondToAuthChallengeCommand_base: {
201
201
  * @throws {@link CognitoIdentityProviderServiceException}
202
202
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
203
203
  *
204
+ *
204
205
  * @public
205
206
  */
206
207
  export declare class RespondToAuthChallengeCommand extends RespondToAuthChallengeCommand_base {