@aws-sdk/client-cognito-identity-provider 3.37.0 → 3.38.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/CHANGELOG.md +12 -0
- package/dist-cjs/commands/index.js +104 -0
- package/dist-cjs/index.js +4 -113
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-es/commands/index.js +101 -0
- package/dist-es/index.js +4 -113
- package/dist-es/pagination/index.js +10 -0
- package/dist-types/commands/index.d.ts +101 -0
- package/dist-types/index.d.ts +4 -113
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/commands/index.d.ts +101 -0
- package/dist-types/ts3.4/index.d.ts +4 -113
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AddCustomAttributesCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AdminAddUserToGroupCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./AdminConfirmSignUpCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./AdminCreateUserCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./AdminDeleteUserAttributesCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./AdminDeleteUserCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./AdminDisableProviderForUserCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./AdminDisableUserCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./AdminEnableUserCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./AdminForgetDeviceCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./AdminGetDeviceCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./AdminGetUserCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./AdminInitiateAuthCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./AdminLinkProviderForUserCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./AdminListDevicesCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./AdminListGroupsForUserCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./AdminListUserAuthEventsCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./AdminRemoveUserFromGroupCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./AdminResetUserPasswordCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./AdminRespondToAuthChallengeCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./AdminSetUserMFAPreferenceCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./AdminSetUserPasswordCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./AdminSetUserSettingsCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./AdminUpdateAuthEventFeedbackCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./AdminUpdateDeviceStatusCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./AdminUpdateUserAttributesCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./AdminUserGlobalSignOutCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./AssociateSoftwareTokenCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ChangePasswordCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ConfirmDeviceCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./ConfirmForgotPasswordCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./ConfirmSignUpCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./CreateGroupCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./CreateIdentityProviderCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./CreateResourceServerCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./CreateUserImportJobCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./CreateUserPoolClientCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./CreateUserPoolCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./CreateUserPoolDomainCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./DeleteGroupCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./DeleteIdentityProviderCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./DeleteResourceServerCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./DeleteUserAttributesCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./DeleteUserPoolClientCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./DeleteUserPoolCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./DeleteUserPoolDomainCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./DescribeIdentityProviderCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./DescribeResourceServerCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./DescribeRiskConfigurationCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./DescribeUserImportJobCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./DescribeUserPoolClientCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./DescribeUserPoolCommand"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./DescribeUserPoolDomainCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./ForgetDeviceCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./ForgotPasswordCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./GetCSVHeaderCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./GetDeviceCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./GetGroupCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./GetIdentityProviderByIdentifierCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./GetSigningCertificateCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./GetUICustomizationCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./GetUserAttributeVerificationCodeCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./GetUserCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./GetUserPoolMfaConfigCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./GlobalSignOutCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./InitiateAuthCommand"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./ListDevicesCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./ListGroupsCommand"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./ListIdentityProvidersCommand"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./ListResourceServersCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./ListUserImportJobsCommand"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./ListUserPoolClientsCommand"), exports);
|
|
78
|
+
tslib_1.__exportStar(require("./ListUserPoolsCommand"), exports);
|
|
79
|
+
tslib_1.__exportStar(require("./ListUsersCommand"), exports);
|
|
80
|
+
tslib_1.__exportStar(require("./ListUsersInGroupCommand"), exports);
|
|
81
|
+
tslib_1.__exportStar(require("./ResendConfirmationCodeCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./RespondToAuthChallengeCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./RevokeTokenCommand"), exports);
|
|
84
|
+
tslib_1.__exportStar(require("./SetRiskConfigurationCommand"), exports);
|
|
85
|
+
tslib_1.__exportStar(require("./SetUICustomizationCommand"), exports);
|
|
86
|
+
tslib_1.__exportStar(require("./SetUserMFAPreferenceCommand"), exports);
|
|
87
|
+
tslib_1.__exportStar(require("./SetUserPoolMfaConfigCommand"), exports);
|
|
88
|
+
tslib_1.__exportStar(require("./SetUserSettingsCommand"), exports);
|
|
89
|
+
tslib_1.__exportStar(require("./SignUpCommand"), exports);
|
|
90
|
+
tslib_1.__exportStar(require("./StartUserImportJobCommand"), exports);
|
|
91
|
+
tslib_1.__exportStar(require("./StopUserImportJobCommand"), exports);
|
|
92
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
93
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
94
|
+
tslib_1.__exportStar(require("./UpdateAuthEventFeedbackCommand"), exports);
|
|
95
|
+
tslib_1.__exportStar(require("./UpdateDeviceStatusCommand"), exports);
|
|
96
|
+
tslib_1.__exportStar(require("./UpdateGroupCommand"), exports);
|
|
97
|
+
tslib_1.__exportStar(require("./UpdateIdentityProviderCommand"), exports);
|
|
98
|
+
tslib_1.__exportStar(require("./UpdateResourceServerCommand"), exports);
|
|
99
|
+
tslib_1.__exportStar(require("./UpdateUserAttributesCommand"), exports);
|
|
100
|
+
tslib_1.__exportStar(require("./UpdateUserPoolClientCommand"), exports);
|
|
101
|
+
tslib_1.__exportStar(require("./UpdateUserPoolCommand"), exports);
|
|
102
|
+
tslib_1.__exportStar(require("./UpdateUserPoolDomainCommand"), exports);
|
|
103
|
+
tslib_1.__exportStar(require("./VerifySoftwareTokenCommand"), exports);
|
|
104
|
+
tslib_1.__exportStar(require("./VerifyUserAttributeCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,117 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CognitoIdentityProviderClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./CognitoIdentityProvider"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/AdminDeleteUserCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/AdminDeleteUserAttributesCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/AdminDisableProviderForUserCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/AdminDisableUserCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/AdminEnableUserCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/AdminForgetDeviceCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/AdminGetDeviceCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/AdminGetUserCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/AdminInitiateAuthCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/AdminLinkProviderForUserCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/AdminListDevicesCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/AdminListGroupsForUserCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./pagination/AdminListGroupsForUserPaginator"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/AdminListUserAuthEventsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./pagination/AdminListUserAuthEventsPaginator"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/AdminRemoveUserFromGroupCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/AdminResetUserPasswordCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/AdminRespondToAuthChallengeCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/AdminSetUserMFAPreferenceCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/AdminSetUserPasswordCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/AdminSetUserSettingsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/AdminUpdateAuthEventFeedbackCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/AdminUpdateDeviceStatusCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/AdminUpdateUserAttributesCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/AdminUserGlobalSignOutCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/AssociateSoftwareTokenCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/ChangePasswordCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/ConfirmDeviceCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/ConfirmForgotPasswordCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/ConfirmSignUpCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/CreateGroupCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/CreateIdentityProviderCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./commands/CreateResourceServerCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/CreateUserImportJobCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./commands/CreateUserPoolCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/CreateUserPoolClientCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./commands/CreateUserPoolDomainCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/DeleteGroupCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/DeleteIdentityProviderCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/DeleteResourceServerCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/DeleteUserCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/DeleteUserAttributesCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/DeleteUserPoolCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/DeleteUserPoolClientCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/DeleteUserPoolDomainCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/DescribeIdentityProviderCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/DescribeResourceServerCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/DescribeRiskConfigurationCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/DescribeUserImportJobCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/DescribeUserPoolCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/DescribeUserPoolClientCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/DescribeUserPoolDomainCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/ForgetDeviceCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/ForgotPasswordCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/GetCSVHeaderCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/GetDeviceCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/GetGroupCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/GetIdentityProviderByIdentifierCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/GetSigningCertificateCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./commands/GetUICustomizationCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./commands/GetUserCommand"), exports);
|
|
71
|
-
tslib_1.__exportStar(require("./commands/GetUserAttributeVerificationCodeCommand"), exports);
|
|
72
|
-
tslib_1.__exportStar(require("./commands/GetUserPoolMfaConfigCommand"), exports);
|
|
73
|
-
tslib_1.__exportStar(require("./commands/GlobalSignOutCommand"), exports);
|
|
74
|
-
tslib_1.__exportStar(require("./commands/InitiateAuthCommand"), exports);
|
|
75
|
-
tslib_1.__exportStar(require("./commands/ListDevicesCommand"), exports);
|
|
76
|
-
tslib_1.__exportStar(require("./commands/ListGroupsCommand"), exports);
|
|
77
|
-
tslib_1.__exportStar(require("./pagination/ListGroupsPaginator"), exports);
|
|
78
|
-
tslib_1.__exportStar(require("./commands/ListIdentityProvidersCommand"), exports);
|
|
79
|
-
tslib_1.__exportStar(require("./pagination/ListIdentityProvidersPaginator"), exports);
|
|
80
|
-
tslib_1.__exportStar(require("./commands/ListResourceServersCommand"), exports);
|
|
81
|
-
tslib_1.__exportStar(require("./pagination/ListResourceServersPaginator"), exports);
|
|
82
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
83
|
-
tslib_1.__exportStar(require("./commands/ListUserImportJobsCommand"), exports);
|
|
84
|
-
tslib_1.__exportStar(require("./commands/ListUserPoolClientsCommand"), exports);
|
|
85
|
-
tslib_1.__exportStar(require("./pagination/ListUserPoolClientsPaginator"), exports);
|
|
86
|
-
tslib_1.__exportStar(require("./commands/ListUserPoolsCommand"), exports);
|
|
87
|
-
tslib_1.__exportStar(require("./pagination/ListUserPoolsPaginator"), exports);
|
|
88
|
-
tslib_1.__exportStar(require("./commands/ListUsersCommand"), exports);
|
|
89
|
-
tslib_1.__exportStar(require("./pagination/ListUsersPaginator"), exports);
|
|
90
|
-
tslib_1.__exportStar(require("./commands/ListUsersInGroupCommand"), exports);
|
|
91
|
-
tslib_1.__exportStar(require("./pagination/ListUsersInGroupPaginator"), exports);
|
|
92
|
-
tslib_1.__exportStar(require("./commands/ResendConfirmationCodeCommand"), exports);
|
|
93
|
-
tslib_1.__exportStar(require("./commands/RespondToAuthChallengeCommand"), exports);
|
|
94
|
-
tslib_1.__exportStar(require("./commands/RevokeTokenCommand"), exports);
|
|
95
|
-
tslib_1.__exportStar(require("./commands/SetRiskConfigurationCommand"), exports);
|
|
96
|
-
tslib_1.__exportStar(require("./commands/SetUICustomizationCommand"), exports);
|
|
97
|
-
tslib_1.__exportStar(require("./commands/SetUserMFAPreferenceCommand"), exports);
|
|
98
|
-
tslib_1.__exportStar(require("./commands/SetUserPoolMfaConfigCommand"), exports);
|
|
99
|
-
tslib_1.__exportStar(require("./commands/SetUserSettingsCommand"), exports);
|
|
100
|
-
tslib_1.__exportStar(require("./commands/SignUpCommand"), exports);
|
|
101
|
-
tslib_1.__exportStar(require("./commands/StartUserImportJobCommand"), exports);
|
|
102
|
-
tslib_1.__exportStar(require("./commands/StopUserImportJobCommand"), exports);
|
|
103
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
104
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
105
|
-
tslib_1.__exportStar(require("./commands/UpdateAuthEventFeedbackCommand"), exports);
|
|
106
|
-
tslib_1.__exportStar(require("./commands/UpdateDeviceStatusCommand"), exports);
|
|
107
|
-
tslib_1.__exportStar(require("./commands/UpdateGroupCommand"), exports);
|
|
108
|
-
tslib_1.__exportStar(require("./commands/UpdateIdentityProviderCommand"), exports);
|
|
109
|
-
tslib_1.__exportStar(require("./commands/UpdateResourceServerCommand"), exports);
|
|
110
|
-
tslib_1.__exportStar(require("./commands/UpdateUserAttributesCommand"), exports);
|
|
111
|
-
tslib_1.__exportStar(require("./commands/UpdateUserPoolCommand"), exports);
|
|
112
|
-
tslib_1.__exportStar(require("./commands/UpdateUserPoolClientCommand"), exports);
|
|
113
|
-
tslib_1.__exportStar(require("./commands/UpdateUserPoolDomainCommand"), exports);
|
|
114
|
-
tslib_1.__exportStar(require("./commands/VerifySoftwareTokenCommand"), exports);
|
|
115
|
-
tslib_1.__exportStar(require("./commands/VerifyUserAttributeCommand"), exports);
|
|
116
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
117
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CognitoIdentityProviderClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./AdminListGroupsForUserPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./AdminListUserAuthEventsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListGroupsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListIdentityProvidersPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListResourceServersPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListUserPoolClientsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListUserPoolsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListUsersInGroupPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListUsersPaginator"), exports);
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
export * from "./AddCustomAttributesCommand";
|
|
2
|
+
export * from "./AdminAddUserToGroupCommand";
|
|
3
|
+
export * from "./AdminConfirmSignUpCommand";
|
|
4
|
+
export * from "./AdminCreateUserCommand";
|
|
5
|
+
export * from "./AdminDeleteUserAttributesCommand";
|
|
6
|
+
export * from "./AdminDeleteUserCommand";
|
|
7
|
+
export * from "./AdminDisableProviderForUserCommand";
|
|
8
|
+
export * from "./AdminDisableUserCommand";
|
|
9
|
+
export * from "./AdminEnableUserCommand";
|
|
10
|
+
export * from "./AdminForgetDeviceCommand";
|
|
11
|
+
export * from "./AdminGetDeviceCommand";
|
|
12
|
+
export * from "./AdminGetUserCommand";
|
|
13
|
+
export * from "./AdminInitiateAuthCommand";
|
|
14
|
+
export * from "./AdminLinkProviderForUserCommand";
|
|
15
|
+
export * from "./AdminListDevicesCommand";
|
|
16
|
+
export * from "./AdminListGroupsForUserCommand";
|
|
17
|
+
export * from "./AdminListUserAuthEventsCommand";
|
|
18
|
+
export * from "./AdminRemoveUserFromGroupCommand";
|
|
19
|
+
export * from "./AdminResetUserPasswordCommand";
|
|
20
|
+
export * from "./AdminRespondToAuthChallengeCommand";
|
|
21
|
+
export * from "./AdminSetUserMFAPreferenceCommand";
|
|
22
|
+
export * from "./AdminSetUserPasswordCommand";
|
|
23
|
+
export * from "./AdminSetUserSettingsCommand";
|
|
24
|
+
export * from "./AdminUpdateAuthEventFeedbackCommand";
|
|
25
|
+
export * from "./AdminUpdateDeviceStatusCommand";
|
|
26
|
+
export * from "./AdminUpdateUserAttributesCommand";
|
|
27
|
+
export * from "./AdminUserGlobalSignOutCommand";
|
|
28
|
+
export * from "./AssociateSoftwareTokenCommand";
|
|
29
|
+
export * from "./ChangePasswordCommand";
|
|
30
|
+
export * from "./ConfirmDeviceCommand";
|
|
31
|
+
export * from "./ConfirmForgotPasswordCommand";
|
|
32
|
+
export * from "./ConfirmSignUpCommand";
|
|
33
|
+
export * from "./CreateGroupCommand";
|
|
34
|
+
export * from "./CreateIdentityProviderCommand";
|
|
35
|
+
export * from "./CreateResourceServerCommand";
|
|
36
|
+
export * from "./CreateUserImportJobCommand";
|
|
37
|
+
export * from "./CreateUserPoolClientCommand";
|
|
38
|
+
export * from "./CreateUserPoolCommand";
|
|
39
|
+
export * from "./CreateUserPoolDomainCommand";
|
|
40
|
+
export * from "./DeleteGroupCommand";
|
|
41
|
+
export * from "./DeleteIdentityProviderCommand";
|
|
42
|
+
export * from "./DeleteResourceServerCommand";
|
|
43
|
+
export * from "./DeleteUserAttributesCommand";
|
|
44
|
+
export * from "./DeleteUserCommand";
|
|
45
|
+
export * from "./DeleteUserPoolClientCommand";
|
|
46
|
+
export * from "./DeleteUserPoolCommand";
|
|
47
|
+
export * from "./DeleteUserPoolDomainCommand";
|
|
48
|
+
export * from "./DescribeIdentityProviderCommand";
|
|
49
|
+
export * from "./DescribeResourceServerCommand";
|
|
50
|
+
export * from "./DescribeRiskConfigurationCommand";
|
|
51
|
+
export * from "./DescribeUserImportJobCommand";
|
|
52
|
+
export * from "./DescribeUserPoolClientCommand";
|
|
53
|
+
export * from "./DescribeUserPoolCommand";
|
|
54
|
+
export * from "./DescribeUserPoolDomainCommand";
|
|
55
|
+
export * from "./ForgetDeviceCommand";
|
|
56
|
+
export * from "./ForgotPasswordCommand";
|
|
57
|
+
export * from "./GetCSVHeaderCommand";
|
|
58
|
+
export * from "./GetDeviceCommand";
|
|
59
|
+
export * from "./GetGroupCommand";
|
|
60
|
+
export * from "./GetIdentityProviderByIdentifierCommand";
|
|
61
|
+
export * from "./GetSigningCertificateCommand";
|
|
62
|
+
export * from "./GetUICustomizationCommand";
|
|
63
|
+
export * from "./GetUserAttributeVerificationCodeCommand";
|
|
64
|
+
export * from "./GetUserCommand";
|
|
65
|
+
export * from "./GetUserPoolMfaConfigCommand";
|
|
66
|
+
export * from "./GlobalSignOutCommand";
|
|
67
|
+
export * from "./InitiateAuthCommand";
|
|
68
|
+
export * from "./ListDevicesCommand";
|
|
69
|
+
export * from "./ListGroupsCommand";
|
|
70
|
+
export * from "./ListIdentityProvidersCommand";
|
|
71
|
+
export * from "./ListResourceServersCommand";
|
|
72
|
+
export * from "./ListTagsForResourceCommand";
|
|
73
|
+
export * from "./ListUserImportJobsCommand";
|
|
74
|
+
export * from "./ListUserPoolClientsCommand";
|
|
75
|
+
export * from "./ListUserPoolsCommand";
|
|
76
|
+
export * from "./ListUsersCommand";
|
|
77
|
+
export * from "./ListUsersInGroupCommand";
|
|
78
|
+
export * from "./ResendConfirmationCodeCommand";
|
|
79
|
+
export * from "./RespondToAuthChallengeCommand";
|
|
80
|
+
export * from "./RevokeTokenCommand";
|
|
81
|
+
export * from "./SetRiskConfigurationCommand";
|
|
82
|
+
export * from "./SetUICustomizationCommand";
|
|
83
|
+
export * from "./SetUserMFAPreferenceCommand";
|
|
84
|
+
export * from "./SetUserPoolMfaConfigCommand";
|
|
85
|
+
export * from "./SetUserSettingsCommand";
|
|
86
|
+
export * from "./SignUpCommand";
|
|
87
|
+
export * from "./StartUserImportJobCommand";
|
|
88
|
+
export * from "./StopUserImportJobCommand";
|
|
89
|
+
export * from "./TagResourceCommand";
|
|
90
|
+
export * from "./UntagResourceCommand";
|
|
91
|
+
export * from "./UpdateAuthEventFeedbackCommand";
|
|
92
|
+
export * from "./UpdateDeviceStatusCommand";
|
|
93
|
+
export * from "./UpdateGroupCommand";
|
|
94
|
+
export * from "./UpdateIdentityProviderCommand";
|
|
95
|
+
export * from "./UpdateResourceServerCommand";
|
|
96
|
+
export * from "./UpdateUserAttributesCommand";
|
|
97
|
+
export * from "./UpdateUserPoolClientCommand";
|
|
98
|
+
export * from "./UpdateUserPoolCommand";
|
|
99
|
+
export * from "./UpdateUserPoolDomainCommand";
|
|
100
|
+
export * from "./VerifySoftwareTokenCommand";
|
|
101
|
+
export * from "./VerifyUserAttributeCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,114 +1,5 @@
|
|
|
1
|
-
export * from "./CognitoIdentityProviderClient";
|
|
2
1
|
export * from "./CognitoIdentityProvider";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AdminDeleteUserCommand";
|
|
8
|
-
export * from "./commands/AdminDeleteUserAttributesCommand";
|
|
9
|
-
export * from "./commands/AdminDisableProviderForUserCommand";
|
|
10
|
-
export * from "./commands/AdminDisableUserCommand";
|
|
11
|
-
export * from "./commands/AdminEnableUserCommand";
|
|
12
|
-
export * from "./commands/AdminForgetDeviceCommand";
|
|
13
|
-
export * from "./commands/AdminGetDeviceCommand";
|
|
14
|
-
export * from "./commands/AdminGetUserCommand";
|
|
15
|
-
export * from "./commands/AdminInitiateAuthCommand";
|
|
16
|
-
export * from "./commands/AdminLinkProviderForUserCommand";
|
|
17
|
-
export * from "./commands/AdminListDevicesCommand";
|
|
18
|
-
export * from "./commands/AdminListGroupsForUserCommand";
|
|
19
|
-
export * from "./pagination/AdminListGroupsForUserPaginator";
|
|
20
|
-
export * from "./commands/AdminListUserAuthEventsCommand";
|
|
21
|
-
export * from "./pagination/AdminListUserAuthEventsPaginator";
|
|
22
|
-
export * from "./commands/AdminRemoveUserFromGroupCommand";
|
|
23
|
-
export * from "./commands/AdminResetUserPasswordCommand";
|
|
24
|
-
export * from "./commands/AdminRespondToAuthChallengeCommand";
|
|
25
|
-
export * from "./commands/AdminSetUserMFAPreferenceCommand";
|
|
26
|
-
export * from "./commands/AdminSetUserPasswordCommand";
|
|
27
|
-
export * from "./commands/AdminSetUserSettingsCommand";
|
|
28
|
-
export * from "./commands/AdminUpdateAuthEventFeedbackCommand";
|
|
29
|
-
export * from "./commands/AdminUpdateDeviceStatusCommand";
|
|
30
|
-
export * from "./commands/AdminUpdateUserAttributesCommand";
|
|
31
|
-
export * from "./commands/AdminUserGlobalSignOutCommand";
|
|
32
|
-
export * from "./commands/AssociateSoftwareTokenCommand";
|
|
33
|
-
export * from "./commands/ChangePasswordCommand";
|
|
34
|
-
export * from "./commands/ConfirmDeviceCommand";
|
|
35
|
-
export * from "./commands/ConfirmForgotPasswordCommand";
|
|
36
|
-
export * from "./commands/ConfirmSignUpCommand";
|
|
37
|
-
export * from "./commands/CreateGroupCommand";
|
|
38
|
-
export * from "./commands/CreateIdentityProviderCommand";
|
|
39
|
-
export * from "./commands/CreateResourceServerCommand";
|
|
40
|
-
export * from "./commands/CreateUserImportJobCommand";
|
|
41
|
-
export * from "./commands/CreateUserPoolCommand";
|
|
42
|
-
export * from "./commands/CreateUserPoolClientCommand";
|
|
43
|
-
export * from "./commands/CreateUserPoolDomainCommand";
|
|
44
|
-
export * from "./commands/DeleteGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteIdentityProviderCommand";
|
|
46
|
-
export * from "./commands/DeleteResourceServerCommand";
|
|
47
|
-
export * from "./commands/DeleteUserCommand";
|
|
48
|
-
export * from "./commands/DeleteUserAttributesCommand";
|
|
49
|
-
export * from "./commands/DeleteUserPoolCommand";
|
|
50
|
-
export * from "./commands/DeleteUserPoolClientCommand";
|
|
51
|
-
export * from "./commands/DeleteUserPoolDomainCommand";
|
|
52
|
-
export * from "./commands/DescribeIdentityProviderCommand";
|
|
53
|
-
export * from "./commands/DescribeResourceServerCommand";
|
|
54
|
-
export * from "./commands/DescribeRiskConfigurationCommand";
|
|
55
|
-
export * from "./commands/DescribeUserImportJobCommand";
|
|
56
|
-
export * from "./commands/DescribeUserPoolCommand";
|
|
57
|
-
export * from "./commands/DescribeUserPoolClientCommand";
|
|
58
|
-
export * from "./commands/DescribeUserPoolDomainCommand";
|
|
59
|
-
export * from "./commands/ForgetDeviceCommand";
|
|
60
|
-
export * from "./commands/ForgotPasswordCommand";
|
|
61
|
-
export * from "./commands/GetCSVHeaderCommand";
|
|
62
|
-
export * from "./commands/GetDeviceCommand";
|
|
63
|
-
export * from "./commands/GetGroupCommand";
|
|
64
|
-
export * from "./commands/GetIdentityProviderByIdentifierCommand";
|
|
65
|
-
export * from "./commands/GetSigningCertificateCommand";
|
|
66
|
-
export * from "./commands/GetUICustomizationCommand";
|
|
67
|
-
export * from "./commands/GetUserCommand";
|
|
68
|
-
export * from "./commands/GetUserAttributeVerificationCodeCommand";
|
|
69
|
-
export * from "./commands/GetUserPoolMfaConfigCommand";
|
|
70
|
-
export * from "./commands/GlobalSignOutCommand";
|
|
71
|
-
export * from "./commands/InitiateAuthCommand";
|
|
72
|
-
export * from "./commands/ListDevicesCommand";
|
|
73
|
-
export * from "./commands/ListGroupsCommand";
|
|
74
|
-
export * from "./pagination/ListGroupsPaginator";
|
|
75
|
-
export * from "./commands/ListIdentityProvidersCommand";
|
|
76
|
-
export * from "./pagination/ListIdentityProvidersPaginator";
|
|
77
|
-
export * from "./commands/ListResourceServersCommand";
|
|
78
|
-
export * from "./pagination/ListResourceServersPaginator";
|
|
79
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
80
|
-
export * from "./commands/ListUserImportJobsCommand";
|
|
81
|
-
export * from "./commands/ListUserPoolClientsCommand";
|
|
82
|
-
export * from "./pagination/ListUserPoolClientsPaginator";
|
|
83
|
-
export * from "./commands/ListUserPoolsCommand";
|
|
84
|
-
export * from "./pagination/ListUserPoolsPaginator";
|
|
85
|
-
export * from "./commands/ListUsersCommand";
|
|
86
|
-
export * from "./pagination/ListUsersPaginator";
|
|
87
|
-
export * from "./commands/ListUsersInGroupCommand";
|
|
88
|
-
export * from "./pagination/ListUsersInGroupPaginator";
|
|
89
|
-
export * from "./commands/ResendConfirmationCodeCommand";
|
|
90
|
-
export * from "./commands/RespondToAuthChallengeCommand";
|
|
91
|
-
export * from "./commands/RevokeTokenCommand";
|
|
92
|
-
export * from "./commands/SetRiskConfigurationCommand";
|
|
93
|
-
export * from "./commands/SetUICustomizationCommand";
|
|
94
|
-
export * from "./commands/SetUserMFAPreferenceCommand";
|
|
95
|
-
export * from "./commands/SetUserPoolMfaConfigCommand";
|
|
96
|
-
export * from "./commands/SetUserSettingsCommand";
|
|
97
|
-
export * from "./commands/SignUpCommand";
|
|
98
|
-
export * from "./commands/StartUserImportJobCommand";
|
|
99
|
-
export * from "./commands/StopUserImportJobCommand";
|
|
100
|
-
export * from "./commands/TagResourceCommand";
|
|
101
|
-
export * from "./commands/UntagResourceCommand";
|
|
102
|
-
export * from "./commands/UpdateAuthEventFeedbackCommand";
|
|
103
|
-
export * from "./commands/UpdateDeviceStatusCommand";
|
|
104
|
-
export * from "./commands/UpdateGroupCommand";
|
|
105
|
-
export * from "./commands/UpdateIdentityProviderCommand";
|
|
106
|
-
export * from "./commands/UpdateResourceServerCommand";
|
|
107
|
-
export * from "./commands/UpdateUserAttributesCommand";
|
|
108
|
-
export * from "./commands/UpdateUserPoolCommand";
|
|
109
|
-
export * from "./commands/UpdateUserPoolClientCommand";
|
|
110
|
-
export * from "./commands/UpdateUserPoolDomainCommand";
|
|
111
|
-
export * from "./commands/VerifySoftwareTokenCommand";
|
|
112
|
-
export * from "./commands/VerifyUserAttributeCommand";
|
|
113
|
-
export * from "./pagination/Interfaces";
|
|
114
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CognitoIdentityProviderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./AdminListGroupsForUserPaginator";
|
|
2
|
+
export * from "./AdminListUserAuthEventsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListGroupsPaginator";
|
|
5
|
+
export * from "./ListIdentityProvidersPaginator";
|
|
6
|
+
export * from "./ListResourceServersPaginator";
|
|
7
|
+
export * from "./ListUserPoolClientsPaginator";
|
|
8
|
+
export * from "./ListUserPoolsPaginator";
|
|
9
|
+
export * from "./ListUsersInGroupPaginator";
|
|
10
|
+
export * from "./ListUsersPaginator";
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
export * from "./AddCustomAttributesCommand";
|
|
2
|
+
export * from "./AdminAddUserToGroupCommand";
|
|
3
|
+
export * from "./AdminConfirmSignUpCommand";
|
|
4
|
+
export * from "./AdminCreateUserCommand";
|
|
5
|
+
export * from "./AdminDeleteUserAttributesCommand";
|
|
6
|
+
export * from "./AdminDeleteUserCommand";
|
|
7
|
+
export * from "./AdminDisableProviderForUserCommand";
|
|
8
|
+
export * from "./AdminDisableUserCommand";
|
|
9
|
+
export * from "./AdminEnableUserCommand";
|
|
10
|
+
export * from "./AdminForgetDeviceCommand";
|
|
11
|
+
export * from "./AdminGetDeviceCommand";
|
|
12
|
+
export * from "./AdminGetUserCommand";
|
|
13
|
+
export * from "./AdminInitiateAuthCommand";
|
|
14
|
+
export * from "./AdminLinkProviderForUserCommand";
|
|
15
|
+
export * from "./AdminListDevicesCommand";
|
|
16
|
+
export * from "./AdminListGroupsForUserCommand";
|
|
17
|
+
export * from "./AdminListUserAuthEventsCommand";
|
|
18
|
+
export * from "./AdminRemoveUserFromGroupCommand";
|
|
19
|
+
export * from "./AdminResetUserPasswordCommand";
|
|
20
|
+
export * from "./AdminRespondToAuthChallengeCommand";
|
|
21
|
+
export * from "./AdminSetUserMFAPreferenceCommand";
|
|
22
|
+
export * from "./AdminSetUserPasswordCommand";
|
|
23
|
+
export * from "./AdminSetUserSettingsCommand";
|
|
24
|
+
export * from "./AdminUpdateAuthEventFeedbackCommand";
|
|
25
|
+
export * from "./AdminUpdateDeviceStatusCommand";
|
|
26
|
+
export * from "./AdminUpdateUserAttributesCommand";
|
|
27
|
+
export * from "./AdminUserGlobalSignOutCommand";
|
|
28
|
+
export * from "./AssociateSoftwareTokenCommand";
|
|
29
|
+
export * from "./ChangePasswordCommand";
|
|
30
|
+
export * from "./ConfirmDeviceCommand";
|
|
31
|
+
export * from "./ConfirmForgotPasswordCommand";
|
|
32
|
+
export * from "./ConfirmSignUpCommand";
|
|
33
|
+
export * from "./CreateGroupCommand";
|
|
34
|
+
export * from "./CreateIdentityProviderCommand";
|
|
35
|
+
export * from "./CreateResourceServerCommand";
|
|
36
|
+
export * from "./CreateUserImportJobCommand";
|
|
37
|
+
export * from "./CreateUserPoolClientCommand";
|
|
38
|
+
export * from "./CreateUserPoolCommand";
|
|
39
|
+
export * from "./CreateUserPoolDomainCommand";
|
|
40
|
+
export * from "./DeleteGroupCommand";
|
|
41
|
+
export * from "./DeleteIdentityProviderCommand";
|
|
42
|
+
export * from "./DeleteResourceServerCommand";
|
|
43
|
+
export * from "./DeleteUserAttributesCommand";
|
|
44
|
+
export * from "./DeleteUserCommand";
|
|
45
|
+
export * from "./DeleteUserPoolClientCommand";
|
|
46
|
+
export * from "./DeleteUserPoolCommand";
|
|
47
|
+
export * from "./DeleteUserPoolDomainCommand";
|
|
48
|
+
export * from "./DescribeIdentityProviderCommand";
|
|
49
|
+
export * from "./DescribeResourceServerCommand";
|
|
50
|
+
export * from "./DescribeRiskConfigurationCommand";
|
|
51
|
+
export * from "./DescribeUserImportJobCommand";
|
|
52
|
+
export * from "./DescribeUserPoolClientCommand";
|
|
53
|
+
export * from "./DescribeUserPoolCommand";
|
|
54
|
+
export * from "./DescribeUserPoolDomainCommand";
|
|
55
|
+
export * from "./ForgetDeviceCommand";
|
|
56
|
+
export * from "./ForgotPasswordCommand";
|
|
57
|
+
export * from "./GetCSVHeaderCommand";
|
|
58
|
+
export * from "./GetDeviceCommand";
|
|
59
|
+
export * from "./GetGroupCommand";
|
|
60
|
+
export * from "./GetIdentityProviderByIdentifierCommand";
|
|
61
|
+
export * from "./GetSigningCertificateCommand";
|
|
62
|
+
export * from "./GetUICustomizationCommand";
|
|
63
|
+
export * from "./GetUserAttributeVerificationCodeCommand";
|
|
64
|
+
export * from "./GetUserCommand";
|
|
65
|
+
export * from "./GetUserPoolMfaConfigCommand";
|
|
66
|
+
export * from "./GlobalSignOutCommand";
|
|
67
|
+
export * from "./InitiateAuthCommand";
|
|
68
|
+
export * from "./ListDevicesCommand";
|
|
69
|
+
export * from "./ListGroupsCommand";
|
|
70
|
+
export * from "./ListIdentityProvidersCommand";
|
|
71
|
+
export * from "./ListResourceServersCommand";
|
|
72
|
+
export * from "./ListTagsForResourceCommand";
|
|
73
|
+
export * from "./ListUserImportJobsCommand";
|
|
74
|
+
export * from "./ListUserPoolClientsCommand";
|
|
75
|
+
export * from "./ListUserPoolsCommand";
|
|
76
|
+
export * from "./ListUsersCommand";
|
|
77
|
+
export * from "./ListUsersInGroupCommand";
|
|
78
|
+
export * from "./ResendConfirmationCodeCommand";
|
|
79
|
+
export * from "./RespondToAuthChallengeCommand";
|
|
80
|
+
export * from "./RevokeTokenCommand";
|
|
81
|
+
export * from "./SetRiskConfigurationCommand";
|
|
82
|
+
export * from "./SetUICustomizationCommand";
|
|
83
|
+
export * from "./SetUserMFAPreferenceCommand";
|
|
84
|
+
export * from "./SetUserPoolMfaConfigCommand";
|
|
85
|
+
export * from "./SetUserSettingsCommand";
|
|
86
|
+
export * from "./SignUpCommand";
|
|
87
|
+
export * from "./StartUserImportJobCommand";
|
|
88
|
+
export * from "./StopUserImportJobCommand";
|
|
89
|
+
export * from "./TagResourceCommand";
|
|
90
|
+
export * from "./UntagResourceCommand";
|
|
91
|
+
export * from "./UpdateAuthEventFeedbackCommand";
|
|
92
|
+
export * from "./UpdateDeviceStatusCommand";
|
|
93
|
+
export * from "./UpdateGroupCommand";
|
|
94
|
+
export * from "./UpdateIdentityProviderCommand";
|
|
95
|
+
export * from "./UpdateResourceServerCommand";
|
|
96
|
+
export * from "./UpdateUserAttributesCommand";
|
|
97
|
+
export * from "./UpdateUserPoolClientCommand";
|
|
98
|
+
export * from "./UpdateUserPoolCommand";
|
|
99
|
+
export * from "./UpdateUserPoolDomainCommand";
|
|
100
|
+
export * from "./VerifySoftwareTokenCommand";
|
|
101
|
+
export * from "./VerifyUserAttributeCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,114 +1,5 @@
|
|
|
1
|
-
export * from "./CognitoIdentityProviderClient";
|
|
2
1
|
export * from "./CognitoIdentityProvider";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AdminDeleteUserCommand";
|
|
8
|
-
export * from "./commands/AdminDeleteUserAttributesCommand";
|
|
9
|
-
export * from "./commands/AdminDisableProviderForUserCommand";
|
|
10
|
-
export * from "./commands/AdminDisableUserCommand";
|
|
11
|
-
export * from "./commands/AdminEnableUserCommand";
|
|
12
|
-
export * from "./commands/AdminForgetDeviceCommand";
|
|
13
|
-
export * from "./commands/AdminGetDeviceCommand";
|
|
14
|
-
export * from "./commands/AdminGetUserCommand";
|
|
15
|
-
export * from "./commands/AdminInitiateAuthCommand";
|
|
16
|
-
export * from "./commands/AdminLinkProviderForUserCommand";
|
|
17
|
-
export * from "./commands/AdminListDevicesCommand";
|
|
18
|
-
export * from "./commands/AdminListGroupsForUserCommand";
|
|
19
|
-
export * from "./pagination/AdminListGroupsForUserPaginator";
|
|
20
|
-
export * from "./commands/AdminListUserAuthEventsCommand";
|
|
21
|
-
export * from "./pagination/AdminListUserAuthEventsPaginator";
|
|
22
|
-
export * from "./commands/AdminRemoveUserFromGroupCommand";
|
|
23
|
-
export * from "./commands/AdminResetUserPasswordCommand";
|
|
24
|
-
export * from "./commands/AdminRespondToAuthChallengeCommand";
|
|
25
|
-
export * from "./commands/AdminSetUserMFAPreferenceCommand";
|
|
26
|
-
export * from "./commands/AdminSetUserPasswordCommand";
|
|
27
|
-
export * from "./commands/AdminSetUserSettingsCommand";
|
|
28
|
-
export * from "./commands/AdminUpdateAuthEventFeedbackCommand";
|
|
29
|
-
export * from "./commands/AdminUpdateDeviceStatusCommand";
|
|
30
|
-
export * from "./commands/AdminUpdateUserAttributesCommand";
|
|
31
|
-
export * from "./commands/AdminUserGlobalSignOutCommand";
|
|
32
|
-
export * from "./commands/AssociateSoftwareTokenCommand";
|
|
33
|
-
export * from "./commands/ChangePasswordCommand";
|
|
34
|
-
export * from "./commands/ConfirmDeviceCommand";
|
|
35
|
-
export * from "./commands/ConfirmForgotPasswordCommand";
|
|
36
|
-
export * from "./commands/ConfirmSignUpCommand";
|
|
37
|
-
export * from "./commands/CreateGroupCommand";
|
|
38
|
-
export * from "./commands/CreateIdentityProviderCommand";
|
|
39
|
-
export * from "./commands/CreateResourceServerCommand";
|
|
40
|
-
export * from "./commands/CreateUserImportJobCommand";
|
|
41
|
-
export * from "./commands/CreateUserPoolCommand";
|
|
42
|
-
export * from "./commands/CreateUserPoolClientCommand";
|
|
43
|
-
export * from "./commands/CreateUserPoolDomainCommand";
|
|
44
|
-
export * from "./commands/DeleteGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteIdentityProviderCommand";
|
|
46
|
-
export * from "./commands/DeleteResourceServerCommand";
|
|
47
|
-
export * from "./commands/DeleteUserCommand";
|
|
48
|
-
export * from "./commands/DeleteUserAttributesCommand";
|
|
49
|
-
export * from "./commands/DeleteUserPoolCommand";
|
|
50
|
-
export * from "./commands/DeleteUserPoolClientCommand";
|
|
51
|
-
export * from "./commands/DeleteUserPoolDomainCommand";
|
|
52
|
-
export * from "./commands/DescribeIdentityProviderCommand";
|
|
53
|
-
export * from "./commands/DescribeResourceServerCommand";
|
|
54
|
-
export * from "./commands/DescribeRiskConfigurationCommand";
|
|
55
|
-
export * from "./commands/DescribeUserImportJobCommand";
|
|
56
|
-
export * from "./commands/DescribeUserPoolCommand";
|
|
57
|
-
export * from "./commands/DescribeUserPoolClientCommand";
|
|
58
|
-
export * from "./commands/DescribeUserPoolDomainCommand";
|
|
59
|
-
export * from "./commands/ForgetDeviceCommand";
|
|
60
|
-
export * from "./commands/ForgotPasswordCommand";
|
|
61
|
-
export * from "./commands/GetCSVHeaderCommand";
|
|
62
|
-
export * from "./commands/GetDeviceCommand";
|
|
63
|
-
export * from "./commands/GetGroupCommand";
|
|
64
|
-
export * from "./commands/GetIdentityProviderByIdentifierCommand";
|
|
65
|
-
export * from "./commands/GetSigningCertificateCommand";
|
|
66
|
-
export * from "./commands/GetUICustomizationCommand";
|
|
67
|
-
export * from "./commands/GetUserCommand";
|
|
68
|
-
export * from "./commands/GetUserAttributeVerificationCodeCommand";
|
|
69
|
-
export * from "./commands/GetUserPoolMfaConfigCommand";
|
|
70
|
-
export * from "./commands/GlobalSignOutCommand";
|
|
71
|
-
export * from "./commands/InitiateAuthCommand";
|
|
72
|
-
export * from "./commands/ListDevicesCommand";
|
|
73
|
-
export * from "./commands/ListGroupsCommand";
|
|
74
|
-
export * from "./pagination/ListGroupsPaginator";
|
|
75
|
-
export * from "./commands/ListIdentityProvidersCommand";
|
|
76
|
-
export * from "./pagination/ListIdentityProvidersPaginator";
|
|
77
|
-
export * from "./commands/ListResourceServersCommand";
|
|
78
|
-
export * from "./pagination/ListResourceServersPaginator";
|
|
79
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
80
|
-
export * from "./commands/ListUserImportJobsCommand";
|
|
81
|
-
export * from "./commands/ListUserPoolClientsCommand";
|
|
82
|
-
export * from "./pagination/ListUserPoolClientsPaginator";
|
|
83
|
-
export * from "./commands/ListUserPoolsCommand";
|
|
84
|
-
export * from "./pagination/ListUserPoolsPaginator";
|
|
85
|
-
export * from "./commands/ListUsersCommand";
|
|
86
|
-
export * from "./pagination/ListUsersPaginator";
|
|
87
|
-
export * from "./commands/ListUsersInGroupCommand";
|
|
88
|
-
export * from "./pagination/ListUsersInGroupPaginator";
|
|
89
|
-
export * from "./commands/ResendConfirmationCodeCommand";
|
|
90
|
-
export * from "./commands/RespondToAuthChallengeCommand";
|
|
91
|
-
export * from "./commands/RevokeTokenCommand";
|
|
92
|
-
export * from "./commands/SetRiskConfigurationCommand";
|
|
93
|
-
export * from "./commands/SetUICustomizationCommand";
|
|
94
|
-
export * from "./commands/SetUserMFAPreferenceCommand";
|
|
95
|
-
export * from "./commands/SetUserPoolMfaConfigCommand";
|
|
96
|
-
export * from "./commands/SetUserSettingsCommand";
|
|
97
|
-
export * from "./commands/SignUpCommand";
|
|
98
|
-
export * from "./commands/StartUserImportJobCommand";
|
|
99
|
-
export * from "./commands/StopUserImportJobCommand";
|
|
100
|
-
export * from "./commands/TagResourceCommand";
|
|
101
|
-
export * from "./commands/UntagResourceCommand";
|
|
102
|
-
export * from "./commands/UpdateAuthEventFeedbackCommand";
|
|
103
|
-
export * from "./commands/UpdateDeviceStatusCommand";
|
|
104
|
-
export * from "./commands/UpdateGroupCommand";
|
|
105
|
-
export * from "./commands/UpdateIdentityProviderCommand";
|
|
106
|
-
export * from "./commands/UpdateResourceServerCommand";
|
|
107
|
-
export * from "./commands/UpdateUserAttributesCommand";
|
|
108
|
-
export * from "./commands/UpdateUserPoolCommand";
|
|
109
|
-
export * from "./commands/UpdateUserPoolClientCommand";
|
|
110
|
-
export * from "./commands/UpdateUserPoolDomainCommand";
|
|
111
|
-
export * from "./commands/VerifySoftwareTokenCommand";
|
|
112
|
-
export * from "./commands/VerifyUserAttributeCommand";
|
|
113
|
-
export * from "./pagination/Interfaces";
|
|
114
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CognitoIdentityProviderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./AdminListGroupsForUserPaginator";
|
|
2
|
+
export * from "./AdminListUserAuthEventsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListGroupsPaginator";
|
|
5
|
+
export * from "./ListIdentityProvidersPaginator";
|
|
6
|
+
export * from "./ListResourceServersPaginator";
|
|
7
|
+
export * from "./ListUserPoolClientsPaginator";
|
|
8
|
+
export * from "./ListUserPoolsPaginator";
|
|
9
|
+
export * from "./ListUsersInGroupPaginator";
|
|
10
|
+
export * from "./ListUsersPaginator";
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
export * from "./AddCustomAttributesCommand";
|
|
2
|
+
export * from "./AdminAddUserToGroupCommand";
|
|
3
|
+
export * from "./AdminConfirmSignUpCommand";
|
|
4
|
+
export * from "./AdminCreateUserCommand";
|
|
5
|
+
export * from "./AdminDeleteUserAttributesCommand";
|
|
6
|
+
export * from "./AdminDeleteUserCommand";
|
|
7
|
+
export * from "./AdminDisableProviderForUserCommand";
|
|
8
|
+
export * from "./AdminDisableUserCommand";
|
|
9
|
+
export * from "./AdminEnableUserCommand";
|
|
10
|
+
export * from "./AdminForgetDeviceCommand";
|
|
11
|
+
export * from "./AdminGetDeviceCommand";
|
|
12
|
+
export * from "./AdminGetUserCommand";
|
|
13
|
+
export * from "./AdminInitiateAuthCommand";
|
|
14
|
+
export * from "./AdminLinkProviderForUserCommand";
|
|
15
|
+
export * from "./AdminListDevicesCommand";
|
|
16
|
+
export * from "./AdminListGroupsForUserCommand";
|
|
17
|
+
export * from "./AdminListUserAuthEventsCommand";
|
|
18
|
+
export * from "./AdminRemoveUserFromGroupCommand";
|
|
19
|
+
export * from "./AdminResetUserPasswordCommand";
|
|
20
|
+
export * from "./AdminRespondToAuthChallengeCommand";
|
|
21
|
+
export * from "./AdminSetUserMFAPreferenceCommand";
|
|
22
|
+
export * from "./AdminSetUserPasswordCommand";
|
|
23
|
+
export * from "./AdminSetUserSettingsCommand";
|
|
24
|
+
export * from "./AdminUpdateAuthEventFeedbackCommand";
|
|
25
|
+
export * from "./AdminUpdateDeviceStatusCommand";
|
|
26
|
+
export * from "./AdminUpdateUserAttributesCommand";
|
|
27
|
+
export * from "./AdminUserGlobalSignOutCommand";
|
|
28
|
+
export * from "./AssociateSoftwareTokenCommand";
|
|
29
|
+
export * from "./ChangePasswordCommand";
|
|
30
|
+
export * from "./ConfirmDeviceCommand";
|
|
31
|
+
export * from "./ConfirmForgotPasswordCommand";
|
|
32
|
+
export * from "./ConfirmSignUpCommand";
|
|
33
|
+
export * from "./CreateGroupCommand";
|
|
34
|
+
export * from "./CreateIdentityProviderCommand";
|
|
35
|
+
export * from "./CreateResourceServerCommand";
|
|
36
|
+
export * from "./CreateUserImportJobCommand";
|
|
37
|
+
export * from "./CreateUserPoolClientCommand";
|
|
38
|
+
export * from "./CreateUserPoolCommand";
|
|
39
|
+
export * from "./CreateUserPoolDomainCommand";
|
|
40
|
+
export * from "./DeleteGroupCommand";
|
|
41
|
+
export * from "./DeleteIdentityProviderCommand";
|
|
42
|
+
export * from "./DeleteResourceServerCommand";
|
|
43
|
+
export * from "./DeleteUserAttributesCommand";
|
|
44
|
+
export * from "./DeleteUserCommand";
|
|
45
|
+
export * from "./DeleteUserPoolClientCommand";
|
|
46
|
+
export * from "./DeleteUserPoolCommand";
|
|
47
|
+
export * from "./DeleteUserPoolDomainCommand";
|
|
48
|
+
export * from "./DescribeIdentityProviderCommand";
|
|
49
|
+
export * from "./DescribeResourceServerCommand";
|
|
50
|
+
export * from "./DescribeRiskConfigurationCommand";
|
|
51
|
+
export * from "./DescribeUserImportJobCommand";
|
|
52
|
+
export * from "./DescribeUserPoolClientCommand";
|
|
53
|
+
export * from "./DescribeUserPoolCommand";
|
|
54
|
+
export * from "./DescribeUserPoolDomainCommand";
|
|
55
|
+
export * from "./ForgetDeviceCommand";
|
|
56
|
+
export * from "./ForgotPasswordCommand";
|
|
57
|
+
export * from "./GetCSVHeaderCommand";
|
|
58
|
+
export * from "./GetDeviceCommand";
|
|
59
|
+
export * from "./GetGroupCommand";
|
|
60
|
+
export * from "./GetIdentityProviderByIdentifierCommand";
|
|
61
|
+
export * from "./GetSigningCertificateCommand";
|
|
62
|
+
export * from "./GetUICustomizationCommand";
|
|
63
|
+
export * from "./GetUserAttributeVerificationCodeCommand";
|
|
64
|
+
export * from "./GetUserCommand";
|
|
65
|
+
export * from "./GetUserPoolMfaConfigCommand";
|
|
66
|
+
export * from "./GlobalSignOutCommand";
|
|
67
|
+
export * from "./InitiateAuthCommand";
|
|
68
|
+
export * from "./ListDevicesCommand";
|
|
69
|
+
export * from "./ListGroupsCommand";
|
|
70
|
+
export * from "./ListIdentityProvidersCommand";
|
|
71
|
+
export * from "./ListResourceServersCommand";
|
|
72
|
+
export * from "./ListTagsForResourceCommand";
|
|
73
|
+
export * from "./ListUserImportJobsCommand";
|
|
74
|
+
export * from "./ListUserPoolClientsCommand";
|
|
75
|
+
export * from "./ListUserPoolsCommand";
|
|
76
|
+
export * from "./ListUsersCommand";
|
|
77
|
+
export * from "./ListUsersInGroupCommand";
|
|
78
|
+
export * from "./ResendConfirmationCodeCommand";
|
|
79
|
+
export * from "./RespondToAuthChallengeCommand";
|
|
80
|
+
export * from "./RevokeTokenCommand";
|
|
81
|
+
export * from "./SetRiskConfigurationCommand";
|
|
82
|
+
export * from "./SetUICustomizationCommand";
|
|
83
|
+
export * from "./SetUserMFAPreferenceCommand";
|
|
84
|
+
export * from "./SetUserPoolMfaConfigCommand";
|
|
85
|
+
export * from "./SetUserSettingsCommand";
|
|
86
|
+
export * from "./SignUpCommand";
|
|
87
|
+
export * from "./StartUserImportJobCommand";
|
|
88
|
+
export * from "./StopUserImportJobCommand";
|
|
89
|
+
export * from "./TagResourceCommand";
|
|
90
|
+
export * from "./UntagResourceCommand";
|
|
91
|
+
export * from "./UpdateAuthEventFeedbackCommand";
|
|
92
|
+
export * from "./UpdateDeviceStatusCommand";
|
|
93
|
+
export * from "./UpdateGroupCommand";
|
|
94
|
+
export * from "./UpdateIdentityProviderCommand";
|
|
95
|
+
export * from "./UpdateResourceServerCommand";
|
|
96
|
+
export * from "./UpdateUserAttributesCommand";
|
|
97
|
+
export * from "./UpdateUserPoolClientCommand";
|
|
98
|
+
export * from "./UpdateUserPoolCommand";
|
|
99
|
+
export * from "./UpdateUserPoolDomainCommand";
|
|
100
|
+
export * from "./VerifySoftwareTokenCommand";
|
|
101
|
+
export * from "./VerifyUserAttributeCommand";
|
|
@@ -1,114 +1,5 @@
|
|
|
1
|
-
export * from "./CognitoIdentityProviderClient";
|
|
2
1
|
export * from "./CognitoIdentityProvider";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/AdminDeleteUserCommand";
|
|
8
|
-
export * from "./commands/AdminDeleteUserAttributesCommand";
|
|
9
|
-
export * from "./commands/AdminDisableProviderForUserCommand";
|
|
10
|
-
export * from "./commands/AdminDisableUserCommand";
|
|
11
|
-
export * from "./commands/AdminEnableUserCommand";
|
|
12
|
-
export * from "./commands/AdminForgetDeviceCommand";
|
|
13
|
-
export * from "./commands/AdminGetDeviceCommand";
|
|
14
|
-
export * from "./commands/AdminGetUserCommand";
|
|
15
|
-
export * from "./commands/AdminInitiateAuthCommand";
|
|
16
|
-
export * from "./commands/AdminLinkProviderForUserCommand";
|
|
17
|
-
export * from "./commands/AdminListDevicesCommand";
|
|
18
|
-
export * from "./commands/AdminListGroupsForUserCommand";
|
|
19
|
-
export * from "./pagination/AdminListGroupsForUserPaginator";
|
|
20
|
-
export * from "./commands/AdminListUserAuthEventsCommand";
|
|
21
|
-
export * from "./pagination/AdminListUserAuthEventsPaginator";
|
|
22
|
-
export * from "./commands/AdminRemoveUserFromGroupCommand";
|
|
23
|
-
export * from "./commands/AdminResetUserPasswordCommand";
|
|
24
|
-
export * from "./commands/AdminRespondToAuthChallengeCommand";
|
|
25
|
-
export * from "./commands/AdminSetUserMFAPreferenceCommand";
|
|
26
|
-
export * from "./commands/AdminSetUserPasswordCommand";
|
|
27
|
-
export * from "./commands/AdminSetUserSettingsCommand";
|
|
28
|
-
export * from "./commands/AdminUpdateAuthEventFeedbackCommand";
|
|
29
|
-
export * from "./commands/AdminUpdateDeviceStatusCommand";
|
|
30
|
-
export * from "./commands/AdminUpdateUserAttributesCommand";
|
|
31
|
-
export * from "./commands/AdminUserGlobalSignOutCommand";
|
|
32
|
-
export * from "./commands/AssociateSoftwareTokenCommand";
|
|
33
|
-
export * from "./commands/ChangePasswordCommand";
|
|
34
|
-
export * from "./commands/ConfirmDeviceCommand";
|
|
35
|
-
export * from "./commands/ConfirmForgotPasswordCommand";
|
|
36
|
-
export * from "./commands/ConfirmSignUpCommand";
|
|
37
|
-
export * from "./commands/CreateGroupCommand";
|
|
38
|
-
export * from "./commands/CreateIdentityProviderCommand";
|
|
39
|
-
export * from "./commands/CreateResourceServerCommand";
|
|
40
|
-
export * from "./commands/CreateUserImportJobCommand";
|
|
41
|
-
export * from "./commands/CreateUserPoolCommand";
|
|
42
|
-
export * from "./commands/CreateUserPoolClientCommand";
|
|
43
|
-
export * from "./commands/CreateUserPoolDomainCommand";
|
|
44
|
-
export * from "./commands/DeleteGroupCommand";
|
|
45
|
-
export * from "./commands/DeleteIdentityProviderCommand";
|
|
46
|
-
export * from "./commands/DeleteResourceServerCommand";
|
|
47
|
-
export * from "./commands/DeleteUserCommand";
|
|
48
|
-
export * from "./commands/DeleteUserAttributesCommand";
|
|
49
|
-
export * from "./commands/DeleteUserPoolCommand";
|
|
50
|
-
export * from "./commands/DeleteUserPoolClientCommand";
|
|
51
|
-
export * from "./commands/DeleteUserPoolDomainCommand";
|
|
52
|
-
export * from "./commands/DescribeIdentityProviderCommand";
|
|
53
|
-
export * from "./commands/DescribeResourceServerCommand";
|
|
54
|
-
export * from "./commands/DescribeRiskConfigurationCommand";
|
|
55
|
-
export * from "./commands/DescribeUserImportJobCommand";
|
|
56
|
-
export * from "./commands/DescribeUserPoolCommand";
|
|
57
|
-
export * from "./commands/DescribeUserPoolClientCommand";
|
|
58
|
-
export * from "./commands/DescribeUserPoolDomainCommand";
|
|
59
|
-
export * from "./commands/ForgetDeviceCommand";
|
|
60
|
-
export * from "./commands/ForgotPasswordCommand";
|
|
61
|
-
export * from "./commands/GetCSVHeaderCommand";
|
|
62
|
-
export * from "./commands/GetDeviceCommand";
|
|
63
|
-
export * from "./commands/GetGroupCommand";
|
|
64
|
-
export * from "./commands/GetIdentityProviderByIdentifierCommand";
|
|
65
|
-
export * from "./commands/GetSigningCertificateCommand";
|
|
66
|
-
export * from "./commands/GetUICustomizationCommand";
|
|
67
|
-
export * from "./commands/GetUserCommand";
|
|
68
|
-
export * from "./commands/GetUserAttributeVerificationCodeCommand";
|
|
69
|
-
export * from "./commands/GetUserPoolMfaConfigCommand";
|
|
70
|
-
export * from "./commands/GlobalSignOutCommand";
|
|
71
|
-
export * from "./commands/InitiateAuthCommand";
|
|
72
|
-
export * from "./commands/ListDevicesCommand";
|
|
73
|
-
export * from "./commands/ListGroupsCommand";
|
|
74
|
-
export * from "./pagination/ListGroupsPaginator";
|
|
75
|
-
export * from "./commands/ListIdentityProvidersCommand";
|
|
76
|
-
export * from "./pagination/ListIdentityProvidersPaginator";
|
|
77
|
-
export * from "./commands/ListResourceServersCommand";
|
|
78
|
-
export * from "./pagination/ListResourceServersPaginator";
|
|
79
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
80
|
-
export * from "./commands/ListUserImportJobsCommand";
|
|
81
|
-
export * from "./commands/ListUserPoolClientsCommand";
|
|
82
|
-
export * from "./pagination/ListUserPoolClientsPaginator";
|
|
83
|
-
export * from "./commands/ListUserPoolsCommand";
|
|
84
|
-
export * from "./pagination/ListUserPoolsPaginator";
|
|
85
|
-
export * from "./commands/ListUsersCommand";
|
|
86
|
-
export * from "./pagination/ListUsersPaginator";
|
|
87
|
-
export * from "./commands/ListUsersInGroupCommand";
|
|
88
|
-
export * from "./pagination/ListUsersInGroupPaginator";
|
|
89
|
-
export * from "./commands/ResendConfirmationCodeCommand";
|
|
90
|
-
export * from "./commands/RespondToAuthChallengeCommand";
|
|
91
|
-
export * from "./commands/RevokeTokenCommand";
|
|
92
|
-
export * from "./commands/SetRiskConfigurationCommand";
|
|
93
|
-
export * from "./commands/SetUICustomizationCommand";
|
|
94
|
-
export * from "./commands/SetUserMFAPreferenceCommand";
|
|
95
|
-
export * from "./commands/SetUserPoolMfaConfigCommand";
|
|
96
|
-
export * from "./commands/SetUserSettingsCommand";
|
|
97
|
-
export * from "./commands/SignUpCommand";
|
|
98
|
-
export * from "./commands/StartUserImportJobCommand";
|
|
99
|
-
export * from "./commands/StopUserImportJobCommand";
|
|
100
|
-
export * from "./commands/TagResourceCommand";
|
|
101
|
-
export * from "./commands/UntagResourceCommand";
|
|
102
|
-
export * from "./commands/UpdateAuthEventFeedbackCommand";
|
|
103
|
-
export * from "./commands/UpdateDeviceStatusCommand";
|
|
104
|
-
export * from "./commands/UpdateGroupCommand";
|
|
105
|
-
export * from "./commands/UpdateIdentityProviderCommand";
|
|
106
|
-
export * from "./commands/UpdateResourceServerCommand";
|
|
107
|
-
export * from "./commands/UpdateUserAttributesCommand";
|
|
108
|
-
export * from "./commands/UpdateUserPoolCommand";
|
|
109
|
-
export * from "./commands/UpdateUserPoolClientCommand";
|
|
110
|
-
export * from "./commands/UpdateUserPoolDomainCommand";
|
|
111
|
-
export * from "./commands/VerifySoftwareTokenCommand";
|
|
112
|
-
export * from "./commands/VerifyUserAttributeCommand";
|
|
113
|
-
export * from "./pagination/Interfaces";
|
|
114
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./CognitoIdentityProviderClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./AdminListGroupsForUserPaginator";
|
|
2
|
+
export * from "./AdminListUserAuthEventsPaginator";
|
|
3
|
+
export * from "./Interfaces";
|
|
4
|
+
export * from "./ListGroupsPaginator";
|
|
5
|
+
export * from "./ListIdentityProvidersPaginator";
|
|
6
|
+
export * from "./ListResourceServersPaginator";
|
|
7
|
+
export * from "./ListUserPoolClientsPaginator";
|
|
8
|
+
export * from "./ListUserPoolsPaginator";
|
|
9
|
+
export * from "./ListUsersInGroupPaginator";
|
|
10
|
+
export * from "./ListUsersPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity-provider",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|