@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
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminGetDeviceRequest,
4
- AdminGetDeviceResponse,
5
- } from "../models/models_0";
2
+ import { AdminGetDeviceRequest, AdminGetDeviceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface AdminGetDeviceCommandInput extends AdminGetDeviceRequest {}
8
- export interface AdminGetDeviceCommandOutput
9
- extends AdminGetDeviceResponse,
10
- __MetadataBearer {}
5
+ export interface AdminGetDeviceCommandOutput extends AdminGetDeviceResponse, __MetadataBearer {}
11
6
  declare const AdminGetDeviceCommand_base: {
12
7
  new (
13
- input: AdminGetDeviceCommandInput
8
+ input: AdminGetDeviceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  AdminGetDeviceCommandInput,
16
11
  AdminGetDeviceCommandOutput,
@@ -19,7 +14,7 @@ declare const AdminGetDeviceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: AdminGetDeviceCommandInput
17
+ input: AdminGetDeviceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  AdminGetDeviceCommandInput,
25
20
  AdminGetDeviceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AdminGetUserRequest, AdminGetUserResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface AdminGetUserCommandInput extends AdminGetUserRequest {}
5
- export interface AdminGetUserCommandOutput
6
- extends AdminGetUserResponse,
7
- __MetadataBearer {}
5
+ export interface AdminGetUserCommandOutput extends AdminGetUserResponse, __MetadataBearer {}
8
6
  declare const AdminGetUserCommand_base: {
9
7
  new (
10
- input: AdminGetUserCommandInput
8
+ input: AdminGetUserCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  AdminGetUserCommandInput,
13
11
  AdminGetUserCommandOutput,
@@ -16,7 +14,7 @@ declare const AdminGetUserCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: AdminGetUserCommandInput
17
+ input: AdminGetUserCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  AdminGetUserCommandInput,
22
20
  AdminGetUserCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminInitiateAuthRequest,
4
- AdminInitiateAuthResponse,
5
- } from "../models/models_0";
2
+ import { AdminInitiateAuthRequest, AdminInitiateAuthResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AdminInitiateAuthCommandInput
8
- extends AdminInitiateAuthRequest {}
4
+ export interface AdminInitiateAuthCommandInput extends AdminInitiateAuthRequest {}
9
5
  export interface AdminInitiateAuthCommandOutput
10
- extends AdminInitiateAuthResponse,
11
- __MetadataBearer {}
6
+ extends AdminInitiateAuthResponse, __MetadataBearer {}
12
7
  declare const AdminInitiateAuthCommand_base: {
13
8
  new (
14
- input: AdminInitiateAuthCommandInput
9
+ input: AdminInitiateAuthCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AdminInitiateAuthCommandInput,
17
12
  AdminInitiateAuthCommandOutput,
@@ -20,7 +15,7 @@ declare const AdminInitiateAuthCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AdminInitiateAuthCommandInput
18
+ input: AdminInitiateAuthCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AdminInitiateAuthCommandInput,
26
21
  AdminInitiateAuthCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminLinkProviderForUserResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminLinkProviderForUserCommandInput
8
- extends AdminLinkProviderForUserRequest {}
7
+ export interface AdminLinkProviderForUserCommandInput extends AdminLinkProviderForUserRequest {}
9
8
  export interface AdminLinkProviderForUserCommandOutput
10
- extends AdminLinkProviderForUserResponse,
11
- __MetadataBearer {}
9
+ extends AdminLinkProviderForUserResponse, __MetadataBearer {}
12
10
  declare const AdminLinkProviderForUserCommand_base: {
13
11
  new (
14
- input: AdminLinkProviderForUserCommandInput
12
+ input: AdminLinkProviderForUserCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminLinkProviderForUserCommandInput,
17
15
  AdminLinkProviderForUserCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminLinkProviderForUserCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminLinkProviderForUserCommandInput
21
+ input: AdminLinkProviderForUserCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminLinkProviderForUserCommandInput,
26
24
  AdminLinkProviderForUserCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminListDevicesRequest,
4
- AdminListDevicesResponse,
5
- } from "../models/models_0";
2
+ import { AdminListDevicesRequest, AdminListDevicesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface AdminListDevicesCommandInput extends AdminListDevicesRequest {}
8
- export interface AdminListDevicesCommandOutput
9
- extends AdminListDevicesResponse,
10
- __MetadataBearer {}
5
+ export interface AdminListDevicesCommandOutput extends AdminListDevicesResponse, __MetadataBearer {}
11
6
  declare const AdminListDevicesCommand_base: {
12
7
  new (
13
- input: AdminListDevicesCommandInput
8
+ input: AdminListDevicesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  AdminListDevicesCommandInput,
16
11
  AdminListDevicesCommandOutput,
@@ -19,7 +14,7 @@ declare const AdminListDevicesCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: AdminListDevicesCommandInput
17
+ input: AdminListDevicesCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  AdminListDevicesCommandInput,
25
20
  AdminListDevicesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminListGroupsForUserRequest,
4
- AdminListGroupsForUserResponse,
5
- } from "../models/models_0";
2
+ import { AdminListGroupsForUserRequest, AdminListGroupsForUserResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AdminListGroupsForUserCommandInput
8
- extends AdminListGroupsForUserRequest {}
4
+ export interface AdminListGroupsForUserCommandInput extends AdminListGroupsForUserRequest {}
9
5
  export interface AdminListGroupsForUserCommandOutput
10
- extends AdminListGroupsForUserResponse,
11
- __MetadataBearer {}
6
+ extends AdminListGroupsForUserResponse, __MetadataBearer {}
12
7
  declare const AdminListGroupsForUserCommand_base: {
13
8
  new (
14
- input: AdminListGroupsForUserCommandInput
9
+ input: AdminListGroupsForUserCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AdminListGroupsForUserCommandInput,
17
12
  AdminListGroupsForUserCommandOutput,
@@ -20,7 +15,7 @@ declare const AdminListGroupsForUserCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AdminListGroupsForUserCommandInput
18
+ input: AdminListGroupsForUserCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AdminListGroupsForUserCommandInput,
26
21
  AdminListGroupsForUserCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminListUserAuthEventsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminListUserAuthEventsCommandInput
8
- extends AdminListUserAuthEventsRequest {}
7
+ export interface AdminListUserAuthEventsCommandInput extends AdminListUserAuthEventsRequest {}
9
8
  export interface AdminListUserAuthEventsCommandOutput
10
- extends AdminListUserAuthEventsResponse,
11
- __MetadataBearer {}
9
+ extends AdminListUserAuthEventsResponse, __MetadataBearer {}
12
10
  declare const AdminListUserAuthEventsCommand_base: {
13
11
  new (
14
- input: AdminListUserAuthEventsCommandInput
12
+ input: AdminListUserAuthEventsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminListUserAuthEventsCommandInput,
17
15
  AdminListUserAuthEventsCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminListUserAuthEventsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminListUserAuthEventsCommandInput
21
+ input: AdminListUserAuthEventsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminListUserAuthEventsCommandInput,
26
24
  AdminListUserAuthEventsCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AdminRemoveUserFromGroupRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface AdminRemoveUserFromGroupCommandInput
5
- extends AdminRemoveUserFromGroupRequest {}
6
- export interface AdminRemoveUserFromGroupCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface AdminRemoveUserFromGroupCommandInput extends AdminRemoveUserFromGroupRequest {}
5
+ export interface AdminRemoveUserFromGroupCommandOutput extends __MetadataBearer {}
8
6
  declare const AdminRemoveUserFromGroupCommand_base: {
9
7
  new (
10
- input: AdminRemoveUserFromGroupCommandInput
8
+ input: AdminRemoveUserFromGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  AdminRemoveUserFromGroupCommandInput,
13
11
  AdminRemoveUserFromGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const AdminRemoveUserFromGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: AdminRemoveUserFromGroupCommandInput
17
+ input: AdminRemoveUserFromGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  AdminRemoveUserFromGroupCommandInput,
22
20
  AdminRemoveUserFromGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminResetUserPasswordRequest,
4
- AdminResetUserPasswordResponse,
5
- } from "../models/models_0";
2
+ import { AdminResetUserPasswordRequest, AdminResetUserPasswordResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AdminResetUserPasswordCommandInput
8
- extends AdminResetUserPasswordRequest {}
4
+ export interface AdminResetUserPasswordCommandInput extends AdminResetUserPasswordRequest {}
9
5
  export interface AdminResetUserPasswordCommandOutput
10
- extends AdminResetUserPasswordResponse,
11
- __MetadataBearer {}
6
+ extends AdminResetUserPasswordResponse, __MetadataBearer {}
12
7
  declare const AdminResetUserPasswordCommand_base: {
13
8
  new (
14
- input: AdminResetUserPasswordCommandInput
9
+ input: AdminResetUserPasswordCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AdminResetUserPasswordCommandInput,
17
12
  AdminResetUserPasswordCommandOutput,
@@ -20,7 +15,7 @@ declare const AdminResetUserPasswordCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AdminResetUserPasswordCommandInput
18
+ input: AdminResetUserPasswordCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AdminResetUserPasswordCommandInput,
26
21
  AdminResetUserPasswordCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminRespondToAuthChallengeResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminRespondToAuthChallengeCommandInput
8
- extends AdminRespondToAuthChallengeRequest {}
7
+ export interface AdminRespondToAuthChallengeCommandInput extends AdminRespondToAuthChallengeRequest {}
9
8
  export interface AdminRespondToAuthChallengeCommandOutput
10
- extends AdminRespondToAuthChallengeResponse,
11
- __MetadataBearer {}
9
+ extends AdminRespondToAuthChallengeResponse, __MetadataBearer {}
12
10
  declare const AdminRespondToAuthChallengeCommand_base: {
13
11
  new (
14
- input: AdminRespondToAuthChallengeCommandInput
12
+ input: AdminRespondToAuthChallengeCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminRespondToAuthChallengeCommandInput,
17
15
  AdminRespondToAuthChallengeCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminRespondToAuthChallengeCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminRespondToAuthChallengeCommandInput
21
+ input: AdminRespondToAuthChallengeCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminRespondToAuthChallengeCommandInput,
26
24
  AdminRespondToAuthChallengeCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminSetUserMFAPreferenceResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminSetUserMFAPreferenceCommandInput
8
- extends AdminSetUserMFAPreferenceRequest {}
7
+ export interface AdminSetUserMFAPreferenceCommandInput extends AdminSetUserMFAPreferenceRequest {}
9
8
  export interface AdminSetUserMFAPreferenceCommandOutput
10
- extends AdminSetUserMFAPreferenceResponse,
11
- __MetadataBearer {}
9
+ extends AdminSetUserMFAPreferenceResponse, __MetadataBearer {}
12
10
  declare const AdminSetUserMFAPreferenceCommand_base: {
13
11
  new (
14
- input: AdminSetUserMFAPreferenceCommandInput
12
+ input: AdminSetUserMFAPreferenceCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminSetUserMFAPreferenceCommandInput,
17
15
  AdminSetUserMFAPreferenceCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminSetUserMFAPreferenceCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminSetUserMFAPreferenceCommandInput
21
+ input: AdminSetUserMFAPreferenceCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminSetUserMFAPreferenceCommandInput,
26
24
  AdminSetUserMFAPreferenceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminSetUserPasswordRequest,
4
- AdminSetUserPasswordResponse,
5
- } from "../models/models_0";
2
+ import { AdminSetUserPasswordRequest, AdminSetUserPasswordResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AdminSetUserPasswordCommandInput
8
- extends AdminSetUserPasswordRequest {}
4
+ export interface AdminSetUserPasswordCommandInput extends AdminSetUserPasswordRequest {}
9
5
  export interface AdminSetUserPasswordCommandOutput
10
- extends AdminSetUserPasswordResponse,
11
- __MetadataBearer {}
6
+ extends AdminSetUserPasswordResponse, __MetadataBearer {}
12
7
  declare const AdminSetUserPasswordCommand_base: {
13
8
  new (
14
- input: AdminSetUserPasswordCommandInput
9
+ input: AdminSetUserPasswordCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AdminSetUserPasswordCommandInput,
17
12
  AdminSetUserPasswordCommandOutput,
@@ -20,7 +15,7 @@ declare const AdminSetUserPasswordCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AdminSetUserPasswordCommandInput
18
+ input: AdminSetUserPasswordCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AdminSetUserPasswordCommandInput,
26
21
  AdminSetUserPasswordCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminSetUserSettingsRequest,
4
- AdminSetUserSettingsResponse,
5
- } from "../models/models_0";
2
+ import { AdminSetUserSettingsRequest, AdminSetUserSettingsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AdminSetUserSettingsCommandInput
8
- extends AdminSetUserSettingsRequest {}
4
+ export interface AdminSetUserSettingsCommandInput extends AdminSetUserSettingsRequest {}
9
5
  export interface AdminSetUserSettingsCommandOutput
10
- extends AdminSetUserSettingsResponse,
11
- __MetadataBearer {}
6
+ extends AdminSetUserSettingsResponse, __MetadataBearer {}
12
7
  declare const AdminSetUserSettingsCommand_base: {
13
8
  new (
14
- input: AdminSetUserSettingsCommandInput
9
+ input: AdminSetUserSettingsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AdminSetUserSettingsCommandInput,
17
12
  AdminSetUserSettingsCommandOutput,
@@ -20,7 +15,7 @@ declare const AdminSetUserSettingsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AdminSetUserSettingsCommandInput
18
+ input: AdminSetUserSettingsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AdminSetUserSettingsCommandInput,
26
21
  AdminSetUserSettingsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminUpdateAuthEventFeedbackResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminUpdateAuthEventFeedbackCommandInput
8
- extends AdminUpdateAuthEventFeedbackRequest {}
7
+ export interface AdminUpdateAuthEventFeedbackCommandInput extends AdminUpdateAuthEventFeedbackRequest {}
9
8
  export interface AdminUpdateAuthEventFeedbackCommandOutput
10
- extends AdminUpdateAuthEventFeedbackResponse,
11
- __MetadataBearer {}
9
+ extends AdminUpdateAuthEventFeedbackResponse, __MetadataBearer {}
12
10
  declare const AdminUpdateAuthEventFeedbackCommand_base: {
13
11
  new (
14
- input: AdminUpdateAuthEventFeedbackCommandInput
12
+ input: AdminUpdateAuthEventFeedbackCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminUpdateAuthEventFeedbackCommandInput,
17
15
  AdminUpdateAuthEventFeedbackCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminUpdateAuthEventFeedbackCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminUpdateAuthEventFeedbackCommandInput
21
+ input: AdminUpdateAuthEventFeedbackCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminUpdateAuthEventFeedbackCommandInput,
26
24
  AdminUpdateAuthEventFeedbackCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminUpdateDeviceStatusResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminUpdateDeviceStatusCommandInput
8
- extends AdminUpdateDeviceStatusRequest {}
7
+ export interface AdminUpdateDeviceStatusCommandInput extends AdminUpdateDeviceStatusRequest {}
9
8
  export interface AdminUpdateDeviceStatusCommandOutput
10
- extends AdminUpdateDeviceStatusResponse,
11
- __MetadataBearer {}
9
+ extends AdminUpdateDeviceStatusResponse, __MetadataBearer {}
12
10
  declare const AdminUpdateDeviceStatusCommand_base: {
13
11
  new (
14
- input: AdminUpdateDeviceStatusCommandInput
12
+ input: AdminUpdateDeviceStatusCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminUpdateDeviceStatusCommandInput,
17
15
  AdminUpdateDeviceStatusCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminUpdateDeviceStatusCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminUpdateDeviceStatusCommandInput
21
+ input: AdminUpdateDeviceStatusCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminUpdateDeviceStatusCommandInput,
26
24
  AdminUpdateDeviceStatusCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  AdminUpdateUserAttributesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface AdminUpdateUserAttributesCommandInput
8
- extends AdminUpdateUserAttributesRequest {}
7
+ export interface AdminUpdateUserAttributesCommandInput extends AdminUpdateUserAttributesRequest {}
9
8
  export interface AdminUpdateUserAttributesCommandOutput
10
- extends AdminUpdateUserAttributesResponse,
11
- __MetadataBearer {}
9
+ extends AdminUpdateUserAttributesResponse, __MetadataBearer {}
12
10
  declare const AdminUpdateUserAttributesCommand_base: {
13
11
  new (
14
- input: AdminUpdateUserAttributesCommandInput
12
+ input: AdminUpdateUserAttributesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  AdminUpdateUserAttributesCommandInput,
17
15
  AdminUpdateUserAttributesCommandOutput,
@@ -20,7 +18,7 @@ declare const AdminUpdateUserAttributesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: AdminUpdateUserAttributesCommandInput
21
+ input: AdminUpdateUserAttributesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  AdminUpdateUserAttributesCommandInput,
26
24
  AdminUpdateUserAttributesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AdminUserGlobalSignOutRequest,
4
- AdminUserGlobalSignOutResponse,
5
- } from "../models/models_0";
2
+ import { AdminUserGlobalSignOutRequest, AdminUserGlobalSignOutResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AdminUserGlobalSignOutCommandInput
8
- extends AdminUserGlobalSignOutRequest {}
4
+ export interface AdminUserGlobalSignOutCommandInput extends AdminUserGlobalSignOutRequest {}
9
5
  export interface AdminUserGlobalSignOutCommandOutput
10
- extends AdminUserGlobalSignOutResponse,
11
- __MetadataBearer {}
6
+ extends AdminUserGlobalSignOutResponse, __MetadataBearer {}
12
7
  declare const AdminUserGlobalSignOutCommand_base: {
13
8
  new (
14
- input: AdminUserGlobalSignOutCommandInput
9
+ input: AdminUserGlobalSignOutCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AdminUserGlobalSignOutCommandInput,
17
12
  AdminUserGlobalSignOutCommandOutput,
@@ -20,7 +15,7 @@ declare const AdminUserGlobalSignOutCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AdminUserGlobalSignOutCommandInput
18
+ input: AdminUserGlobalSignOutCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AdminUserGlobalSignOutCommandInput,
26
21
  AdminUserGlobalSignOutCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociateSoftwareTokenRequest,
4
- AssociateSoftwareTokenResponse,
5
- } from "../models/models_0";
2
+ import { AssociateSoftwareTokenRequest, AssociateSoftwareTokenResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AssociateSoftwareTokenCommandInput
8
- extends AssociateSoftwareTokenRequest {}
4
+ export interface AssociateSoftwareTokenCommandInput extends AssociateSoftwareTokenRequest {}
9
5
  export interface AssociateSoftwareTokenCommandOutput
10
- extends AssociateSoftwareTokenResponse,
11
- __MetadataBearer {}
6
+ extends AssociateSoftwareTokenResponse, __MetadataBearer {}
12
7
  declare const AssociateSoftwareTokenCommand_base: {
13
8
  new (
14
- input: AssociateSoftwareTokenCommandInput
9
+ input: AssociateSoftwareTokenCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AssociateSoftwareTokenCommandInput,
17
12
  AssociateSoftwareTokenCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ChangePasswordRequest,
4
- ChangePasswordResponse,
5
- } from "../models/models_0";
2
+ import { ChangePasswordRequest, ChangePasswordResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ChangePasswordCommandInput extends ChangePasswordRequest {}
8
- export interface ChangePasswordCommandOutput
9
- extends ChangePasswordResponse,
10
- __MetadataBearer {}
5
+ export interface ChangePasswordCommandOutput extends ChangePasswordResponse, __MetadataBearer {}
11
6
  declare const ChangePasswordCommand_base: {
12
7
  new (
13
- input: ChangePasswordCommandInput
8
+ input: ChangePasswordCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ChangePasswordCommandInput,
16
11
  ChangePasswordCommandOutput,
@@ -19,7 +14,7 @@ declare const ChangePasswordCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ChangePasswordCommandInput
17
+ input: ChangePasswordCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ChangePasswordCommandInput,
25
20
  ChangePasswordCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CompleteWebAuthnRegistrationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CompleteWebAuthnRegistrationCommandInput
8
- extends CompleteWebAuthnRegistrationRequest {}
7
+ export interface CompleteWebAuthnRegistrationCommandInput extends CompleteWebAuthnRegistrationRequest {}
9
8
  export interface CompleteWebAuthnRegistrationCommandOutput
10
- extends CompleteWebAuthnRegistrationResponse,
11
- __MetadataBearer {}
9
+ extends CompleteWebAuthnRegistrationResponse, __MetadataBearer {}
12
10
  declare const CompleteWebAuthnRegistrationCommand_base: {
13
11
  new (
14
- input: CompleteWebAuthnRegistrationCommandInput
12
+ input: CompleteWebAuthnRegistrationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CompleteWebAuthnRegistrationCommandInput,
17
15
  CompleteWebAuthnRegistrationCommandOutput,
@@ -20,7 +18,7 @@ declare const CompleteWebAuthnRegistrationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CompleteWebAuthnRegistrationCommandInput
21
+ input: CompleteWebAuthnRegistrationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CompleteWebAuthnRegistrationCommandInput,
26
24
  CompleteWebAuthnRegistrationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ConfirmDeviceRequest,
4
- ConfirmDeviceResponse,
5
- } from "../models/models_0";
2
+ import { ConfirmDeviceRequest, ConfirmDeviceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ConfirmDeviceCommandInput extends ConfirmDeviceRequest {}
8
- export interface ConfirmDeviceCommandOutput
9
- extends ConfirmDeviceResponse,
10
- __MetadataBearer {}
5
+ export interface ConfirmDeviceCommandOutput extends ConfirmDeviceResponse, __MetadataBearer {}
11
6
  declare const ConfirmDeviceCommand_base: {
12
7
  new (
13
- input: ConfirmDeviceCommandInput
8
+ input: ConfirmDeviceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ConfirmDeviceCommandInput,
16
11
  ConfirmDeviceCommandOutput,
@@ -19,7 +14,7 @@ declare const ConfirmDeviceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ConfirmDeviceCommandInput
17
+ input: ConfirmDeviceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ConfirmDeviceCommandInput,
25
20
  ConfirmDeviceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ConfirmForgotPasswordRequest,
4
- ConfirmForgotPasswordResponse,
5
- } from "../models/models_0";
2
+ import { ConfirmForgotPasswordRequest, ConfirmForgotPasswordResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ConfirmForgotPasswordCommandInput
8
- extends ConfirmForgotPasswordRequest {}
4
+ export interface ConfirmForgotPasswordCommandInput extends ConfirmForgotPasswordRequest {}
9
5
  export interface ConfirmForgotPasswordCommandOutput
10
- extends ConfirmForgotPasswordResponse,
11
- __MetadataBearer {}
6
+ extends ConfirmForgotPasswordResponse, __MetadataBearer {}
12
7
  declare const ConfirmForgotPasswordCommand_base: {
13
8
  new (
14
- input: ConfirmForgotPasswordCommandInput
9
+ input: ConfirmForgotPasswordCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ConfirmForgotPasswordCommandInput,
17
12
  ConfirmForgotPasswordCommandOutput,
@@ -20,7 +15,7 @@ declare const ConfirmForgotPasswordCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ConfirmForgotPasswordCommandInput
18
+ input: ConfirmForgotPasswordCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ConfirmForgotPasswordCommandInput,
26
21
  ConfirmForgotPasswordCommandOutput,