@aws-sdk/client-identitystore 3.490.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist-cjs/Identitystore.js +1 -49
  2. package/dist-cjs/IdentitystoreClient.js +1 -43
  3. package/dist-cjs/commands/CreateGroupCommand.js +1 -29
  4. package/dist-cjs/commands/CreateGroupMembershipCommand.js +1 -28
  5. package/dist-cjs/commands/CreateUserCommand.js +1 -29
  6. package/dist-cjs/commands/DeleteGroupCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteUserCommand.js +1 -28
  9. package/dist-cjs/commands/DescribeGroupCommand.js +1 -29
  10. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeUserCommand.js +1 -29
  12. package/dist-cjs/commands/GetGroupIdCommand.js +1 -29
  13. package/dist-cjs/commands/GetGroupMembershipIdCommand.js +1 -28
  14. package/dist-cjs/commands/GetUserIdCommand.js +1 -29
  15. package/dist-cjs/commands/IsMemberInGroupsCommand.js +1 -29
  16. package/dist-cjs/commands/ListGroupMembershipsCommand.js +1 -28
  17. package/dist-cjs/commands/ListGroupMembershipsForMemberCommand.js +1 -28
  18. package/dist-cjs/commands/ListGroupsCommand.js +1 -29
  19. package/dist-cjs/commands/ListUsersCommand.js +1 -29
  20. package/dist-cjs/commands/UpdateGroupCommand.js +1 -28
  21. package/dist-cjs/commands/UpdateUserCommand.js +1 -28
  22. package/dist-cjs/commands/index.js +1 -22
  23. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  24. package/dist-cjs/extensionConfiguration.js +1 -2
  25. package/dist-cjs/index.js +2129 -11
  26. package/dist-cjs/models/IdentitystoreServiceException.js +1 -12
  27. package/dist-cjs/models/index.js +1 -4
  28. package/dist-cjs/models/models_0.js +1 -321
  29. package/dist-cjs/pagination/Interfaces.js +1 -2
  30. package/dist-cjs/pagination/ListGroupMembershipsForMemberPaginator.js +1 -7
  31. package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +1 -7
  32. package/dist-cjs/pagination/ListGroupsPaginator.js +1 -7
  33. package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
  34. package/dist-cjs/pagination/index.js +1 -8
  35. package/dist-cjs/protocols/Aws_json1_1.js +1 -1224
  36. package/dist-cjs/runtimeExtensions.js +1 -22
  37. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IdentitystoreServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class IdentitystoreServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, IdentitystoreServiceException.prototype);
10
- }
11
- }
12
- exports.IdentitystoreServiceException = IdentitystoreServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,321 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUsersResponseFilterSensitiveLog = exports.UserFilterSensitiveLog = exports.ListUsersRequestFilterSensitiveLog = exports.DescribeUserResponseFilterSensitiveLog = exports.CreateUserRequestFilterSensitiveLog = exports.PhoneNumberFilterSensitiveLog = exports.NameFilterSensitiveLog = exports.EmailFilterSensitiveLog = exports.IsMemberInGroupsResponseFilterSensitiveLog = exports.GroupMembershipExistenceResultFilterSensitiveLog = exports.ListGroupsResponseFilterSensitiveLog = exports.GroupFilterSensitiveLog = exports.ListGroupsRequestFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.DescribeGroupResponseFilterSensitiveLog = exports.CreateGroupRequestFilterSensitiveLog = exports.GetUserIdRequestFilterSensitiveLog = exports.GetGroupIdRequestFilterSensitiveLog = exports.AlternateIdentifierFilterSensitiveLog = exports.ExternalIdFilterSensitiveLog = exports.AddressFilterSensitiveLog = exports.ServiceQuotaExceededException = exports.ConflictException = exports.ConflictExceptionReason = exports.MemberId = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceType = exports.InternalServerException = exports.AlternateIdentifier = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const IdentitystoreServiceException_1 = require("./IdentitystoreServiceException");
6
- class AccessDeniedException extends IdentitystoreServiceException_1.IdentitystoreServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- this.Message = opts.Message;
17
- this.RequestId = opts.RequestId;
18
- }
19
- }
20
- exports.AccessDeniedException = AccessDeniedException;
21
- var AlternateIdentifier;
22
- (function (AlternateIdentifier) {
23
- AlternateIdentifier.visit = (value, visitor) => {
24
- if (value.ExternalId !== undefined)
25
- return visitor.ExternalId(value.ExternalId);
26
- if (value.UniqueAttribute !== undefined)
27
- return visitor.UniqueAttribute(value.UniqueAttribute);
28
- return visitor._(value.$unknown[0], value.$unknown[1]);
29
- };
30
- })(AlternateIdentifier = exports.AlternateIdentifier || (exports.AlternateIdentifier = {}));
31
- class InternalServerException extends IdentitystoreServiceException_1.IdentitystoreServiceException {
32
- constructor(opts) {
33
- super({
34
- name: "InternalServerException",
35
- $fault: "server",
36
- ...opts,
37
- });
38
- this.name = "InternalServerException";
39
- this.$fault = "server";
40
- this.$retryable = {};
41
- Object.setPrototypeOf(this, InternalServerException.prototype);
42
- this.Message = opts.Message;
43
- this.RequestId = opts.RequestId;
44
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
45
- }
46
- }
47
- exports.InternalServerException = InternalServerException;
48
- exports.ResourceType = {
49
- GROUP: "GROUP",
50
- GROUP_MEMBERSHIP: "GROUP_MEMBERSHIP",
51
- IDENTITY_STORE: "IDENTITY_STORE",
52
- USER: "USER",
53
- };
54
- class ResourceNotFoundException extends IdentitystoreServiceException_1.IdentitystoreServiceException {
55
- constructor(opts) {
56
- super({
57
- name: "ResourceNotFoundException",
58
- $fault: "client",
59
- ...opts,
60
- });
61
- this.name = "ResourceNotFoundException";
62
- this.$fault = "client";
63
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
64
- this.ResourceType = opts.ResourceType;
65
- this.ResourceId = opts.ResourceId;
66
- this.Message = opts.Message;
67
- this.RequestId = opts.RequestId;
68
- }
69
- }
70
- exports.ResourceNotFoundException = ResourceNotFoundException;
71
- class ThrottlingException extends IdentitystoreServiceException_1.IdentitystoreServiceException {
72
- constructor(opts) {
73
- super({
74
- name: "ThrottlingException",
75
- $fault: "client",
76
- ...opts,
77
- });
78
- this.name = "ThrottlingException";
79
- this.$fault = "client";
80
- this.$retryable = {
81
- throttling: true,
82
- };
83
- Object.setPrototypeOf(this, ThrottlingException.prototype);
84
- this.Message = opts.Message;
85
- this.RequestId = opts.RequestId;
86
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
87
- }
88
- }
89
- exports.ThrottlingException = ThrottlingException;
90
- class ValidationException extends IdentitystoreServiceException_1.IdentitystoreServiceException {
91
- constructor(opts) {
92
- super({
93
- name: "ValidationException",
94
- $fault: "client",
95
- ...opts,
96
- });
97
- this.name = "ValidationException";
98
- this.$fault = "client";
99
- Object.setPrototypeOf(this, ValidationException.prototype);
100
- this.Message = opts.Message;
101
- this.RequestId = opts.RequestId;
102
- }
103
- }
104
- exports.ValidationException = ValidationException;
105
- var MemberId;
106
- (function (MemberId) {
107
- MemberId.visit = (value, visitor) => {
108
- if (value.UserId !== undefined)
109
- return visitor.UserId(value.UserId);
110
- return visitor._(value.$unknown[0], value.$unknown[1]);
111
- };
112
- })(MemberId = exports.MemberId || (exports.MemberId = {}));
113
- exports.ConflictExceptionReason = {
114
- CONCURRENT_MODIFICATION: "CONCURRENT_MODIFICATION",
115
- UNIQUENESS_CONSTRAINT_VIOLATION: "UNIQUENESS_CONSTRAINT_VIOLATION",
116
- };
117
- class ConflictException extends IdentitystoreServiceException_1.IdentitystoreServiceException {
118
- constructor(opts) {
119
- super({
120
- name: "ConflictException",
121
- $fault: "client",
122
- ...opts,
123
- });
124
- this.name = "ConflictException";
125
- this.$fault = "client";
126
- Object.setPrototypeOf(this, ConflictException.prototype);
127
- this.Message = opts.Message;
128
- this.RequestId = opts.RequestId;
129
- this.Reason = opts.Reason;
130
- }
131
- }
132
- exports.ConflictException = ConflictException;
133
- class ServiceQuotaExceededException extends IdentitystoreServiceException_1.IdentitystoreServiceException {
134
- constructor(opts) {
135
- super({
136
- name: "ServiceQuotaExceededException",
137
- $fault: "client",
138
- ...opts,
139
- });
140
- this.name = "ServiceQuotaExceededException";
141
- this.$fault = "client";
142
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
143
- this.Message = opts.Message;
144
- this.RequestId = opts.RequestId;
145
- }
146
- }
147
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
148
- const AddressFilterSensitiveLog = (obj) => ({
149
- ...obj,
150
- ...(obj.StreetAddress && { StreetAddress: smithy_client_1.SENSITIVE_STRING }),
151
- ...(obj.Locality && { Locality: smithy_client_1.SENSITIVE_STRING }),
152
- ...(obj.Region && { Region: smithy_client_1.SENSITIVE_STRING }),
153
- ...(obj.PostalCode && { PostalCode: smithy_client_1.SENSITIVE_STRING }),
154
- ...(obj.Country && { Country: smithy_client_1.SENSITIVE_STRING }),
155
- ...(obj.Formatted && { Formatted: smithy_client_1.SENSITIVE_STRING }),
156
- ...(obj.Type && { Type: smithy_client_1.SENSITIVE_STRING }),
157
- ...(obj.Primary && { Primary: smithy_client_1.SENSITIVE_STRING }),
158
- });
159
- exports.AddressFilterSensitiveLog = AddressFilterSensitiveLog;
160
- const ExternalIdFilterSensitiveLog = (obj) => ({
161
- ...obj,
162
- ...(obj.Issuer && { Issuer: smithy_client_1.SENSITIVE_STRING }),
163
- ...(obj.Id && { Id: smithy_client_1.SENSITIVE_STRING }),
164
- });
165
- exports.ExternalIdFilterSensitiveLog = ExternalIdFilterSensitiveLog;
166
- const AlternateIdentifierFilterSensitiveLog = (obj) => {
167
- if (obj.ExternalId !== undefined)
168
- return { ExternalId: (0, exports.ExternalIdFilterSensitiveLog)(obj.ExternalId) };
169
- if (obj.UniqueAttribute !== undefined)
170
- return { UniqueAttribute: obj.UniqueAttribute };
171
- if (obj.$unknown !== undefined)
172
- return { [obj.$unknown[0]]: "UNKNOWN" };
173
- };
174
- exports.AlternateIdentifierFilterSensitiveLog = AlternateIdentifierFilterSensitiveLog;
175
- const GetGroupIdRequestFilterSensitiveLog = (obj) => ({
176
- ...obj,
177
- ...(obj.AlternateIdentifier && {
178
- AlternateIdentifier: (0, exports.AlternateIdentifierFilterSensitiveLog)(obj.AlternateIdentifier),
179
- }),
180
- });
181
- exports.GetGroupIdRequestFilterSensitiveLog = GetGroupIdRequestFilterSensitiveLog;
182
- const GetUserIdRequestFilterSensitiveLog = (obj) => ({
183
- ...obj,
184
- ...(obj.AlternateIdentifier && {
185
- AlternateIdentifier: (0, exports.AlternateIdentifierFilterSensitiveLog)(obj.AlternateIdentifier),
186
- }),
187
- });
188
- exports.GetUserIdRequestFilterSensitiveLog = GetUserIdRequestFilterSensitiveLog;
189
- const CreateGroupRequestFilterSensitiveLog = (obj) => ({
190
- ...obj,
191
- ...(obj.DisplayName && { DisplayName: smithy_client_1.SENSITIVE_STRING }),
192
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
193
- });
194
- exports.CreateGroupRequestFilterSensitiveLog = CreateGroupRequestFilterSensitiveLog;
195
- const DescribeGroupResponseFilterSensitiveLog = (obj) => ({
196
- ...obj,
197
- ...(obj.DisplayName && { DisplayName: smithy_client_1.SENSITIVE_STRING }),
198
- ...(obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => (0, exports.ExternalIdFilterSensitiveLog)(item)) }),
199
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
200
- });
201
- exports.DescribeGroupResponseFilterSensitiveLog = DescribeGroupResponseFilterSensitiveLog;
202
- const FilterFilterSensitiveLog = (obj) => ({
203
- ...obj,
204
- ...(obj.AttributeValue && { AttributeValue: smithy_client_1.SENSITIVE_STRING }),
205
- });
206
- exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
207
- const ListGroupsRequestFilterSensitiveLog = (obj) => ({
208
- ...obj,
209
- ...(obj.Filters && { Filters: obj.Filters.map((item) => (0, exports.FilterFilterSensitiveLog)(item)) }),
210
- });
211
- exports.ListGroupsRequestFilterSensitiveLog = ListGroupsRequestFilterSensitiveLog;
212
- const GroupFilterSensitiveLog = (obj) => ({
213
- ...obj,
214
- ...(obj.DisplayName && { DisplayName: smithy_client_1.SENSITIVE_STRING }),
215
- ...(obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => (0, exports.ExternalIdFilterSensitiveLog)(item)) }),
216
- ...(obj.Description && { Description: smithy_client_1.SENSITIVE_STRING }),
217
- });
218
- exports.GroupFilterSensitiveLog = GroupFilterSensitiveLog;
219
- const ListGroupsResponseFilterSensitiveLog = (obj) => ({
220
- ...obj,
221
- ...(obj.Groups && { Groups: obj.Groups.map((item) => (0, exports.GroupFilterSensitiveLog)(item)) }),
222
- });
223
- exports.ListGroupsResponseFilterSensitiveLog = ListGroupsResponseFilterSensitiveLog;
224
- const GroupMembershipExistenceResultFilterSensitiveLog = (obj) => ({
225
- ...obj,
226
- ...(obj.MemberId && { MemberId: obj.MemberId }),
227
- ...(obj.MembershipExists && { MembershipExists: smithy_client_1.SENSITIVE_STRING }),
228
- });
229
- exports.GroupMembershipExistenceResultFilterSensitiveLog = GroupMembershipExistenceResultFilterSensitiveLog;
230
- const IsMemberInGroupsResponseFilterSensitiveLog = (obj) => ({
231
- ...obj,
232
- ...(obj.Results && { Results: obj.Results.map((item) => (0, exports.GroupMembershipExistenceResultFilterSensitiveLog)(item)) }),
233
- });
234
- exports.IsMemberInGroupsResponseFilterSensitiveLog = IsMemberInGroupsResponseFilterSensitiveLog;
235
- const EmailFilterSensitiveLog = (obj) => ({
236
- ...obj,
237
- ...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
238
- ...(obj.Type && { Type: smithy_client_1.SENSITIVE_STRING }),
239
- ...(obj.Primary && { Primary: smithy_client_1.SENSITIVE_STRING }),
240
- });
241
- exports.EmailFilterSensitiveLog = EmailFilterSensitiveLog;
242
- const NameFilterSensitiveLog = (obj) => ({
243
- ...obj,
244
- ...(obj.Formatted && { Formatted: smithy_client_1.SENSITIVE_STRING }),
245
- ...(obj.FamilyName && { FamilyName: smithy_client_1.SENSITIVE_STRING }),
246
- ...(obj.GivenName && { GivenName: smithy_client_1.SENSITIVE_STRING }),
247
- ...(obj.MiddleName && { MiddleName: smithy_client_1.SENSITIVE_STRING }),
248
- ...(obj.HonorificPrefix && { HonorificPrefix: smithy_client_1.SENSITIVE_STRING }),
249
- ...(obj.HonorificSuffix && { HonorificSuffix: smithy_client_1.SENSITIVE_STRING }),
250
- });
251
- exports.NameFilterSensitiveLog = NameFilterSensitiveLog;
252
- const PhoneNumberFilterSensitiveLog = (obj) => ({
253
- ...obj,
254
- ...(obj.Value && { Value: smithy_client_1.SENSITIVE_STRING }),
255
- ...(obj.Type && { Type: smithy_client_1.SENSITIVE_STRING }),
256
- ...(obj.Primary && { Primary: smithy_client_1.SENSITIVE_STRING }),
257
- });
258
- exports.PhoneNumberFilterSensitiveLog = PhoneNumberFilterSensitiveLog;
259
- const CreateUserRequestFilterSensitiveLog = (obj) => ({
260
- ...obj,
261
- ...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
262
- ...(obj.Name && { Name: (0, exports.NameFilterSensitiveLog)(obj.Name) }),
263
- ...(obj.DisplayName && { DisplayName: smithy_client_1.SENSITIVE_STRING }),
264
- ...(obj.NickName && { NickName: smithy_client_1.SENSITIVE_STRING }),
265
- ...(obj.ProfileUrl && { ProfileUrl: smithy_client_1.SENSITIVE_STRING }),
266
- ...(obj.Emails && { Emails: obj.Emails.map((item) => (0, exports.EmailFilterSensitiveLog)(item)) }),
267
- ...(obj.Addresses && { Addresses: obj.Addresses.map((item) => (0, exports.AddressFilterSensitiveLog)(item)) }),
268
- ...(obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => (0, exports.PhoneNumberFilterSensitiveLog)(item)) }),
269
- ...(obj.UserType && { UserType: smithy_client_1.SENSITIVE_STRING }),
270
- ...(obj.Title && { Title: smithy_client_1.SENSITIVE_STRING }),
271
- ...(obj.PreferredLanguage && { PreferredLanguage: smithy_client_1.SENSITIVE_STRING }),
272
- ...(obj.Locale && { Locale: smithy_client_1.SENSITIVE_STRING }),
273
- ...(obj.Timezone && { Timezone: smithy_client_1.SENSITIVE_STRING }),
274
- });
275
- exports.CreateUserRequestFilterSensitiveLog = CreateUserRequestFilterSensitiveLog;
276
- const DescribeUserResponseFilterSensitiveLog = (obj) => ({
277
- ...obj,
278
- ...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
279
- ...(obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => (0, exports.ExternalIdFilterSensitiveLog)(item)) }),
280
- ...(obj.Name && { Name: (0, exports.NameFilterSensitiveLog)(obj.Name) }),
281
- ...(obj.DisplayName && { DisplayName: smithy_client_1.SENSITIVE_STRING }),
282
- ...(obj.NickName && { NickName: smithy_client_1.SENSITIVE_STRING }),
283
- ...(obj.ProfileUrl && { ProfileUrl: smithy_client_1.SENSITIVE_STRING }),
284
- ...(obj.Emails && { Emails: obj.Emails.map((item) => (0, exports.EmailFilterSensitiveLog)(item)) }),
285
- ...(obj.Addresses && { Addresses: obj.Addresses.map((item) => (0, exports.AddressFilterSensitiveLog)(item)) }),
286
- ...(obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => (0, exports.PhoneNumberFilterSensitiveLog)(item)) }),
287
- ...(obj.UserType && { UserType: smithy_client_1.SENSITIVE_STRING }),
288
- ...(obj.Title && { Title: smithy_client_1.SENSITIVE_STRING }),
289
- ...(obj.PreferredLanguage && { PreferredLanguage: smithy_client_1.SENSITIVE_STRING }),
290
- ...(obj.Locale && { Locale: smithy_client_1.SENSITIVE_STRING }),
291
- ...(obj.Timezone && { Timezone: smithy_client_1.SENSITIVE_STRING }),
292
- });
293
- exports.DescribeUserResponseFilterSensitiveLog = DescribeUserResponseFilterSensitiveLog;
294
- const ListUsersRequestFilterSensitiveLog = (obj) => ({
295
- ...obj,
296
- ...(obj.Filters && { Filters: obj.Filters.map((item) => (0, exports.FilterFilterSensitiveLog)(item)) }),
297
- });
298
- exports.ListUsersRequestFilterSensitiveLog = ListUsersRequestFilterSensitiveLog;
299
- const UserFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- ...(obj.UserName && { UserName: smithy_client_1.SENSITIVE_STRING }),
302
- ...(obj.ExternalIds && { ExternalIds: obj.ExternalIds.map((item) => (0, exports.ExternalIdFilterSensitiveLog)(item)) }),
303
- ...(obj.Name && { Name: (0, exports.NameFilterSensitiveLog)(obj.Name) }),
304
- ...(obj.DisplayName && { DisplayName: smithy_client_1.SENSITIVE_STRING }),
305
- ...(obj.NickName && { NickName: smithy_client_1.SENSITIVE_STRING }),
306
- ...(obj.ProfileUrl && { ProfileUrl: smithy_client_1.SENSITIVE_STRING }),
307
- ...(obj.Emails && { Emails: obj.Emails.map((item) => (0, exports.EmailFilterSensitiveLog)(item)) }),
308
- ...(obj.Addresses && { Addresses: obj.Addresses.map((item) => (0, exports.AddressFilterSensitiveLog)(item)) }),
309
- ...(obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => (0, exports.PhoneNumberFilterSensitiveLog)(item)) }),
310
- ...(obj.UserType && { UserType: smithy_client_1.SENSITIVE_STRING }),
311
- ...(obj.Title && { Title: smithy_client_1.SENSITIVE_STRING }),
312
- ...(obj.PreferredLanguage && { PreferredLanguage: smithy_client_1.SENSITIVE_STRING }),
313
- ...(obj.Locale && { Locale: smithy_client_1.SENSITIVE_STRING }),
314
- ...(obj.Timezone && { Timezone: smithy_client_1.SENSITIVE_STRING }),
315
- });
316
- exports.UserFilterSensitiveLog = UserFilterSensitiveLog;
317
- const ListUsersResponseFilterSensitiveLog = (obj) => ({
318
- ...obj,
319
- ...(obj.Users && { Users: obj.Users.map((item) => (0, exports.UserFilterSensitiveLog)(item)) }),
320
- });
321
- exports.ListUsersResponseFilterSensitiveLog = ListUsersResponseFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListGroupMembershipsForMember = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListGroupMembershipsForMemberCommand_1 = require("../commands/ListGroupMembershipsForMemberCommand");
6
- const IdentitystoreClient_1 = require("../IdentitystoreClient");
7
- exports.paginateListGroupMembershipsForMember = (0, core_1.createPaginator)(IdentitystoreClient_1.IdentitystoreClient, ListGroupMembershipsForMemberCommand_1.ListGroupMembershipsForMemberCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListGroupMemberships = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListGroupMembershipsCommand_1 = require("../commands/ListGroupMembershipsCommand");
6
- const IdentitystoreClient_1 = require("../IdentitystoreClient");
7
- exports.paginateListGroupMemberships = (0, core_1.createPaginator)(IdentitystoreClient_1.IdentitystoreClient, ListGroupMembershipsCommand_1.ListGroupMembershipsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListGroupsCommand_1 = require("../commands/ListGroupsCommand");
6
- const IdentitystoreClient_1 = require("../IdentitystoreClient");
7
- exports.paginateListGroups = (0, core_1.createPaginator)(IdentitystoreClient_1.IdentitystoreClient, ListGroupsCommand_1.ListGroupsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListUsers = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListUsersCommand_1 = require("../commands/ListUsersCommand");
6
- const IdentitystoreClient_1 = require("../IdentitystoreClient");
7
- exports.paginateListUsers = (0, core_1.createPaginator)(IdentitystoreClient_1.IdentitystoreClient, ListUsersCommand_1.ListUsersCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,8 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListGroupMembershipsForMemberPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListGroupMembershipsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListGroupsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListUsersPaginator"), exports);
1
+ module.exports = require("../index.js");