@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
- UpdateUserPoolRequest,
4
- UpdateUserPoolResponse,
5
- } from "../models/models_1";
2
+ import { UpdateUserPoolRequest, UpdateUserPoolResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateUserPoolCommandInput extends UpdateUserPoolRequest {}
8
- export interface UpdateUserPoolCommandOutput
9
- extends UpdateUserPoolResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateUserPoolCommandOutput extends UpdateUserPoolResponse, __MetadataBearer {}
11
6
  declare const UpdateUserPoolCommand_base: {
12
7
  new (
13
- input: UpdateUserPoolCommandInput
8
+ input: UpdateUserPoolCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateUserPoolCommandInput,
16
11
  UpdateUserPoolCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateUserPoolCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateUserPoolCommandInput
17
+ input: UpdateUserPoolCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateUserPoolCommandInput,
25
20
  UpdateUserPoolCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateUserPoolDomainRequest,
4
- UpdateUserPoolDomainResponse,
5
- } from "../models/models_1";
2
+ import { UpdateUserPoolDomainRequest, UpdateUserPoolDomainResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateUserPoolDomainCommandInput
8
- extends UpdateUserPoolDomainRequest {}
4
+ export interface UpdateUserPoolDomainCommandInput extends UpdateUserPoolDomainRequest {}
9
5
  export interface UpdateUserPoolDomainCommandOutput
10
- extends UpdateUserPoolDomainResponse,
11
- __MetadataBearer {}
6
+ extends UpdateUserPoolDomainResponse, __MetadataBearer {}
12
7
  declare const UpdateUserPoolDomainCommand_base: {
13
8
  new (
14
- input: UpdateUserPoolDomainCommandInput
9
+ input: UpdateUserPoolDomainCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateUserPoolDomainCommandInput,
17
12
  UpdateUserPoolDomainCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateUserPoolDomainCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateUserPoolDomainCommandInput
18
+ input: UpdateUserPoolDomainCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateUserPoolDomainCommandInput,
26
21
  UpdateUserPoolDomainCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateUserPoolReplicaRequest,
4
- UpdateUserPoolReplicaResponse,
5
- } from "../models/models_1";
2
+ import { UpdateUserPoolReplicaRequest, UpdateUserPoolReplicaResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface UpdateUserPoolReplicaCommandInput
8
- extends UpdateUserPoolReplicaRequest {}
4
+ export interface UpdateUserPoolReplicaCommandInput extends UpdateUserPoolReplicaRequest {}
9
5
  export interface UpdateUserPoolReplicaCommandOutput
10
- extends UpdateUserPoolReplicaResponse,
11
- __MetadataBearer {}
6
+ extends UpdateUserPoolReplicaResponse, __MetadataBearer {}
12
7
  declare const UpdateUserPoolReplicaCommand_base: {
13
8
  new (
14
- input: UpdateUserPoolReplicaCommandInput
9
+ input: UpdateUserPoolReplicaCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateUserPoolReplicaCommandInput,
17
12
  UpdateUserPoolReplicaCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateUserPoolReplicaCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateUserPoolReplicaCommandInput
18
+ input: UpdateUserPoolReplicaCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateUserPoolReplicaCommandInput,
26
21
  UpdateUserPoolReplicaCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- VerifySoftwareTokenRequest,
4
- VerifySoftwareTokenResponse,
5
- } from "../models/models_1";
2
+ import { VerifySoftwareTokenRequest, VerifySoftwareTokenResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface VerifySoftwareTokenCommandInput
8
- extends VerifySoftwareTokenRequest {}
4
+ export interface VerifySoftwareTokenCommandInput extends VerifySoftwareTokenRequest {}
9
5
  export interface VerifySoftwareTokenCommandOutput
10
- extends VerifySoftwareTokenResponse,
11
- __MetadataBearer {}
6
+ extends VerifySoftwareTokenResponse, __MetadataBearer {}
12
7
  declare const VerifySoftwareTokenCommand_base: {
13
8
  new (
14
- input: VerifySoftwareTokenCommandInput
9
+ input: VerifySoftwareTokenCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  VerifySoftwareTokenCommandInput,
17
12
  VerifySoftwareTokenCommandOutput,
@@ -20,7 +15,7 @@ declare const VerifySoftwareTokenCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: VerifySoftwareTokenCommandInput
18
+ input: VerifySoftwareTokenCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  VerifySoftwareTokenCommandInput,
26
21
  VerifySoftwareTokenCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- VerifyUserAttributeRequest,
4
- VerifyUserAttributeResponse,
5
- } from "../models/models_1";
2
+ import { VerifyUserAttributeRequest, VerifyUserAttributeResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface VerifyUserAttributeCommandInput
8
- extends VerifyUserAttributeRequest {}
4
+ export interface VerifyUserAttributeCommandInput extends VerifyUserAttributeRequest {}
9
5
  export interface VerifyUserAttributeCommandOutput
10
- extends VerifyUserAttributeResponse,
11
- __MetadataBearer {}
6
+ extends VerifyUserAttributeResponse, __MetadataBearer {}
12
7
  declare const VerifyUserAttributeCommand_base: {
13
8
  new (
14
- input: VerifyUserAttributeCommandInput
9
+ input: VerifyUserAttributeCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  VerifyUserAttributeCommandInput,
17
12
  VerifyUserAttributeCommandOutput,
@@ -20,7 +15,7 @@ declare const VerifyUserAttributeCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: VerifyUserAttributeCommandInput
18
+ input: VerifyUserAttributeCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  VerifyUserAttributeCommandInput,
26
21
  VerifyUserAttributeCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface CognitoIdentityProviderExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -19,20 +19,17 @@ export declare const AttributeDataType: {
19
19
  readonly NUMBER: "Number";
20
20
  readonly STRING: "String";
21
21
  };
22
- export type AttributeDataType =
23
- (typeof AttributeDataType)[keyof typeof AttributeDataType];
22
+ export type AttributeDataType = (typeof AttributeDataType)[keyof typeof AttributeDataType];
24
23
  export declare const DeliveryMediumType: {
25
24
  readonly EMAIL: "EMAIL";
26
25
  readonly SMS: "SMS";
27
26
  };
28
- export type DeliveryMediumType =
29
- (typeof DeliveryMediumType)[keyof typeof DeliveryMediumType];
27
+ export type DeliveryMediumType = (typeof DeliveryMediumType)[keyof typeof DeliveryMediumType];
30
28
  export declare const MessageActionType: {
31
29
  readonly RESEND: "RESEND";
32
30
  readonly SUPPRESS: "SUPPRESS";
33
31
  };
34
- export type MessageActionType =
35
- (typeof MessageActionType)[keyof typeof MessageActionType];
32
+ export type MessageActionType = (typeof MessageActionType)[keyof typeof MessageActionType];
36
33
  export declare const UserStatusType: {
37
34
  readonly ARCHIVED: "ARCHIVED";
38
35
  readonly COMPROMISED: "COMPROMISED";
@@ -43,8 +40,7 @@ export declare const UserStatusType: {
43
40
  readonly UNCONFIRMED: "UNCONFIRMED";
44
41
  readonly UNKNOWN: "UNKNOWN";
45
42
  };
46
- export type UserStatusType =
47
- (typeof UserStatusType)[keyof typeof UserStatusType];
43
+ export type UserStatusType = (typeof UserStatusType)[keyof typeof UserStatusType];
48
44
  export declare const AuthFlowType: {
49
45
  readonly ADMIN_NO_SRP_AUTH: "ADMIN_NO_SRP_AUTH";
50
46
  readonly ADMIN_USER_PASSWORD_AUTH: "ADMIN_USER_PASSWORD_AUTH";
@@ -74,8 +70,7 @@ export declare const ChallengeNameType: {
74
70
  readonly SOFTWARE_TOKEN_MFA: "SOFTWARE_TOKEN_MFA";
75
71
  readonly WEB_AUTHN: "WEB_AUTHN";
76
72
  };
77
- export type ChallengeNameType =
78
- (typeof ChallengeNameType)[keyof typeof ChallengeNameType];
73
+ export type ChallengeNameType = (typeof ChallengeNameType)[keyof typeof ChallengeNameType];
79
74
  export declare const ChallengeName: {
80
75
  readonly Mfa: "Mfa";
81
76
  readonly Password: "Password";
@@ -85,28 +80,24 @@ export declare const ChallengeResponse: {
85
80
  readonly Failure: "Failure";
86
81
  readonly Success: "Success";
87
82
  };
88
- export type ChallengeResponse =
89
- (typeof ChallengeResponse)[keyof typeof ChallengeResponse];
83
+ export type ChallengeResponse = (typeof ChallengeResponse)[keyof typeof ChallengeResponse];
90
84
  export declare const FeedbackValueType: {
91
85
  readonly INVALID: "Invalid";
92
86
  readonly VALID: "Valid";
93
87
  };
94
- export type FeedbackValueType =
95
- (typeof FeedbackValueType)[keyof typeof FeedbackValueType];
88
+ export type FeedbackValueType = (typeof FeedbackValueType)[keyof typeof FeedbackValueType];
96
89
  export declare const EventResponseType: {
97
90
  readonly Fail: "Fail";
98
91
  readonly InProgress: "InProgress";
99
92
  readonly Pass: "Pass";
100
93
  };
101
- export type EventResponseType =
102
- (typeof EventResponseType)[keyof typeof EventResponseType];
94
+ export type EventResponseType = (typeof EventResponseType)[keyof typeof EventResponseType];
103
95
  export declare const RiskDecisionType: {
104
96
  readonly AccountTakeover: "AccountTakeover";
105
97
  readonly Block: "Block";
106
98
  readonly NoRisk: "NoRisk";
107
99
  };
108
- export type RiskDecisionType =
109
- (typeof RiskDecisionType)[keyof typeof RiskDecisionType];
100
+ export type RiskDecisionType = (typeof RiskDecisionType)[keyof typeof RiskDecisionType];
110
101
  export declare const RiskLevelType: {
111
102
  readonly High: "High";
112
103
  readonly Low: "Low";
@@ -145,16 +136,14 @@ export declare const AliasAttributeType: {
145
136
  readonly PHONE_NUMBER: "phone_number";
146
137
  readonly PREFERRED_USERNAME: "preferred_username";
147
138
  };
148
- export type AliasAttributeType =
149
- (typeof AliasAttributeType)[keyof typeof AliasAttributeType];
139
+ export type AliasAttributeType = (typeof AliasAttributeType)[keyof typeof AliasAttributeType];
150
140
  export declare const AuthFactorType: {
151
141
  readonly EMAIL_OTP: "EMAIL_OTP";
152
142
  readonly PASSWORD: "PASSWORD";
153
143
  readonly SMS_OTP: "SMS_OTP";
154
144
  readonly WEB_AUTHN: "WEB_AUTHN";
155
145
  };
156
- export type AuthFactorType =
157
- (typeof AuthFactorType)[keyof typeof AuthFactorType];
146
+ export type AuthFactorType = (typeof AuthFactorType)[keyof typeof AuthFactorType];
158
147
  export declare const AssetCategoryType: {
159
148
  readonly AUTH_APP_GRAPHIC: "AUTH_APP_GRAPHIC";
160
149
  readonly EMAIL_GRAPHIC: "EMAIL_GRAPHIC";
@@ -172,8 +161,7 @@ export declare const AssetCategoryType: {
172
161
  readonly PASSWORD_GRAPHIC: "PASSWORD_GRAPHIC";
173
162
  readonly SMS_GRAPHIC: "SMS_GRAPHIC";
174
163
  };
175
- export type AssetCategoryType =
176
- (typeof AssetCategoryType)[keyof typeof AssetCategoryType];
164
+ export type AssetCategoryType = (typeof AssetCategoryType)[keyof typeof AssetCategoryType];
177
165
  export declare const AssetExtensionType: {
178
166
  readonly ICO: "ICO";
179
167
  readonly JPEG: "JPEG";
@@ -181,15 +169,13 @@ export declare const AssetExtensionType: {
181
169
  readonly SVG: "SVG";
182
170
  readonly WEBP: "WEBP";
183
171
  };
184
- export type AssetExtensionType =
185
- (typeof AssetExtensionType)[keyof typeof AssetExtensionType];
172
+ export type AssetExtensionType = (typeof AssetExtensionType)[keyof typeof AssetExtensionType];
186
173
  export declare const ColorSchemeModeType: {
187
174
  readonly DARK: "DARK";
188
175
  readonly DYNAMIC: "DYNAMIC";
189
176
  readonly LIGHT: "LIGHT";
190
177
  };
191
- export type ColorSchemeModeType =
192
- (typeof ColorSchemeModeType)[keyof typeof ColorSchemeModeType];
178
+ export type ColorSchemeModeType = (typeof ColorSchemeModeType)[keyof typeof ColorSchemeModeType];
193
179
  export declare const VerifiedAttributeType: {
194
180
  readonly EMAIL: "email";
195
181
  readonly PHONE_NUMBER: "phone_number";
@@ -209,13 +195,11 @@ export type IdentityProviderTypeType =
209
195
  export declare const TermsEnforcementType: {
210
196
  readonly NONE: "NONE";
211
197
  };
212
- export type TermsEnforcementType =
213
- (typeof TermsEnforcementType)[keyof typeof TermsEnforcementType];
198
+ export type TermsEnforcementType = (typeof TermsEnforcementType)[keyof typeof TermsEnforcementType];
214
199
  export declare const TermsSourceType: {
215
200
  readonly LINK: "LINK";
216
201
  };
217
- export type TermsSourceType =
218
- (typeof TermsSourceType)[keyof typeof TermsSourceType];
202
+ export type TermsSourceType = (typeof TermsSourceType)[keyof typeof TermsSourceType];
219
203
  export declare const UserImportJobStatusType: {
220
204
  readonly Created: "Created";
221
205
  readonly Expired: "Expired";
@@ -249,8 +233,7 @@ export declare const EncryptionKeyType: {
249
233
  readonly AWS_OWNED_KEY: "AWS_OWNED_KEY";
250
234
  readonly CUSTOMER_MANAGED_KEY: "CUSTOMER_MANAGED_KEY";
251
235
  };
252
- export type EncryptionKeyType =
253
- (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
236
+ export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
254
237
  export declare const CustomEmailSenderLambdaVersionType: {
255
238
  readonly V1_0: "V1_0";
256
239
  };
@@ -278,8 +261,7 @@ export declare const UserPoolMfaType: {
278
261
  readonly ON: "ON";
279
262
  readonly OPTIONAL: "OPTIONAL";
280
263
  };
281
- export type UserPoolMfaType =
282
- (typeof UserPoolMfaType)[keyof typeof UserPoolMfaType];
264
+ export type UserPoolMfaType = (typeof UserPoolMfaType)[keyof typeof UserPoolMfaType];
283
265
  export declare const UsernameAttributeType: {
284
266
  readonly EMAIL: "email";
285
267
  readonly PHONE_NUMBER: "phone_number";
@@ -291,8 +273,7 @@ export declare const UserPoolTierType: {
291
273
  readonly LITE: "LITE";
292
274
  readonly PLUS: "PLUS";
293
275
  };
294
- export type UserPoolTierType =
295
- (typeof UserPoolTierType)[keyof typeof UserPoolTierType];
276
+ export type UserPoolTierType = (typeof UserPoolTierType)[keyof typeof UserPoolTierType];
296
277
  export declare const DefaultEmailOptionType: {
297
278
  readonly CONFIRM_WITH_CODE: "CONFIRM_WITH_CODE";
298
279
  readonly CONFIRM_WITH_LINK: "CONFIRM_WITH_LINK";
@@ -346,22 +327,19 @@ export declare const SecurityPolicyType: {
346
327
  readonly TLS_V1_2_2021: "TLS_V1_2_2021";
347
328
  readonly TLS_V1_3_2025: "TLS_V1_3_2025";
348
329
  };
349
- export type SecurityPolicyType =
350
- (typeof SecurityPolicyType)[keyof typeof SecurityPolicyType];
330
+ export type SecurityPolicyType = (typeof SecurityPolicyType)[keyof typeof SecurityPolicyType];
351
331
  export declare const ReplicaRoleType: {
352
332
  readonly PRIMARY: "PRIMARY";
353
333
  readonly SECONDARY: "SECONDARY";
354
334
  };
355
- export type ReplicaRoleType =
356
- (typeof ReplicaRoleType)[keyof typeof ReplicaRoleType];
335
+ export type ReplicaRoleType = (typeof ReplicaRoleType)[keyof typeof ReplicaRoleType];
357
336
  export declare const ReplicaStatusType: {
358
337
  readonly ACTIVE: "ACTIVE";
359
338
  readonly CREATING: "CREATING";
360
339
  readonly DELETING: "DELETING";
361
340
  readonly INACTIVE: "INACTIVE";
362
341
  };
363
- export type ReplicaStatusType =
364
- (typeof ReplicaStatusType)[keyof typeof ReplicaStatusType];
342
+ export type ReplicaStatusType = (typeof ReplicaStatusType)[keyof typeof ReplicaStatusType];
365
343
  export declare const CompromisedCredentialsEventActionType: {
366
344
  readonly BLOCK: "BLOCK";
367
345
  readonly NO_ACTION: "NO_ACTION";
@@ -373,8 +351,7 @@ export declare const EventFilterType: {
373
351
  readonly SIGN_IN: "SIGN_IN";
374
352
  readonly SIGN_UP: "SIGN_UP";
375
353
  };
376
- export type EventFilterType =
377
- (typeof EventFilterType)[keyof typeof EventFilterType];
354
+ export type EventFilterType = (typeof EventFilterType)[keyof typeof EventFilterType];
378
355
  export declare const DomainStatusType: {
379
356
  readonly ACTIVE: "ACTIVE";
380
357
  readonly CREATING: "CREATING";
@@ -382,14 +359,12 @@ export declare const DomainStatusType: {
382
359
  readonly FAILED: "FAILED";
383
360
  readonly UPDATING: "UPDATING";
384
361
  };
385
- export type DomainStatusType =
386
- (typeof DomainStatusType)[keyof typeof DomainStatusType];
362
+ export type DomainStatusType = (typeof DomainStatusType)[keyof typeof DomainStatusType];
387
363
  export declare const EventSourceName: {
388
364
  readonly USER_AUTH_EVENTS: "userAuthEvents";
389
365
  readonly USER_NOTIFICATION: "userNotification";
390
366
  };
391
- export type EventSourceName =
392
- (typeof EventSourceName)[keyof typeof EventSourceName];
367
+ export type EventSourceName = (typeof EventSourceName)[keyof typeof EventSourceName];
393
368
  export declare const LogLevel: {
394
369
  readonly ERROR: "ERROR";
395
370
  readonly INFO: "INFO";
@@ -409,8 +384,7 @@ export declare const UserVerificationType: {
409
384
  readonly PREFERRED: "preferred";
410
385
  readonly REQUIRED: "required";
411
386
  };
412
- export type UserVerificationType =
413
- (typeof UserVerificationType)[keyof typeof UserVerificationType];
387
+ export type UserVerificationType = (typeof UserVerificationType)[keyof typeof UserVerificationType];
414
388
  export declare const UpdateReplicaStatusType: {
415
389
  readonly ACTIVE: "ACTIVE";
416
390
  readonly INACTIVE: "INACTIVE";