@aws-sdk/client-cognito-identity-provider 3.1056.0 → 3.1058.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 (155) hide show
  1. package/README.md +28 -0
  2. package/dist-cjs/index.js +83 -0
  3. package/dist-cjs/models/errors.js +15 -2
  4. package/dist-cjs/schemas/schemas_0.js +158 -36
  5. package/dist-es/CognitoIdentityProvider.js +8 -0
  6. package/dist-es/commands/CreateUserPoolReplicaCommand.js +16 -0
  7. package/dist-es/commands/DeleteUserPoolReplicaCommand.js +16 -0
  8. package/dist-es/commands/ListUserPoolReplicasCommand.js +16 -0
  9. package/dist-es/commands/UpdateUserPoolReplicaCommand.js +16 -0
  10. package/dist-es/commands/index.js +4 -0
  11. package/dist-es/models/enums.js +22 -0
  12. package/dist-es/models/errors.js +12 -0
  13. package/dist-es/schemas/schemas_0.js +148 -27
  14. package/dist-types/CognitoIdentityProvider.d.ts +28 -0
  15. package/dist-types/CognitoIdentityProviderClient.d.ts +6 -2
  16. package/dist-types/commands/AddCustomAttributesCommand.d.ts +3 -0
  17. package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +3 -0
  18. package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +3 -0
  19. package/dist-types/commands/AdminCreateUserCommand.d.ts +3 -0
  20. package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +3 -0
  21. package/dist-types/commands/AdminDeleteUserCommand.d.ts +3 -0
  22. package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +3 -0
  23. package/dist-types/commands/AdminDisableUserCommand.d.ts +3 -0
  24. package/dist-types/commands/AdminEnableUserCommand.d.ts +3 -0
  25. package/dist-types/commands/AdminForgetDeviceCommand.d.ts +3 -0
  26. package/dist-types/commands/AdminGetDeviceCommand.d.ts +3 -0
  27. package/dist-types/commands/AdminGetUserCommand.d.ts +3 -0
  28. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +3 -0
  29. package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +3 -0
  30. package/dist-types/commands/AdminListDevicesCommand.d.ts +3 -0
  31. package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +3 -0
  32. package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +3 -0
  33. package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +3 -0
  34. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +3 -0
  35. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +3 -0
  36. package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +3 -0
  37. package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +3 -0
  38. package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +3 -0
  39. package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +3 -0
  40. package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +3 -0
  41. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +3 -0
  42. package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +3 -0
  43. package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +3 -0
  44. package/dist-types/commands/ChangePasswordCommand.d.ts +3 -0
  45. package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +3 -0
  46. package/dist-types/commands/ConfirmDeviceCommand.d.ts +3 -0
  47. package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +3 -0
  48. package/dist-types/commands/ConfirmSignUpCommand.d.ts +3 -0
  49. package/dist-types/commands/CreateGroupCommand.d.ts +3 -0
  50. package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +3 -0
  51. package/dist-types/commands/CreateResourceServerCommand.d.ts +3 -0
  52. package/dist-types/commands/CreateTermsCommand.d.ts +3 -0
  53. package/dist-types/commands/CreateUserImportJobCommand.d.ts +3 -0
  54. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +3 -0
  55. package/dist-types/commands/CreateUserPoolCommand.d.ts +14 -0
  56. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +15 -0
  57. package/dist-types/commands/CreateUserPoolReplicaCommand.d.ts +160 -0
  58. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -0
  59. package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +3 -0
  60. package/dist-types/commands/DeleteResourceServerCommand.d.ts +3 -0
  61. package/dist-types/commands/DeleteTermsCommand.d.ts +3 -0
  62. package/dist-types/commands/DeleteUserAttributesCommand.d.ts +3 -0
  63. package/dist-types/commands/DeleteUserCommand.d.ts +3 -0
  64. package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +3 -0
  65. package/dist-types/commands/DeleteUserPoolCommand.d.ts +3 -0
  66. package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +3 -0
  67. package/dist-types/commands/DeleteUserPoolReplicaCommand.d.ts +145 -0
  68. package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +3 -0
  69. package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +3 -0
  70. package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +3 -0
  71. package/dist-types/commands/DescribeResourceServerCommand.d.ts +3 -0
  72. package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +3 -0
  73. package/dist-types/commands/DescribeTermsCommand.d.ts +3 -0
  74. package/dist-types/commands/DescribeUserImportJobCommand.d.ts +3 -0
  75. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +3 -0
  76. package/dist-types/commands/DescribeUserPoolCommand.d.ts +10 -0
  77. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +9 -0
  78. package/dist-types/commands/ForgetDeviceCommand.d.ts +3 -0
  79. package/dist-types/commands/ForgotPasswordCommand.d.ts +3 -0
  80. package/dist-types/commands/GetCSVHeaderCommand.d.ts +3 -0
  81. package/dist-types/commands/GetDeviceCommand.d.ts +3 -0
  82. package/dist-types/commands/GetGroupCommand.d.ts +3 -0
  83. package/dist-types/commands/GetSigningCertificateCommand.d.ts +3 -0
  84. package/dist-types/commands/GetTokensFromRefreshTokenCommand.d.ts +3 -0
  85. package/dist-types/commands/GetUICustomizationCommand.d.ts +3 -0
  86. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +3 -0
  87. package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +3 -0
  88. package/dist-types/commands/GetUserCommand.d.ts +3 -0
  89. package/dist-types/commands/GlobalSignOutCommand.d.ts +3 -0
  90. package/dist-types/commands/InitiateAuthCommand.d.ts +3 -0
  91. package/dist-types/commands/ListDevicesCommand.d.ts +3 -0
  92. package/dist-types/commands/ListGroupsCommand.d.ts +3 -0
  93. package/dist-types/commands/ListResourceServersCommand.d.ts +3 -0
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  95. package/dist-types/commands/ListTermsCommand.d.ts +3 -0
  96. package/dist-types/commands/ListUserImportJobsCommand.d.ts +3 -0
  97. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +3 -0
  98. package/dist-types/commands/ListUserPoolReplicasCommand.d.ts +156 -0
  99. package/dist-types/commands/ListUserPoolsCommand.d.ts +3 -0
  100. package/dist-types/commands/ListUsersCommand.d.ts +3 -0
  101. package/dist-types/commands/ListUsersInGroupCommand.d.ts +3 -0
  102. package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +3 -0
  103. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -0
  104. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +3 -0
  105. package/dist-types/commands/RevokeTokenCommand.d.ts +3 -0
  106. package/dist-types/commands/SetRiskConfigurationCommand.d.ts +8 -0
  107. package/dist-types/commands/SetUICustomizationCommand.d.ts +3 -0
  108. package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +3 -0
  109. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +3 -0
  110. package/dist-types/commands/SetUserSettingsCommand.d.ts +3 -0
  111. package/dist-types/commands/SignUpCommand.d.ts +3 -0
  112. package/dist-types/commands/StartUserImportJobCommand.d.ts +3 -0
  113. package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +3 -0
  114. package/dist-types/commands/StopUserImportJobCommand.d.ts +3 -0
  115. package/dist-types/commands/TagResourceCommand.d.ts +3 -0
  116. package/dist-types/commands/UntagResourceCommand.d.ts +5 -1
  117. package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +4 -1
  118. package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +4 -1
  119. package/dist-types/commands/UpdateGroupCommand.d.ts +4 -1
  120. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +4 -1
  122. package/dist-types/commands/UpdateResourceServerCommand.d.ts +3 -0
  123. package/dist-types/commands/UpdateTermsCommand.d.ts +3 -0
  124. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +3 -0
  125. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +3 -0
  126. package/dist-types/commands/UpdateUserPoolCommand.d.ts +15 -1
  127. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +15 -0
  128. package/dist-types/commands/UpdateUserPoolReplicaCommand.d.ts +148 -0
  129. package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +3 -0
  130. package/dist-types/commands/VerifyUserAttributeCommand.d.ts +3 -0
  131. package/dist-types/commands/index.d.ts +4 -0
  132. package/dist-types/models/enums.d.ts +62 -0
  133. package/dist-types/models/errors.d.ts +12 -0
  134. package/dist-types/models/models_0.d.ts +281 -377
  135. package/dist-types/models/models_1.d.ts +432 -5
  136. package/dist-types/schemas/schemas_0.d.ts +18 -0
  137. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +68 -0
  138. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +24 -0
  139. package/dist-types/ts3.4/commands/CreateUserPoolReplicaCommand.d.ts +53 -0
  140. package/dist-types/ts3.4/commands/DeleteUserPoolReplicaCommand.d.ts +53 -0
  141. package/dist-types/ts3.4/commands/ListUserPoolReplicasCommand.d.ts +53 -0
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -4
  143. package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UpdateUserPoolReplicaCommand.d.ts +53 -0
  149. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  150. package/dist-types/ts3.4/models/enums.d.ts +31 -0
  151. package/dist-types/ts3.4/models/errors.d.ts +7 -0
  152. package/dist-types/ts3.4/models/models_0.d.ts +55 -45
  153. package/dist-types/ts3.4/models/models_1.d.ts +69 -0
  154. package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
  155. package/package.json +2 -2
@@ -43,6 +43,7 @@ import { type CreateUserImportJobCommandInput, type CreateUserImportJobCommandOu
43
43
  import { type CreateUserPoolClientCommandInput, type CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
44
44
  import { type CreateUserPoolCommandInput, type CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
45
45
  import { type CreateUserPoolDomainCommandInput, type CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
46
+ import { type CreateUserPoolReplicaCommandInput, type CreateUserPoolReplicaCommandOutput } from "./commands/CreateUserPoolReplicaCommand";
46
47
  import { type DeleteGroupCommandInput, type DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
47
48
  import { type DeleteIdentityProviderCommandInput, type DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
48
49
  import { type DeleteManagedLoginBrandingCommandInput, type DeleteManagedLoginBrandingCommandOutput } from "./commands/DeleteManagedLoginBrandingCommand";
@@ -54,6 +55,7 @@ import { type DeleteUserPoolClientCommandInput, type DeleteUserPoolClientCommand
54
55
  import { type DeleteUserPoolClientSecretCommandInput, type DeleteUserPoolClientSecretCommandOutput } from "./commands/DeleteUserPoolClientSecretCommand";
55
56
  import { type DeleteUserPoolCommandInput, type DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
56
57
  import { type DeleteUserPoolDomainCommandInput, type DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
58
+ import { type DeleteUserPoolReplicaCommandInput, type DeleteUserPoolReplicaCommandOutput } from "./commands/DeleteUserPoolReplicaCommand";
57
59
  import { type DeleteWebAuthnCredentialCommandInput, type DeleteWebAuthnCredentialCommandOutput } from "./commands/DeleteWebAuthnCredentialCommand";
58
60
  import { type DescribeIdentityProviderCommandInput, type DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
59
61
  import { type DescribeManagedLoginBrandingByClientCommandInput, type DescribeManagedLoginBrandingByClientCommandOutput } from "./commands/DescribeManagedLoginBrandingByClientCommand";
@@ -90,6 +92,7 @@ import { type ListTermsCommandInput, type ListTermsCommandOutput } from "./comma
90
92
  import { type ListUserImportJobsCommandInput, type ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
91
93
  import { type ListUserPoolClientsCommandInput, type ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
92
94
  import { type ListUserPoolClientSecretsCommandInput, type ListUserPoolClientSecretsCommandOutput } from "./commands/ListUserPoolClientSecretsCommand";
95
+ import { type ListUserPoolReplicasCommandInput, type ListUserPoolReplicasCommandOutput } from "./commands/ListUserPoolReplicasCommand";
93
96
  import { type ListUserPoolsCommandInput, type ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
94
97
  import { type ListUsersCommandInput, type ListUsersCommandOutput } from "./commands/ListUsersCommand";
95
98
  import { type ListUsersInGroupCommandInput, type ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
@@ -120,6 +123,7 @@ import { type UpdateUserAttributesCommandInput, type UpdateUserAttributesCommand
120
123
  import { type UpdateUserPoolClientCommandInput, type UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
121
124
  import { type UpdateUserPoolCommandInput, type UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
122
125
  import { type UpdateUserPoolDomainCommandInput, type UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
126
+ import { type UpdateUserPoolReplicaCommandInput, type UpdateUserPoolReplicaCommandOutput } from "./commands/UpdateUserPoolReplicaCommand";
123
127
  import { type VerifySoftwareTokenCommandInput, type VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
124
128
  import { type VerifyUserAttributeCommandInput, type VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
125
129
  export interface CognitoIdentityProvider {
@@ -382,6 +386,12 @@ export interface CognitoIdentityProvider {
382
386
  createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolDomainCommandOutput>;
383
387
  createUserPoolDomain(args: CreateUserPoolDomainCommandInput, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
384
388
  createUserPoolDomain(args: CreateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolDomainCommandOutput) => void): void;
389
+ /**
390
+ * @see {@link CreateUserPoolReplicaCommand}
391
+ */
392
+ createUserPoolReplica(args: CreateUserPoolReplicaCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserPoolReplicaCommandOutput>;
393
+ createUserPoolReplica(args: CreateUserPoolReplicaCommandInput, cb: (err: any, data?: CreateUserPoolReplicaCommandOutput) => void): void;
394
+ createUserPoolReplica(args: CreateUserPoolReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserPoolReplicaCommandOutput) => void): void;
385
395
  /**
386
396
  * @see {@link DeleteGroupCommand}
387
397
  */
@@ -448,6 +458,12 @@ export interface CognitoIdentityProvider {
448
458
  deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolDomainCommandOutput>;
449
459
  deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
450
460
  deleteUserPoolDomain(args: DeleteUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolDomainCommandOutput) => void): void;
461
+ /**
462
+ * @see {@link DeleteUserPoolReplicaCommand}
463
+ */
464
+ deleteUserPoolReplica(args: DeleteUserPoolReplicaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserPoolReplicaCommandOutput>;
465
+ deleteUserPoolReplica(args: DeleteUserPoolReplicaCommandInput, cb: (err: any, data?: DeleteUserPoolReplicaCommandOutput) => void): void;
466
+ deleteUserPoolReplica(args: DeleteUserPoolReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserPoolReplicaCommandOutput) => void): void;
451
467
  /**
452
468
  * @see {@link DeleteWebAuthnCredentialCommand}
453
469
  */
@@ -664,6 +680,12 @@ export interface CognitoIdentityProvider {
664
680
  listUserPoolClientSecrets(args: ListUserPoolClientSecretsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolClientSecretsCommandOutput>;
665
681
  listUserPoolClientSecrets(args: ListUserPoolClientSecretsCommandInput, cb: (err: any, data?: ListUserPoolClientSecretsCommandOutput) => void): void;
666
682
  listUserPoolClientSecrets(args: ListUserPoolClientSecretsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolClientSecretsCommandOutput) => void): void;
683
+ /**
684
+ * @see {@link ListUserPoolReplicasCommand}
685
+ */
686
+ listUserPoolReplicas(args: ListUserPoolReplicasCommandInput, options?: __HttpHandlerOptions): Promise<ListUserPoolReplicasCommandOutput>;
687
+ listUserPoolReplicas(args: ListUserPoolReplicasCommandInput, cb: (err: any, data?: ListUserPoolReplicasCommandOutput) => void): void;
688
+ listUserPoolReplicas(args: ListUserPoolReplicasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserPoolReplicasCommandOutput) => void): void;
667
689
  /**
668
690
  * @see {@link ListUserPoolsCommand}
669
691
  */
@@ -845,6 +867,12 @@ export interface CognitoIdentityProvider {
845
867
  updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolDomainCommandOutput>;
846
868
  updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
847
869
  updateUserPoolDomain(args: UpdateUserPoolDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolDomainCommandOutput) => void): void;
870
+ /**
871
+ * @see {@link UpdateUserPoolReplicaCommand}
872
+ */
873
+ updateUserPoolReplica(args: UpdateUserPoolReplicaCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserPoolReplicaCommandOutput>;
874
+ updateUserPoolReplica(args: UpdateUserPoolReplicaCommandInput, cb: (err: any, data?: UpdateUserPoolReplicaCommandOutput) => void): void;
875
+ updateUserPoolReplica(args: UpdateUserPoolReplicaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserPoolReplicaCommandOutput) => void): void;
848
876
  /**
849
877
  * @see {@link VerifySoftwareTokenCommand}
850
878
  */
@@ -49,6 +49,7 @@ import type { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput
49
49
  import type { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "./commands/CreateUserPoolClientCommand";
50
50
  import type { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "./commands/CreateUserPoolCommand";
51
51
  import type { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "./commands/CreateUserPoolDomainCommand";
52
+ import type { CreateUserPoolReplicaCommandInput, CreateUserPoolReplicaCommandOutput } from "./commands/CreateUserPoolReplicaCommand";
52
53
  import type { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
53
54
  import type { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "./commands/DeleteIdentityProviderCommand";
54
55
  import type { DeleteManagedLoginBrandingCommandInput, DeleteManagedLoginBrandingCommandOutput } from "./commands/DeleteManagedLoginBrandingCommand";
@@ -60,6 +61,7 @@ import type { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutpu
60
61
  import type { DeleteUserPoolClientSecretCommandInput, DeleteUserPoolClientSecretCommandOutput } from "./commands/DeleteUserPoolClientSecretCommand";
61
62
  import type { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "./commands/DeleteUserPoolCommand";
62
63
  import type { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "./commands/DeleteUserPoolDomainCommand";
64
+ import type { DeleteUserPoolReplicaCommandInput, DeleteUserPoolReplicaCommandOutput } from "./commands/DeleteUserPoolReplicaCommand";
63
65
  import type { DeleteWebAuthnCredentialCommandInput, DeleteWebAuthnCredentialCommandOutput } from "./commands/DeleteWebAuthnCredentialCommand";
64
66
  import type { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "./commands/DescribeIdentityProviderCommand";
65
67
  import type { DescribeManagedLoginBrandingByClientCommandInput, DescribeManagedLoginBrandingByClientCommandOutput } from "./commands/DescribeManagedLoginBrandingByClientCommand";
@@ -96,6 +98,7 @@ import type { ListTermsCommandInput, ListTermsCommandOutput } from "./commands/L
96
98
  import type { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "./commands/ListUserImportJobsCommand";
97
99
  import type { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "./commands/ListUserPoolClientsCommand";
98
100
  import type { ListUserPoolClientSecretsCommandInput, ListUserPoolClientSecretsCommandOutput } from "./commands/ListUserPoolClientSecretsCommand";
101
+ import type { ListUserPoolReplicasCommandInput, ListUserPoolReplicasCommandOutput } from "./commands/ListUserPoolReplicasCommand";
99
102
  import type { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "./commands/ListUserPoolsCommand";
100
103
  import type { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
101
104
  import type { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "./commands/ListUsersInGroupCommand";
@@ -126,6 +129,7 @@ import type { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutpu
126
129
  import type { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "./commands/UpdateUserPoolClientCommand";
127
130
  import type { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "./commands/UpdateUserPoolCommand";
128
131
  import type { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "./commands/UpdateUserPoolDomainCommand";
132
+ import type { UpdateUserPoolReplicaCommandInput, UpdateUserPoolReplicaCommandOutput } from "./commands/UpdateUserPoolReplicaCommand";
129
133
  import type { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "./commands/VerifySoftwareTokenCommand";
130
134
  import type { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "./commands/VerifyUserAttributeCommand";
131
135
  import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
@@ -134,11 +138,11 @@ export { __Client };
134
138
  /**
135
139
  * @public
136
140
  */
137
- export type ServiceInputTypes = AddCustomAttributesCommandInput | AddUserPoolClientSecretCommandInput | AdminAddUserToGroupCommandInput | AdminConfirmSignUpCommandInput | AdminCreateUserCommandInput | AdminDeleteUserAttributesCommandInput | AdminDeleteUserCommandInput | AdminDisableProviderForUserCommandInput | AdminDisableUserCommandInput | AdminEnableUserCommandInput | AdminForgetDeviceCommandInput | AdminGetDeviceCommandInput | AdminGetUserCommandInput | AdminInitiateAuthCommandInput | AdminLinkProviderForUserCommandInput | AdminListDevicesCommandInput | AdminListGroupsForUserCommandInput | AdminListUserAuthEventsCommandInput | AdminRemoveUserFromGroupCommandInput | AdminResetUserPasswordCommandInput | AdminRespondToAuthChallengeCommandInput | AdminSetUserMFAPreferenceCommandInput | AdminSetUserPasswordCommandInput | AdminSetUserSettingsCommandInput | AdminUpdateAuthEventFeedbackCommandInput | AdminUpdateDeviceStatusCommandInput | AdminUpdateUserAttributesCommandInput | AdminUserGlobalSignOutCommandInput | AssociateSoftwareTokenCommandInput | ChangePasswordCommandInput | CompleteWebAuthnRegistrationCommandInput | ConfirmDeviceCommandInput | ConfirmForgotPasswordCommandInput | ConfirmSignUpCommandInput | CreateGroupCommandInput | CreateIdentityProviderCommandInput | CreateManagedLoginBrandingCommandInput | CreateResourceServerCommandInput | CreateTermsCommandInput | CreateUserImportJobCommandInput | CreateUserPoolClientCommandInput | CreateUserPoolCommandInput | CreateUserPoolDomainCommandInput | DeleteGroupCommandInput | DeleteIdentityProviderCommandInput | DeleteManagedLoginBrandingCommandInput | DeleteResourceServerCommandInput | DeleteTermsCommandInput | DeleteUserAttributesCommandInput | DeleteUserCommandInput | DeleteUserPoolClientCommandInput | DeleteUserPoolClientSecretCommandInput | DeleteUserPoolCommandInput | DeleteUserPoolDomainCommandInput | DeleteWebAuthnCredentialCommandInput | DescribeIdentityProviderCommandInput | DescribeManagedLoginBrandingByClientCommandInput | DescribeManagedLoginBrandingCommandInput | DescribeResourceServerCommandInput | DescribeRiskConfigurationCommandInput | DescribeTermsCommandInput | DescribeUserImportJobCommandInput | DescribeUserPoolClientCommandInput | DescribeUserPoolCommandInput | DescribeUserPoolDomainCommandInput | ForgetDeviceCommandInput | ForgotPasswordCommandInput | GetCSVHeaderCommandInput | GetDeviceCommandInput | GetGroupCommandInput | GetIdentityProviderByIdentifierCommandInput | GetLogDeliveryConfigurationCommandInput | GetSigningCertificateCommandInput | GetTokensFromRefreshTokenCommandInput | GetUICustomizationCommandInput | GetUserAttributeVerificationCodeCommandInput | GetUserAuthFactorsCommandInput | GetUserCommandInput | GetUserPoolMfaConfigCommandInput | GlobalSignOutCommandInput | InitiateAuthCommandInput | ListDevicesCommandInput | ListGroupsCommandInput | ListIdentityProvidersCommandInput | ListResourceServersCommandInput | ListTagsForResourceCommandInput | ListTermsCommandInput | ListUserImportJobsCommandInput | ListUserPoolClientSecretsCommandInput | ListUserPoolClientsCommandInput | ListUserPoolsCommandInput | ListUsersCommandInput | ListUsersInGroupCommandInput | ListWebAuthnCredentialsCommandInput | ResendConfirmationCodeCommandInput | RespondToAuthChallengeCommandInput | RevokeTokenCommandInput | SetLogDeliveryConfigurationCommandInput | SetRiskConfigurationCommandInput | SetUICustomizationCommandInput | SetUserMFAPreferenceCommandInput | SetUserPoolMfaConfigCommandInput | SetUserSettingsCommandInput | SignUpCommandInput | StartUserImportJobCommandInput | StartWebAuthnRegistrationCommandInput | StopUserImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAuthEventFeedbackCommandInput | UpdateDeviceStatusCommandInput | UpdateGroupCommandInput | UpdateIdentityProviderCommandInput | UpdateManagedLoginBrandingCommandInput | UpdateResourceServerCommandInput | UpdateTermsCommandInput | UpdateUserAttributesCommandInput | UpdateUserPoolClientCommandInput | UpdateUserPoolCommandInput | UpdateUserPoolDomainCommandInput | VerifySoftwareTokenCommandInput | VerifyUserAttributeCommandInput;
141
+ export type ServiceInputTypes = AddCustomAttributesCommandInput | AddUserPoolClientSecretCommandInput | AdminAddUserToGroupCommandInput | AdminConfirmSignUpCommandInput | AdminCreateUserCommandInput | AdminDeleteUserAttributesCommandInput | AdminDeleteUserCommandInput | AdminDisableProviderForUserCommandInput | AdminDisableUserCommandInput | AdminEnableUserCommandInput | AdminForgetDeviceCommandInput | AdminGetDeviceCommandInput | AdminGetUserCommandInput | AdminInitiateAuthCommandInput | AdminLinkProviderForUserCommandInput | AdminListDevicesCommandInput | AdminListGroupsForUserCommandInput | AdminListUserAuthEventsCommandInput | AdminRemoveUserFromGroupCommandInput | AdminResetUserPasswordCommandInput | AdminRespondToAuthChallengeCommandInput | AdminSetUserMFAPreferenceCommandInput | AdminSetUserPasswordCommandInput | AdminSetUserSettingsCommandInput | AdminUpdateAuthEventFeedbackCommandInput | AdminUpdateDeviceStatusCommandInput | AdminUpdateUserAttributesCommandInput | AdminUserGlobalSignOutCommandInput | AssociateSoftwareTokenCommandInput | ChangePasswordCommandInput | CompleteWebAuthnRegistrationCommandInput | ConfirmDeviceCommandInput | ConfirmForgotPasswordCommandInput | ConfirmSignUpCommandInput | CreateGroupCommandInput | CreateIdentityProviderCommandInput | CreateManagedLoginBrandingCommandInput | CreateResourceServerCommandInput | CreateTermsCommandInput | CreateUserImportJobCommandInput | CreateUserPoolClientCommandInput | CreateUserPoolCommandInput | CreateUserPoolDomainCommandInput | CreateUserPoolReplicaCommandInput | DeleteGroupCommandInput | DeleteIdentityProviderCommandInput | DeleteManagedLoginBrandingCommandInput | DeleteResourceServerCommandInput | DeleteTermsCommandInput | DeleteUserAttributesCommandInput | DeleteUserCommandInput | DeleteUserPoolClientCommandInput | DeleteUserPoolClientSecretCommandInput | DeleteUserPoolCommandInput | DeleteUserPoolDomainCommandInput | DeleteUserPoolReplicaCommandInput | DeleteWebAuthnCredentialCommandInput | DescribeIdentityProviderCommandInput | DescribeManagedLoginBrandingByClientCommandInput | DescribeManagedLoginBrandingCommandInput | DescribeResourceServerCommandInput | DescribeRiskConfigurationCommandInput | DescribeTermsCommandInput | DescribeUserImportJobCommandInput | DescribeUserPoolClientCommandInput | DescribeUserPoolCommandInput | DescribeUserPoolDomainCommandInput | ForgetDeviceCommandInput | ForgotPasswordCommandInput | GetCSVHeaderCommandInput | GetDeviceCommandInput | GetGroupCommandInput | GetIdentityProviderByIdentifierCommandInput | GetLogDeliveryConfigurationCommandInput | GetSigningCertificateCommandInput | GetTokensFromRefreshTokenCommandInput | GetUICustomizationCommandInput | GetUserAttributeVerificationCodeCommandInput | GetUserAuthFactorsCommandInput | GetUserCommandInput | GetUserPoolMfaConfigCommandInput | GlobalSignOutCommandInput | InitiateAuthCommandInput | ListDevicesCommandInput | ListGroupsCommandInput | ListIdentityProvidersCommandInput | ListResourceServersCommandInput | ListTagsForResourceCommandInput | ListTermsCommandInput | ListUserImportJobsCommandInput | ListUserPoolClientSecretsCommandInput | ListUserPoolClientsCommandInput | ListUserPoolReplicasCommandInput | ListUserPoolsCommandInput | ListUsersCommandInput | ListUsersInGroupCommandInput | ListWebAuthnCredentialsCommandInput | ResendConfirmationCodeCommandInput | RespondToAuthChallengeCommandInput | RevokeTokenCommandInput | SetLogDeliveryConfigurationCommandInput | SetRiskConfigurationCommandInput | SetUICustomizationCommandInput | SetUserMFAPreferenceCommandInput | SetUserPoolMfaConfigCommandInput | SetUserSettingsCommandInput | SignUpCommandInput | StartUserImportJobCommandInput | StartWebAuthnRegistrationCommandInput | StopUserImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAuthEventFeedbackCommandInput | UpdateDeviceStatusCommandInput | UpdateGroupCommandInput | UpdateIdentityProviderCommandInput | UpdateManagedLoginBrandingCommandInput | UpdateResourceServerCommandInput | UpdateTermsCommandInput | UpdateUserAttributesCommandInput | UpdateUserPoolClientCommandInput | UpdateUserPoolCommandInput | UpdateUserPoolDomainCommandInput | UpdateUserPoolReplicaCommandInput | VerifySoftwareTokenCommandInput | VerifyUserAttributeCommandInput;
138
142
  /**
139
143
  * @public
140
144
  */
141
- export type ServiceOutputTypes = AddCustomAttributesCommandOutput | AddUserPoolClientSecretCommandOutput | AdminAddUserToGroupCommandOutput | AdminConfirmSignUpCommandOutput | AdminCreateUserCommandOutput | AdminDeleteUserAttributesCommandOutput | AdminDeleteUserCommandOutput | AdminDisableProviderForUserCommandOutput | AdminDisableUserCommandOutput | AdminEnableUserCommandOutput | AdminForgetDeviceCommandOutput | AdminGetDeviceCommandOutput | AdminGetUserCommandOutput | AdminInitiateAuthCommandOutput | AdminLinkProviderForUserCommandOutput | AdminListDevicesCommandOutput | AdminListGroupsForUserCommandOutput | AdminListUserAuthEventsCommandOutput | AdminRemoveUserFromGroupCommandOutput | AdminResetUserPasswordCommandOutput | AdminRespondToAuthChallengeCommandOutput | AdminSetUserMFAPreferenceCommandOutput | AdminSetUserPasswordCommandOutput | AdminSetUserSettingsCommandOutput | AdminUpdateAuthEventFeedbackCommandOutput | AdminUpdateDeviceStatusCommandOutput | AdminUpdateUserAttributesCommandOutput | AdminUserGlobalSignOutCommandOutput | AssociateSoftwareTokenCommandOutput | ChangePasswordCommandOutput | CompleteWebAuthnRegistrationCommandOutput | ConfirmDeviceCommandOutput | ConfirmForgotPasswordCommandOutput | ConfirmSignUpCommandOutput | CreateGroupCommandOutput | CreateIdentityProviderCommandOutput | CreateManagedLoginBrandingCommandOutput | CreateResourceServerCommandOutput | CreateTermsCommandOutput | CreateUserImportJobCommandOutput | CreateUserPoolClientCommandOutput | CreateUserPoolCommandOutput | CreateUserPoolDomainCommandOutput | DeleteGroupCommandOutput | DeleteIdentityProviderCommandOutput | DeleteManagedLoginBrandingCommandOutput | DeleteResourceServerCommandOutput | DeleteTermsCommandOutput | DeleteUserAttributesCommandOutput | DeleteUserCommandOutput | DeleteUserPoolClientCommandOutput | DeleteUserPoolClientSecretCommandOutput | DeleteUserPoolCommandOutput | DeleteUserPoolDomainCommandOutput | DeleteWebAuthnCredentialCommandOutput | DescribeIdentityProviderCommandOutput | DescribeManagedLoginBrandingByClientCommandOutput | DescribeManagedLoginBrandingCommandOutput | DescribeResourceServerCommandOutput | DescribeRiskConfigurationCommandOutput | DescribeTermsCommandOutput | DescribeUserImportJobCommandOutput | DescribeUserPoolClientCommandOutput | DescribeUserPoolCommandOutput | DescribeUserPoolDomainCommandOutput | ForgetDeviceCommandOutput | ForgotPasswordCommandOutput | GetCSVHeaderCommandOutput | GetDeviceCommandOutput | GetGroupCommandOutput | GetIdentityProviderByIdentifierCommandOutput | GetLogDeliveryConfigurationCommandOutput | GetSigningCertificateCommandOutput | GetTokensFromRefreshTokenCommandOutput | GetUICustomizationCommandOutput | GetUserAttributeVerificationCodeCommandOutput | GetUserAuthFactorsCommandOutput | GetUserCommandOutput | GetUserPoolMfaConfigCommandOutput | GlobalSignOutCommandOutput | InitiateAuthCommandOutput | ListDevicesCommandOutput | ListGroupsCommandOutput | ListIdentityProvidersCommandOutput | ListResourceServersCommandOutput | ListTagsForResourceCommandOutput | ListTermsCommandOutput | ListUserImportJobsCommandOutput | ListUserPoolClientSecretsCommandOutput | ListUserPoolClientsCommandOutput | ListUserPoolsCommandOutput | ListUsersCommandOutput | ListUsersInGroupCommandOutput | ListWebAuthnCredentialsCommandOutput | ResendConfirmationCodeCommandOutput | RespondToAuthChallengeCommandOutput | RevokeTokenCommandOutput | SetLogDeliveryConfigurationCommandOutput | SetRiskConfigurationCommandOutput | SetUICustomizationCommandOutput | SetUserMFAPreferenceCommandOutput | SetUserPoolMfaConfigCommandOutput | SetUserSettingsCommandOutput | SignUpCommandOutput | StartUserImportJobCommandOutput | StartWebAuthnRegistrationCommandOutput | StopUserImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAuthEventFeedbackCommandOutput | UpdateDeviceStatusCommandOutput | UpdateGroupCommandOutput | UpdateIdentityProviderCommandOutput | UpdateManagedLoginBrandingCommandOutput | UpdateResourceServerCommandOutput | UpdateTermsCommandOutput | UpdateUserAttributesCommandOutput | UpdateUserPoolClientCommandOutput | UpdateUserPoolCommandOutput | UpdateUserPoolDomainCommandOutput | VerifySoftwareTokenCommandOutput | VerifyUserAttributeCommandOutput;
145
+ export type ServiceOutputTypes = AddCustomAttributesCommandOutput | AddUserPoolClientSecretCommandOutput | AdminAddUserToGroupCommandOutput | AdminConfirmSignUpCommandOutput | AdminCreateUserCommandOutput | AdminDeleteUserAttributesCommandOutput | AdminDeleteUserCommandOutput | AdminDisableProviderForUserCommandOutput | AdminDisableUserCommandOutput | AdminEnableUserCommandOutput | AdminForgetDeviceCommandOutput | AdminGetDeviceCommandOutput | AdminGetUserCommandOutput | AdminInitiateAuthCommandOutput | AdminLinkProviderForUserCommandOutput | AdminListDevicesCommandOutput | AdminListGroupsForUserCommandOutput | AdminListUserAuthEventsCommandOutput | AdminRemoveUserFromGroupCommandOutput | AdminResetUserPasswordCommandOutput | AdminRespondToAuthChallengeCommandOutput | AdminSetUserMFAPreferenceCommandOutput | AdminSetUserPasswordCommandOutput | AdminSetUserSettingsCommandOutput | AdminUpdateAuthEventFeedbackCommandOutput | AdminUpdateDeviceStatusCommandOutput | AdminUpdateUserAttributesCommandOutput | AdminUserGlobalSignOutCommandOutput | AssociateSoftwareTokenCommandOutput | ChangePasswordCommandOutput | CompleteWebAuthnRegistrationCommandOutput | ConfirmDeviceCommandOutput | ConfirmForgotPasswordCommandOutput | ConfirmSignUpCommandOutput | CreateGroupCommandOutput | CreateIdentityProviderCommandOutput | CreateManagedLoginBrandingCommandOutput | CreateResourceServerCommandOutput | CreateTermsCommandOutput | CreateUserImportJobCommandOutput | CreateUserPoolClientCommandOutput | CreateUserPoolCommandOutput | CreateUserPoolDomainCommandOutput | CreateUserPoolReplicaCommandOutput | DeleteGroupCommandOutput | DeleteIdentityProviderCommandOutput | DeleteManagedLoginBrandingCommandOutput | DeleteResourceServerCommandOutput | DeleteTermsCommandOutput | DeleteUserAttributesCommandOutput | DeleteUserCommandOutput | DeleteUserPoolClientCommandOutput | DeleteUserPoolClientSecretCommandOutput | DeleteUserPoolCommandOutput | DeleteUserPoolDomainCommandOutput | DeleteUserPoolReplicaCommandOutput | DeleteWebAuthnCredentialCommandOutput | DescribeIdentityProviderCommandOutput | DescribeManagedLoginBrandingByClientCommandOutput | DescribeManagedLoginBrandingCommandOutput | DescribeResourceServerCommandOutput | DescribeRiskConfigurationCommandOutput | DescribeTermsCommandOutput | DescribeUserImportJobCommandOutput | DescribeUserPoolClientCommandOutput | DescribeUserPoolCommandOutput | DescribeUserPoolDomainCommandOutput | ForgetDeviceCommandOutput | ForgotPasswordCommandOutput | GetCSVHeaderCommandOutput | GetDeviceCommandOutput | GetGroupCommandOutput | GetIdentityProviderByIdentifierCommandOutput | GetLogDeliveryConfigurationCommandOutput | GetSigningCertificateCommandOutput | GetTokensFromRefreshTokenCommandOutput | GetUICustomizationCommandOutput | GetUserAttributeVerificationCodeCommandOutput | GetUserAuthFactorsCommandOutput | GetUserCommandOutput | GetUserPoolMfaConfigCommandOutput | GlobalSignOutCommandOutput | InitiateAuthCommandOutput | ListDevicesCommandOutput | ListGroupsCommandOutput | ListIdentityProvidersCommandOutput | ListResourceServersCommandOutput | ListTagsForResourceCommandOutput | ListTermsCommandOutput | ListUserImportJobsCommandOutput | ListUserPoolClientSecretsCommandOutput | ListUserPoolClientsCommandOutput | ListUserPoolReplicasCommandOutput | ListUserPoolsCommandOutput | ListUsersCommandOutput | ListUsersInGroupCommandOutput | ListWebAuthnCredentialsCommandOutput | ResendConfirmationCodeCommandOutput | RespondToAuthChallengeCommandOutput | RevokeTokenCommandOutput | SetLogDeliveryConfigurationCommandOutput | SetRiskConfigurationCommandOutput | SetUICustomizationCommandOutput | SetUserMFAPreferenceCommandOutput | SetUserPoolMfaConfigCommandOutput | SetUserSettingsCommandOutput | SignUpCommandOutput | StartUserImportJobCommandOutput | StartWebAuthnRegistrationCommandOutput | StopUserImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAuthEventFeedbackCommandOutput | UpdateDeviceStatusCommandOutput | UpdateGroupCommandOutput | UpdateIdentityProviderCommandOutput | UpdateManagedLoginBrandingCommandOutput | UpdateResourceServerCommandOutput | UpdateTermsCommandOutput | UpdateUserAttributesCommandOutput | UpdateUserPoolClientCommandOutput | UpdateUserPoolCommandOutput | UpdateUserPoolDomainCommandOutput | UpdateUserPoolReplicaCommandOutput | VerifySoftwareTokenCommandOutput | VerifyUserAttributeCommandOutput;
142
146
  /**
143
147
  * @public
144
148
  */
@@ -102,6 +102,9 @@ declare const AddCustomAttributesCommand_base: {
102
102
  * @throws {@link NotAuthorizedException} (client fault)
103
103
  * <p>This exception is thrown when a user isn't authorized.</p>
104
104
  *
105
+ * @throws {@link OperationNotEnabledException} (client fault)
106
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
107
+ *
105
108
  * @throws {@link ResourceNotFoundException} (client fault)
106
109
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
107
110
  * resource.</p>
@@ -87,6 +87,9 @@ declare const AdminAddUserToGroupCommand_base: {
87
87
  * @throws {@link NotAuthorizedException} (client fault)
88
88
  * <p>This exception is thrown when a user isn't authorized.</p>
89
89
  *
90
+ * @throws {@link OperationNotEnabledException} (client fault)
91
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
92
+ *
90
93
  * @throws {@link ResourceNotFoundException} (client fault)
91
94
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
92
95
  * resource.</p>
@@ -100,6 +100,9 @@ declare const AdminConfirmSignUpCommand_base: {
100
100
  * @throws {@link NotAuthorizedException} (client fault)
101
101
  * <p>This exception is thrown when a user isn't authorized.</p>
102
102
  *
103
+ * @throws {@link OperationNotEnabledException} (client fault)
104
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
105
+ *
103
106
  * @throws {@link ResourceNotFoundException} (client fault)
104
107
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
105
108
  * resource.</p>
@@ -176,6 +176,9 @@ declare const AdminCreateUserCommand_base: {
176
176
  * @throws {@link NotAuthorizedException} (client fault)
177
177
  * <p>This exception is thrown when a user isn't authorized.</p>
178
178
  *
179
+ * @throws {@link OperationNotEnabledException} (client fault)
180
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
181
+ *
179
182
  * @throws {@link PreconditionNotMetException} (client fault)
180
183
  * <p>This exception is thrown when a precondition is not met.</p>
181
184
  *
@@ -89,6 +89,9 @@ declare const AdminDeleteUserAttributesCommand_base: {
89
89
  * @throws {@link NotAuthorizedException} (client fault)
90
90
  * <p>This exception is thrown when a user isn't authorized.</p>
91
91
  *
92
+ * @throws {@link OperationNotEnabledException} (client fault)
93
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
94
+ *
92
95
  * @throws {@link ResourceNotFoundException} (client fault)
93
96
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
94
97
  * resource.</p>
@@ -84,6 +84,9 @@ declare const AdminDeleteUserCommand_base: {
84
84
  * @throws {@link NotAuthorizedException} (client fault)
85
85
  * <p>This exception is thrown when a user isn't authorized.</p>
86
86
  *
87
+ * @throws {@link OperationNotEnabledException} (client fault)
88
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
89
+ *
87
90
  * @throws {@link ResourceNotFoundException} (client fault)
88
91
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
89
92
  * resource.</p>
@@ -117,6 +117,9 @@ declare const AdminDisableProviderForUserCommand_base: {
117
117
  * @throws {@link NotAuthorizedException} (client fault)
118
118
  * <p>This exception is thrown when a user isn't authorized.</p>
119
119
  *
120
+ * @throws {@link OperationNotEnabledException} (client fault)
121
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
122
+ *
120
123
  * @throws {@link ResourceNotFoundException} (client fault)
121
124
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
122
125
  * resource.</p>
@@ -86,6 +86,9 @@ declare const AdminDisableUserCommand_base: {
86
86
  * @throws {@link NotAuthorizedException} (client fault)
87
87
  * <p>This exception is thrown when a user isn't authorized.</p>
88
88
  *
89
+ * @throws {@link OperationNotEnabledException} (client fault)
90
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
91
+ *
89
92
  * @throws {@link ResourceNotFoundException} (client fault)
90
93
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
91
94
  * resource.</p>
@@ -85,6 +85,9 @@ declare const AdminEnableUserCommand_base: {
85
85
  * @throws {@link NotAuthorizedException} (client fault)
86
86
  * <p>This exception is thrown when a user isn't authorized.</p>
87
87
  *
88
+ * @throws {@link OperationNotEnabledException} (client fault)
89
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
90
+ *
88
91
  * @throws {@link ResourceNotFoundException} (client fault)
89
92
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
90
93
  * resource.</p>
@@ -90,6 +90,9 @@ declare const AdminForgetDeviceCommand_base: {
90
90
  * @throws {@link NotAuthorizedException} (client fault)
91
91
  * <p>This exception is thrown when a user isn't authorized.</p>
92
92
  *
93
+ * @throws {@link OperationNotEnabledException} (client fault)
94
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
95
+ *
93
96
  * @throws {@link ResourceNotFoundException} (client fault)
94
97
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
95
98
  * resource.</p>
@@ -102,6 +102,9 @@ declare const AdminGetDeviceCommand_base: {
102
102
  * @throws {@link NotAuthorizedException} (client fault)
103
103
  * <p>This exception is thrown when a user isn't authorized.</p>
104
104
  *
105
+ * @throws {@link OperationNotEnabledException} (client fault)
106
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
107
+ *
105
108
  * @throws {@link ResourceNotFoundException} (client fault)
106
109
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
107
110
  * resource.</p>
@@ -109,6 +109,9 @@ declare const AdminGetUserCommand_base: {
109
109
  * @throws {@link NotAuthorizedException} (client fault)
110
110
  * <p>This exception is thrown when a user isn't authorized.</p>
111
111
  *
112
+ * @throws {@link OperationNotEnabledException} (client fault)
113
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
114
+ *
112
115
  * @throws {@link ResourceNotFoundException} (client fault)
113
116
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
114
117
  * resource.</p>
@@ -172,6 +172,9 @@ declare const AdminInitiateAuthCommand_base: {
172
172
  * @throws {@link NotAuthorizedException} (client fault)
173
173
  * <p>This exception is thrown when a user isn't authorized.</p>
174
174
  *
175
+ * @throws {@link OperationNotEnabledException} (client fault)
176
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
177
+ *
175
178
  * @throws {@link PasswordResetRequiredException} (client fault)
176
179
  * <p>This exception is thrown when a password reset is required.</p>
177
180
  *
@@ -119,6 +119,9 @@ declare const AdminLinkProviderForUserCommand_base: {
119
119
  * @throws {@link NotAuthorizedException} (client fault)
120
120
  * <p>This exception is thrown when a user isn't authorized.</p>
121
121
  *
122
+ * @throws {@link OperationNotEnabledException} (client fault)
123
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
124
+ *
122
125
  * @throws {@link ResourceNotFoundException} (client fault)
123
126
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
124
127
  * resource.</p>
@@ -108,6 +108,9 @@ declare const AdminListDevicesCommand_base: {
108
108
  * @throws {@link NotAuthorizedException} (client fault)
109
109
  * <p>This exception is thrown when a user isn't authorized.</p>
110
110
  *
111
+ * @throws {@link OperationNotEnabledException} (client fault)
112
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
113
+ *
111
114
  * @throws {@link ResourceNotFoundException} (client fault)
112
115
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
113
116
  * resource.</p>
@@ -101,6 +101,9 @@ declare const AdminListGroupsForUserCommand_base: {
101
101
  * @throws {@link NotAuthorizedException} (client fault)
102
102
  * <p>This exception is thrown when a user isn't authorized.</p>
103
103
  *
104
+ * @throws {@link OperationNotEnabledException} (client fault)
105
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
106
+ *
104
107
  * @throws {@link ResourceNotFoundException} (client fault)
105
108
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
106
109
  * resource.</p>
@@ -120,6 +120,9 @@ declare const AdminListUserAuthEventsCommand_base: {
120
120
  * @throws {@link NotAuthorizedException} (client fault)
121
121
  * <p>This exception is thrown when a user isn't authorized.</p>
122
122
  *
123
+ * @throws {@link OperationNotEnabledException} (client fault)
124
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
125
+ *
123
126
  * @throws {@link ResourceNotFoundException} (client fault)
124
127
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
125
128
  * resource.</p>
@@ -87,6 +87,9 @@ declare const AdminRemoveUserFromGroupCommand_base: {
87
87
  * @throws {@link NotAuthorizedException} (client fault)
88
88
  * <p>This exception is thrown when a user isn't authorized.</p>
89
89
  *
90
+ * @throws {@link OperationNotEnabledException} (client fault)
91
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
92
+ *
90
93
  * @throws {@link ResourceNotFoundException} (client fault)
91
94
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
92
95
  * resource.</p>
@@ -132,6 +132,9 @@ declare const AdminResetUserPasswordCommand_base: {
132
132
  * @throws {@link NotAuthorizedException} (client fault)
133
133
  * <p>This exception is thrown when a user isn't authorized.</p>
134
134
  *
135
+ * @throws {@link OperationNotEnabledException} (client fault)
136
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
137
+ *
135
138
  * @throws {@link ResourceNotFoundException} (client fault)
136
139
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
137
140
  * resource.</p>
@@ -188,6 +188,9 @@ declare const AdminRespondToAuthChallengeCommand_base: {
188
188
  * @throws {@link NotAuthorizedException} (client fault)
189
189
  * <p>This exception is thrown when a user isn't authorized.</p>
190
190
  *
191
+ * @throws {@link OperationNotEnabledException} (client fault)
192
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
193
+ *
191
194
  * @throws {@link PasswordHistoryPolicyViolationException} (client fault)
192
195
  * <p>The message returned when a user's new password matches a previous password and
193
196
  * doesn't comply with the password-history policy.</p>
@@ -103,6 +103,9 @@ declare const AdminSetUserMFAPreferenceCommand_base: {
103
103
  * @throws {@link NotAuthorizedException} (client fault)
104
104
  * <p>This exception is thrown when a user isn't authorized.</p>
105
105
  *
106
+ * @throws {@link OperationNotEnabledException} (client fault)
107
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
108
+ *
106
109
  * @throws {@link PasswordResetRequiredException} (client fault)
107
110
  * <p>This exception is thrown when a password reset is required.</p>
108
111
  *
@@ -114,6 +114,9 @@ declare const AdminSetUserPasswordCommand_base: {
114
114
  * @throws {@link NotAuthorizedException} (client fault)
115
115
  * <p>This exception is thrown when a user isn't authorized.</p>
116
116
  *
117
+ * @throws {@link OperationNotEnabledException} (client fault)
118
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
119
+ *
117
120
  * @throws {@link PasswordHistoryPolicyViolationException} (client fault)
118
121
  * <p>The message returned when a user's new password matches a previous password and
119
122
  * doesn't comply with the password-history policy.</p>
@@ -93,6 +93,9 @@ declare const AdminSetUserSettingsCommand_base: {
93
93
  * @throws {@link NotAuthorizedException} (client fault)
94
94
  * <p>This exception is thrown when a user isn't authorized.</p>
95
95
  *
96
+ * @throws {@link OperationNotEnabledException} (client fault)
97
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
98
+ *
96
99
  * @throws {@link ResourceNotFoundException} (client fault)
97
100
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
98
101
  * resource.</p>
@@ -95,6 +95,9 @@ declare const AdminUpdateAuthEventFeedbackCommand_base: {
95
95
  * @throws {@link NotAuthorizedException} (client fault)
96
96
  * <p>This exception is thrown when a user isn't authorized.</p>
97
97
  *
98
+ * @throws {@link OperationNotEnabledException} (client fault)
99
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
100
+ *
98
101
  * @throws {@link ResourceNotFoundException} (client fault)
99
102
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
100
103
  * resource.</p>
@@ -94,6 +94,9 @@ declare const AdminUpdateDeviceStatusCommand_base: {
94
94
  * @throws {@link NotAuthorizedException} (client fault)
95
95
  * <p>This exception is thrown when a user isn't authorized.</p>
96
96
  *
97
+ * @throws {@link OperationNotEnabledException} (client fault)
98
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
99
+ *
97
100
  * @throws {@link ResourceNotFoundException} (client fault)
98
101
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
99
102
  * resource.</p>
@@ -141,6 +141,9 @@ declare const AdminUpdateUserAttributesCommand_base: {
141
141
  * @throws {@link NotAuthorizedException} (client fault)
142
142
  * <p>This exception is thrown when a user isn't authorized.</p>
143
143
  *
144
+ * @throws {@link OperationNotEnabledException} (client fault)
145
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
146
+ *
144
147
  * @throws {@link ResourceNotFoundException} (client fault)
145
148
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
146
149
  * resource.</p>
@@ -110,6 +110,9 @@ declare const AdminUserGlobalSignOutCommand_base: {
110
110
  * @throws {@link NotAuthorizedException} (client fault)
111
111
  * <p>This exception is thrown when a user isn't authorized.</p>
112
112
  *
113
+ * @throws {@link OperationNotEnabledException} (client fault)
114
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
115
+ *
113
116
  * @throws {@link ResourceNotFoundException} (client fault)
114
117
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
115
118
  * resource.</p>
@@ -86,6 +86,9 @@ declare const AssociateSoftwareTokenCommand_base: {
86
86
  * @throws {@link NotAuthorizedException} (client fault)
87
87
  * <p>This exception is thrown when a user isn't authorized.</p>
88
88
  *
89
+ * @throws {@link OperationNotEnabledException} (client fault)
90
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
91
+ *
89
92
  * @throws {@link ResourceNotFoundException} (client fault)
90
93
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
91
94
  * resource.</p>
@@ -83,6 +83,9 @@ declare const ChangePasswordCommand_base: {
83
83
  * @throws {@link NotAuthorizedException} (client fault)
84
84
  * <p>This exception is thrown when a user isn't authorized.</p>
85
85
  *
86
+ * @throws {@link OperationNotEnabledException} (client fault)
87
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
88
+ *
86
89
  * @throws {@link PasswordHistoryPolicyViolationException} (client fault)
87
90
  * <p>The message returned when a user's new password matches a previous password and
88
91
  * doesn't comply with the password-history policy.</p>
@@ -74,6 +74,9 @@ declare const CompleteWebAuthnRegistrationCommand_base: {
74
74
  * @throws {@link NotAuthorizedException} (client fault)
75
75
  * <p>This exception is thrown when a user isn't authorized.</p>
76
76
  *
77
+ * @throws {@link OperationNotEnabledException} (client fault)
78
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
79
+ *
77
80
  * @throws {@link PasswordResetRequiredException} (client fault)
78
81
  * <p>This exception is thrown when a password reset is required.</p>
79
82
  *
@@ -98,6 +98,9 @@ declare const ConfirmDeviceCommand_base: {
98
98
  * @throws {@link NotAuthorizedException} (client fault)
99
99
  * <p>This exception is thrown when a user isn't authorized.</p>
100
100
  *
101
+ * @throws {@link OperationNotEnabledException} (client fault)
102
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
103
+ *
101
104
  * @throws {@link PasswordResetRequiredException} (client fault)
102
105
  * <p>This exception is thrown when a password reset is required.</p>
103
106
  *
@@ -105,6 +105,9 @@ declare const ConfirmForgotPasswordCommand_base: {
105
105
  * @throws {@link NotAuthorizedException} (client fault)
106
106
  * <p>This exception is thrown when a user isn't authorized.</p>
107
107
  *
108
+ * @throws {@link OperationNotEnabledException} (client fault)
109
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
110
+ *
108
111
  * @throws {@link PasswordHistoryPolicyViolationException} (client fault)
109
112
  * <p>The message returned when a user's new password matches a previous password and
110
113
  * doesn't comply with the password-history policy.</p>
@@ -119,6 +119,9 @@ declare const ConfirmSignUpCommand_base: {
119
119
  * @throws {@link NotAuthorizedException} (client fault)
120
120
  * <p>This exception is thrown when a user isn't authorized.</p>
121
121
  *
122
+ * @throws {@link OperationNotEnabledException} (client fault)
123
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
124
+ *
122
125
  * @throws {@link ResourceNotFoundException} (client fault)
123
126
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
124
127
  * resource.</p>
@@ -106,6 +106,9 @@ declare const CreateGroupCommand_base: {
106
106
  * @throws {@link NotAuthorizedException} (client fault)
107
107
  * <p>This exception is thrown when a user isn't authorized.</p>
108
108
  *
109
+ * @throws {@link OperationNotEnabledException} (client fault)
110
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
111
+ *
109
112
  * @throws {@link ResourceNotFoundException} (client fault)
110
113
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
111
114
  * resource.</p>
@@ -138,6 +138,9 @@ declare const CreateManagedLoginBrandingCommand_base: {
138
138
  * @throws {@link NotAuthorizedException} (client fault)
139
139
  * <p>This exception is thrown when a user isn't authorized.</p>
140
140
  *
141
+ * @throws {@link OperationNotEnabledException} (client fault)
142
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
143
+ *
141
144
  * @throws {@link ResourceNotFoundException} (client fault)
142
145
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
143
146
  * resource.</p>
@@ -109,6 +109,9 @@ declare const CreateResourceServerCommand_base: {
109
109
  * @throws {@link NotAuthorizedException} (client fault)
110
110
  * <p>This exception is thrown when a user isn't authorized.</p>
111
111
  *
112
+ * @throws {@link OperationNotEnabledException} (client fault)
113
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
114
+ *
112
115
  * @throws {@link ResourceNotFoundException} (client fault)
113
116
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
114
117
  * resource.</p>
@@ -122,6 +122,9 @@ declare const CreateTermsCommand_base: {
122
122
  * @throws {@link NotAuthorizedException} (client fault)
123
123
  * <p>This exception is thrown when a user isn't authorized.</p>
124
124
  *
125
+ * @throws {@link OperationNotEnabledException} (client fault)
126
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
127
+ *
125
128
  * @throws {@link ResourceNotFoundException} (client fault)
126
129
  * <p>This exception is thrown when the Amazon Cognito service can't find the requested
127
130
  * resource.</p>
@@ -106,6 +106,9 @@ declare const CreateUserImportJobCommand_base: {
106
106
  * @throws {@link NotAuthorizedException} (client fault)
107
107
  * <p>This exception is thrown when a user isn't authorized.</p>
108
108
  *
109
+ * @throws {@link OperationNotEnabledException} (client fault)
110
+ * <p>This exception is thrown when an operation is not available in the current region or for the current user pool configuration. This can occur when attempting to perform operations that are not supported in secondary replica regions.</p>
111
+ *
109
112
  * @throws {@link PreconditionNotMetException} (client fault)
110
113
  * <p>This exception is thrown when a precondition is not met.</p>
111
114
  *