@aws-sdk/client-cognito-identity-provider 3.37.0 → 3.41.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 +42 -0
- package/dist-cjs/commands/index.js +104 -0
- package/dist-cjs/endpoints.js +134 -20
- package/dist-cjs/index.js +4 -113
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +101 -0
- package/dist-es/endpoints.js +134 -20
- package/dist-es/index.js +4 -113
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/CognitoIdentityProviderClient.d.ts +8 -0
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +1 -1
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/commands/AdminCreateUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminDisableUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminEnableUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/AdminGetUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +1 -1
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminListDevicesCommand.d.ts +1 -1
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +1 -1
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +1 -1
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +1 -1
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +1 -1
- package/dist-types/commands/ChangePasswordCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/ForgetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/ForgotPasswordCommand.d.ts +1 -1
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +1 -1
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/GlobalSignOutCommand.d.ts +1 -1
- package/dist-types/commands/InitiateAuthCommand.d.ts +1 -1
- 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/ResendConfirmationCodeCommand.d.ts +1 -1
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeTokenCommand.d.ts +1 -1
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/SetUICustomizationCommand.d.ts +1 -1
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +1 -1
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +1 -1
- package/dist-types/commands/SetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/SignUpCommand.d.ts +1 -1
- package/dist-types/commands/StartUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/StopUserImportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +1 -1
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +1 -1
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +1 -1
- 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/runtimeConfig.browser.d.ts +2 -3
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +4 -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/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,48 @@
|
|
|
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.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **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))
|
|
42
|
+
* **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))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
6
48
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
49
|
|
|
8
50
|
|
|
@@ -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/endpoints.js
CHANGED
|
@@ -3,25 +3,65 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const regionHash = {
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"us-east-1": {
|
|
7
|
+
variants: [
|
|
8
|
+
{
|
|
9
|
+
hostname: "cognito-idp.us-east-1.amazonaws.com",
|
|
10
|
+
tags: [],
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
hostname: "cognito-idp-fips.us-east-1.amazonaws.com",
|
|
14
|
+
tags: ["fips"],
|
|
15
|
+
},
|
|
16
|
+
],
|
|
9
17
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
18
|
+
"us-east-2": {
|
|
19
|
+
variants: [
|
|
20
|
+
{
|
|
21
|
+
hostname: "cognito-idp.us-east-2.amazonaws.com",
|
|
22
|
+
tags: [],
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
hostname: "cognito-idp-fips.us-east-2.amazonaws.com",
|
|
26
|
+
tags: ["fips"],
|
|
27
|
+
},
|
|
28
|
+
],
|
|
13
29
|
},
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
30
|
+
"us-gov-west-1": {
|
|
31
|
+
variants: [
|
|
32
|
+
{
|
|
33
|
+
hostname: "cognito-idp.us-gov-west-1.amazonaws.com",
|
|
34
|
+
tags: [],
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com",
|
|
38
|
+
tags: ["fips"],
|
|
39
|
+
},
|
|
40
|
+
],
|
|
17
41
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
42
|
+
"us-west-1": {
|
|
43
|
+
variants: [
|
|
44
|
+
{
|
|
45
|
+
hostname: "cognito-idp.us-west-1.amazonaws.com",
|
|
46
|
+
tags: [],
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
hostname: "cognito-idp-fips.us-west-1.amazonaws.com",
|
|
50
|
+
tags: ["fips"],
|
|
51
|
+
},
|
|
52
|
+
],
|
|
21
53
|
},
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
54
|
+
"us-west-2": {
|
|
55
|
+
variants: [
|
|
56
|
+
{
|
|
57
|
+
hostname: "cognito-idp.us-west-2.amazonaws.com",
|
|
58
|
+
tags: [],
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
hostname: "cognito-idp-fips.us-west-2.amazonaws.com",
|
|
62
|
+
tags: ["fips"],
|
|
63
|
+
},
|
|
64
|
+
],
|
|
25
65
|
},
|
|
26
66
|
};
|
|
27
67
|
const partitionHash = {
|
|
@@ -53,23 +93,97 @@ const partitionHash = {
|
|
|
53
93
|
"us-west-1",
|
|
54
94
|
"us-west-2",
|
|
55
95
|
],
|
|
56
|
-
|
|
96
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
97
|
+
variants: [
|
|
98
|
+
{
|
|
99
|
+
hostname: "cognito-idp.{region}.amazonaws.com",
|
|
100
|
+
tags: [],
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
hostname: "cognito-idp-fips.{region}.amazonaws.com",
|
|
104
|
+
tags: ["fips"],
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
hostname: "cognito-idp-fips.{region}.api.aws",
|
|
108
|
+
tags: ["dualstack", "fips"],
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
hostname: "cognito-idp.{region}.api.aws",
|
|
112
|
+
tags: ["dualstack"],
|
|
113
|
+
},
|
|
114
|
+
],
|
|
57
115
|
},
|
|
58
116
|
"aws-cn": {
|
|
59
117
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
60
|
-
|
|
118
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
119
|
+
variants: [
|
|
120
|
+
{
|
|
121
|
+
hostname: "cognito-idp.{region}.amazonaws.com.cn",
|
|
122
|
+
tags: [],
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
hostname: "cognito-idp-fips.{region}.amazonaws.com.cn",
|
|
126
|
+
tags: ["fips"],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
hostname: "cognito-idp-fips.{region}.api.amazonwebservices.com.cn",
|
|
130
|
+
tags: ["dualstack", "fips"],
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
hostname: "cognito-idp.{region}.api.amazonwebservices.com.cn",
|
|
134
|
+
tags: ["dualstack"],
|
|
135
|
+
},
|
|
136
|
+
],
|
|
61
137
|
},
|
|
62
138
|
"aws-iso": {
|
|
63
139
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
64
|
-
|
|
140
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
141
|
+
variants: [
|
|
142
|
+
{
|
|
143
|
+
hostname: "cognito-idp.{region}.c2s.ic.gov",
|
|
144
|
+
tags: [],
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
hostname: "cognito-idp-fips.{region}.c2s.ic.gov",
|
|
148
|
+
tags: ["fips"],
|
|
149
|
+
},
|
|
150
|
+
],
|
|
65
151
|
},
|
|
66
152
|
"aws-iso-b": {
|
|
67
153
|
regions: ["us-isob-east-1"],
|
|
68
|
-
|
|
154
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
155
|
+
variants: [
|
|
156
|
+
{
|
|
157
|
+
hostname: "cognito-idp.{region}.sc2s.sgov.gov",
|
|
158
|
+
tags: [],
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
hostname: "cognito-idp-fips.{region}.sc2s.sgov.gov",
|
|
162
|
+
tags: ["fips"],
|
|
163
|
+
},
|
|
164
|
+
],
|
|
69
165
|
},
|
|
70
166
|
"aws-us-gov": {
|
|
71
167
|
regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
72
|
-
|
|
168
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
169
|
+
variants: [
|
|
170
|
+
{
|
|
171
|
+
hostname: "cognito-idp.{region}.amazonaws.com",
|
|
172
|
+
tags: [],
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
hostname: "cognito-idp-fips.{region}.amazonaws.com",
|
|
176
|
+
tags: ["fips"],
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
hostname: "cognito-idp-fips.{region}.api.aws",
|
|
180
|
+
tags: ["dualstack", "fips"],
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
hostname: "cognito-idp.{region}.api.aws",
|
|
184
|
+
tags: ["dualstack"],
|
|
185
|
+
},
|
|
186
|
+
],
|
|
73
187
|
},
|
|
74
188
|
};
|
|
75
189
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
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);
|
|
@@ -4,6 +4,7 @@ exports.getRuntimeConfig = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
|
+
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
@@ -13,7 +14,7 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
13
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
16
|
const getRuntimeConfig = (config) => {
|
|
16
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
18
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
18
19
|
return {
|
|
19
20
|
...clientSharedValues,
|
|
@@ -30,8 +31,10 @@ const getRuntimeConfig = (config) => {
|
|
|
30
31
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() => Promise.resolve(middleware_retry_1.DEFAULT_RETRY_MODE)),
|
|
31
32
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
32
33
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
35
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
|
|
36
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_browser_1.fromUtf8,
|
|
37
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_browser_1.toUtf8,
|
|
35
38
|
};
|
|
36
39
|
};
|
|
37
40
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -17,7 +17,7 @@ const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
19
|
const getRuntimeConfig = (config) => {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
21
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
22
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
23
23
|
return {
|
|
@@ -35,8 +35,10 @@ const getRuntimeConfig = (config) => {
|
|
|
35
35
|
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS),
|
|
36
36
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
37
37
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
39
|
+
useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
40
|
+
utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
|
|
41
|
+
utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
|
|
40
42
|
};
|
|
41
43
|
};
|
|
42
44
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
@@ -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";
|