@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
@@ -88,6 +88,7 @@ declare const RevokeTokenCommand_base: {
88
88
  * @throws {@link CognitoIdentityProviderServiceException}
89
89
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class RevokeTokenCommand extends RevokeTokenCommand_base {
@@ -111,6 +111,7 @@ declare const SetLogDeliveryConfigurationCommand_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 SetLogDeliveryConfigurationCommand extends SetLogDeliveryConfigurationCommand_base {
@@ -215,6 +215,7 @@ declare const SetRiskConfigurationCommand_base: {
215
215
  * @throws {@link CognitoIdentityProviderServiceException}
216
216
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
217
217
  *
218
+ *
218
219
  * @public
219
220
  */
220
221
  export declare class SetRiskConfigurationCommand extends SetRiskConfigurationCommand_base {
@@ -108,6 +108,7 @@ declare const SetUICustomizationCommand_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 SetUICustomizationCommand extends SetUICustomizationCommand_base {
@@ -106,6 +106,7 @@ declare const SetUserMFAPreferenceCommand_base: {
106
106
  * @throws {@link CognitoIdentityProviderServiceException}
107
107
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
108
108
  *
109
+ *
109
110
  * @public
110
111
  */
111
112
  export declare class SetUserMFAPreferenceCommand extends SetUserMFAPreferenceCommand_base {
@@ -147,6 +147,7 @@ declare const SetUserPoolMfaConfigCommand_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 SetUserPoolMfaConfigCommand extends SetUserPoolMfaConfigCommand_base {
@@ -95,6 +95,7 @@ declare const SetUserSettingsCommand_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 SetUserSettingsCommand extends SetUserSettingsCommand_base {
@@ -177,6 +177,7 @@ declare const SignUpCommand_base: {
177
177
  * @throws {@link CognitoIdentityProviderServiceException}
178
178
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
179
179
  *
180
+ *
180
181
  * @public
181
182
  */
182
183
  export declare class SignUpCommand extends SignUpCommand_base {
@@ -92,6 +92,7 @@ declare const StartUserImportJobCommand_base: {
92
92
  * @throws {@link CognitoIdentityProviderServiceException}
93
93
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class StartUserImportJobCommand extends StartUserImportJobCommand_base {
@@ -88,6 +88,7 @@ declare const StartWebAuthnRegistrationCommand_base: {
88
88
  * @throws {@link CognitoIdentityProviderServiceException}
89
89
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class StartWebAuthnRegistrationCommand extends StartWebAuthnRegistrationCommand_base {
@@ -92,6 +92,7 @@ declare const StopUserImportJobCommand_base: {
92
92
  * @throws {@link CognitoIdentityProviderServiceException}
93
93
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class StopUserImportJobCommand extends StopUserImportJobCommand_base {
@@ -86,6 +86,7 @@ declare const TagResourceCommand_base: {
86
86
  * @throws {@link CognitoIdentityProviderServiceException}
87
87
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
73
73
  * @throws {@link CognitoIdentityProviderServiceException}
74
74
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -98,6 +98,7 @@ declare const UpdateAuthEventFeedbackCommand_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 UpdateAuthEventFeedbackCommand extends UpdateAuthEventFeedbackCommand_base {
@@ -100,6 +100,7 @@ declare const UpdateDeviceStatusCommand_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 UpdateDeviceStatusCommand extends UpdateDeviceStatusCommand_base {
@@ -105,6 +105,7 @@ declare const UpdateGroupCommand_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 UpdateGroupCommand extends UpdateGroupCommand_base {
@@ -127,6 +127,7 @@ declare const UpdateIdentityProviderCommand_base: {
127
127
  * @throws {@link CognitoIdentityProviderServiceException}
128
128
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
129
129
  *
130
+ *
130
131
  * @public
131
132
  */
132
133
  export declare class UpdateIdentityProviderCommand extends UpdateIdentityProviderCommand_base {
@@ -132,6 +132,7 @@ declare const UpdateManagedLoginBrandingCommand_base: {
132
132
  * @throws {@link CognitoIdentityProviderServiceException}
133
133
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
134
134
  *
135
+ *
135
136
  * @public
136
137
  */
137
138
  export declare class UpdateManagedLoginBrandingCommand extends UpdateManagedLoginBrandingCommand_base {
@@ -115,6 +115,7 @@ declare const UpdateResourceServerCommand_base: {
115
115
  * @throws {@link CognitoIdentityProviderServiceException}
116
116
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class UpdateResourceServerCommand extends UpdateResourceServerCommand_base {
@@ -170,6 +170,7 @@ declare const UpdateUserAttributesCommand_base: {
170
170
  * @throws {@link CognitoIdentityProviderServiceException}
171
171
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
172
172
  *
173
+ *
173
174
  * @public
174
175
  */
175
176
  export declare class UpdateUserAttributesCommand extends UpdateUserAttributesCommand_base {
@@ -210,6 +210,7 @@ declare const UpdateUserPoolClientCommand_base: {
210
210
  * @throws {@link CognitoIdentityProviderServiceException}
211
211
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
212
212
  *
213
+ *
213
214
  * @public
214
215
  */
215
216
  export declare class UpdateUserPoolClientCommand extends UpdateUserPoolClientCommand_base {
@@ -252,6 +252,7 @@ declare const UpdateUserPoolCommand_base: {
252
252
  * @throws {@link CognitoIdentityProviderServiceException}
253
253
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
254
254
  *
255
+ *
255
256
  * @public
256
257
  */
257
258
  export declare class UpdateUserPoolCommand extends UpdateUserPoolCommand_base {
@@ -118,6 +118,7 @@ declare const UpdateUserPoolDomainCommand_base: {
118
118
  * @throws {@link CognitoIdentityProviderServiceException}
119
119
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class UpdateUserPoolDomainCommand extends UpdateUserPoolDomainCommand_base {
@@ -113,6 +113,7 @@ declare const VerifySoftwareTokenCommand_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 VerifySoftwareTokenCommand extends VerifySoftwareTokenCommand_base {
@@ -115,6 +115,7 @@ declare const VerifyUserAttributeCommand_base: {
115
115
  * @throws {@link CognitoIdentityProviderServiceException}
116
116
  * <p>Base exception class for all service exceptions from CognitoIdentityProvider service.</p>
117
117
  *
118
+ *
118
119
  * @public
119
120
  */
120
121
  export declare class VerifyUserAttributeCommand extends VerifyUserAttributeCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cognito-identity-provider",
3
3
  "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",