@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
@@ -4,14 +4,12 @@ import {
4
4
  SetLogDeliveryConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface SetLogDeliveryConfigurationCommandInput
8
- extends SetLogDeliveryConfigurationRequest {}
7
+ export interface SetLogDeliveryConfigurationCommandInput extends SetLogDeliveryConfigurationRequest {}
9
8
  export interface SetLogDeliveryConfigurationCommandOutput
10
- extends SetLogDeliveryConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends SetLogDeliveryConfigurationResponse, __MetadataBearer {}
12
10
  declare const SetLogDeliveryConfigurationCommand_base: {
13
11
  new (
14
- input: SetLogDeliveryConfigurationCommandInput
12
+ input: SetLogDeliveryConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  SetLogDeliveryConfigurationCommandInput,
17
15
  SetLogDeliveryConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const SetLogDeliveryConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: SetLogDeliveryConfigurationCommandInput
21
+ input: SetLogDeliveryConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  SetLogDeliveryConfigurationCommandInput,
26
24
  SetLogDeliveryConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SetRiskConfigurationRequest,
4
- SetRiskConfigurationResponse,
5
- } from "../models/models_0";
2
+ import { SetRiskConfigurationRequest, SetRiskConfigurationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SetRiskConfigurationCommandInput
8
- extends SetRiskConfigurationRequest {}
4
+ export interface SetRiskConfigurationCommandInput extends SetRiskConfigurationRequest {}
9
5
  export interface SetRiskConfigurationCommandOutput
10
- extends SetRiskConfigurationResponse,
11
- __MetadataBearer {}
6
+ extends SetRiskConfigurationResponse, __MetadataBearer {}
12
7
  declare const SetRiskConfigurationCommand_base: {
13
8
  new (
14
- input: SetRiskConfigurationCommandInput
9
+ input: SetRiskConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SetRiskConfigurationCommandInput,
17
12
  SetRiskConfigurationCommandOutput,
@@ -20,7 +15,7 @@ declare const SetRiskConfigurationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SetRiskConfigurationCommandInput
18
+ input: SetRiskConfigurationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SetRiskConfigurationCommandInput,
26
21
  SetRiskConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SetUICustomizationRequest,
4
- SetUICustomizationResponse,
5
- } from "../models/models_0";
2
+ import { SetUICustomizationRequest, SetUICustomizationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SetUICustomizationCommandInput
8
- extends SetUICustomizationRequest {}
4
+ export interface SetUICustomizationCommandInput extends SetUICustomizationRequest {}
9
5
  export interface SetUICustomizationCommandOutput
10
- extends SetUICustomizationResponse,
11
- __MetadataBearer {}
6
+ extends SetUICustomizationResponse, __MetadataBearer {}
12
7
  declare const SetUICustomizationCommand_base: {
13
8
  new (
14
- input: SetUICustomizationCommandInput
9
+ input: SetUICustomizationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SetUICustomizationCommandInput,
17
12
  SetUICustomizationCommandOutput,
@@ -20,7 +15,7 @@ declare const SetUICustomizationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SetUICustomizationCommandInput
18
+ input: SetUICustomizationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SetUICustomizationCommandInput,
26
21
  SetUICustomizationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SetUserMFAPreferenceRequest,
4
- SetUserMFAPreferenceResponse,
5
- } from "../models/models_0";
2
+ import { SetUserMFAPreferenceRequest, SetUserMFAPreferenceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SetUserMFAPreferenceCommandInput
8
- extends SetUserMFAPreferenceRequest {}
4
+ export interface SetUserMFAPreferenceCommandInput extends SetUserMFAPreferenceRequest {}
9
5
  export interface SetUserMFAPreferenceCommandOutput
10
- extends SetUserMFAPreferenceResponse,
11
- __MetadataBearer {}
6
+ extends SetUserMFAPreferenceResponse, __MetadataBearer {}
12
7
  declare const SetUserMFAPreferenceCommand_base: {
13
8
  new (
14
- input: SetUserMFAPreferenceCommandInput
9
+ input: SetUserMFAPreferenceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SetUserMFAPreferenceCommandInput,
17
12
  SetUserMFAPreferenceCommandOutput,
@@ -20,7 +15,7 @@ declare const SetUserMFAPreferenceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SetUserMFAPreferenceCommandInput
18
+ input: SetUserMFAPreferenceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SetUserMFAPreferenceCommandInput,
26
21
  SetUserMFAPreferenceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SetUserPoolMfaConfigRequest,
4
- SetUserPoolMfaConfigResponse,
5
- } from "../models/models_0";
2
+ import { SetUserPoolMfaConfigRequest, SetUserPoolMfaConfigResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface SetUserPoolMfaConfigCommandInput
8
- extends SetUserPoolMfaConfigRequest {}
4
+ export interface SetUserPoolMfaConfigCommandInput extends SetUserPoolMfaConfigRequest {}
9
5
  export interface SetUserPoolMfaConfigCommandOutput
10
- extends SetUserPoolMfaConfigResponse,
11
- __MetadataBearer {}
6
+ extends SetUserPoolMfaConfigResponse, __MetadataBearer {}
12
7
  declare const SetUserPoolMfaConfigCommand_base: {
13
8
  new (
14
- input: SetUserPoolMfaConfigCommandInput
9
+ input: SetUserPoolMfaConfigCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  SetUserPoolMfaConfigCommandInput,
17
12
  SetUserPoolMfaConfigCommandOutput,
@@ -20,7 +15,7 @@ declare const SetUserPoolMfaConfigCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: SetUserPoolMfaConfigCommandInput
18
+ input: SetUserPoolMfaConfigCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  SetUserPoolMfaConfigCommandInput,
26
21
  SetUserPoolMfaConfigCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- SetUserSettingsRequest,
4
- SetUserSettingsResponse,
5
- } from "../models/models_0";
2
+ import { SetUserSettingsRequest, SetUserSettingsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface SetUserSettingsCommandInput extends SetUserSettingsRequest {}
8
- export interface SetUserSettingsCommandOutput
9
- extends SetUserSettingsResponse,
10
- __MetadataBearer {}
5
+ export interface SetUserSettingsCommandOutput extends SetUserSettingsResponse, __MetadataBearer {}
11
6
  declare const SetUserSettingsCommand_base: {
12
7
  new (
13
- input: SetUserSettingsCommandInput
8
+ input: SetUserSettingsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  SetUserSettingsCommandInput,
16
11
  SetUserSettingsCommandOutput,
@@ -19,7 +14,7 @@ declare const SetUserSettingsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: SetUserSettingsCommandInput
17
+ input: SetUserSettingsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  SetUserSettingsCommandInput,
25
20
  SetUserSettingsCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface SignUpCommandInput extends SignUpRequest {}
5
5
  export interface SignUpCommandOutput extends SignUpResponse, __MetadataBearer {}
6
6
  declare const SignUpCommand_base: {
7
- new (input: SignUpCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: SignUpCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  SignUpCommandInput,
9
11
  SignUpCommandOutput,
10
12
  import("..").CognitoIdentityProviderClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: SignUpCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: SignUpCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  SignUpCommandInput,
16
20
  SignUpCommandOutput,
17
21
  import("..").CognitoIdentityProviderClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartUserImportJobRequest,
4
- StartUserImportJobResponse,
5
- } from "../models/models_0";
2
+ import { StartUserImportJobRequest, StartUserImportJobResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StartUserImportJobCommandInput
8
- extends StartUserImportJobRequest {}
4
+ export interface StartUserImportJobCommandInput extends StartUserImportJobRequest {}
9
5
  export interface StartUserImportJobCommandOutput
10
- extends StartUserImportJobResponse,
11
- __MetadataBearer {}
6
+ extends StartUserImportJobResponse, __MetadataBearer {}
12
7
  declare const StartUserImportJobCommand_base: {
13
8
  new (
14
- input: StartUserImportJobCommandInput
9
+ input: StartUserImportJobCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartUserImportJobCommandInput,
17
12
  StartUserImportJobCommandOutput,
@@ -20,7 +15,7 @@ declare const StartUserImportJobCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartUserImportJobCommandInput
18
+ input: StartUserImportJobCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartUserImportJobCommandInput,
26
21
  StartUserImportJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  StartWebAuthnRegistrationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface StartWebAuthnRegistrationCommandInput
8
- extends StartWebAuthnRegistrationRequest {}
7
+ export interface StartWebAuthnRegistrationCommandInput extends StartWebAuthnRegistrationRequest {}
9
8
  export interface StartWebAuthnRegistrationCommandOutput
10
- extends StartWebAuthnRegistrationResponse,
11
- __MetadataBearer {}
9
+ extends StartWebAuthnRegistrationResponse, __MetadataBearer {}
12
10
  declare const StartWebAuthnRegistrationCommand_base: {
13
11
  new (
14
- input: StartWebAuthnRegistrationCommandInput
12
+ input: StartWebAuthnRegistrationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  StartWebAuthnRegistrationCommandInput,
17
15
  StartWebAuthnRegistrationCommandOutput,
@@ -20,7 +18,7 @@ declare const StartWebAuthnRegistrationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: StartWebAuthnRegistrationCommandInput
21
+ input: StartWebAuthnRegistrationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  StartWebAuthnRegistrationCommandInput,
26
24
  StartWebAuthnRegistrationCommandOutput,
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { StopUserImportJobRequest } from "../models/models_0";
3
3
  import { StopUserImportJobResponse } from "../models/models_1";
4
4
  export { __MetadataBearer };
5
- export interface StopUserImportJobCommandInput
6
- extends StopUserImportJobRequest {}
5
+ export interface StopUserImportJobCommandInput extends StopUserImportJobRequest {}
7
6
  export interface StopUserImportJobCommandOutput
8
- extends StopUserImportJobResponse,
9
- __MetadataBearer {}
7
+ extends StopUserImportJobResponse, __MetadataBearer {}
10
8
  declare const StopUserImportJobCommand_base: {
11
9
  new (
12
- input: StopUserImportJobCommandInput
10
+ input: StopUserImportJobCommandInput,
13
11
  ): import("@smithy/core/client").CommandImpl<
14
12
  StopUserImportJobCommandInput,
15
13
  StopUserImportJobCommandOutput,
@@ -18,7 +16,7 @@ declare const StopUserImportJobCommand_base: {
18
16
  import("..").ServiceOutputTypes
19
17
  >;
20
18
  new (
21
- input: StopUserImportJobCommandInput
19
+ input: StopUserImportJobCommandInput,
22
20
  ): import("@smithy/core/client").CommandImpl<
23
21
  StopUserImportJobCommandInput,
24
22
  StopUserImportJobCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_1";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateAuthEventFeedbackResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface UpdateAuthEventFeedbackCommandInput
8
- extends UpdateAuthEventFeedbackRequest {}
7
+ export interface UpdateAuthEventFeedbackCommandInput extends UpdateAuthEventFeedbackRequest {}
9
8
  export interface UpdateAuthEventFeedbackCommandOutput
10
- extends UpdateAuthEventFeedbackResponse,
11
- __MetadataBearer {}
9
+ extends UpdateAuthEventFeedbackResponse, __MetadataBearer {}
12
10
  declare const UpdateAuthEventFeedbackCommand_base: {
13
11
  new (
14
- input: UpdateAuthEventFeedbackCommandInput
12
+ input: UpdateAuthEventFeedbackCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateAuthEventFeedbackCommandInput,
17
15
  UpdateAuthEventFeedbackCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateAuthEventFeedbackCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateAuthEventFeedbackCommandInput
21
+ input: UpdateAuthEventFeedbackCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateAuthEventFeedbackCommandInput,
26
24
  UpdateAuthEventFeedbackCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateDeviceStatusRequest,
4
- UpdateDeviceStatusResponse,
5
- } from "../models/models_1";
2
+ import { UpdateDeviceStatusRequest, UpdateDeviceStatusResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateDeviceStatusCommandInput
8
- extends UpdateDeviceStatusRequest {}
4
+ export interface UpdateDeviceStatusCommandInput extends UpdateDeviceStatusRequest {}
9
5
  export interface UpdateDeviceStatusCommandOutput
10
- extends UpdateDeviceStatusResponse,
11
- __MetadataBearer {}
6
+ extends UpdateDeviceStatusResponse, __MetadataBearer {}
12
7
  declare const UpdateDeviceStatusCommand_base: {
13
8
  new (
14
- input: UpdateDeviceStatusCommandInput
9
+ input: UpdateDeviceStatusCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateDeviceStatusCommandInput,
17
12
  UpdateDeviceStatusCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateDeviceStatusCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateDeviceStatusCommandInput
18
+ input: UpdateDeviceStatusCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateDeviceStatusCommandInput,
26
21
  UpdateDeviceStatusCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateGroupCommandInput extends UpdateGroupRequest {}
5
- export interface UpdateGroupCommandOutput
6
- extends UpdateGroupResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __MetadataBearer {}
8
6
  declare const UpdateGroupCommand_base: {
9
7
  new (
10
- input: UpdateGroupCommandInput
8
+ input: UpdateGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateGroupCommandInput,
13
11
  UpdateGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateGroupCommandInput
17
+ input: UpdateGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateGroupCommandInput,
22
20
  UpdateGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateIdentityProviderRequest,
4
- UpdateIdentityProviderResponse,
5
- } from "../models/models_1";
2
+ import { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateIdentityProviderCommandInput
8
- extends UpdateIdentityProviderRequest {}
4
+ export interface UpdateIdentityProviderCommandInput extends UpdateIdentityProviderRequest {}
9
5
  export interface UpdateIdentityProviderCommandOutput
10
- extends UpdateIdentityProviderResponse,
11
- __MetadataBearer {}
6
+ extends UpdateIdentityProviderResponse, __MetadataBearer {}
12
7
  declare const UpdateIdentityProviderCommand_base: {
13
8
  new (
14
- input: UpdateIdentityProviderCommandInput
9
+ input: UpdateIdentityProviderCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateIdentityProviderCommandInput,
17
12
  UpdateIdentityProviderCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateIdentityProviderCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateIdentityProviderCommandInput
18
+ input: UpdateIdentityProviderCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateIdentityProviderCommandInput,
26
21
  UpdateIdentityProviderCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateManagedLoginBrandingResponse,
5
5
  } from "../models/models_1";
6
6
  export { __MetadataBearer };
7
- export interface UpdateManagedLoginBrandingCommandInput
8
- extends UpdateManagedLoginBrandingRequest {}
7
+ export interface UpdateManagedLoginBrandingCommandInput extends UpdateManagedLoginBrandingRequest {}
9
8
  export interface UpdateManagedLoginBrandingCommandOutput
10
- extends UpdateManagedLoginBrandingResponse,
11
- __MetadataBearer {}
9
+ extends UpdateManagedLoginBrandingResponse, __MetadataBearer {}
12
10
  declare const UpdateManagedLoginBrandingCommand_base: {
13
11
  new (
14
- input: UpdateManagedLoginBrandingCommandInput
12
+ input: UpdateManagedLoginBrandingCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateManagedLoginBrandingCommandInput,
17
15
  UpdateManagedLoginBrandingCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateProvisionedLimitRequest,
4
- UpdateProvisionedLimitResponse,
5
- } from "../models/models_1";
2
+ import { UpdateProvisionedLimitRequest, UpdateProvisionedLimitResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateProvisionedLimitCommandInput
8
- extends UpdateProvisionedLimitRequest {}
4
+ export interface UpdateProvisionedLimitCommandInput extends UpdateProvisionedLimitRequest {}
9
5
  export interface UpdateProvisionedLimitCommandOutput
10
- extends UpdateProvisionedLimitResponse,
11
- __MetadataBearer {}
6
+ extends UpdateProvisionedLimitResponse, __MetadataBearer {}
12
7
  declare const UpdateProvisionedLimitCommand_base: {
13
8
  new (
14
- input: UpdateProvisionedLimitCommandInput
9
+ input: UpdateProvisionedLimitCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateProvisionedLimitCommandInput,
17
12
  UpdateProvisionedLimitCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateProvisionedLimitCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateProvisionedLimitCommandInput
18
+ input: UpdateProvisionedLimitCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateProvisionedLimitCommandInput,
26
21
  UpdateProvisionedLimitCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateResourceServerRequest,
4
- UpdateResourceServerResponse,
5
- } from "../models/models_1";
2
+ import { UpdateResourceServerRequest, UpdateResourceServerResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateResourceServerCommandInput
8
- extends UpdateResourceServerRequest {}
4
+ export interface UpdateResourceServerCommandInput extends UpdateResourceServerRequest {}
9
5
  export interface UpdateResourceServerCommandOutput
10
- extends UpdateResourceServerResponse,
11
- __MetadataBearer {}
6
+ extends UpdateResourceServerResponse, __MetadataBearer {}
12
7
  declare const UpdateResourceServerCommand_base: {
13
8
  new (
14
- input: UpdateResourceServerCommandInput
9
+ input: UpdateResourceServerCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateResourceServerCommandInput,
17
12
  UpdateResourceServerCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateResourceServerCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateResourceServerCommandInput
18
+ input: UpdateResourceServerCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateResourceServerCommandInput,
26
21
  UpdateResourceServerCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateTermsRequest, UpdateTermsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateTermsCommandInput extends UpdateTermsRequest {}
5
- export interface UpdateTermsCommandOutput
6
- extends UpdateTermsResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateTermsCommandOutput extends UpdateTermsResponse, __MetadataBearer {}
8
6
  declare const UpdateTermsCommand_base: {
9
7
  new (
10
- input: UpdateTermsCommandInput
8
+ input: UpdateTermsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateTermsCommandInput,
13
11
  UpdateTermsCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateTermsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateTermsCommandInput
17
+ input: UpdateTermsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateTermsCommandInput,
22
20
  UpdateTermsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateUserAttributesRequest,
4
- UpdateUserAttributesResponse,
5
- } from "../models/models_1";
2
+ import { UpdateUserAttributesRequest, UpdateUserAttributesResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateUserAttributesCommandInput
8
- extends UpdateUserAttributesRequest {}
4
+ export interface UpdateUserAttributesCommandInput extends UpdateUserAttributesRequest {}
9
5
  export interface UpdateUserAttributesCommandOutput
10
- extends UpdateUserAttributesResponse,
11
- __MetadataBearer {}
6
+ extends UpdateUserAttributesResponse, __MetadataBearer {}
12
7
  declare const UpdateUserAttributesCommand_base: {
13
8
  new (
14
- input: UpdateUserAttributesCommandInput
9
+ input: UpdateUserAttributesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateUserAttributesCommandInput,
17
12
  UpdateUserAttributesCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateUserAttributesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateUserAttributesCommandInput
18
+ input: UpdateUserAttributesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateUserAttributesCommandInput,
26
21
  UpdateUserAttributesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateUserPoolClientRequest,
4
- UpdateUserPoolClientResponse,
5
- } from "../models/models_1";
2
+ import { UpdateUserPoolClientRequest, UpdateUserPoolClientResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateUserPoolClientCommandInput
8
- extends UpdateUserPoolClientRequest {}
4
+ export interface UpdateUserPoolClientCommandInput extends UpdateUserPoolClientRequest {}
9
5
  export interface UpdateUserPoolClientCommandOutput
10
- extends UpdateUserPoolClientResponse,
11
- __MetadataBearer {}
6
+ extends UpdateUserPoolClientResponse, __MetadataBearer {}
12
7
  declare const UpdateUserPoolClientCommand_base: {
13
8
  new (
14
- input: UpdateUserPoolClientCommandInput
9
+ input: UpdateUserPoolClientCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateUserPoolClientCommandInput,
17
12
  UpdateUserPoolClientCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateUserPoolClientCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateUserPoolClientCommandInput
18
+ input: UpdateUserPoolClientCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateUserPoolClientCommandInput,
26
21
  UpdateUserPoolClientCommandOutput,