@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,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetUserAuthFactorsRequest,
4
- GetUserAuthFactorsResponse,
5
- } from "../models/models_0";
2
+ import { GetUserAuthFactorsRequest, GetUserAuthFactorsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetUserAuthFactorsCommandInput
8
- extends GetUserAuthFactorsRequest {}
4
+ export interface GetUserAuthFactorsCommandInput extends GetUserAuthFactorsRequest {}
9
5
  export interface GetUserAuthFactorsCommandOutput
10
- extends GetUserAuthFactorsResponse,
11
- __MetadataBearer {}
6
+ extends GetUserAuthFactorsResponse, __MetadataBearer {}
12
7
  declare const GetUserAuthFactorsCommand_base: {
13
8
  new (
14
- input: GetUserAuthFactorsCommandInput
9
+ input: GetUserAuthFactorsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetUserAuthFactorsCommandInput,
17
12
  GetUserAuthFactorsCommandOutput,
@@ -20,7 +15,7 @@ declare const GetUserAuthFactorsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetUserAuthFactorsCommandInput
18
+ input: GetUserAuthFactorsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetUserAuthFactorsCommandInput,
26
21
  GetUserAuthFactorsCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetUserRequest, GetUserResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetUserCommandInput extends GetUserRequest {}
5
- export interface GetUserCommandOutput
6
- extends GetUserResponse,
7
- __MetadataBearer {}
5
+ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer {}
8
6
  declare const GetUserCommand_base: {
9
- new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetUserCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetUserCommandInput,
11
11
  GetUserCommandOutput,
12
12
  import("..").CognitoIdentityProviderClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetUserCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetUserCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetUserCommandInput,
18
20
  GetUserCommandOutput,
19
21
  import("..").CognitoIdentityProviderClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetUserPoolMfaConfigRequest,
4
- GetUserPoolMfaConfigResponse,
5
- } from "../models/models_0";
2
+ import { GetUserPoolMfaConfigRequest, GetUserPoolMfaConfigResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetUserPoolMfaConfigCommandInput
8
- extends GetUserPoolMfaConfigRequest {}
4
+ export interface GetUserPoolMfaConfigCommandInput extends GetUserPoolMfaConfigRequest {}
9
5
  export interface GetUserPoolMfaConfigCommandOutput
10
- extends GetUserPoolMfaConfigResponse,
11
- __MetadataBearer {}
6
+ extends GetUserPoolMfaConfigResponse, __MetadataBearer {}
12
7
  declare const GetUserPoolMfaConfigCommand_base: {
13
8
  new (
14
- input: GetUserPoolMfaConfigCommandInput
9
+ input: GetUserPoolMfaConfigCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetUserPoolMfaConfigCommandInput,
17
12
  GetUserPoolMfaConfigCommandOutput,
@@ -20,7 +15,7 @@ declare const GetUserPoolMfaConfigCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetUserPoolMfaConfigCommandInput
18
+ input: GetUserPoolMfaConfigCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetUserPoolMfaConfigCommandInput,
26
21
  GetUserPoolMfaConfigCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GlobalSignOutRequest,
4
- GlobalSignOutResponse,
5
- } from "../models/models_0";
2
+ import { GlobalSignOutRequest, GlobalSignOutResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GlobalSignOutCommandInput extends GlobalSignOutRequest {}
8
- export interface GlobalSignOutCommandOutput
9
- extends GlobalSignOutResponse,
10
- __MetadataBearer {}
5
+ export interface GlobalSignOutCommandOutput extends GlobalSignOutResponse, __MetadataBearer {}
11
6
  declare const GlobalSignOutCommand_base: {
12
7
  new (
13
- input: GlobalSignOutCommandInput
8
+ input: GlobalSignOutCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GlobalSignOutCommandInput,
16
11
  GlobalSignOutCommandOutput,
@@ -19,7 +14,7 @@ declare const GlobalSignOutCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GlobalSignOutCommandInput
17
+ input: GlobalSignOutCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GlobalSignOutCommandInput,
25
20
  GlobalSignOutCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { InitiateAuthRequest, InitiateAuthResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface InitiateAuthCommandInput extends InitiateAuthRequest {}
5
- export interface InitiateAuthCommandOutput
6
- extends InitiateAuthResponse,
7
- __MetadataBearer {}
5
+ export interface InitiateAuthCommandOutput extends InitiateAuthResponse, __MetadataBearer {}
8
6
  declare const InitiateAuthCommand_base: {
9
7
  new (
10
- input: InitiateAuthCommandInput
8
+ input: InitiateAuthCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  InitiateAuthCommandInput,
13
11
  InitiateAuthCommandOutput,
@@ -16,7 +14,7 @@ declare const InitiateAuthCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: InitiateAuthCommandInput
17
+ input: InitiateAuthCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  InitiateAuthCommandInput,
22
20
  InitiateAuthCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListDevicesCommandInput extends ListDevicesRequest {}
5
- export interface ListDevicesCommandOutput
6
- extends ListDevicesResponse,
7
- __MetadataBearer {}
5
+ export interface ListDevicesCommandOutput extends ListDevicesResponse, __MetadataBearer {}
8
6
  declare const ListDevicesCommand_base: {
9
7
  new (
10
- input: ListDevicesCommandInput
8
+ input: ListDevicesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListDevicesCommandInput,
13
11
  ListDevicesCommandOutput,
@@ -16,7 +14,7 @@ declare const ListDevicesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListDevicesCommandInput
17
+ input: ListDevicesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListDevicesCommandInput,
22
20
  ListDevicesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListGroupsCommandInput extends ListGroupsRequest {}
5
- export interface ListGroupsCommandOutput
6
- extends ListGroupsResponse,
7
- __MetadataBearer {}
5
+ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataBearer {}
8
6
  declare const ListGroupsCommand_base: {
9
7
  new (
10
- input: ListGroupsCommandInput
8
+ input: ListGroupsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListGroupsCommandInput,
13
11
  ListGroupsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListGroupsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListGroupsCommandInput
17
+ input: ListGroupsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListGroupsCommandInput,
22
20
  ListGroupsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListIdentityProvidersRequest,
4
- ListIdentityProvidersResponse,
5
- } from "../models/models_0";
2
+ import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListIdentityProvidersCommandInput
8
- extends ListIdentityProvidersRequest {}
4
+ export interface ListIdentityProvidersCommandInput extends ListIdentityProvidersRequest {}
9
5
  export interface ListIdentityProvidersCommandOutput
10
- extends ListIdentityProvidersResponse,
11
- __MetadataBearer {}
6
+ extends ListIdentityProvidersResponse, __MetadataBearer {}
12
7
  declare const ListIdentityProvidersCommand_base: {
13
8
  new (
14
- input: ListIdentityProvidersCommandInput
9
+ input: ListIdentityProvidersCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListIdentityProvidersCommandInput,
17
12
  ListIdentityProvidersCommandOutput,
@@ -20,7 +15,7 @@ declare const ListIdentityProvidersCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListIdentityProvidersCommandInput
18
+ input: ListIdentityProvidersCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListIdentityProvidersCommandInput,
26
21
  ListIdentityProvidersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListResourceServersRequest,
4
- ListResourceServersResponse,
5
- } from "../models/models_0";
2
+ import { ListResourceServersRequest, ListResourceServersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListResourceServersCommandInput
8
- extends ListResourceServersRequest {}
4
+ export interface ListResourceServersCommandInput extends ListResourceServersRequest {}
9
5
  export interface ListResourceServersCommandOutput
10
- extends ListResourceServersResponse,
11
- __MetadataBearer {}
6
+ extends ListResourceServersResponse, __MetadataBearer {}
12
7
  declare const ListResourceServersCommand_base: {
13
8
  new (
14
- input: ListResourceServersCommandInput
9
+ input: ListResourceServersCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListResourceServersCommandInput,
17
12
  ListResourceServersCommandOutput,
@@ -20,7 +15,7 @@ declare const ListResourceServersCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListResourceServersCommandInput
18
+ input: ListResourceServersCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListResourceServersCommandInput,
26
21
  ListResourceServersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListTermsRequest, ListTermsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListTermsCommandInput extends ListTermsRequest {}
5
- export interface ListTermsCommandOutput
6
- extends ListTermsResponse,
7
- __MetadataBearer {}
5
+ export interface ListTermsCommandOutput extends ListTermsResponse, __MetadataBearer {}
8
6
  declare const ListTermsCommand_base: {
9
- new (input: ListTermsCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: ListTermsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  ListTermsCommandInput,
11
11
  ListTermsCommandOutput,
12
12
  import("..").CognitoIdentityProviderClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: ListTermsCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: ListTermsCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  ListTermsCommandInput,
18
20
  ListTermsCommandOutput,
19
21
  import("..").CognitoIdentityProviderClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListUserImportJobsRequest,
4
- ListUserImportJobsResponse,
5
- } from "../models/models_0";
2
+ import { ListUserImportJobsRequest, ListUserImportJobsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListUserImportJobsCommandInput
8
- extends ListUserImportJobsRequest {}
4
+ export interface ListUserImportJobsCommandInput extends ListUserImportJobsRequest {}
9
5
  export interface ListUserImportJobsCommandOutput
10
- extends ListUserImportJobsResponse,
11
- __MetadataBearer {}
6
+ extends ListUserImportJobsResponse, __MetadataBearer {}
12
7
  declare const ListUserImportJobsCommand_base: {
13
8
  new (
14
- input: ListUserImportJobsCommandInput
9
+ input: ListUserImportJobsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListUserImportJobsCommandInput,
17
12
  ListUserImportJobsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListUserImportJobsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListUserImportJobsCommandInput
18
+ input: ListUserImportJobsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListUserImportJobsCommandInput,
26
21
  ListUserImportJobsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListUserPoolClientSecretsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListUserPoolClientSecretsCommandInput
8
- extends ListUserPoolClientSecretsRequest {}
7
+ export interface ListUserPoolClientSecretsCommandInput extends ListUserPoolClientSecretsRequest {}
9
8
  export interface ListUserPoolClientSecretsCommandOutput
10
- extends ListUserPoolClientSecretsResponse,
11
- __MetadataBearer {}
9
+ extends ListUserPoolClientSecretsResponse, __MetadataBearer {}
12
10
  declare const ListUserPoolClientSecretsCommand_base: {
13
11
  new (
14
- input: ListUserPoolClientSecretsCommandInput
12
+ input: ListUserPoolClientSecretsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListUserPoolClientSecretsCommandInput,
17
15
  ListUserPoolClientSecretsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListUserPoolClientSecretsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListUserPoolClientSecretsCommandInput
21
+ input: ListUserPoolClientSecretsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListUserPoolClientSecretsCommandInput,
26
24
  ListUserPoolClientSecretsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListUserPoolClientsRequest,
4
- ListUserPoolClientsResponse,
5
- } from "../models/models_0";
2
+ import { ListUserPoolClientsRequest, ListUserPoolClientsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListUserPoolClientsCommandInput
8
- extends ListUserPoolClientsRequest {}
4
+ export interface ListUserPoolClientsCommandInput extends ListUserPoolClientsRequest {}
9
5
  export interface ListUserPoolClientsCommandOutput
10
- extends ListUserPoolClientsResponse,
11
- __MetadataBearer {}
6
+ extends ListUserPoolClientsResponse, __MetadataBearer {}
12
7
  declare const ListUserPoolClientsCommand_base: {
13
8
  new (
14
- input: ListUserPoolClientsCommandInput
9
+ input: ListUserPoolClientsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListUserPoolClientsCommandInput,
17
12
  ListUserPoolClientsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListUserPoolClientsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListUserPoolClientsCommandInput
18
+ input: ListUserPoolClientsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListUserPoolClientsCommandInput,
26
21
  ListUserPoolClientsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListUserPoolReplicasRequest,
4
- ListUserPoolReplicasResponse,
5
- } from "../models/models_0";
2
+ import { ListUserPoolReplicasRequest, ListUserPoolReplicasResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListUserPoolReplicasCommandInput
8
- extends ListUserPoolReplicasRequest {}
4
+ export interface ListUserPoolReplicasCommandInput extends ListUserPoolReplicasRequest {}
9
5
  export interface ListUserPoolReplicasCommandOutput
10
- extends ListUserPoolReplicasResponse,
11
- __MetadataBearer {}
6
+ extends ListUserPoolReplicasResponse, __MetadataBearer {}
12
7
  declare const ListUserPoolReplicasCommand_base: {
13
8
  new (
14
- input: ListUserPoolReplicasCommandInput
9
+ input: ListUserPoolReplicasCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListUserPoolReplicasCommandInput,
17
12
  ListUserPoolReplicasCommandOutput,
@@ -20,7 +15,7 @@ declare const ListUserPoolReplicasCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListUserPoolReplicasCommandInput
18
+ input: ListUserPoolReplicasCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListUserPoolReplicasCommandInput,
26
21
  ListUserPoolReplicasCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListUserPoolsRequest,
4
- ListUserPoolsResponse,
5
- } from "../models/models_0";
2
+ import { ListUserPoolsRequest, ListUserPoolsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListUserPoolsCommandInput extends ListUserPoolsRequest {}
8
- export interface ListUserPoolsCommandOutput
9
- extends ListUserPoolsResponse,
10
- __MetadataBearer {}
5
+ export interface ListUserPoolsCommandOutput extends ListUserPoolsResponse, __MetadataBearer {}
11
6
  declare const ListUserPoolsCommand_base: {
12
7
  new (
13
- input: ListUserPoolsCommandInput
8
+ input: ListUserPoolsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListUserPoolsCommandInput,
16
11
  ListUserPoolsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListUserPoolsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListUserPoolsCommandInput
17
+ input: ListUserPoolsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListUserPoolsCommandInput,
25
20
  ListUserPoolsCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListUsersCommandInput extends ListUsersRequest {}
5
- export interface ListUsersCommandOutput
6
- extends ListUsersResponse,
7
- __MetadataBearer {}
5
+ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {}
8
6
  declare const ListUsersCommand_base: {
9
- new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: ListUsersCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  ListUsersCommandInput,
11
11
  ListUsersCommandOutput,
12
12
  import("..").CognitoIdentityProviderClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: ListUsersCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: ListUsersCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  ListUsersCommandInput,
18
20
  ListUsersCommandOutput,
19
21
  import("..").CognitoIdentityProviderClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListUsersInGroupRequest,
4
- ListUsersInGroupResponse,
5
- } from "../models/models_0";
2
+ import { ListUsersInGroupRequest, ListUsersInGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListUsersInGroupCommandInput extends ListUsersInGroupRequest {}
8
- export interface ListUsersInGroupCommandOutput
9
- extends ListUsersInGroupResponse,
10
- __MetadataBearer {}
5
+ export interface ListUsersInGroupCommandOutput extends ListUsersInGroupResponse, __MetadataBearer {}
11
6
  declare const ListUsersInGroupCommand_base: {
12
7
  new (
13
- input: ListUsersInGroupCommandInput
8
+ input: ListUsersInGroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListUsersInGroupCommandInput,
16
11
  ListUsersInGroupCommandOutput,
@@ -19,7 +14,7 @@ declare const ListUsersInGroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListUsersInGroupCommandInput
17
+ input: ListUsersInGroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListUsersInGroupCommandInput,
25
20
  ListUsersInGroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListWebAuthnCredentialsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListWebAuthnCredentialsCommandInput
8
- extends ListWebAuthnCredentialsRequest {}
7
+ export interface ListWebAuthnCredentialsCommandInput extends ListWebAuthnCredentialsRequest {}
9
8
  export interface ListWebAuthnCredentialsCommandOutput
10
- extends ListWebAuthnCredentialsResponse,
11
- __MetadataBearer {}
9
+ extends ListWebAuthnCredentialsResponse, __MetadataBearer {}
12
10
  declare const ListWebAuthnCredentialsCommand_base: {
13
11
  new (
14
- input: ListWebAuthnCredentialsCommandInput
12
+ input: ListWebAuthnCredentialsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListWebAuthnCredentialsCommandInput,
17
15
  ListWebAuthnCredentialsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListWebAuthnCredentialsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListWebAuthnCredentialsCommandInput
21
+ input: ListWebAuthnCredentialsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListWebAuthnCredentialsCommandInput,
26
24
  ListWebAuthnCredentialsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ResendConfirmationCodeRequest,
4
- ResendConfirmationCodeResponse,
5
- } from "../models/models_0";
2
+ import { ResendConfirmationCodeRequest, ResendConfirmationCodeResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ResendConfirmationCodeCommandInput
8
- extends ResendConfirmationCodeRequest {}
4
+ export interface ResendConfirmationCodeCommandInput extends ResendConfirmationCodeRequest {}
9
5
  export interface ResendConfirmationCodeCommandOutput
10
- extends ResendConfirmationCodeResponse,
11
- __MetadataBearer {}
6
+ extends ResendConfirmationCodeResponse, __MetadataBearer {}
12
7
  declare const ResendConfirmationCodeCommand_base: {
13
8
  new (
14
- input: ResendConfirmationCodeCommandInput
9
+ input: ResendConfirmationCodeCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ResendConfirmationCodeCommandInput,
17
12
  ResendConfirmationCodeCommandOutput,
@@ -20,7 +15,7 @@ declare const ResendConfirmationCodeCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ResendConfirmationCodeCommandInput
18
+ input: ResendConfirmationCodeCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ResendConfirmationCodeCommandInput,
26
21
  ResendConfirmationCodeCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- RespondToAuthChallengeRequest,
4
- RespondToAuthChallengeResponse,
5
- } from "../models/models_0";
2
+ import { RespondToAuthChallengeRequest, RespondToAuthChallengeResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface RespondToAuthChallengeCommandInput
8
- extends RespondToAuthChallengeRequest {}
4
+ export interface RespondToAuthChallengeCommandInput extends RespondToAuthChallengeRequest {}
9
5
  export interface RespondToAuthChallengeCommandOutput
10
- extends RespondToAuthChallengeResponse,
11
- __MetadataBearer {}
6
+ extends RespondToAuthChallengeResponse, __MetadataBearer {}
12
7
  declare const RespondToAuthChallengeCommand_base: {
13
8
  new (
14
- input: RespondToAuthChallengeCommandInput
9
+ input: RespondToAuthChallengeCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  RespondToAuthChallengeCommandInput,
17
12
  RespondToAuthChallengeCommandOutput,
@@ -20,7 +15,7 @@ declare const RespondToAuthChallengeCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: RespondToAuthChallengeCommandInput
18
+ input: RespondToAuthChallengeCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  RespondToAuthChallengeCommandInput,
26
21
  RespondToAuthChallengeCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { RevokeTokenRequest, RevokeTokenResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface RevokeTokenCommandInput extends RevokeTokenRequest {}
5
- export interface RevokeTokenCommandOutput
6
- extends RevokeTokenResponse,
7
- __MetadataBearer {}
5
+ export interface RevokeTokenCommandOutput extends RevokeTokenResponse, __MetadataBearer {}
8
6
  declare const RevokeTokenCommand_base: {
9
7
  new (
10
- input: RevokeTokenCommandInput
8
+ input: RevokeTokenCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  RevokeTokenCommandInput,
13
11
  RevokeTokenCommandOutput,
@@ -16,7 +14,7 @@ declare const RevokeTokenCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: RevokeTokenCommandInput
17
+ input: RevokeTokenCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  RevokeTokenCommandInput,
22
20
  RevokeTokenCommandOutput,