@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
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListUserImportJobsRequest,
10
10
  ListUserImportJobsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListUserImportJobsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListUserPoolClientsRequest,
10
10
  ListUserPoolClientsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListUserPoolClientsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListUserPoolsRequest,
10
10
  ListUserPoolsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListUserPoolsCommandInput extends ListUserPoolsRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityProviderClient";
8
- import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
8
+ import { ListUsersRequest, ListUsersResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ListUsersCommandInput extends ListUsersRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListUsersInGroupRequest,
10
10
  ListUsersInGroupResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ListUsersInGroupCommandInput extends ListUsersInGroupRequest {}
@@ -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
+ ListWebAuthnCredentialsRequest,
10
+ ListWebAuthnCredentialsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListWebAuthnCredentialsCommandInput
15
+ extends ListWebAuthnCredentialsRequest {}
16
+ export interface ListWebAuthnCredentialsCommandOutput
17
+ extends ListWebAuthnCredentialsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListWebAuthnCredentialsCommand_base: {
20
+ new (
21
+ input: ListWebAuthnCredentialsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListWebAuthnCredentialsCommandInput,
24
+ ListWebAuthnCredentialsCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: ListWebAuthnCredentialsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListWebAuthnCredentialsCommandInput,
33
+ ListWebAuthnCredentialsCommandOutput,
34
+ CognitoIdentityProviderClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListWebAuthnCredentialsCommand extends ListWebAuthnCredentialsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListWebAuthnCredentialsRequest;
44
+ output: ListWebAuthnCredentialsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListWebAuthnCredentialsCommandInput;
48
+ output: ListWebAuthnCredentialsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ResendConfirmationCodeRequest,
10
10
  ResendConfirmationCodeResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ResendConfirmationCodeCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../CognitoIdentityProviderClient";
8
- import { RespondToAuthChallengeRequest } from "../models/models_0";
9
- import { RespondToAuthChallengeResponse } from "../models/models_1";
8
+ import {
9
+ RespondToAuthChallengeRequest,
10
+ RespondToAuthChallengeResponse,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface RespondToAuthChallengeCommandInput
@@ -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
+ StartWebAuthnRegistrationRequest,
10
+ StartWebAuthnRegistrationResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StartWebAuthnRegistrationCommandInput
15
+ extends StartWebAuthnRegistrationRequest {}
16
+ export interface StartWebAuthnRegistrationCommandOutput
17
+ extends StartWebAuthnRegistrationResponse,
18
+ __MetadataBearer {}
19
+ declare const StartWebAuthnRegistrationCommand_base: {
20
+ new (
21
+ input: StartWebAuthnRegistrationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ StartWebAuthnRegistrationCommandInput,
24
+ StartWebAuthnRegistrationCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: StartWebAuthnRegistrationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ StartWebAuthnRegistrationCommandInput,
33
+ StartWebAuthnRegistrationCommandOutput,
34
+ CognitoIdentityProviderClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class StartWebAuthnRegistrationCommand extends StartWebAuthnRegistrationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartWebAuthnRegistrationRequest;
44
+ output: StartWebAuthnRegistrationResponse;
45
+ };
46
+ sdk: {
47
+ input: StartWebAuthnRegistrationCommandInput;
48
+ output: StartWebAuthnRegistrationCommandOutput;
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
+ UpdateManagedLoginBrandingRequest,
10
+ UpdateManagedLoginBrandingResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateManagedLoginBrandingCommandInput
15
+ extends UpdateManagedLoginBrandingRequest {}
16
+ export interface UpdateManagedLoginBrandingCommandOutput
17
+ extends UpdateManagedLoginBrandingResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateManagedLoginBrandingCommand_base: {
20
+ new (
21
+ input: UpdateManagedLoginBrandingCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateManagedLoginBrandingCommandInput,
24
+ UpdateManagedLoginBrandingCommandOutput,
25
+ CognitoIdentityProviderClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [UpdateManagedLoginBrandingCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateManagedLoginBrandingCommandInput,
33
+ UpdateManagedLoginBrandingCommandOutput,
34
+ CognitoIdentityProviderClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateManagedLoginBrandingCommand extends UpdateManagedLoginBrandingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateManagedLoginBrandingRequest;
44
+ output: UpdateManagedLoginBrandingResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateManagedLoginBrandingCommandInput;
48
+ output: UpdateManagedLoginBrandingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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";