@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
- ConfirmSignUpRequest,
4
- ConfirmSignUpResponse,
5
- } from "../models/models_0";
2
+ import { ConfirmSignUpRequest, ConfirmSignUpResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ConfirmSignUpCommandInput extends ConfirmSignUpRequest {}
8
- export interface ConfirmSignUpCommandOutput
9
- extends ConfirmSignUpResponse,
10
- __MetadataBearer {}
5
+ export interface ConfirmSignUpCommandOutput extends ConfirmSignUpResponse, __MetadataBearer {}
11
6
  declare const ConfirmSignUpCommand_base: {
12
7
  new (
13
- input: ConfirmSignUpCommandInput
8
+ input: ConfirmSignUpCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ConfirmSignUpCommandInput,
16
11
  ConfirmSignUpCommandOutput,
@@ -19,7 +14,7 @@ declare const ConfirmSignUpCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ConfirmSignUpCommandInput
17
+ input: ConfirmSignUpCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ConfirmSignUpCommandInput,
25
20
  ConfirmSignUpCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateGroupCommandInput extends CreateGroupRequest {}
5
- export interface CreateGroupCommandOutput
6
- extends CreateGroupResponse,
7
- __MetadataBearer {}
5
+ export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {}
8
6
  declare const CreateGroupCommand_base: {
9
7
  new (
10
- input: CreateGroupCommandInput
8
+ input: CreateGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateGroupCommandInput,
13
11
  CreateGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateGroupCommandInput
17
+ input: CreateGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateGroupCommandInput,
22
20
  CreateGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateIdentityProviderRequest,
4
- CreateIdentityProviderResponse,
5
- } from "../models/models_0";
2
+ import { CreateIdentityProviderRequest, CreateIdentityProviderResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateIdentityProviderCommandInput
8
- extends CreateIdentityProviderRequest {}
4
+ export interface CreateIdentityProviderCommandInput extends CreateIdentityProviderRequest {}
9
5
  export interface CreateIdentityProviderCommandOutput
10
- extends CreateIdentityProviderResponse,
11
- __MetadataBearer {}
6
+ extends CreateIdentityProviderResponse, __MetadataBearer {}
12
7
  declare const CreateIdentityProviderCommand_base: {
13
8
  new (
14
- input: CreateIdentityProviderCommandInput
9
+ input: CreateIdentityProviderCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateIdentityProviderCommandInput,
17
12
  CreateIdentityProviderCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateIdentityProviderCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateIdentityProviderCommandInput
18
+ input: CreateIdentityProviderCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateIdentityProviderCommandInput,
26
21
  CreateIdentityProviderCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateManagedLoginBrandingResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateManagedLoginBrandingCommandInput
8
- extends CreateManagedLoginBrandingRequest {}
7
+ export interface CreateManagedLoginBrandingCommandInput extends CreateManagedLoginBrandingRequest {}
9
8
  export interface CreateManagedLoginBrandingCommandOutput
10
- extends CreateManagedLoginBrandingResponse,
11
- __MetadataBearer {}
9
+ extends CreateManagedLoginBrandingResponse, __MetadataBearer {}
12
10
  declare const CreateManagedLoginBrandingCommand_base: {
13
11
  new (
14
- input: CreateManagedLoginBrandingCommandInput
12
+ input: CreateManagedLoginBrandingCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateManagedLoginBrandingCommandInput,
17
15
  CreateManagedLoginBrandingCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateManagedLoginBrandingCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateManagedLoginBrandingCommandInput
21
+ input: CreateManagedLoginBrandingCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateManagedLoginBrandingCommandInput,
26
24
  CreateManagedLoginBrandingCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateResourceServerRequest,
4
- CreateResourceServerResponse,
5
- } from "../models/models_0";
2
+ import { CreateResourceServerRequest, CreateResourceServerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateResourceServerCommandInput
8
- extends CreateResourceServerRequest {}
4
+ export interface CreateResourceServerCommandInput extends CreateResourceServerRequest {}
9
5
  export interface CreateResourceServerCommandOutput
10
- extends CreateResourceServerResponse,
11
- __MetadataBearer {}
6
+ extends CreateResourceServerResponse, __MetadataBearer {}
12
7
  declare const CreateResourceServerCommand_base: {
13
8
  new (
14
- input: CreateResourceServerCommandInput
9
+ input: CreateResourceServerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateResourceServerCommandInput,
17
12
  CreateResourceServerCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateResourceServerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateResourceServerCommandInput
18
+ input: CreateResourceServerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateResourceServerCommandInput,
26
21
  CreateResourceServerCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateTermsRequest, CreateTermsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateTermsCommandInput extends CreateTermsRequest {}
5
- export interface CreateTermsCommandOutput
6
- extends CreateTermsResponse,
7
- __MetadataBearer {}
5
+ export interface CreateTermsCommandOutput extends CreateTermsResponse, __MetadataBearer {}
8
6
  declare const CreateTermsCommand_base: {
9
7
  new (
10
- input: CreateTermsCommandInput
8
+ input: CreateTermsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateTermsCommandInput,
13
11
  CreateTermsCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateTermsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateTermsCommandInput
17
+ input: CreateTermsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateTermsCommandInput,
22
20
  CreateTermsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateUserImportJobRequest,
4
- CreateUserImportJobResponse,
5
- } from "../models/models_0";
2
+ import { CreateUserImportJobRequest, CreateUserImportJobResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateUserImportJobCommandInput
8
- extends CreateUserImportJobRequest {}
4
+ export interface CreateUserImportJobCommandInput extends CreateUserImportJobRequest {}
9
5
  export interface CreateUserImportJobCommandOutput
10
- extends CreateUserImportJobResponse,
11
- __MetadataBearer {}
6
+ extends CreateUserImportJobResponse, __MetadataBearer {}
12
7
  declare const CreateUserImportJobCommand_base: {
13
8
  new (
14
- input: CreateUserImportJobCommandInput
9
+ input: CreateUserImportJobCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateUserImportJobCommandInput,
17
12
  CreateUserImportJobCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateUserImportJobCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateUserImportJobCommandInput
18
+ input: CreateUserImportJobCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateUserImportJobCommandInput,
26
21
  CreateUserImportJobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateUserPoolClientRequest,
4
- CreateUserPoolClientResponse,
5
- } from "../models/models_0";
2
+ import { CreateUserPoolClientRequest, CreateUserPoolClientResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateUserPoolClientCommandInput
8
- extends CreateUserPoolClientRequest {}
4
+ export interface CreateUserPoolClientCommandInput extends CreateUserPoolClientRequest {}
9
5
  export interface CreateUserPoolClientCommandOutput
10
- extends CreateUserPoolClientResponse,
11
- __MetadataBearer {}
6
+ extends CreateUserPoolClientResponse, __MetadataBearer {}
12
7
  declare const CreateUserPoolClientCommand_base: {
13
8
  new (
14
- input: CreateUserPoolClientCommandInput
9
+ input: CreateUserPoolClientCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateUserPoolClientCommandInput,
17
12
  CreateUserPoolClientCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateUserPoolClientCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateUserPoolClientCommandInput
18
+ input: CreateUserPoolClientCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateUserPoolClientCommandInput,
26
21
  CreateUserPoolClientCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateUserPoolRequest,
4
- CreateUserPoolResponse,
5
- } from "../models/models_0";
2
+ import { CreateUserPoolRequest, CreateUserPoolResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateUserPoolCommandInput extends CreateUserPoolRequest {}
8
- export interface CreateUserPoolCommandOutput
9
- extends CreateUserPoolResponse,
10
- __MetadataBearer {}
5
+ export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __MetadataBearer {}
11
6
  declare const CreateUserPoolCommand_base: {
12
7
  new (
13
- input: CreateUserPoolCommandInput
8
+ input: CreateUserPoolCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateUserPoolCommandInput,
16
11
  CreateUserPoolCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateUserPoolCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateUserPoolCommandInput
17
+ input: CreateUserPoolCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateUserPoolCommandInput,
25
20
  CreateUserPoolCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateUserPoolDomainRequest,
4
- CreateUserPoolDomainResponse,
5
- } from "../models/models_0";
2
+ import { CreateUserPoolDomainRequest, CreateUserPoolDomainResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateUserPoolDomainCommandInput
8
- extends CreateUserPoolDomainRequest {}
4
+ export interface CreateUserPoolDomainCommandInput extends CreateUserPoolDomainRequest {}
9
5
  export interface CreateUserPoolDomainCommandOutput
10
- extends CreateUserPoolDomainResponse,
11
- __MetadataBearer {}
6
+ extends CreateUserPoolDomainResponse, __MetadataBearer {}
12
7
  declare const CreateUserPoolDomainCommand_base: {
13
8
  new (
14
- input: CreateUserPoolDomainCommandInput
9
+ input: CreateUserPoolDomainCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateUserPoolDomainCommandInput,
17
12
  CreateUserPoolDomainCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateUserPoolDomainCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateUserPoolDomainCommandInput
18
+ input: CreateUserPoolDomainCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateUserPoolDomainCommandInput,
26
21
  CreateUserPoolDomainCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateUserPoolReplicaRequest,
4
- CreateUserPoolReplicaResponse,
5
- } from "../models/models_0";
2
+ import { CreateUserPoolReplicaRequest, CreateUserPoolReplicaResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateUserPoolReplicaCommandInput
8
- extends CreateUserPoolReplicaRequest {}
4
+ export interface CreateUserPoolReplicaCommandInput extends CreateUserPoolReplicaRequest {}
9
5
  export interface CreateUserPoolReplicaCommandOutput
10
- extends CreateUserPoolReplicaResponse,
11
- __MetadataBearer {}
6
+ extends CreateUserPoolReplicaResponse, __MetadataBearer {}
12
7
  declare const CreateUserPoolReplicaCommand_base: {
13
8
  new (
14
- input: CreateUserPoolReplicaCommandInput
9
+ input: CreateUserPoolReplicaCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateUserPoolReplicaCommandInput,
17
12
  CreateUserPoolReplicaCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateUserPoolReplicaCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateUserPoolReplicaCommandInput
18
+ input: CreateUserPoolReplicaCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateUserPoolReplicaCommandInput,
26
21
  CreateUserPoolReplicaCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {}
5
5
  export interface DeleteGroupCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteGroupCommand_base: {
7
7
  new (
8
- input: DeleteGroupCommandInput
8
+ input: DeleteGroupCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteGroupCommandInput,
11
11
  DeleteGroupCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteGroupCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteGroupCommandInput
17
+ input: DeleteGroupCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteGroupCommandInput,
20
20
  DeleteGroupCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteIdentityProviderRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteIdentityProviderCommandInput
5
- extends DeleteIdentityProviderRequest {}
4
+ export interface DeleteIdentityProviderCommandInput extends DeleteIdentityProviderRequest {}
6
5
  export interface DeleteIdentityProviderCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteIdentityProviderCommand_base: {
8
7
  new (
9
- input: DeleteIdentityProviderCommandInput
8
+ input: DeleteIdentityProviderCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteIdentityProviderCommandInput,
12
11
  DeleteIdentityProviderCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteIdentityProviderCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteIdentityProviderCommandInput
17
+ input: DeleteIdentityProviderCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteIdentityProviderCommandInput,
21
20
  DeleteIdentityProviderCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteManagedLoginBrandingRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteManagedLoginBrandingCommandInput
5
- extends DeleteManagedLoginBrandingRequest {}
6
- export interface DeleteManagedLoginBrandingCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteManagedLoginBrandingCommandInput extends DeleteManagedLoginBrandingRequest {}
5
+ export interface DeleteManagedLoginBrandingCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteManagedLoginBrandingCommand_base: {
9
7
  new (
10
- input: DeleteManagedLoginBrandingCommandInput
8
+ input: DeleteManagedLoginBrandingCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteManagedLoginBrandingCommandInput,
13
11
  DeleteManagedLoginBrandingCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteManagedLoginBrandingCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteManagedLoginBrandingCommandInput
17
+ input: DeleteManagedLoginBrandingCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteManagedLoginBrandingCommandInput,
22
20
  DeleteManagedLoginBrandingCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteResourceServerRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteResourceServerCommandInput
5
- extends DeleteResourceServerRequest {}
4
+ export interface DeleteResourceServerCommandInput extends DeleteResourceServerRequest {}
6
5
  export interface DeleteResourceServerCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteResourceServerCommand_base: {
8
7
  new (
9
- input: DeleteResourceServerCommandInput
8
+ input: DeleteResourceServerCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteResourceServerCommandInput,
12
11
  DeleteResourceServerCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteResourceServerCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteResourceServerCommandInput
17
+ input: DeleteResourceServerCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteResourceServerCommandInput,
21
20
  DeleteResourceServerCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteTermsCommandInput extends DeleteTermsRequest {}
5
5
  export interface DeleteTermsCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteTermsCommand_base: {
7
7
  new (
8
- input: DeleteTermsCommandInput
8
+ input: DeleteTermsCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteTermsCommandInput,
11
11
  DeleteTermsCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteTermsCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteTermsCommandInput
17
+ input: DeleteTermsCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteTermsCommandInput,
20
20
  DeleteTermsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteUserAttributesRequest,
4
- DeleteUserAttributesResponse,
5
- } from "../models/models_0";
2
+ import { DeleteUserAttributesRequest, DeleteUserAttributesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteUserAttributesCommandInput
8
- extends DeleteUserAttributesRequest {}
4
+ export interface DeleteUserAttributesCommandInput extends DeleteUserAttributesRequest {}
9
5
  export interface DeleteUserAttributesCommandOutput
10
- extends DeleteUserAttributesResponse,
11
- __MetadataBearer {}
6
+ extends DeleteUserAttributesResponse, __MetadataBearer {}
12
7
  declare const DeleteUserAttributesCommand_base: {
13
8
  new (
14
- input: DeleteUserAttributesCommandInput
9
+ input: DeleteUserAttributesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteUserAttributesCommandInput,
17
12
  DeleteUserAttributesCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteUserAttributesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteUserAttributesCommandInput
18
+ input: DeleteUserAttributesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteUserAttributesCommandInput,
26
21
  DeleteUserAttributesCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteUserCommandInput extends DeleteUserRequest {}
5
5
  export interface DeleteUserCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteUserCommand_base: {
7
7
  new (
8
- input: DeleteUserCommandInput
8
+ input: DeleteUserCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteUserCommandInput,
11
11
  DeleteUserCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteUserCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteUserCommandInput
17
+ input: DeleteUserCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteUserCommandInput,
20
20
  DeleteUserCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteUserPoolClientRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteUserPoolClientCommandInput
5
- extends DeleteUserPoolClientRequest {}
4
+ export interface DeleteUserPoolClientCommandInput extends DeleteUserPoolClientRequest {}
6
5
  export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteUserPoolClientCommand_base: {
8
7
  new (
9
- input: DeleteUserPoolClientCommandInput
8
+ input: DeleteUserPoolClientCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteUserPoolClientCommandInput,
12
11
  DeleteUserPoolClientCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteUserPoolClientCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteUserPoolClientCommandInput
17
+ input: DeleteUserPoolClientCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteUserPoolClientCommandInput,
21
20
  DeleteUserPoolClientCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteUserPoolClientSecretResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteUserPoolClientSecretCommandInput
8
- extends DeleteUserPoolClientSecretRequest {}
7
+ export interface DeleteUserPoolClientSecretCommandInput extends DeleteUserPoolClientSecretRequest {}
9
8
  export interface DeleteUserPoolClientSecretCommandOutput
10
- extends DeleteUserPoolClientSecretResponse,
11
- __MetadataBearer {}
9
+ extends DeleteUserPoolClientSecretResponse, __MetadataBearer {}
12
10
  declare const DeleteUserPoolClientSecretCommand_base: {
13
11
  new (
14
- input: DeleteUserPoolClientSecretCommandInput
12
+ input: DeleteUserPoolClientSecretCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteUserPoolClientSecretCommandInput,
17
15
  DeleteUserPoolClientSecretCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteUserPoolClientSecretCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteUserPoolClientSecretCommandInput
21
+ input: DeleteUserPoolClientSecretCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteUserPoolClientSecretCommandInput,
26
24
  DeleteUserPoolClientSecretCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteUserPoolCommandInput extends DeleteUserPoolRequest {}
5
5
  export interface DeleteUserPoolCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteUserPoolCommand_base: {
7
7
  new (
8
- input: DeleteUserPoolCommandInput
8
+ input: DeleteUserPoolCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteUserPoolCommandInput,
11
11
  DeleteUserPoolCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteUserPoolCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteUserPoolCommandInput
17
+ input: DeleteUserPoolCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteUserPoolCommandInput,
20
20
  DeleteUserPoolCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteUserPoolDomainRequest,
4
- DeleteUserPoolDomainResponse,
5
- } from "../models/models_0";
2
+ import { DeleteUserPoolDomainRequest, DeleteUserPoolDomainResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteUserPoolDomainCommandInput
8
- extends DeleteUserPoolDomainRequest {}
4
+ export interface DeleteUserPoolDomainCommandInput extends DeleteUserPoolDomainRequest {}
9
5
  export interface DeleteUserPoolDomainCommandOutput
10
- extends DeleteUserPoolDomainResponse,
11
- __MetadataBearer {}
6
+ extends DeleteUserPoolDomainResponse, __MetadataBearer {}
12
7
  declare const DeleteUserPoolDomainCommand_base: {
13
8
  new (
14
- input: DeleteUserPoolDomainCommandInput
9
+ input: DeleteUserPoolDomainCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteUserPoolDomainCommandInput,
17
12
  DeleteUserPoolDomainCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteUserPoolDomainCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteUserPoolDomainCommandInput
18
+ input: DeleteUserPoolDomainCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteUserPoolDomainCommandInput,
26
21
  DeleteUserPoolDomainCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteUserPoolReplicaRequest,
4
- DeleteUserPoolReplicaResponse,
5
- } from "../models/models_0";
2
+ import { DeleteUserPoolReplicaRequest, DeleteUserPoolReplicaResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteUserPoolReplicaCommandInput
8
- extends DeleteUserPoolReplicaRequest {}
4
+ export interface DeleteUserPoolReplicaCommandInput extends DeleteUserPoolReplicaRequest {}
9
5
  export interface DeleteUserPoolReplicaCommandOutput
10
- extends DeleteUserPoolReplicaResponse,
11
- __MetadataBearer {}
6
+ extends DeleteUserPoolReplicaResponse, __MetadataBearer {}
12
7
  declare const DeleteUserPoolReplicaCommand_base: {
13
8
  new (
14
- input: DeleteUserPoolReplicaCommandInput
9
+ input: DeleteUserPoolReplicaCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteUserPoolReplicaCommandInput,
17
12
  DeleteUserPoolReplicaCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteUserPoolReplicaCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteUserPoolReplicaCommandInput
18
+ input: DeleteUserPoolReplicaCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteUserPoolReplicaCommandInput,
26
21
  DeleteUserPoolReplicaCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteWebAuthnCredentialResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteWebAuthnCredentialCommandInput
8
- extends DeleteWebAuthnCredentialRequest {}
7
+ export interface DeleteWebAuthnCredentialCommandInput extends DeleteWebAuthnCredentialRequest {}
9
8
  export interface DeleteWebAuthnCredentialCommandOutput
10
- extends DeleteWebAuthnCredentialResponse,
11
- __MetadataBearer {}
9
+ extends DeleteWebAuthnCredentialResponse, __MetadataBearer {}
12
10
  declare const DeleteWebAuthnCredentialCommand_base: {
13
11
  new (
14
- input: DeleteWebAuthnCredentialCommandInput
12
+ input: DeleteWebAuthnCredentialCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteWebAuthnCredentialCommandInput,
17
15
  DeleteWebAuthnCredentialCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteWebAuthnCredentialCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteWebAuthnCredentialCommandInput
21
+ input: DeleteWebAuthnCredentialCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteWebAuthnCredentialCommandInput,
26
24
  DeleteWebAuthnCredentialCommandOutput,