@aws-sdk/client-cognito-identity-provider 3.645.0 → 3.650.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 (113) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +103 -309
  3. package/dist-es/commands/AddCustomAttributesCommand.js +1 -3
  4. package/dist-es/commands/AdminAddUserToGroupCommand.js +1 -3
  5. package/dist-es/commands/AdminConfirmSignUpCommand.js +1 -3
  6. package/dist-es/commands/AdminCreateUserCommand.js +1 -3
  7. package/dist-es/commands/AdminDeleteUserAttributesCommand.js +1 -3
  8. package/dist-es/commands/AdminDeleteUserCommand.js +1 -3
  9. package/dist-es/commands/AdminDisableProviderForUserCommand.js +1 -3
  10. package/dist-es/commands/AdminDisableUserCommand.js +1 -3
  11. package/dist-es/commands/AdminEnableUserCommand.js +1 -3
  12. package/dist-es/commands/AdminForgetDeviceCommand.js +1 -3
  13. package/dist-es/commands/AdminGetDeviceCommand.js +1 -3
  14. package/dist-es/commands/AdminGetUserCommand.js +1 -3
  15. package/dist-es/commands/AdminInitiateAuthCommand.js +1 -3
  16. package/dist-es/commands/AdminLinkProviderForUserCommand.js +1 -3
  17. package/dist-es/commands/AdminListDevicesCommand.js +1 -3
  18. package/dist-es/commands/AdminListGroupsForUserCommand.js +1 -3
  19. package/dist-es/commands/AdminListUserAuthEventsCommand.js +1 -3
  20. package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +1 -3
  21. package/dist-es/commands/AdminResetUserPasswordCommand.js +1 -3
  22. package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +1 -3
  23. package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +1 -3
  24. package/dist-es/commands/AdminSetUserPasswordCommand.js +1 -3
  25. package/dist-es/commands/AdminSetUserSettingsCommand.js +1 -3
  26. package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +1 -3
  27. package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +1 -3
  28. package/dist-es/commands/AdminUpdateUserAttributesCommand.js +1 -3
  29. package/dist-es/commands/AdminUserGlobalSignOutCommand.js +1 -3
  30. package/dist-es/commands/AssociateSoftwareTokenCommand.js +1 -3
  31. package/dist-es/commands/ChangePasswordCommand.js +1 -3
  32. package/dist-es/commands/ConfirmDeviceCommand.js +1 -3
  33. package/dist-es/commands/ConfirmForgotPasswordCommand.js +1 -3
  34. package/dist-es/commands/ConfirmSignUpCommand.js +1 -3
  35. package/dist-es/commands/CreateGroupCommand.js +1 -3
  36. package/dist-es/commands/CreateIdentityProviderCommand.js +1 -3
  37. package/dist-es/commands/CreateResourceServerCommand.js +1 -3
  38. package/dist-es/commands/CreateUserImportJobCommand.js +1 -3
  39. package/dist-es/commands/CreateUserPoolClientCommand.js +1 -3
  40. package/dist-es/commands/CreateUserPoolCommand.js +1 -3
  41. package/dist-es/commands/CreateUserPoolDomainCommand.js +1 -3
  42. package/dist-es/commands/DeleteGroupCommand.js +1 -3
  43. package/dist-es/commands/DeleteIdentityProviderCommand.js +1 -3
  44. package/dist-es/commands/DeleteResourceServerCommand.js +1 -3
  45. package/dist-es/commands/DeleteUserAttributesCommand.js +1 -3
  46. package/dist-es/commands/DeleteUserCommand.js +1 -3
  47. package/dist-es/commands/DeleteUserPoolClientCommand.js +1 -3
  48. package/dist-es/commands/DeleteUserPoolCommand.js +1 -3
  49. package/dist-es/commands/DeleteUserPoolDomainCommand.js +1 -3
  50. package/dist-es/commands/DescribeIdentityProviderCommand.js +1 -3
  51. package/dist-es/commands/DescribeResourceServerCommand.js +1 -3
  52. package/dist-es/commands/DescribeRiskConfigurationCommand.js +1 -3
  53. package/dist-es/commands/DescribeUserImportJobCommand.js +1 -3
  54. package/dist-es/commands/DescribeUserPoolClientCommand.js +1 -3
  55. package/dist-es/commands/DescribeUserPoolCommand.js +1 -3
  56. package/dist-es/commands/DescribeUserPoolDomainCommand.js +1 -3
  57. package/dist-es/commands/ForgetDeviceCommand.js +1 -3
  58. package/dist-es/commands/ForgotPasswordCommand.js +1 -3
  59. package/dist-es/commands/GetCSVHeaderCommand.js +1 -3
  60. package/dist-es/commands/GetDeviceCommand.js +1 -3
  61. package/dist-es/commands/GetGroupCommand.js +1 -3
  62. package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +1 -3
  63. package/dist-es/commands/GetLogDeliveryConfigurationCommand.js +1 -3
  64. package/dist-es/commands/GetSigningCertificateCommand.js +1 -3
  65. package/dist-es/commands/GetUICustomizationCommand.js +1 -3
  66. package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +1 -3
  67. package/dist-es/commands/GetUserCommand.js +1 -3
  68. package/dist-es/commands/GetUserPoolMfaConfigCommand.js +1 -3
  69. package/dist-es/commands/GlobalSignOutCommand.js +1 -3
  70. package/dist-es/commands/InitiateAuthCommand.js +1 -3
  71. package/dist-es/commands/ListDevicesCommand.js +1 -3
  72. package/dist-es/commands/ListGroupsCommand.js +1 -3
  73. package/dist-es/commands/ListIdentityProvidersCommand.js +1 -3
  74. package/dist-es/commands/ListResourceServersCommand.js +1 -3
  75. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  76. package/dist-es/commands/ListUserImportJobsCommand.js +1 -3
  77. package/dist-es/commands/ListUserPoolClientsCommand.js +1 -3
  78. package/dist-es/commands/ListUserPoolsCommand.js +1 -3
  79. package/dist-es/commands/ListUsersCommand.js +1 -3
  80. package/dist-es/commands/ListUsersInGroupCommand.js +1 -3
  81. package/dist-es/commands/ResendConfirmationCodeCommand.js +1 -3
  82. package/dist-es/commands/RespondToAuthChallengeCommand.js +1 -3
  83. package/dist-es/commands/RevokeTokenCommand.js +1 -3
  84. package/dist-es/commands/SetLogDeliveryConfigurationCommand.js +1 -3
  85. package/dist-es/commands/SetRiskConfigurationCommand.js +1 -3
  86. package/dist-es/commands/SetUICustomizationCommand.js +1 -3
  87. package/dist-es/commands/SetUserMFAPreferenceCommand.js +1 -3
  88. package/dist-es/commands/SetUserPoolMfaConfigCommand.js +1 -3
  89. package/dist-es/commands/SetUserSettingsCommand.js +1 -3
  90. package/dist-es/commands/SignUpCommand.js +1 -3
  91. package/dist-es/commands/StartUserImportJobCommand.js +1 -3
  92. package/dist-es/commands/StopUserImportJobCommand.js +1 -3
  93. package/dist-es/commands/TagResourceCommand.js +1 -3
  94. package/dist-es/commands/UntagResourceCommand.js +1 -3
  95. package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +1 -3
  96. package/dist-es/commands/UpdateDeviceStatusCommand.js +1 -3
  97. package/dist-es/commands/UpdateGroupCommand.js +1 -3
  98. package/dist-es/commands/UpdateIdentityProviderCommand.js +1 -3
  99. package/dist-es/commands/UpdateResourceServerCommand.js +1 -3
  100. package/dist-es/commands/UpdateUserAttributesCommand.js +1 -3
  101. package/dist-es/commands/UpdateUserPoolClientCommand.js +1 -3
  102. package/dist-es/commands/UpdateUserPoolCommand.js +1 -3
  103. package/dist-es/commands/UpdateUserPoolDomainCommand.js +1 -3
  104. package/dist-es/commands/VerifySoftwareTokenCommand.js +1 -3
  105. package/dist-es/commands/VerifyUserAttributeCommand.js +1 -3
  106. package/dist-es/endpoint/endpointResolver.js +7 -3
  107. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  108. package/dist-types/runtimeConfig.d.ts +2 -0
  109. package/dist-types/runtimeConfig.native.d.ts +2 -0
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  113. package/package.json +35 -35
@@ -6,9 +6,7 @@ import { de_AddCustomAttributesCommand, se_AddCustomAttributesCommand } from "..
6
6
  export { $Command };
7
7
  export class AddCustomAttributesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminAddUserToGroupCommand, se_AdminAddUserToGroupCommand } from "..
7
7
  export { $Command };
8
8
  export class AdminAddUserToGroupCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminConfirmSignUpCommand, se_AdminConfirmSignUpCommand } from "../p
7
7
  export { $Command };
8
8
  export class AdminConfirmSignUpCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminCreateUserCommand, se_AdminCreateUserCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class AdminCreateUserCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminDeleteUserAttributesCommand, se_AdminDeleteUserAttributesComman
7
7
  export { $Command };
8
8
  export class AdminDeleteUserAttributesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminDeleteUserCommand, se_AdminDeleteUserCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class AdminDeleteUserCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AdminDisableProviderForUserCommand, se_AdminDisableProviderForUserCo
6
6
  export { $Command };
7
7
  export class AdminDisableProviderForUserCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminDisableUserCommand, se_AdminDisableUserCommand } from "../proto
7
7
  export { $Command };
8
8
  export class AdminDisableUserCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminEnableUserCommand, se_AdminEnableUserCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class AdminEnableUserCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminForgetDeviceCommand, se_AdminForgetDeviceCommand } from "../pro
7
7
  export { $Command };
8
8
  export class AdminForgetDeviceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminGetDeviceCommand, se_AdminGetDeviceCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class AdminGetDeviceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminGetUserCommand, se_AdminGetUserCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class AdminGetUserCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminInitiateAuthCommand, se_AdminInitiateAuthCommand } from "../pro
7
7
  export { $Command };
8
8
  export class AdminInitiateAuthCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AdminLinkProviderForUserCommand, se_AdminLinkProviderForUserCommand
6
6
  export { $Command };
7
7
  export class AdminLinkProviderForUserCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminListDevicesCommand, se_AdminListDevicesCommand } from "../proto
7
7
  export { $Command };
8
8
  export class AdminListDevicesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminListGroupsForUserCommand, se_AdminListGroupsForUserCommand } fr
7
7
  export { $Command };
8
8
  export class AdminListGroupsForUserCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminListUserAuthEventsCommand, se_AdminListUserAuthEventsCommand }
7
7
  export { $Command };
8
8
  export class AdminListUserAuthEventsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminRemoveUserFromGroupCommand, se_AdminRemoveUserFromGroupCommand
7
7
  export { $Command };
8
8
  export class AdminRemoveUserFromGroupCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminResetUserPasswordCommand, se_AdminResetUserPasswordCommand } fr
7
7
  export { $Command };
8
8
  export class AdminResetUserPasswordCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminRespondToAuthChallengeCommand, se_AdminRespondToAuthChallengeCo
7
7
  export { $Command };
8
8
  export class AdminRespondToAuthChallengeCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminSetUserMFAPreferenceCommand, se_AdminSetUserMFAPreferenceComman
7
7
  export { $Command };
8
8
  export class AdminSetUserMFAPreferenceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminSetUserPasswordCommand, se_AdminSetUserPasswordCommand } from "
7
7
  export { $Command };
8
8
  export class AdminSetUserPasswordCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminSetUserSettingsCommand, se_AdminSetUserSettingsCommand } from "
7
7
  export { $Command };
8
8
  export class AdminSetUserSettingsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminUpdateAuthEventFeedbackCommand, se_AdminUpdateAuthEventFeedback
7
7
  export { $Command };
8
8
  export class AdminUpdateAuthEventFeedbackCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminUpdateDeviceStatusCommand, se_AdminUpdateDeviceStatusCommand }
7
7
  export { $Command };
8
8
  export class AdminUpdateDeviceStatusCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminUpdateUserAttributesCommand, se_AdminUpdateUserAttributesComman
7
7
  export { $Command };
8
8
  export class AdminUpdateUserAttributesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AdminUserGlobalSignOutCommand, se_AdminUserGlobalSignOutCommand } fr
7
7
  export { $Command };
8
8
  export class AdminUserGlobalSignOutCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_AssociateSoftwareTokenCommand, se_AssociateSoftwareTokenCommand } fr
7
7
  export { $Command };
8
8
  export class AssociateSoftwareTokenCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ChangePasswordCommand, se_ChangePasswordCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class ChangePasswordCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ConfirmDeviceCommand, se_ConfirmDeviceCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class ConfirmDeviceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ConfirmForgotPasswordCommand, se_ConfirmForgotPasswordCommand } from
7
7
  export { $Command };
8
8
  export class ConfirmForgotPasswordCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ConfirmSignUpCommand, se_ConfirmSignUpCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class ConfirmSignUpCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class CreateGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateIdentityProviderCommand, se_CreateIdentityProviderCommand } fr
6
6
  export { $Command };
7
7
  export class CreateIdentityProviderCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateResourceServerCommand, se_CreateResourceServerCommand } from "
6
6
  export { $Command };
7
7
  export class CreateResourceServerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateUserImportJobCommand, se_CreateUserImportJobCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateUserImportJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateUserPoolClientCommand, se_CreateUserPoolClientCommand } from "
7
7
  export { $Command };
8
8
  export class CreateUserPoolClientCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateUserPoolCommand, se_CreateUserPoolCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateUserPoolCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateUserPoolDomainCommand, se_CreateUserPoolDomainCommand } from "
6
6
  export { $Command };
7
7
  export class CreateUserPoolDomainCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class DeleteGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteIdentityProviderCommand, se_DeleteIdentityProviderCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteIdentityProviderCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteResourceServerCommand, se_DeleteResourceServerCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteResourceServerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DeleteUserAttributesCommand, se_DeleteUserAttributesCommand } from "
7
7
  export { $Command };
8
8
  export class DeleteUserAttributesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_jso
7
7
  export { $Command };
8
8
  export class DeleteUserCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DeleteUserPoolClientCommand, se_DeleteUserPoolClientCommand } from "
7
7
  export { $Command };
8
8
  export class DeleteUserPoolClientCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteUserPoolCommand, se_DeleteUserPoolCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteUserPoolCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteUserPoolDomainCommand, se_DeleteUserPoolDomainCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteUserPoolDomainCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeIdentityProviderCommand, se_DescribeIdentityProviderCommand
6
6
  export { $Command };
7
7
  export class DescribeIdentityProviderCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeResourceServerCommand, se_DescribeResourceServerCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeResourceServerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeRiskConfigurationCommand, se_DescribeRiskConfigurationComman
7
7
  export { $Command };
8
8
  export class DescribeRiskConfigurationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeUserImportJobCommand, se_DescribeUserImportJobCommand } from
6
6
  export { $Command };
7
7
  export class DescribeUserImportJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeUserPoolClientCommand, se_DescribeUserPoolClientCommand } fr
7
7
  export { $Command };
8
8
  export class DescribeUserPoolClientCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeUserPoolCommand, se_DescribeUserPoolCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DescribeUserPoolCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),