@aws-sdk/client-cognito-identity-provider 3.36.1 → 3.40.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 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.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
20
+
21
+
22
+
23
+
24
+
25
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
26
+
27
+
28
+ ### Features
29
+
30
+ * **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))
31
+ * **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))
32
+
33
+
34
+
35
+
36
+
37
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
38
+
39
+
40
+ ### Features
41
+
42
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
43
+
44
+
45
+
46
+
47
+
6
48
  ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
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);
@@ -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
- "fips-us-east-1": {
7
- hostname: "cognito-idp-fips.us-east-1.amazonaws.com",
8
- signingRegion: "us-east-1",
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
- "fips-us-east-2": {
11
- hostname: "cognito-idp-fips.us-east-2.amazonaws.com",
12
- signingRegion: "us-east-2",
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
- "fips-us-gov-west-1": {
15
- hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com",
16
- signingRegion: "us-gov-west-1",
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
- "fips-us-west-1": {
19
- hostname: "cognito-idp-fips.us-west-1.amazonaws.com",
20
- signingRegion: "us-west-1",
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
- "fips-us-west-2": {
23
- hostname: "cognito-idp-fips.us-west-2.amazonaws.com",
24
- signingRegion: "us-west-2",
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,89 @@ const partitionHash = {
53
93
  "us-west-1",
54
94
  "us-west-2",
55
95
  ],
56
- hostname: "cognito-idp.{region}.amazonaws.com",
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
- hostname: "cognito-idp.{region}.amazonaws.com.cn",
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
- regions: ["us-iso-east-1"],
64
- hostname: "cognito-idp.{region}.c2s.ic.gov",
139
+ regions: ["us-iso-east-1", "us-iso-west-1"],
140
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
141
+ variants: [
142
+ {
143
+ hostname: "cognito-idp.{region}.c2s.ic.gov",
144
+ tags: [],
145
+ },
146
+ ],
65
147
  },
66
148
  "aws-iso-b": {
67
149
  regions: ["us-isob-east-1"],
68
- hostname: "cognito-idp.{region}.sc2s.sgov.gov",
150
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
151
+ variants: [
152
+ {
153
+ hostname: "cognito-idp.{region}.sc2s.sgov.gov",
154
+ tags: [],
155
+ },
156
+ ],
69
157
  },
70
158
  "aws-us-gov": {
71
159
  regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
72
- hostname: "cognito-idp.{region}.amazonaws.com",
160
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
161
+ variants: [
162
+ {
163
+ hostname: "cognito-idp.{region}.amazonaws.com",
164
+ tags: [],
165
+ },
166
+ {
167
+ hostname: "cognito-idp-fips.{region}.amazonaws.com",
168
+ tags: ["fips"],
169
+ },
170
+ {
171
+ hostname: "cognito-idp-fips.{region}.api.aws",
172
+ tags: ["dualstack", "fips"],
173
+ },
174
+ {
175
+ hostname: "cognito-idp.{region}.api.aws",
176
+ tags: ["dualstack"],
177
+ },
178
+ ],
73
179
  },
74
180
  };
75
181
  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("./commands/AddCustomAttributesCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/AdminAddUserToGroupCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/AdminConfirmSignUpCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/AdminCreateUserCommand"), exports);
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
- utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : util_utf8_browser_1.fromUtf8,
34
- utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : util_utf8_browser_1.toUtf8,
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
- utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : util_utf8_node_1.fromUtf8,
39
- utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : util_utf8_node_1.toUtf8,
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";