@aws-sdk/client-cognito-identity-provider 3.696.0 → 3.708.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 (117) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +20 -0
  3. package/dist-cjs/index.js +983 -71
  4. package/dist-es/CognitoIdentityProvider.js +20 -0
  5. package/dist-es/auth/httpAuthSchemeProvider.js +20 -0
  6. package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +23 -0
  7. package/dist-es/commands/ConfirmSignUpCommand.js +2 -2
  8. package/dist-es/commands/CreateManagedLoginBrandingCommand.js +23 -0
  9. package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +22 -0
  10. package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +23 -0
  11. package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +23 -0
  12. package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +22 -0
  13. package/dist-es/commands/GetUserAuthFactorsCommand.js +23 -0
  14. package/dist-es/commands/GlobalSignOutCommand.js +1 -1
  15. package/dist-es/commands/InitiateAuthCommand.js +1 -1
  16. package/dist-es/commands/ListDevicesCommand.js +1 -1
  17. package/dist-es/commands/ListUserPoolClientsCommand.js +1 -1
  18. package/dist-es/commands/ListUsersCommand.js +1 -1
  19. package/dist-es/commands/ListUsersInGroupCommand.js +1 -1
  20. package/dist-es/commands/ListWebAuthnCredentialsCommand.js +23 -0
  21. package/dist-es/commands/ResendConfirmationCodeCommand.js +1 -1
  22. package/dist-es/commands/RespondToAuthChallengeCommand.js +1 -2
  23. package/dist-es/commands/SignUpCommand.js +2 -2
  24. package/dist-es/commands/StartWebAuthnRegistrationCommand.js +23 -0
  25. package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +22 -0
  26. package/dist-es/commands/index.js +10 -0
  27. package/dist-es/models/models_0.js +184 -50
  28. package/dist-es/models/models_1.js +82 -1
  29. package/dist-es/protocols/Aws_json1_1.js +433 -2
  30. package/dist-types/CognitoIdentityProvider.d.ts +71 -0
  31. package/dist-types/CognitoIdentityProviderClient.d.ts +12 -2
  32. package/dist-types/commands/AdminCreateUserCommand.d.ts +9 -4
  33. package/dist-types/commands/AdminGetUserCommand.d.ts +2 -1
  34. package/dist-types/commands/AdminInitiateAuthCommand.d.ts +5 -4
  35. package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
  36. package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +2 -2
  37. package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -4
  38. package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +2 -2
  39. package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
  40. package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +119 -0
  41. package/dist-types/commands/ConfirmSignUpCommand.d.ts +5 -2
  42. package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +162 -0
  43. package/dist-types/commands/CreateUserPoolClientCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateUserPoolCommand.d.ts +22 -2
  45. package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +8 -1
  46. package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +113 -0
  47. package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +90 -0
  48. package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +108 -0
  49. package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +108 -0
  50. package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeUserPoolCommand.d.ts +6 -0
  52. package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -0
  53. package/dist-types/commands/ForgotPasswordCommand.d.ts +2 -2
  54. package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +2 -2
  55. package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +120 -0
  56. package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +6 -1
  57. package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
  58. package/dist-types/commands/InitiateAuthCommand.d.ts +9 -5
  59. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
  62. package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  68. package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +100 -0
  70. package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -3
  71. package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +5 -6
  72. package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -0
  73. package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +15 -3
  74. package/dist-types/commands/SignUpCommand.d.ts +11 -3
  75. package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +107 -0
  76. package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +150 -0
  77. package/dist-types/commands/UpdateUserAttributesCommand.d.ts +2 -2
  78. package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +2 -2
  79. package/dist-types/commands/UpdateUserPoolCommand.d.ts +17 -2
  80. package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +6 -0
  81. package/dist-types/commands/index.d.ts +10 -0
  82. package/dist-types/models/models_0.d.ts +1609 -1660
  83. package/dist-types/models/models_1.d.ts +1712 -8
  84. package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
  85. package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +177 -0
  86. package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +60 -0
  87. package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +47 -0
  91. package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +2 -4
  96. package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +4 -2
  111. package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +248 -185
  115. package/dist-types/ts3.4/models/models_1.d.ts +263 -2
  116. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
  117. package/package.json +4 -4
@@ -29,11 +29,13 @@ import { AdminUpdateUserAttributesCommand, } from "./commands/AdminUpdateUserAtt
29
29
  import { AdminUserGlobalSignOutCommand, } from "./commands/AdminUserGlobalSignOutCommand";
30
30
  import { AssociateSoftwareTokenCommand, } from "./commands/AssociateSoftwareTokenCommand";
31
31
  import { ChangePasswordCommand, } from "./commands/ChangePasswordCommand";
32
+ import { CompleteWebAuthnRegistrationCommand, } from "./commands/CompleteWebAuthnRegistrationCommand";
32
33
  import { ConfirmDeviceCommand, } from "./commands/ConfirmDeviceCommand";
33
34
  import { ConfirmForgotPasswordCommand, } from "./commands/ConfirmForgotPasswordCommand";
34
35
  import { ConfirmSignUpCommand, } from "./commands/ConfirmSignUpCommand";
35
36
  import { CreateGroupCommand } from "./commands/CreateGroupCommand";
36
37
  import { CreateIdentityProviderCommand, } from "./commands/CreateIdentityProviderCommand";
38
+ import { CreateManagedLoginBrandingCommand, } from "./commands/CreateManagedLoginBrandingCommand";
37
39
  import { CreateResourceServerCommand, } from "./commands/CreateResourceServerCommand";
38
40
  import { CreateUserImportJobCommand, } from "./commands/CreateUserImportJobCommand";
39
41
  import { CreateUserPoolClientCommand, } from "./commands/CreateUserPoolClientCommand";
@@ -41,13 +43,17 @@ import { CreateUserPoolCommand, } from "./commands/CreateUserPoolCommand";
41
43
  import { CreateUserPoolDomainCommand, } from "./commands/CreateUserPoolDomainCommand";
42
44
  import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
43
45
  import { DeleteIdentityProviderCommand, } from "./commands/DeleteIdentityProviderCommand";
46
+ import { DeleteManagedLoginBrandingCommand, } from "./commands/DeleteManagedLoginBrandingCommand";
44
47
  import { DeleteResourceServerCommand, } from "./commands/DeleteResourceServerCommand";
45
48
  import { DeleteUserAttributesCommand, } from "./commands/DeleteUserAttributesCommand";
46
49
  import { DeleteUserCommand } from "./commands/DeleteUserCommand";
47
50
  import { DeleteUserPoolClientCommand, } from "./commands/DeleteUserPoolClientCommand";
48
51
  import { DeleteUserPoolCommand, } from "./commands/DeleteUserPoolCommand";
49
52
  import { DeleteUserPoolDomainCommand, } from "./commands/DeleteUserPoolDomainCommand";
53
+ import { DeleteWebAuthnCredentialCommand, } from "./commands/DeleteWebAuthnCredentialCommand";
50
54
  import { DescribeIdentityProviderCommand, } from "./commands/DescribeIdentityProviderCommand";
55
+ import { DescribeManagedLoginBrandingByClientCommand, } from "./commands/DescribeManagedLoginBrandingByClientCommand";
56
+ import { DescribeManagedLoginBrandingCommand, } from "./commands/DescribeManagedLoginBrandingCommand";
51
57
  import { DescribeResourceServerCommand, } from "./commands/DescribeResourceServerCommand";
52
58
  import { DescribeRiskConfigurationCommand, } from "./commands/DescribeRiskConfigurationCommand";
53
59
  import { DescribeUserImportJobCommand, } from "./commands/DescribeUserImportJobCommand";
@@ -64,6 +70,7 @@ import { GetLogDeliveryConfigurationCommand, } from "./commands/GetLogDeliveryCo
64
70
  import { GetSigningCertificateCommand, } from "./commands/GetSigningCertificateCommand";
65
71
  import { GetUICustomizationCommand, } from "./commands/GetUICustomizationCommand";
66
72
  import { GetUserAttributeVerificationCodeCommand, } from "./commands/GetUserAttributeVerificationCodeCommand";
73
+ import { GetUserAuthFactorsCommand, } from "./commands/GetUserAuthFactorsCommand";
67
74
  import { GetUserCommand } from "./commands/GetUserCommand";
68
75
  import { GetUserPoolMfaConfigCommand, } from "./commands/GetUserPoolMfaConfigCommand";
69
76
  import { GlobalSignOutCommand, } from "./commands/GlobalSignOutCommand";
@@ -78,6 +85,7 @@ import { ListUserPoolClientsCommand, } from "./commands/ListUserPoolClientsComma
78
85
  import { ListUserPoolsCommand, } from "./commands/ListUserPoolsCommand";
79
86
  import { ListUsersCommand } from "./commands/ListUsersCommand";
80
87
  import { ListUsersInGroupCommand, } from "./commands/ListUsersInGroupCommand";
88
+ import { ListWebAuthnCredentialsCommand, } from "./commands/ListWebAuthnCredentialsCommand";
81
89
  import { ResendConfirmationCodeCommand, } from "./commands/ResendConfirmationCodeCommand";
82
90
  import { RespondToAuthChallengeCommand, } from "./commands/RespondToAuthChallengeCommand";
83
91
  import { RevokeTokenCommand } from "./commands/RevokeTokenCommand";
@@ -89,6 +97,7 @@ import { SetUserPoolMfaConfigCommand, } from "./commands/SetUserPoolMfaConfigCom
89
97
  import { SetUserSettingsCommand, } from "./commands/SetUserSettingsCommand";
90
98
  import { SignUpCommand } from "./commands/SignUpCommand";
91
99
  import { StartUserImportJobCommand, } from "./commands/StartUserImportJobCommand";
100
+ import { StartWebAuthnRegistrationCommand, } from "./commands/StartWebAuthnRegistrationCommand";
92
101
  import { StopUserImportJobCommand, } from "./commands/StopUserImportJobCommand";
93
102
  import { TagResourceCommand } from "./commands/TagResourceCommand";
94
103
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
@@ -96,6 +105,7 @@ import { UpdateAuthEventFeedbackCommand, } from "./commands/UpdateAuthEventFeedb
96
105
  import { UpdateDeviceStatusCommand, } from "./commands/UpdateDeviceStatusCommand";
97
106
  import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
98
107
  import { UpdateIdentityProviderCommand, } from "./commands/UpdateIdentityProviderCommand";
108
+ import { UpdateManagedLoginBrandingCommand, } from "./commands/UpdateManagedLoginBrandingCommand";
99
109
  import { UpdateResourceServerCommand, } from "./commands/UpdateResourceServerCommand";
100
110
  import { UpdateUserAttributesCommand, } from "./commands/UpdateUserAttributesCommand";
101
111
  import { UpdateUserPoolClientCommand, } from "./commands/UpdateUserPoolClientCommand";
@@ -133,11 +143,13 @@ const commands = {
133
143
  AdminUserGlobalSignOutCommand,
134
144
  AssociateSoftwareTokenCommand,
135
145
  ChangePasswordCommand,
146
+ CompleteWebAuthnRegistrationCommand,
136
147
  ConfirmDeviceCommand,
137
148
  ConfirmForgotPasswordCommand,
138
149
  ConfirmSignUpCommand,
139
150
  CreateGroupCommand,
140
151
  CreateIdentityProviderCommand,
152
+ CreateManagedLoginBrandingCommand,
141
153
  CreateResourceServerCommand,
142
154
  CreateUserImportJobCommand,
143
155
  CreateUserPoolCommand,
@@ -145,13 +157,17 @@ const commands = {
145
157
  CreateUserPoolDomainCommand,
146
158
  DeleteGroupCommand,
147
159
  DeleteIdentityProviderCommand,
160
+ DeleteManagedLoginBrandingCommand,
148
161
  DeleteResourceServerCommand,
149
162
  DeleteUserCommand,
150
163
  DeleteUserAttributesCommand,
151
164
  DeleteUserPoolCommand,
152
165
  DeleteUserPoolClientCommand,
153
166
  DeleteUserPoolDomainCommand,
167
+ DeleteWebAuthnCredentialCommand,
154
168
  DescribeIdentityProviderCommand,
169
+ DescribeManagedLoginBrandingCommand,
170
+ DescribeManagedLoginBrandingByClientCommand,
155
171
  DescribeResourceServerCommand,
156
172
  DescribeRiskConfigurationCommand,
157
173
  DescribeUserImportJobCommand,
@@ -169,6 +185,7 @@ const commands = {
169
185
  GetUICustomizationCommand,
170
186
  GetUserCommand,
171
187
  GetUserAttributeVerificationCodeCommand,
188
+ GetUserAuthFactorsCommand,
172
189
  GetUserPoolMfaConfigCommand,
173
190
  GlobalSignOutCommand,
174
191
  InitiateAuthCommand,
@@ -182,6 +199,7 @@ const commands = {
182
199
  ListUserPoolsCommand,
183
200
  ListUsersCommand,
184
201
  ListUsersInGroupCommand,
202
+ ListWebAuthnCredentialsCommand,
185
203
  ResendConfirmationCodeCommand,
186
204
  RespondToAuthChallengeCommand,
187
205
  RevokeTokenCommand,
@@ -193,6 +211,7 @@ const commands = {
193
211
  SetUserSettingsCommand,
194
212
  SignUpCommand,
195
213
  StartUserImportJobCommand,
214
+ StartWebAuthnRegistrationCommand,
196
215
  StopUserImportJobCommand,
197
216
  TagResourceCommand,
198
217
  UntagResourceCommand,
@@ -200,6 +219,7 @@ const commands = {
200
219
  UpdateDeviceStatusCommand,
201
220
  UpdateGroupCommand,
202
221
  UpdateIdentityProviderCommand,
222
+ UpdateManagedLoginBrandingCommand,
203
223
  UpdateResourceServerCommand,
204
224
  UpdateUserAttributesCommand,
205
225
  UpdateUserPoolCommand,
@@ -40,6 +40,10 @@ export const defaultCognitoIdentityProviderHttpAuthSchemeProvider = (authParamet
40
40
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
41
41
  break;
42
42
  }
43
+ case "CompleteWebAuthnRegistration": {
44
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
45
+ break;
46
+ }
43
47
  case "ConfirmDevice": {
44
48
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
45
49
  break;
@@ -60,6 +64,10 @@ export const defaultCognitoIdentityProviderHttpAuthSchemeProvider = (authParamet
60
64
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
61
65
  break;
62
66
  }
67
+ case "DeleteWebAuthnCredential": {
68
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
69
+ break;
70
+ }
63
71
  case "ForgetDevice": {
64
72
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
65
73
  break;
@@ -80,6 +88,10 @@ export const defaultCognitoIdentityProviderHttpAuthSchemeProvider = (authParamet
80
88
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
81
89
  break;
82
90
  }
91
+ case "GetUserAuthFactors": {
92
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
93
+ break;
94
+ }
83
95
  case "GlobalSignOut": {
84
96
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
85
97
  break;
@@ -92,6 +104,10 @@ export const defaultCognitoIdentityProviderHttpAuthSchemeProvider = (authParamet
92
104
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
93
105
  break;
94
106
  }
107
+ case "ListWebAuthnCredentials": {
108
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
109
+ break;
110
+ }
95
111
  case "ResendConfirmationCode": {
96
112
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
97
113
  break;
@@ -116,6 +132,10 @@ export const defaultCognitoIdentityProviderHttpAuthSchemeProvider = (authParamet
116
132
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
117
133
  break;
118
134
  }
135
+ case "StartWebAuthnRegistration": {
136
+ options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
137
+ break;
138
+ }
119
139
  case "UpdateAuthEventFeedback": {
120
140
  options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
121
141
  break;
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CompleteWebAuthnRegistrationRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CompleteWebAuthnRegistrationCommand, se_CompleteWebAuthnRegistrationCommand, } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class CompleteWebAuthnRegistrationCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSCognitoIdentityProviderService", "CompleteWebAuthnRegistration", {})
18
+ .n("CognitoIdentityProviderClient", "CompleteWebAuthnRegistrationCommand")
19
+ .f(CompleteWebAuthnRegistrationRequestFilterSensitiveLog, void 0)
20
+ .ser(se_CompleteWebAuthnRegistrationCommand)
21
+ .de(de_CompleteWebAuthnRegistrationCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ConfirmSignUpRequestFilterSensitiveLog, } from "../models/models_0";
5
+ import { ConfirmSignUpRequestFilterSensitiveLog, ConfirmSignUpResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_ConfirmSignUpCommand, se_ConfirmSignUpCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class ConfirmSignUpCommand extends $Command
@@ -16,7 +16,7 @@ export class ConfirmSignUpCommand extends $Command
16
16
  })
17
17
  .s("AWSCognitoIdentityProviderService", "ConfirmSignUp", {})
18
18
  .n("CognitoIdentityProviderClient", "ConfirmSignUpCommand")
19
- .f(ConfirmSignUpRequestFilterSensitiveLog, void 0)
19
+ .f(ConfirmSignUpRequestFilterSensitiveLog, ConfirmSignUpResponseFilterSensitiveLog)
20
20
  .ser(se_ConfirmSignUpCommand)
21
21
  .de(de_ConfirmSignUpCommand)
22
22
  .build() {
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateManagedLoginBrandingRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CreateManagedLoginBrandingCommand, se_CreateManagedLoginBrandingCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class CreateManagedLoginBrandingCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSCognitoIdentityProviderService", "CreateManagedLoginBranding", {})
18
+ .n("CognitoIdentityProviderClient", "CreateManagedLoginBrandingCommand")
19
+ .f(CreateManagedLoginBrandingRequestFilterSensitiveLog, void 0)
20
+ .ser(se_CreateManagedLoginBrandingCommand)
21
+ .de(de_CreateManagedLoginBrandingCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteManagedLoginBrandingCommand, se_DeleteManagedLoginBrandingCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DeleteManagedLoginBrandingCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AWSCognitoIdentityProviderService", "DeleteManagedLoginBranding", {})
17
+ .n("CognitoIdentityProviderClient", "DeleteManagedLoginBrandingCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteManagedLoginBrandingCommand)
20
+ .de(de_DeleteManagedLoginBrandingCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { DeleteWebAuthnCredentialRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_DeleteWebAuthnCredentialCommand, se_DeleteWebAuthnCredentialCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class DeleteWebAuthnCredentialCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSCognitoIdentityProviderService", "DeleteWebAuthnCredential", {})
18
+ .n("CognitoIdentityProviderClient", "DeleteWebAuthnCredentialCommand")
19
+ .f(DeleteWebAuthnCredentialRequestFilterSensitiveLog, void 0)
20
+ .ser(se_DeleteWebAuthnCredentialCommand)
21
+ .de(de_DeleteWebAuthnCredentialCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_DescribeManagedLoginBrandingByClientCommand, se_DescribeManagedLoginBrandingByClientCommand, } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class DescribeManagedLoginBrandingByClientCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSCognitoIdentityProviderService", "DescribeManagedLoginBrandingByClient", {})
18
+ .n("CognitoIdentityProviderClient", "DescribeManagedLoginBrandingByClientCommand")
19
+ .f(DescribeManagedLoginBrandingByClientRequestFilterSensitiveLog, void 0)
20
+ .ser(se_DescribeManagedLoginBrandingByClientCommand)
21
+ .de(de_DescribeManagedLoginBrandingByClientCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeManagedLoginBrandingCommand, se_DescribeManagedLoginBrandingCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DescribeManagedLoginBrandingCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AWSCognitoIdentityProviderService", "DescribeManagedLoginBranding", {})
17
+ .n("CognitoIdentityProviderClient", "DescribeManagedLoginBrandingCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeManagedLoginBrandingCommand)
20
+ .de(de_DescribeManagedLoginBrandingCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { GetUserAuthFactorsRequestFilterSensitiveLog, GetUserAuthFactorsResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_GetUserAuthFactorsCommand, se_GetUserAuthFactorsCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class GetUserAuthFactorsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSCognitoIdentityProviderService", "GetUserAuthFactors", {})
18
+ .n("CognitoIdentityProviderClient", "GetUserAuthFactorsCommand")
19
+ .f(GetUserAuthFactorsRequestFilterSensitiveLog, GetUserAuthFactorsResponseFilterSensitiveLog)
20
+ .ser(se_GetUserAuthFactorsCommand)
21
+ .de(de_GetUserAuthFactorsCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GlobalSignOutRequestFilterSensitiveLog, } from "../models/models_0";
5
+ import { GlobalSignOutRequestFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_GlobalSignOutCommand, se_GlobalSignOutCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class GlobalSignOutCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { InitiateAuthRequestFilterSensitiveLog, InitiateAuthResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { InitiateAuthRequestFilterSensitiveLog, InitiateAuthResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_InitiateAuthCommand, se_InitiateAuthCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class InitiateAuthCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListDevicesRequestFilterSensitiveLog, ListDevicesResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListDevicesRequestFilterSensitiveLog, ListDevicesResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class ListDevicesCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListUserPoolClientsResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListUserPoolClientsResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListUserPoolClientsCommand, se_ListUserPoolClientsCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class ListUserPoolClientsCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListUsersResponseFilterSensitiveLog } from "../models/models_0";
5
+ import { ListUsersResponseFilterSensitiveLog } from "../models/models_1";
6
6
  import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class ListUsersCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListUsersInGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListUsersInGroupResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListUsersInGroupCommand, se_ListUsersInGroupCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class ListUsersInGroupCommand extends $Command
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListWebAuthnCredentialsRequestFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_ListWebAuthnCredentialsCommand, se_ListWebAuthnCredentialsCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class ListWebAuthnCredentialsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSCognitoIdentityProviderService", "ListWebAuthnCredentials", {})
18
+ .n("CognitoIdentityProviderClient", "ListWebAuthnCredentialsCommand")
19
+ .f(ListWebAuthnCredentialsRequestFilterSensitiveLog, void 0)
20
+ .ser(se_ListWebAuthnCredentialsCommand)
21
+ .de(de_ListWebAuthnCredentialsCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ResendConfirmationCodeRequestFilterSensitiveLog, } from "../models/models_0";
5
+ import { ResendConfirmationCodeRequestFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ResendConfirmationCodeCommand, se_ResendConfirmationCodeCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class ResendConfirmationCodeCommand extends $Command
@@ -2,8 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { RespondToAuthChallengeRequestFilterSensitiveLog } from "../models/models_0";
6
- import { RespondToAuthChallengeResponseFilterSensitiveLog } from "../models/models_1";
5
+ import { RespondToAuthChallengeRequestFilterSensitiveLog, RespondToAuthChallengeResponseFilterSensitiveLog, } from "../models/models_1";
7
6
  import { de_RespondToAuthChallengeCommand, se_RespondToAuthChallengeCommand } from "../protocols/Aws_json1_1";
8
7
  export { $Command };
9
8
  export class RespondToAuthChallengeCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { SignUpRequestFilterSensitiveLog } from "../models/models_1";
5
+ import { SignUpRequestFilterSensitiveLog, SignUpResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_SignUpCommand, se_SignUpCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class SignUpCommand extends $Command
@@ -16,7 +16,7 @@ export class SignUpCommand extends $Command
16
16
  })
17
17
  .s("AWSCognitoIdentityProviderService", "SignUp", {})
18
18
  .n("CognitoIdentityProviderClient", "SignUpCommand")
19
- .f(SignUpRequestFilterSensitiveLog, void 0)
19
+ .f(SignUpRequestFilterSensitiveLog, SignUpResponseFilterSensitiveLog)
20
20
  .ser(se_SignUpCommand)
21
21
  .de(de_SignUpCommand)
22
22
  .build() {
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { StartWebAuthnRegistrationRequestFilterSensitiveLog, } from "../models/models_1";
6
+ import { de_StartWebAuthnRegistrationCommand, se_StartWebAuthnRegistrationCommand } from "../protocols/Aws_json1_1";
7
+ export { $Command };
8
+ export class StartWebAuthnRegistrationCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AWSCognitoIdentityProviderService", "StartWebAuthnRegistration", {})
18
+ .n("CognitoIdentityProviderClient", "StartWebAuthnRegistrationCommand")
19
+ .f(StartWebAuthnRegistrationRequestFilterSensitiveLog, void 0)
20
+ .ser(se_StartWebAuthnRegistrationCommand)
21
+ .de(de_StartWebAuthnRegistrationCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateManagedLoginBrandingCommand, se_UpdateManagedLoginBrandingCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class UpdateManagedLoginBrandingCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AWSCognitoIdentityProviderService", "UpdateManagedLoginBranding", {})
17
+ .n("CognitoIdentityProviderClient", "UpdateManagedLoginBrandingCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateManagedLoginBrandingCommand)
20
+ .de(de_UpdateManagedLoginBrandingCommand)
21
+ .build() {
22
+ }
@@ -27,11 +27,13 @@ export * from "./AdminUpdateUserAttributesCommand";
27
27
  export * from "./AdminUserGlobalSignOutCommand";
28
28
  export * from "./AssociateSoftwareTokenCommand";
29
29
  export * from "./ChangePasswordCommand";
30
+ export * from "./CompleteWebAuthnRegistrationCommand";
30
31
  export * from "./ConfirmDeviceCommand";
31
32
  export * from "./ConfirmForgotPasswordCommand";
32
33
  export * from "./ConfirmSignUpCommand";
33
34
  export * from "./CreateGroupCommand";
34
35
  export * from "./CreateIdentityProviderCommand";
36
+ export * from "./CreateManagedLoginBrandingCommand";
35
37
  export * from "./CreateResourceServerCommand";
36
38
  export * from "./CreateUserImportJobCommand";
37
39
  export * from "./CreateUserPoolClientCommand";
@@ -39,13 +41,17 @@ export * from "./CreateUserPoolCommand";
39
41
  export * from "./CreateUserPoolDomainCommand";
40
42
  export * from "./DeleteGroupCommand";
41
43
  export * from "./DeleteIdentityProviderCommand";
44
+ export * from "./DeleteManagedLoginBrandingCommand";
42
45
  export * from "./DeleteResourceServerCommand";
43
46
  export * from "./DeleteUserAttributesCommand";
44
47
  export * from "./DeleteUserCommand";
45
48
  export * from "./DeleteUserPoolClientCommand";
46
49
  export * from "./DeleteUserPoolCommand";
47
50
  export * from "./DeleteUserPoolDomainCommand";
51
+ export * from "./DeleteWebAuthnCredentialCommand";
48
52
  export * from "./DescribeIdentityProviderCommand";
53
+ export * from "./DescribeManagedLoginBrandingByClientCommand";
54
+ export * from "./DescribeManagedLoginBrandingCommand";
49
55
  export * from "./DescribeResourceServerCommand";
50
56
  export * from "./DescribeRiskConfigurationCommand";
51
57
  export * from "./DescribeUserImportJobCommand";
@@ -62,6 +68,7 @@ export * from "./GetLogDeliveryConfigurationCommand";
62
68
  export * from "./GetSigningCertificateCommand";
63
69
  export * from "./GetUICustomizationCommand";
64
70
  export * from "./GetUserAttributeVerificationCodeCommand";
71
+ export * from "./GetUserAuthFactorsCommand";
65
72
  export * from "./GetUserCommand";
66
73
  export * from "./GetUserPoolMfaConfigCommand";
67
74
  export * from "./GlobalSignOutCommand";
@@ -76,6 +83,7 @@ export * from "./ListUserPoolClientsCommand";
76
83
  export * from "./ListUserPoolsCommand";
77
84
  export * from "./ListUsersCommand";
78
85
  export * from "./ListUsersInGroupCommand";
86
+ export * from "./ListWebAuthnCredentialsCommand";
79
87
  export * from "./ResendConfirmationCodeCommand";
80
88
  export * from "./RespondToAuthChallengeCommand";
81
89
  export * from "./RevokeTokenCommand";
@@ -87,6 +95,7 @@ export * from "./SetUserPoolMfaConfigCommand";
87
95
  export * from "./SetUserSettingsCommand";
88
96
  export * from "./SignUpCommand";
89
97
  export * from "./StartUserImportJobCommand";
98
+ export * from "./StartWebAuthnRegistrationCommand";
90
99
  export * from "./StopUserImportJobCommand";
91
100
  export * from "./TagResourceCommand";
92
101
  export * from "./UntagResourceCommand";
@@ -94,6 +103,7 @@ export * from "./UpdateAuthEventFeedbackCommand";
94
103
  export * from "./UpdateDeviceStatusCommand";
95
104
  export * from "./UpdateGroupCommand";
96
105
  export * from "./UpdateIdentityProviderCommand";
106
+ export * from "./UpdateManagedLoginBrandingCommand";
97
107
  export * from "./UpdateResourceServerCommand";
98
108
  export * from "./UpdateUserAttributesCommand";
99
109
  export * from "./UpdateUserPoolClientCommand";