@aws-sdk/client-cognito-identity-provider 3.696.0 → 3.699.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.
- package/README.md +80 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +20 -0
- package/dist-cjs/index.js +983 -71
- package/dist-es/CognitoIdentityProvider.js +20 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +20 -0
- package/dist-es/commands/CompleteWebAuthnRegistrationCommand.js +23 -0
- package/dist-es/commands/ConfirmSignUpCommand.js +2 -2
- package/dist-es/commands/CreateManagedLoginBrandingCommand.js +23 -0
- package/dist-es/commands/DeleteManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/DeleteWebAuthnCredentialCommand.js +23 -0
- package/dist-es/commands/DescribeManagedLoginBrandingByClientCommand.js +23 -0
- package/dist-es/commands/DescribeManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/GetUserAuthFactorsCommand.js +23 -0
- package/dist-es/commands/GlobalSignOutCommand.js +1 -1
- package/dist-es/commands/InitiateAuthCommand.js +1 -1
- package/dist-es/commands/ListDevicesCommand.js +1 -1
- package/dist-es/commands/ListUserPoolClientsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/ListUsersInGroupCommand.js +1 -1
- package/dist-es/commands/ListWebAuthnCredentialsCommand.js +23 -0
- package/dist-es/commands/ResendConfirmationCodeCommand.js +1 -1
- package/dist-es/commands/RespondToAuthChallengeCommand.js +1 -2
- package/dist-es/commands/SignUpCommand.js +2 -2
- package/dist-es/commands/StartWebAuthnRegistrationCommand.js +23 -0
- package/dist-es/commands/UpdateManagedLoginBrandingCommand.js +22 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +184 -50
- package/dist-es/models/models_1.js +82 -1
- package/dist-es/protocols/Aws_json1_1.js +433 -2
- package/dist-types/CognitoIdentityProvider.d.ts +71 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +12 -2
- package/dist-types/commands/AdminCreateUserCommand.d.ts +9 -4
- package/dist-types/commands/AdminGetUserCommand.d.ts +2 -1
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +5 -4
- package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +2 -2
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +4 -4
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +2 -2
- package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +119 -0
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +5 -2
- package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +162 -0
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserPoolCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +8 -1
- package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +113 -0
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +90 -0
- package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +108 -0
- package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +108 -0
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -0
- package/dist-types/commands/ForgotPasswordCommand.d.ts +2 -2
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +2 -2
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +120 -0
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +6 -1
- package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +9 -5
- package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +100 -0
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -3
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +5 -6
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +15 -3
- package/dist-types/commands/SignUpCommand.d.ts +11 -3
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +107 -0
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +150 -0
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +17 -2
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +1609 -1660
- package/dist-types/models/models_1.d.ts +1711 -7
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +177 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CompleteWebAuthnRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteManagedLoginBrandingCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteWebAuthnCredentialCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetUserAuthFactorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWebAuthnCredentialsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartWebAuthnRegistrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateManagedLoginBrandingCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +248 -185
- package/dist-types/ts3.4/models/models_1.d.ts +262 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
- package/package.json +4 -4
|
@@ -161,6 +161,10 @@ import {
|
|
|
161
161
|
ChangePasswordCommandInput,
|
|
162
162
|
ChangePasswordCommandOutput,
|
|
163
163
|
} from "./commands/ChangePasswordCommand";
|
|
164
|
+
import {
|
|
165
|
+
CompleteWebAuthnRegistrationCommandInput,
|
|
166
|
+
CompleteWebAuthnRegistrationCommandOutput,
|
|
167
|
+
} from "./commands/CompleteWebAuthnRegistrationCommand";
|
|
164
168
|
import {
|
|
165
169
|
ConfirmDeviceCommandInput,
|
|
166
170
|
ConfirmDeviceCommandOutput,
|
|
@@ -181,6 +185,10 @@ import {
|
|
|
181
185
|
CreateIdentityProviderCommandInput,
|
|
182
186
|
CreateIdentityProviderCommandOutput,
|
|
183
187
|
} from "./commands/CreateIdentityProviderCommand";
|
|
188
|
+
import {
|
|
189
|
+
CreateManagedLoginBrandingCommandInput,
|
|
190
|
+
CreateManagedLoginBrandingCommandOutput,
|
|
191
|
+
} from "./commands/CreateManagedLoginBrandingCommand";
|
|
184
192
|
import {
|
|
185
193
|
CreateResourceServerCommandInput,
|
|
186
194
|
CreateResourceServerCommandOutput,
|
|
@@ -209,6 +217,10 @@ import {
|
|
|
209
217
|
DeleteIdentityProviderCommandInput,
|
|
210
218
|
DeleteIdentityProviderCommandOutput,
|
|
211
219
|
} from "./commands/DeleteIdentityProviderCommand";
|
|
220
|
+
import {
|
|
221
|
+
DeleteManagedLoginBrandingCommandInput,
|
|
222
|
+
DeleteManagedLoginBrandingCommandOutput,
|
|
223
|
+
} from "./commands/DeleteManagedLoginBrandingCommand";
|
|
212
224
|
import {
|
|
213
225
|
DeleteResourceServerCommandInput,
|
|
214
226
|
DeleteResourceServerCommandOutput,
|
|
@@ -233,10 +245,22 @@ import {
|
|
|
233
245
|
DeleteUserPoolDomainCommandInput,
|
|
234
246
|
DeleteUserPoolDomainCommandOutput,
|
|
235
247
|
} from "./commands/DeleteUserPoolDomainCommand";
|
|
248
|
+
import {
|
|
249
|
+
DeleteWebAuthnCredentialCommandInput,
|
|
250
|
+
DeleteWebAuthnCredentialCommandOutput,
|
|
251
|
+
} from "./commands/DeleteWebAuthnCredentialCommand";
|
|
236
252
|
import {
|
|
237
253
|
DescribeIdentityProviderCommandInput,
|
|
238
254
|
DescribeIdentityProviderCommandOutput,
|
|
239
255
|
} from "./commands/DescribeIdentityProviderCommand";
|
|
256
|
+
import {
|
|
257
|
+
DescribeManagedLoginBrandingByClientCommandInput,
|
|
258
|
+
DescribeManagedLoginBrandingByClientCommandOutput,
|
|
259
|
+
} from "./commands/DescribeManagedLoginBrandingByClientCommand";
|
|
260
|
+
import {
|
|
261
|
+
DescribeManagedLoginBrandingCommandInput,
|
|
262
|
+
DescribeManagedLoginBrandingCommandOutput,
|
|
263
|
+
} from "./commands/DescribeManagedLoginBrandingCommand";
|
|
240
264
|
import {
|
|
241
265
|
DescribeResourceServerCommandInput,
|
|
242
266
|
DescribeResourceServerCommandOutput,
|
|
@@ -301,6 +325,10 @@ import {
|
|
|
301
325
|
GetUserAttributeVerificationCodeCommandInput,
|
|
302
326
|
GetUserAttributeVerificationCodeCommandOutput,
|
|
303
327
|
} from "./commands/GetUserAttributeVerificationCodeCommand";
|
|
328
|
+
import {
|
|
329
|
+
GetUserAuthFactorsCommandInput,
|
|
330
|
+
GetUserAuthFactorsCommandOutput,
|
|
331
|
+
} from "./commands/GetUserAuthFactorsCommand";
|
|
304
332
|
import {
|
|
305
333
|
GetUserCommandInput,
|
|
306
334
|
GetUserCommandOutput,
|
|
@@ -357,6 +385,10 @@ import {
|
|
|
357
385
|
ListUsersInGroupCommandInput,
|
|
358
386
|
ListUsersInGroupCommandOutput,
|
|
359
387
|
} from "./commands/ListUsersInGroupCommand";
|
|
388
|
+
import {
|
|
389
|
+
ListWebAuthnCredentialsCommandInput,
|
|
390
|
+
ListWebAuthnCredentialsCommandOutput,
|
|
391
|
+
} from "./commands/ListWebAuthnCredentialsCommand";
|
|
360
392
|
import {
|
|
361
393
|
ResendConfirmationCodeCommandInput,
|
|
362
394
|
ResendConfirmationCodeCommandOutput,
|
|
@@ -401,6 +433,10 @@ import {
|
|
|
401
433
|
StartUserImportJobCommandInput,
|
|
402
434
|
StartUserImportJobCommandOutput,
|
|
403
435
|
} from "./commands/StartUserImportJobCommand";
|
|
436
|
+
import {
|
|
437
|
+
StartWebAuthnRegistrationCommandInput,
|
|
438
|
+
StartWebAuthnRegistrationCommandOutput,
|
|
439
|
+
} from "./commands/StartWebAuthnRegistrationCommand";
|
|
404
440
|
import {
|
|
405
441
|
StopUserImportJobCommandInput,
|
|
406
442
|
StopUserImportJobCommandOutput,
|
|
@@ -429,6 +465,10 @@ import {
|
|
|
429
465
|
UpdateIdentityProviderCommandInput,
|
|
430
466
|
UpdateIdentityProviderCommandOutput,
|
|
431
467
|
} from "./commands/UpdateIdentityProviderCommand";
|
|
468
|
+
import {
|
|
469
|
+
UpdateManagedLoginBrandingCommandInput,
|
|
470
|
+
UpdateManagedLoginBrandingCommandOutput,
|
|
471
|
+
} from "./commands/UpdateManagedLoginBrandingCommand";
|
|
432
472
|
import {
|
|
433
473
|
UpdateResourceServerCommandInput,
|
|
434
474
|
UpdateResourceServerCommandOutput,
|
|
@@ -494,11 +534,13 @@ export type ServiceInputTypes =
|
|
|
494
534
|
| AdminUserGlobalSignOutCommandInput
|
|
495
535
|
| AssociateSoftwareTokenCommandInput
|
|
496
536
|
| ChangePasswordCommandInput
|
|
537
|
+
| CompleteWebAuthnRegistrationCommandInput
|
|
497
538
|
| ConfirmDeviceCommandInput
|
|
498
539
|
| ConfirmForgotPasswordCommandInput
|
|
499
540
|
| ConfirmSignUpCommandInput
|
|
500
541
|
| CreateGroupCommandInput
|
|
501
542
|
| CreateIdentityProviderCommandInput
|
|
543
|
+
| CreateManagedLoginBrandingCommandInput
|
|
502
544
|
| CreateResourceServerCommandInput
|
|
503
545
|
| CreateUserImportJobCommandInput
|
|
504
546
|
| CreateUserPoolClientCommandInput
|
|
@@ -506,13 +548,17 @@ export type ServiceInputTypes =
|
|
|
506
548
|
| CreateUserPoolDomainCommandInput
|
|
507
549
|
| DeleteGroupCommandInput
|
|
508
550
|
| DeleteIdentityProviderCommandInput
|
|
551
|
+
| DeleteManagedLoginBrandingCommandInput
|
|
509
552
|
| DeleteResourceServerCommandInput
|
|
510
553
|
| DeleteUserAttributesCommandInput
|
|
511
554
|
| DeleteUserCommandInput
|
|
512
555
|
| DeleteUserPoolClientCommandInput
|
|
513
556
|
| DeleteUserPoolCommandInput
|
|
514
557
|
| DeleteUserPoolDomainCommandInput
|
|
558
|
+
| DeleteWebAuthnCredentialCommandInput
|
|
515
559
|
| DescribeIdentityProviderCommandInput
|
|
560
|
+
| DescribeManagedLoginBrandingByClientCommandInput
|
|
561
|
+
| DescribeManagedLoginBrandingCommandInput
|
|
516
562
|
| DescribeResourceServerCommandInput
|
|
517
563
|
| DescribeRiskConfigurationCommandInput
|
|
518
564
|
| DescribeUserImportJobCommandInput
|
|
@@ -529,6 +575,7 @@ export type ServiceInputTypes =
|
|
|
529
575
|
| GetSigningCertificateCommandInput
|
|
530
576
|
| GetUICustomizationCommandInput
|
|
531
577
|
| GetUserAttributeVerificationCodeCommandInput
|
|
578
|
+
| GetUserAuthFactorsCommandInput
|
|
532
579
|
| GetUserCommandInput
|
|
533
580
|
| GetUserPoolMfaConfigCommandInput
|
|
534
581
|
| GlobalSignOutCommandInput
|
|
@@ -543,6 +590,7 @@ export type ServiceInputTypes =
|
|
|
543
590
|
| ListUserPoolsCommandInput
|
|
544
591
|
| ListUsersCommandInput
|
|
545
592
|
| ListUsersInGroupCommandInput
|
|
593
|
+
| ListWebAuthnCredentialsCommandInput
|
|
546
594
|
| ResendConfirmationCodeCommandInput
|
|
547
595
|
| RespondToAuthChallengeCommandInput
|
|
548
596
|
| RevokeTokenCommandInput
|
|
@@ -554,6 +602,7 @@ export type ServiceInputTypes =
|
|
|
554
602
|
| SetUserSettingsCommandInput
|
|
555
603
|
| SignUpCommandInput
|
|
556
604
|
| StartUserImportJobCommandInput
|
|
605
|
+
| StartWebAuthnRegistrationCommandInput
|
|
557
606
|
| StopUserImportJobCommandInput
|
|
558
607
|
| TagResourceCommandInput
|
|
559
608
|
| UntagResourceCommandInput
|
|
@@ -561,6 +610,7 @@ export type ServiceInputTypes =
|
|
|
561
610
|
| UpdateDeviceStatusCommandInput
|
|
562
611
|
| UpdateGroupCommandInput
|
|
563
612
|
| UpdateIdentityProviderCommandInput
|
|
613
|
+
| UpdateManagedLoginBrandingCommandInput
|
|
564
614
|
| UpdateResourceServerCommandInput
|
|
565
615
|
| UpdateUserAttributesCommandInput
|
|
566
616
|
| UpdateUserPoolClientCommandInput
|
|
@@ -598,11 +648,13 @@ export type ServiceOutputTypes =
|
|
|
598
648
|
| AdminUserGlobalSignOutCommandOutput
|
|
599
649
|
| AssociateSoftwareTokenCommandOutput
|
|
600
650
|
| ChangePasswordCommandOutput
|
|
651
|
+
| CompleteWebAuthnRegistrationCommandOutput
|
|
601
652
|
| ConfirmDeviceCommandOutput
|
|
602
653
|
| ConfirmForgotPasswordCommandOutput
|
|
603
654
|
| ConfirmSignUpCommandOutput
|
|
604
655
|
| CreateGroupCommandOutput
|
|
605
656
|
| CreateIdentityProviderCommandOutput
|
|
657
|
+
| CreateManagedLoginBrandingCommandOutput
|
|
606
658
|
| CreateResourceServerCommandOutput
|
|
607
659
|
| CreateUserImportJobCommandOutput
|
|
608
660
|
| CreateUserPoolClientCommandOutput
|
|
@@ -610,13 +662,17 @@ export type ServiceOutputTypes =
|
|
|
610
662
|
| CreateUserPoolDomainCommandOutput
|
|
611
663
|
| DeleteGroupCommandOutput
|
|
612
664
|
| DeleteIdentityProviderCommandOutput
|
|
665
|
+
| DeleteManagedLoginBrandingCommandOutput
|
|
613
666
|
| DeleteResourceServerCommandOutput
|
|
614
667
|
| DeleteUserAttributesCommandOutput
|
|
615
668
|
| DeleteUserCommandOutput
|
|
616
669
|
| DeleteUserPoolClientCommandOutput
|
|
617
670
|
| DeleteUserPoolCommandOutput
|
|
618
671
|
| DeleteUserPoolDomainCommandOutput
|
|
672
|
+
| DeleteWebAuthnCredentialCommandOutput
|
|
619
673
|
| DescribeIdentityProviderCommandOutput
|
|
674
|
+
| DescribeManagedLoginBrandingByClientCommandOutput
|
|
675
|
+
| DescribeManagedLoginBrandingCommandOutput
|
|
620
676
|
| DescribeResourceServerCommandOutput
|
|
621
677
|
| DescribeRiskConfigurationCommandOutput
|
|
622
678
|
| DescribeUserImportJobCommandOutput
|
|
@@ -633,6 +689,7 @@ export type ServiceOutputTypes =
|
|
|
633
689
|
| GetSigningCertificateCommandOutput
|
|
634
690
|
| GetUICustomizationCommandOutput
|
|
635
691
|
| GetUserAttributeVerificationCodeCommandOutput
|
|
692
|
+
| GetUserAuthFactorsCommandOutput
|
|
636
693
|
| GetUserCommandOutput
|
|
637
694
|
| GetUserPoolMfaConfigCommandOutput
|
|
638
695
|
| GlobalSignOutCommandOutput
|
|
@@ -647,6 +704,7 @@ export type ServiceOutputTypes =
|
|
|
647
704
|
| ListUserPoolsCommandOutput
|
|
648
705
|
| ListUsersCommandOutput
|
|
649
706
|
| ListUsersInGroupCommandOutput
|
|
707
|
+
| ListWebAuthnCredentialsCommandOutput
|
|
650
708
|
| ResendConfirmationCodeCommandOutput
|
|
651
709
|
| RespondToAuthChallengeCommandOutput
|
|
652
710
|
| RevokeTokenCommandOutput
|
|
@@ -658,6 +716,7 @@ export type ServiceOutputTypes =
|
|
|
658
716
|
| SetUserSettingsCommandOutput
|
|
659
717
|
| SignUpCommandOutput
|
|
660
718
|
| StartUserImportJobCommandOutput
|
|
719
|
+
| StartWebAuthnRegistrationCommandOutput
|
|
661
720
|
| StopUserImportJobCommandOutput
|
|
662
721
|
| TagResourceCommandOutput
|
|
663
722
|
| UntagResourceCommandOutput
|
|
@@ -665,6 +724,7 @@ export type ServiceOutputTypes =
|
|
|
665
724
|
| UpdateDeviceStatusCommandOutput
|
|
666
725
|
| UpdateGroupCommandOutput
|
|
667
726
|
| UpdateIdentityProviderCommandOutput
|
|
727
|
+
| UpdateManagedLoginBrandingCommandOutput
|
|
668
728
|
| UpdateResourceServerCommandOutput
|
|
669
729
|
| UpdateUserAttributesCommandOutput
|
|
670
730
|
| UpdateUserPoolClientCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
CompleteWebAuthnRegistrationRequest,
|
|
10
|
+
CompleteWebAuthnRegistrationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CompleteWebAuthnRegistrationCommandInput
|
|
15
|
+
extends CompleteWebAuthnRegistrationRequest {}
|
|
16
|
+
export interface CompleteWebAuthnRegistrationCommandOutput
|
|
17
|
+
extends CompleteWebAuthnRegistrationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CompleteWebAuthnRegistrationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CompleteWebAuthnRegistrationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CompleteWebAuthnRegistrationCommandInput,
|
|
24
|
+
CompleteWebAuthnRegistrationCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CompleteWebAuthnRegistrationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CompleteWebAuthnRegistrationCommandInput,
|
|
33
|
+
CompleteWebAuthnRegistrationCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CompleteWebAuthnRegistrationCommand extends CompleteWebAuthnRegistrationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CompleteWebAuthnRegistrationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CompleteWebAuthnRegistrationCommandInput;
|
|
48
|
+
output: CompleteWebAuthnRegistrationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateManagedLoginBrandingRequest,
|
|
10
|
+
CreateManagedLoginBrandingResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateManagedLoginBrandingCommandInput
|
|
15
|
+
extends CreateManagedLoginBrandingRequest {}
|
|
16
|
+
export interface CreateManagedLoginBrandingCommandOutput
|
|
17
|
+
extends CreateManagedLoginBrandingResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateManagedLoginBrandingCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateManagedLoginBrandingCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateManagedLoginBrandingCommandInput,
|
|
24
|
+
CreateManagedLoginBrandingCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateManagedLoginBrandingCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateManagedLoginBrandingCommandInput,
|
|
33
|
+
CreateManagedLoginBrandingCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateManagedLoginBrandingCommand extends CreateManagedLoginBrandingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateManagedLoginBrandingRequest;
|
|
44
|
+
output: CreateManagedLoginBrandingResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateManagedLoginBrandingCommandInput;
|
|
48
|
+
output: CreateManagedLoginBrandingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import { DeleteManagedLoginBrandingRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteManagedLoginBrandingCommandInput
|
|
12
|
+
extends DeleteManagedLoginBrandingRequest {}
|
|
13
|
+
export interface DeleteManagedLoginBrandingCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteManagedLoginBrandingCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteManagedLoginBrandingCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteManagedLoginBrandingCommandInput,
|
|
20
|
+
DeleteManagedLoginBrandingCommandOutput,
|
|
21
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteManagedLoginBrandingCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteManagedLoginBrandingCommandInput,
|
|
29
|
+
DeleteManagedLoginBrandingCommandOutput,
|
|
30
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteManagedLoginBrandingCommand extends DeleteManagedLoginBrandingCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteManagedLoginBrandingRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteManagedLoginBrandingCommandInput;
|
|
44
|
+
output: DeleteManagedLoginBrandingCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
DeleteWebAuthnCredentialRequest,
|
|
10
|
+
DeleteWebAuthnCredentialResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteWebAuthnCredentialCommandInput
|
|
15
|
+
extends DeleteWebAuthnCredentialRequest {}
|
|
16
|
+
export interface DeleteWebAuthnCredentialCommandOutput
|
|
17
|
+
extends DeleteWebAuthnCredentialResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteWebAuthnCredentialCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteWebAuthnCredentialCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteWebAuthnCredentialCommandInput,
|
|
24
|
+
DeleteWebAuthnCredentialCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteWebAuthnCredentialCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteWebAuthnCredentialCommandInput,
|
|
33
|
+
DeleteWebAuthnCredentialCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteWebAuthnCredentialCommand extends DeleteWebAuthnCredentialCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteWebAuthnCredentialRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteWebAuthnCredentialCommandInput;
|
|
48
|
+
output: DeleteWebAuthnCredentialCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeManagedLoginBrandingByClientRequest,
|
|
10
|
+
DescribeManagedLoginBrandingByClientResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeManagedLoginBrandingByClientCommandInput
|
|
15
|
+
extends DescribeManagedLoginBrandingByClientRequest {}
|
|
16
|
+
export interface DescribeManagedLoginBrandingByClientCommandOutput
|
|
17
|
+
extends DescribeManagedLoginBrandingByClientResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeManagedLoginBrandingByClientCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeManagedLoginBrandingByClientCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeManagedLoginBrandingByClientCommandInput,
|
|
24
|
+
DescribeManagedLoginBrandingByClientCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeManagedLoginBrandingByClientCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeManagedLoginBrandingByClientCommandInput,
|
|
33
|
+
DescribeManagedLoginBrandingByClientCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeManagedLoginBrandingByClientCommand extends DescribeManagedLoginBrandingByClientCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeManagedLoginBrandingByClientRequest;
|
|
44
|
+
output: DescribeManagedLoginBrandingByClientResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeManagedLoginBrandingByClientCommandInput;
|
|
48
|
+
output: DescribeManagedLoginBrandingByClientCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
DescribeManagedLoginBrandingRequest,
|
|
10
|
+
DescribeManagedLoginBrandingResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeManagedLoginBrandingCommandInput
|
|
15
|
+
extends DescribeManagedLoginBrandingRequest {}
|
|
16
|
+
export interface DescribeManagedLoginBrandingCommandOutput
|
|
17
|
+
extends DescribeManagedLoginBrandingResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeManagedLoginBrandingCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeManagedLoginBrandingCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeManagedLoginBrandingCommandInput,
|
|
24
|
+
DescribeManagedLoginBrandingCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeManagedLoginBrandingCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeManagedLoginBrandingCommandInput,
|
|
33
|
+
DescribeManagedLoginBrandingCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeManagedLoginBrandingCommand extends DescribeManagedLoginBrandingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeManagedLoginBrandingRequest;
|
|
44
|
+
output: DescribeManagedLoginBrandingResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeManagedLoginBrandingCommandInput;
|
|
48
|
+
output: DescribeManagedLoginBrandingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CognitoIdentityProviderClient";
|
|
8
|
+
import {
|
|
9
|
+
GetUserAuthFactorsRequest,
|
|
10
|
+
GetUserAuthFactorsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetUserAuthFactorsCommandInput
|
|
15
|
+
extends GetUserAuthFactorsRequest {}
|
|
16
|
+
export interface GetUserAuthFactorsCommandOutput
|
|
17
|
+
extends GetUserAuthFactorsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetUserAuthFactorsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetUserAuthFactorsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetUserAuthFactorsCommandInput,
|
|
24
|
+
GetUserAuthFactorsCommandOutput,
|
|
25
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetUserAuthFactorsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetUserAuthFactorsCommandInput,
|
|
33
|
+
GetUserAuthFactorsCommandOutput,
|
|
34
|
+
CognitoIdentityProviderClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetUserAuthFactorsCommand extends GetUserAuthFactorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetUserAuthFactorsRequest;
|
|
44
|
+
output: GetUserAuthFactorsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetUserAuthFactorsCommandInput;
|
|
48
|
+
output: GetUserAuthFactorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoIdentityProviderClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetUserPoolMfaConfigResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { GetUserPoolMfaConfigRequest } from "../models/models_0";
|
|
9
|
+
import { GetUserPoolMfaConfigResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetUserPoolMfaConfigCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GlobalSignOutRequest,
|
|
10
10
|
GlobalSignOutResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GlobalSignOutCommandInput extends GlobalSignOutRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoIdentityProviderClient";
|
|
8
|
-
import { InitiateAuthRequest, InitiateAuthResponse } from "../models/
|
|
8
|
+
import { InitiateAuthRequest, InitiateAuthResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface InitiateAuthCommandInput extends InitiateAuthRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoIdentityProviderClient";
|
|
8
|
-
import { ListDevicesRequest, ListDevicesResponse } from "../models/
|
|
8
|
+
import { ListDevicesRequest, ListDevicesResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListDevicesCommandInput extends ListDevicesRequest {}
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CognitoIdentityProviderClient";
|
|
8
|
-
import { ListGroupsRequest, ListGroupsResponse } from "../models/
|
|
8
|
+
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_1";
|
|
9
9
|
export { __MetadataBearer };
|
|
10
10
|
export { $Command };
|
|
11
11
|
export interface ListGroupsCommandInput extends ListGroupsRequest {}
|