@aws-sdk/client-cognito-identity-provider 3.1087.0 → 3.1089.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 (150) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +410 -482
  3. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +22 -83
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AddUserPoolClientSecretCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +3 -4
  10. package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +2 -2
  14. package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/CreateTermsCommand.d.ts +3 -5
  46. package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -2
  52. package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +3 -4
  53. package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +3 -4
  55. package/dist-types/ts3.4/commands/DeleteTermsCommand.d.ts +2 -2
  56. package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -2
  58. package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +3 -4
  59. package/dist-types/ts3.4/commands/DeleteUserPoolClientSecretCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +2 -2
  61. package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/DescribeTermsCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +4 -9
  73. package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +2 -2
  75. package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
  78. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  79. package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/GetLogDeliveryConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/GetProvisionedLimitCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetTokensFromRefreshTokenCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +5 -10
  85. package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  88. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +3 -5
  92. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +5 -10
  94. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  96. package/dist-types/ts3.4/commands/ListTermsCommand.d.ts +7 -5
  97. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/ListUserPoolClientSecretsCommand.d.ts +4 -6
  99. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +5 -10
  101. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +4 -9
  102. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
  103. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +4 -9
  104. package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +4 -6
  105. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +5 -10
  106. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +5 -10
  107. package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +3 -5
  108. package/dist-types/ts3.4/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -6
  109. package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +5 -10
  111. package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +5 -10
  112. package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +5 -10
  113. package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +4 -9
  114. package/dist-types/ts3.4/commands/SignUpCommand.d.ts +6 -2
  115. package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +5 -10
  116. package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +4 -6
  117. package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +4 -6
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  120. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +4 -6
  121. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +5 -10
  122. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +3 -5
  123. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +5 -10
  124. package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +3 -5
  125. package/dist-types/ts3.4/commands/UpdateProvisionedLimitCommand.d.ts +5 -10
  126. package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +5 -10
  127. package/dist-types/ts3.4/commands/UpdateTermsCommand.d.ts +3 -5
  128. package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +5 -10
  129. package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +5 -10
  130. package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +4 -9
  131. package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +5 -10
  133. package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +5 -10
  134. package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  136. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  137. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  138. package/dist-types/ts3.4/models/enums.d.ts +26 -52
  139. package/dist-types/ts3.4/models/errors.d.ts +58 -222
  140. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  141. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  142. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  143. package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
  144. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -33
  145. package/dist-types/ts3.4/runtimeConfig.d.ts +13 -27
  146. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -33
  147. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -12
  148. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  149. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  150. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -172,10 +169,7 @@ import {
172
169
  ConfirmSignUpCommandInput,
173
170
  ConfirmSignUpCommandOutput,
174
171
  } from "./commands/ConfirmSignUpCommand";
175
- import {
176
- CreateGroupCommandInput,
177
- CreateGroupCommandOutput,
178
- } from "./commands/CreateGroupCommand";
172
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
179
173
  import {
180
174
  CreateIdentityProviderCommandInput,
181
175
  CreateIdentityProviderCommandOutput,
@@ -188,10 +182,7 @@ import {
188
182
  CreateResourceServerCommandInput,
189
183
  CreateResourceServerCommandOutput,
190
184
  } from "./commands/CreateResourceServerCommand";
191
- import {
192
- CreateTermsCommandInput,
193
- CreateTermsCommandOutput,
194
- } from "./commands/CreateTermsCommand";
185
+ import { CreateTermsCommandInput, CreateTermsCommandOutput } from "./commands/CreateTermsCommand";
195
186
  import {
196
187
  CreateUserImportJobCommandInput,
197
188
  CreateUserImportJobCommandOutput,
@@ -212,10 +203,7 @@ import {
212
203
  CreateUserPoolReplicaCommandInput,
213
204
  CreateUserPoolReplicaCommandOutput,
214
205
  } from "./commands/CreateUserPoolReplicaCommand";
215
- import {
216
- DeleteGroupCommandInput,
217
- DeleteGroupCommandOutput,
218
- } from "./commands/DeleteGroupCommand";
206
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
219
207
  import {
220
208
  DeleteIdentityProviderCommandInput,
221
209
  DeleteIdentityProviderCommandOutput,
@@ -228,18 +216,12 @@ import {
228
216
  DeleteResourceServerCommandInput,
229
217
  DeleteResourceServerCommandOutput,
230
218
  } from "./commands/DeleteResourceServerCommand";
231
- import {
232
- DeleteTermsCommandInput,
233
- DeleteTermsCommandOutput,
234
- } from "./commands/DeleteTermsCommand";
219
+ import { DeleteTermsCommandInput, DeleteTermsCommandOutput } from "./commands/DeleteTermsCommand";
235
220
  import {
236
221
  DeleteUserAttributesCommandInput,
237
222
  DeleteUserAttributesCommandOutput,
238
223
  } from "./commands/DeleteUserAttributesCommand";
239
- import {
240
- DeleteUserCommandInput,
241
- DeleteUserCommandOutput,
242
- } from "./commands/DeleteUserCommand";
224
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
243
225
  import {
244
226
  DeleteUserPoolClientCommandInput,
245
227
  DeleteUserPoolClientCommandOutput,
@@ -316,14 +298,8 @@ import {
316
298
  GetCSVHeaderCommandInput,
317
299
  GetCSVHeaderCommandOutput,
318
300
  } from "./commands/GetCSVHeaderCommand";
319
- import {
320
- GetDeviceCommandInput,
321
- GetDeviceCommandOutput,
322
- } from "./commands/GetDeviceCommand";
323
- import {
324
- GetGroupCommandInput,
325
- GetGroupCommandOutput,
326
- } from "./commands/GetGroupCommand";
301
+ import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
302
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
327
303
  import {
328
304
  GetIdentityProviderByIdentifierCommandInput,
329
305
  GetIdentityProviderByIdentifierCommandOutput,
@@ -356,10 +332,7 @@ import {
356
332
  GetUserAuthFactorsCommandInput,
357
333
  GetUserAuthFactorsCommandOutput,
358
334
  } from "./commands/GetUserAuthFactorsCommand";
359
- import {
360
- GetUserCommandInput,
361
- GetUserCommandOutput,
362
- } from "./commands/GetUserCommand";
335
+ import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
363
336
  import {
364
337
  GetUserPoolMfaConfigCommandInput,
365
338
  GetUserPoolMfaConfigCommandOutput,
@@ -372,14 +345,8 @@ import {
372
345
  InitiateAuthCommandInput,
373
346
  InitiateAuthCommandOutput,
374
347
  } from "./commands/InitiateAuthCommand";
375
- import {
376
- ListDevicesCommandInput,
377
- ListDevicesCommandOutput,
378
- } from "./commands/ListDevicesCommand";
379
- import {
380
- ListGroupsCommandInput,
381
- ListGroupsCommandOutput,
382
- } from "./commands/ListGroupsCommand";
348
+ import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
349
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
383
350
  import {
384
351
  ListIdentityProvidersCommandInput,
385
352
  ListIdentityProvidersCommandOutput,
@@ -392,10 +359,7 @@ import {
392
359
  ListTagsForResourceCommandInput,
393
360
  ListTagsForResourceCommandOutput,
394
361
  } from "./commands/ListTagsForResourceCommand";
395
- import {
396
- ListTermsCommandInput,
397
- ListTermsCommandOutput,
398
- } from "./commands/ListTermsCommand";
362
+ import { ListTermsCommandInput, ListTermsCommandOutput } from "./commands/ListTermsCommand";
399
363
  import {
400
364
  ListUserImportJobsCommandInput,
401
365
  ListUserImportJobsCommandOutput,
@@ -416,10 +380,7 @@ import {
416
380
  ListUserPoolsCommandInput,
417
381
  ListUserPoolsCommandOutput,
418
382
  } from "./commands/ListUserPoolsCommand";
419
- import {
420
- ListUsersCommandInput,
421
- ListUsersCommandOutput,
422
- } from "./commands/ListUsersCommand";
383
+ import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
423
384
  import {
424
385
  ListUsersInGroupCommandInput,
425
386
  ListUsersInGroupCommandOutput,
@@ -436,10 +397,7 @@ import {
436
397
  RespondToAuthChallengeCommandInput,
437
398
  RespondToAuthChallengeCommandOutput,
438
399
  } from "./commands/RespondToAuthChallengeCommand";
439
- import {
440
- RevokeTokenCommandInput,
441
- RevokeTokenCommandOutput,
442
- } from "./commands/RevokeTokenCommand";
400
+ import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "./commands/RevokeTokenCommand";
443
401
  import {
444
402
  SetLogDeliveryConfigurationCommandInput,
445
403
  SetLogDeliveryConfigurationCommandOutput,
@@ -464,10 +422,7 @@ import {
464
422
  SetUserSettingsCommandInput,
465
423
  SetUserSettingsCommandOutput,
466
424
  } from "./commands/SetUserSettingsCommand";
467
- import {
468
- SignUpCommandInput,
469
- SignUpCommandOutput,
470
- } from "./commands/SignUpCommand";
425
+ import { SignUpCommandInput, SignUpCommandOutput } from "./commands/SignUpCommand";
471
426
  import {
472
427
  StartUserImportJobCommandInput,
473
428
  StartUserImportJobCommandOutput,
@@ -480,10 +435,7 @@ import {
480
435
  StopUserImportJobCommandInput,
481
436
  StopUserImportJobCommandOutput,
482
437
  } from "./commands/StopUserImportJobCommand";
483
- import {
484
- TagResourceCommandInput,
485
- TagResourceCommandOutput,
486
- } from "./commands/TagResourceCommand";
438
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
487
439
  import {
488
440
  UntagResourceCommandInput,
489
441
  UntagResourceCommandOutput,
@@ -496,10 +448,7 @@ import {
496
448
  UpdateDeviceStatusCommandInput,
497
449
  UpdateDeviceStatusCommandOutput,
498
450
  } from "./commands/UpdateDeviceStatusCommand";
499
- import {
500
- UpdateGroupCommandInput,
501
- UpdateGroupCommandOutput,
502
- } from "./commands/UpdateGroupCommand";
451
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
503
452
  import {
504
453
  UpdateIdentityProviderCommandInput,
505
454
  UpdateIdentityProviderCommandOutput,
@@ -516,10 +465,7 @@ import {
516
465
  UpdateResourceServerCommandInput,
517
466
  UpdateResourceServerCommandOutput,
518
467
  } from "./commands/UpdateResourceServerCommand";
519
- import {
520
- UpdateTermsCommandInput,
521
- UpdateTermsCommandOutput,
522
- } from "./commands/UpdateTermsCommand";
468
+ import { UpdateTermsCommandInput, UpdateTermsCommandOutput } from "./commands/UpdateTermsCommand";
523
469
  import {
524
470
  UpdateUserAttributesCommandInput,
525
471
  UpdateUserAttributesCommandOutput,
@@ -813,8 +759,7 @@ export type ServiceOutputTypes =
813
759
  | UpdateUserPoolReplicaCommandOutput
814
760
  | VerifySoftwareTokenCommandOutput
815
761
  | VerifyUserAttributeCommandOutput;
816
- export interface ClientDefaults
817
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
762
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
818
763
  requestHandler?: __HttpHandlerUserInput;
819
764
  sha256?: __ChecksumConstructor | __HashConstructor;
820
765
  urlParser?: __UrlParser;
@@ -850,8 +795,7 @@ export type CognitoIdentityProviderClientConfigType = Partial<
850
795
  EndpointInputConfig<EndpointParameters> &
851
796
  HttpAuthSchemeInputConfig &
852
797
  ClientInputEndpointParameters;
853
- export interface CognitoIdentityProviderClientConfig
854
- extends CognitoIdentityProviderClientConfigType {}
798
+ export interface CognitoIdentityProviderClientConfig extends CognitoIdentityProviderClientConfigType {}
855
799
  export type CognitoIdentityProviderClientResolvedConfigType =
856
800
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
857
801
  Required<ClientDefaults> &
@@ -863,8 +807,7 @@ export type CognitoIdentityProviderClientResolvedConfigType =
863
807
  EndpointResolvedConfig<EndpointParameters> &
864
808
  HttpAuthSchemeResolvedConfig &
865
809
  ClientResolvedEndpointParameters;
866
- export interface CognitoIdentityProviderClientResolvedConfig
867
- extends CognitoIdentityProviderClientResolvedConfigType {}
810
+ export interface CognitoIdentityProviderClientResolvedConfig extends CognitoIdentityProviderClientResolvedConfigType {}
868
811
  export declare class CognitoIdentityProviderClient extends __Client<
869
812
  __HttpHandlerOptions,
870
813
  ServiceInputTypes,
@@ -872,10 +815,6 @@ export declare class CognitoIdentityProviderClient extends __Client<
872
815
  CognitoIdentityProviderClientResolvedConfig
873
816
  > {
874
817
  readonly config: CognitoIdentityProviderClientResolvedConfig;
875
- constructor(
876
- ...[
877
- configuration,
878
- ]: __CheckOptionalClientConfig<CognitoIdentityProviderClientConfig>
879
- );
818
+ constructor(...[configuration]: __CheckOptionalClientConfig<CognitoIdentityProviderClientConfig>);
880
819
  destroy(): void;
881
820
  }
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
10
  setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: CognitoIdentityProviderHttpAuthSchemeProvider
11
+ httpAuthSchemeProvider: CognitoIdentityProviderHttpAuthSchemeProvider,
12
12
  ): void;
13
13
  httpAuthSchemeProvider(): CognitoIdentityProviderHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
14
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
15
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
16
  }
22
17
  export type HttpAuthRuntimeConfig = Partial<{
23
18
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
20
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
21
  }>;
27
22
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
23
+ runtimeConfig: HttpAuthRuntimeConfig,
29
24
  ) => HttpAuthExtensionConfiguration;
30
25
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
26
+ config: HttpAuthExtensionConfiguration,
32
27
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { CognitoIdentityProviderClientResolvedConfig } from "../CognitoIdentityProviderClient";
15
- export interface CognitoIdentityProviderHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface CognitoIdentityProviderHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface CognitoIdentityProviderHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- CognitoIdentityProviderClientResolvedConfig,
22
- HandlerExecutionContext,
23
- CognitoIdentityProviderHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface CognitoIdentityProviderHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ CognitoIdentityProviderClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ CognitoIdentityProviderHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultCognitoIdentityProviderHttpAuthSchemeParametersProvider: (
27
25
  config: CognitoIdentityProviderClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<CognitoIdentityProviderHttpAuthSchemeParameters>;
31
- export interface CognitoIdentityProviderHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<CognitoIdentityProviderHttpAuthSchemeParameters> {}
29
+ export interface CognitoIdentityProviderHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CognitoIdentityProviderHttpAuthSchemeParameters> {}
33
30
  export declare const defaultCognitoIdentityProviderHttpAuthSchemeProvider: CognitoIdentityProviderHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: CognitoIdentityProviderHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: CognitoIdentityProviderHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./CognitoIdentityProviderClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  CognitoIdentityProviderClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AddCustomAttributesRequest,
4
- AddCustomAttributesResponse,
5
- } from "../models/models_0";
2
+ import { AddCustomAttributesRequest, AddCustomAttributesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AddCustomAttributesCommandInput
8
- extends AddCustomAttributesRequest {}
4
+ export interface AddCustomAttributesCommandInput extends AddCustomAttributesRequest {}
9
5
  export interface AddCustomAttributesCommandOutput
10
- extends AddCustomAttributesResponse,
11
- __MetadataBearer {}
6
+ extends AddCustomAttributesResponse, __MetadataBearer {}
12
7
  declare const AddCustomAttributesCommand_base: {
13
8
  new (
14
- input: AddCustomAttributesCommandInput
9
+ input: AddCustomAttributesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AddCustomAttributesCommandInput,
17
12
  AddCustomAttributesCommandOutput,
@@ -20,7 +15,7 @@ declare const AddCustomAttributesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AddCustomAttributesCommandInput
18
+ input: AddCustomAttributesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AddCustomAttributesCommandInput,
26
21
  AddCustomAttributesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AddUserPoolClientSecretResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AddUserPoolClientSecretCommandInput
8
- extends AddUserPoolClientSecretRequest {}
7
+ export interface AddUserPoolClientSecretCommandInput extends AddUserPoolClientSecretRequest {}
9
8
  export interface AddUserPoolClientSecretCommandOutput
10
- extends AddUserPoolClientSecretResponse,
11
- __MetadataBearer {}
9
+ extends AddUserPoolClientSecretResponse, __MetadataBearer {}
12
10
  declare const AddUserPoolClientSecretCommand_base: {
13
11
  new (
14
- input: AddUserPoolClientSecretCommandInput
12
+ input: AddUserPoolClientSecretCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AddUserPoolClientSecretCommandInput,
17
15
  AddUserPoolClientSecretCommandOutput,
@@ -20,7 +18,7 @@ declare const AddUserPoolClientSecretCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AddUserPoolClientSecretCommandInput
21
+ input: AddUserPoolClientSecretCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AddUserPoolClientSecretCommandInput,
26
24
  AddUserPoolClientSecretCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AdminAddUserToGroupRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AdminAddUserToGroupCommandInput
5
- extends AdminAddUserToGroupRequest {}
4
+ export interface AdminAddUserToGroupCommandInput extends AdminAddUserToGroupRequest {}
6
5
  export interface AdminAddUserToGroupCommandOutput extends __MetadataBearer {}
7
6
  declare const AdminAddUserToGroupCommand_base: {
8
7
  new (
9
- input: AdminAddUserToGroupCommandInput
8
+ input: AdminAddUserToGroupCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  AdminAddUserToGroupCommandInput,
12
11
  AdminAddUserToGroupCommandOutput,
@@ -15,7 +14,7 @@ declare const AdminAddUserToGroupCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: AdminAddUserToGroupCommandInput
17
+ input: AdminAddUserToGroupCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  AdminAddUserToGroupCommandInput,
21
20
  AdminAddUserToGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminConfirmSignUpRequest,
4
- AdminConfirmSignUpResponse,
5
- } from "../models/models_0";
2
+ import { AdminConfirmSignUpRequest, AdminConfirmSignUpResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AdminConfirmSignUpCommandInput
8
- extends AdminConfirmSignUpRequest {}
4
+ export interface AdminConfirmSignUpCommandInput extends AdminConfirmSignUpRequest {}
9
5
  export interface AdminConfirmSignUpCommandOutput
10
- extends AdminConfirmSignUpResponse,
11
- __MetadataBearer {}
6
+ extends AdminConfirmSignUpResponse, __MetadataBearer {}
12
7
  declare const AdminConfirmSignUpCommand_base: {
13
8
  new (
14
- input: AdminConfirmSignUpCommandInput
9
+ input: AdminConfirmSignUpCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AdminConfirmSignUpCommandInput,
17
12
  AdminConfirmSignUpCommandOutput,
@@ -20,7 +15,7 @@ declare const AdminConfirmSignUpCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AdminConfirmSignUpCommandInput
18
+ input: AdminConfirmSignUpCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AdminConfirmSignUpCommandInput,
26
21
  AdminConfirmSignUpCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminCreateUserRequest,
4
- AdminCreateUserResponse,
5
- } from "../models/models_0";
2
+ import { AdminCreateUserRequest, AdminCreateUserResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface AdminCreateUserCommandInput extends AdminCreateUserRequest {}
8
- export interface AdminCreateUserCommandOutput
9
- extends AdminCreateUserResponse,
10
- __MetadataBearer {}
5
+ export interface AdminCreateUserCommandOutput extends AdminCreateUserResponse, __MetadataBearer {}
11
6
  declare const AdminCreateUserCommand_base: {
12
7
  new (
13
- input: AdminCreateUserCommandInput
8
+ input: AdminCreateUserCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  AdminCreateUserCommandInput,
16
11
  AdminCreateUserCommandOutput,
@@ -19,7 +14,7 @@ declare const AdminCreateUserCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: AdminCreateUserCommandInput
17
+ input: AdminCreateUserCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  AdminCreateUserCommandInput,
25
20
  AdminCreateUserCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminDeleteUserAttributesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminDeleteUserAttributesCommandInput
8
- extends AdminDeleteUserAttributesRequest {}
7
+ export interface AdminDeleteUserAttributesCommandInput extends AdminDeleteUserAttributesRequest {}
9
8
  export interface AdminDeleteUserAttributesCommandOutput
10
- extends AdminDeleteUserAttributesResponse,
11
- __MetadataBearer {}
9
+ extends AdminDeleteUserAttributesResponse, __MetadataBearer {}
12
10
  declare const AdminDeleteUserAttributesCommand_base: {
13
11
  new (
14
- input: AdminDeleteUserAttributesCommandInput
12
+ input: AdminDeleteUserAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminDeleteUserAttributesCommandInput,
17
15
  AdminDeleteUserAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminDeleteUserAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminDeleteUserAttributesCommandInput
21
+ input: AdminDeleteUserAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminDeleteUserAttributesCommandInput,
26
24
  AdminDeleteUserAttributesCommandOutput,
@@ -5,7 +5,7 @@ export interface AdminDeleteUserCommandInput extends AdminDeleteUserRequest {}
5
5
  export interface AdminDeleteUserCommandOutput extends __MetadataBearer {}
6
6
  declare const AdminDeleteUserCommand_base: {
7
7
  new (
8
- input: AdminDeleteUserCommandInput
8
+ input: AdminDeleteUserCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  AdminDeleteUserCommandInput,
11
11
  AdminDeleteUserCommandOutput,
@@ -14,7 +14,7 @@ declare const AdminDeleteUserCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: AdminDeleteUserCommandInput
17
+ input: AdminDeleteUserCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  AdminDeleteUserCommandInput,
20
20
  AdminDeleteUserCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminDisableProviderForUserResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminDisableProviderForUserCommandInput
8
- extends AdminDisableProviderForUserRequest {}
7
+ export interface AdminDisableProviderForUserCommandInput extends AdminDisableProviderForUserRequest {}
9
8
  export interface AdminDisableProviderForUserCommandOutput
10
- extends AdminDisableProviderForUserResponse,
11
- __MetadataBearer {}
9
+ extends AdminDisableProviderForUserResponse, __MetadataBearer {}
12
10
  declare const AdminDisableProviderForUserCommand_base: {
13
11
  new (
14
- input: AdminDisableProviderForUserCommandInput
12
+ input: AdminDisableProviderForUserCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminDisableProviderForUserCommandInput,
17
15
  AdminDisableProviderForUserCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminDisableProviderForUserCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminDisableProviderForUserCommandInput
21
+ input: AdminDisableProviderForUserCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminDisableProviderForUserCommandInput,
26
24
  AdminDisableProviderForUserCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminDisableUserRequest,
4
- AdminDisableUserResponse,
5
- } from "../models/models_0";
2
+ import { AdminDisableUserRequest, AdminDisableUserResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface AdminDisableUserCommandInput extends AdminDisableUserRequest {}
8
- export interface AdminDisableUserCommandOutput
9
- extends AdminDisableUserResponse,
10
- __MetadataBearer {}
5
+ export interface AdminDisableUserCommandOutput extends AdminDisableUserResponse, __MetadataBearer {}
11
6
  declare const AdminDisableUserCommand_base: {
12
7
  new (
13
- input: AdminDisableUserCommandInput
8
+ input: AdminDisableUserCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  AdminDisableUserCommandInput,
16
11
  AdminDisableUserCommandOutput,
@@ -19,7 +14,7 @@ declare const AdminDisableUserCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: AdminDisableUserCommandInput
17
+ input: AdminDisableUserCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  AdminDisableUserCommandInput,
25
20
  AdminDisableUserCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminEnableUserRequest,
4
- AdminEnableUserResponse,
5
- } from "../models/models_0";
2
+ import { AdminEnableUserRequest, AdminEnableUserResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface AdminEnableUserCommandInput extends AdminEnableUserRequest {}
8
- export interface AdminEnableUserCommandOutput
9
- extends AdminEnableUserResponse,
10
- __MetadataBearer {}
5
+ export interface AdminEnableUserCommandOutput extends AdminEnableUserResponse, __MetadataBearer {}
11
6
  declare const AdminEnableUserCommand_base: {
12
7
  new (
13
- input: AdminEnableUserCommandInput
8
+ input: AdminEnableUserCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  AdminEnableUserCommandInput,
16
11
  AdminEnableUserCommandOutput,
@@ -19,7 +14,7 @@ declare const AdminEnableUserCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: AdminEnableUserCommandInput
17
+ input: AdminEnableUserCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  AdminEnableUserCommandInput,
25
20
  AdminEnableUserCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AdminForgetDeviceRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AdminForgetDeviceCommandInput
5
- extends AdminForgetDeviceRequest {}
4
+ export interface AdminForgetDeviceCommandInput extends AdminForgetDeviceRequest {}
6
5
  export interface AdminForgetDeviceCommandOutput extends __MetadataBearer {}
7
6
  declare const AdminForgetDeviceCommand_base: {
8
7
  new (
9
- input: AdminForgetDeviceCommandInput
8
+ input: AdminForgetDeviceCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  AdminForgetDeviceCommandInput,
12
11
  AdminForgetDeviceCommandOutput,
@@ -15,7 +14,7 @@ declare const AdminForgetDeviceCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: AdminForgetDeviceCommandInput
17
+ input: AdminForgetDeviceCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  AdminForgetDeviceCommandInput,
21
20
  AdminForgetDeviceCommandOutput,