@aws-sdk/client-directory-service-data 3.893.0 → 3.894.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/dist-cjs/index.js +1772 -10
- package/package.json +6 -6
- package/dist-cjs/DirectoryServiceData.js +0 -45
- package/dist-cjs/DirectoryServiceDataClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/AddGroupMemberCommand.js +0 -26
- package/dist-cjs/commands/CreateGroupCommand.js +0 -27
- package/dist-cjs/commands/CreateUserCommand.js +0 -27
- package/dist-cjs/commands/DeleteGroupCommand.js +0 -26
- package/dist-cjs/commands/DeleteUserCommand.js +0 -26
- package/dist-cjs/commands/DescribeGroupCommand.js +0 -27
- package/dist-cjs/commands/DescribeUserCommand.js +0 -27
- package/dist-cjs/commands/DisableUserCommand.js +0 -26
- package/dist-cjs/commands/ListGroupMembersCommand.js +0 -27
- package/dist-cjs/commands/ListGroupsCommand.js +0 -27
- package/dist-cjs/commands/ListGroupsForMemberCommand.js +0 -27
- package/dist-cjs/commands/ListUsersCommand.js +0 -27
- package/dist-cjs/commands/RemoveGroupMemberCommand.js +0 -26
- package/dist-cjs/commands/SearchGroupsCommand.js +0 -27
- package/dist-cjs/commands/SearchUsersCommand.js +0 -27
- package/dist-cjs/commands/UpdateGroupCommand.js +0 -27
- package/dist-cjs/commands/UpdateUserCommand.js +0 -27
- package/dist-cjs/commands/index.js +0 -20
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/DirectoryServiceDataServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -344
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListGroupMembersPaginator.js +0 -7
- package/dist-cjs/pagination/ListGroupsForMemberPaginator.js +0 -7
- package/dist-cjs/pagination/ListGroupsPaginator.js +0 -7
- package/dist-cjs/pagination/ListUsersPaginator.js +0 -7
- package/dist-cjs/pagination/SearchGroupsPaginator.js +0 -7
- package/dist-cjs/pagination/SearchUsersPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -10
- package/dist-cjs/protocols/Aws_restJson1.js +0 -763
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateUserCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateUserCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep(EndpointParameters_1.commonParams)
|
|
14
|
-
.m(function (Command, cs, config, o) {
|
|
15
|
-
return [
|
|
16
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
-
];
|
|
19
|
-
})
|
|
20
|
-
.s("DirectoryServiceData", "UpdateUser", {})
|
|
21
|
-
.n("DirectoryServiceDataClient", "UpdateUserCommand")
|
|
22
|
-
.f(models_0_1.UpdateUserRequestFilterSensitiveLog, void 0)
|
|
23
|
-
.ser(Aws_restJson1_1.se_UpdateUserCommand)
|
|
24
|
-
.de(Aws_restJson1_1.de_UpdateUserCommand)
|
|
25
|
-
.build() {
|
|
26
|
-
}
|
|
27
|
-
exports.UpdateUserCommand = UpdateUserCommand;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddGroupMemberCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateGroupCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateUserCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DeleteGroupCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DescribeGroupCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DescribeUserCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DisableUserCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListGroupMembersCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListGroupsCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListGroupsForMemberCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListUsersCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./RemoveGroupMemberCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./SearchGroupsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./SearchUsersCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./UpdateGroupCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./UpdateUserCommand"), exports);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return Object.assign(options, {
|
|
6
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
7
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
8
|
-
defaultSigningName: "ds-data",
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
12
|
-
exports.commonParams = {
|
|
13
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
-
Region: { type: "builtInParams", name: "region" },
|
|
16
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DirectoryServiceDataServiceException = 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 DirectoryServiceDataServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, DirectoryServiceDataServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.DirectoryServiceDataServiceException = DirectoryServiceDataServiceException;
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1,344 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateUserRequestFilterSensitiveLog = exports.UpdateGroupRequestFilterSensitiveLog = exports.SearchUsersResultFilterSensitiveLog = exports.UserFilterSensitiveLog = exports.SearchUsersRequestFilterSensitiveLog = exports.SearchGroupsResultFilterSensitiveLog = exports.GroupFilterSensitiveLog = exports.SearchGroupsRequestFilterSensitiveLog = exports.ListUsersResultFilterSensitiveLog = exports.UserSummaryFilterSensitiveLog = exports.ListUsersRequestFilterSensitiveLog = exports.ListGroupsForMemberResultFilterSensitiveLog = exports.ListGroupsForMemberRequestFilterSensitiveLog = exports.ListGroupsResultFilterSensitiveLog = exports.ListGroupsRequestFilterSensitiveLog = exports.ListGroupMembersResultFilterSensitiveLog = exports.ListGroupMembersRequestFilterSensitiveLog = exports.DescribeUserResultFilterSensitiveLog = exports.DescribeGroupResultFilterSensitiveLog = exports.CreateUserRequestFilterSensitiveLog = exports.CreateGroupRequestFilterSensitiveLog = exports.AttributeValueFilterSensitiveLog = exports.UpdateType = exports.MemberType = exports.GroupType = exports.GroupScope = exports.AttributeValue = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.DirectoryUnavailableException = exports.DirectoryUnavailableReason = exports.ConflictException = exports.AccessDeniedException = exports.AccessDeniedReason = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const DirectoryServiceDataServiceException_1 = require("./DirectoryServiceDataServiceException");
|
|
6
|
-
exports.AccessDeniedReason = {
|
|
7
|
-
DATA_DISABLED: "DATA_DISABLED",
|
|
8
|
-
DIRECTORY_AUTH: "DIRECTORY_AUTH",
|
|
9
|
-
IAM_AUTH: "IAM_AUTH",
|
|
10
|
-
};
|
|
11
|
-
class AccessDeniedException extends DirectoryServiceDataServiceException_1.DirectoryServiceDataServiceException {
|
|
12
|
-
name = "AccessDeniedException";
|
|
13
|
-
$fault = "client";
|
|
14
|
-
Message;
|
|
15
|
-
Reason;
|
|
16
|
-
constructor(opts) {
|
|
17
|
-
super({
|
|
18
|
-
name: "AccessDeniedException",
|
|
19
|
-
$fault: "client",
|
|
20
|
-
...opts,
|
|
21
|
-
});
|
|
22
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
23
|
-
this.Message = opts.Message;
|
|
24
|
-
this.Reason = opts.Reason;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
28
|
-
class ConflictException extends DirectoryServiceDataServiceException_1.DirectoryServiceDataServiceException {
|
|
29
|
-
name = "ConflictException";
|
|
30
|
-
$fault = "client";
|
|
31
|
-
Message;
|
|
32
|
-
constructor(opts) {
|
|
33
|
-
super({
|
|
34
|
-
name: "ConflictException",
|
|
35
|
-
$fault: "client",
|
|
36
|
-
...opts,
|
|
37
|
-
});
|
|
38
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
39
|
-
this.Message = opts.Message;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
exports.ConflictException = ConflictException;
|
|
43
|
-
exports.DirectoryUnavailableReason = {
|
|
44
|
-
DIRECTORY_RESOURCES_EXCEEDED: "DIRECTORY_RESOURCES_EXCEEDED",
|
|
45
|
-
DIRECTORY_TIMEOUT: "DIRECTORY_TIMEOUT",
|
|
46
|
-
INVALID_DIRECTORY_STATE: "INVALID_DIRECTORY_STATE",
|
|
47
|
-
NO_DISK_SPACE: "NO_DISK_SPACE",
|
|
48
|
-
TRUST_AUTH_FAILURE: "TRUST_AUTH_FAILURE",
|
|
49
|
-
};
|
|
50
|
-
class DirectoryUnavailableException extends DirectoryServiceDataServiceException_1.DirectoryServiceDataServiceException {
|
|
51
|
-
name = "DirectoryUnavailableException";
|
|
52
|
-
$fault = "client";
|
|
53
|
-
$retryable = {};
|
|
54
|
-
Message;
|
|
55
|
-
Reason;
|
|
56
|
-
constructor(opts) {
|
|
57
|
-
super({
|
|
58
|
-
name: "DirectoryUnavailableException",
|
|
59
|
-
$fault: "client",
|
|
60
|
-
...opts,
|
|
61
|
-
});
|
|
62
|
-
Object.setPrototypeOf(this, DirectoryUnavailableException.prototype);
|
|
63
|
-
this.Message = opts.Message;
|
|
64
|
-
this.Reason = opts.Reason;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
exports.DirectoryUnavailableException = DirectoryUnavailableException;
|
|
68
|
-
class InternalServerException extends DirectoryServiceDataServiceException_1.DirectoryServiceDataServiceException {
|
|
69
|
-
name = "InternalServerException";
|
|
70
|
-
$fault = "server";
|
|
71
|
-
$retryable = {};
|
|
72
|
-
Message;
|
|
73
|
-
constructor(opts) {
|
|
74
|
-
super({
|
|
75
|
-
name: "InternalServerException",
|
|
76
|
-
$fault: "server",
|
|
77
|
-
...opts,
|
|
78
|
-
});
|
|
79
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
80
|
-
this.Message = opts.Message;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
exports.InternalServerException = InternalServerException;
|
|
84
|
-
class ResourceNotFoundException extends DirectoryServiceDataServiceException_1.DirectoryServiceDataServiceException {
|
|
85
|
-
name = "ResourceNotFoundException";
|
|
86
|
-
$fault = "client";
|
|
87
|
-
Message;
|
|
88
|
-
constructor(opts) {
|
|
89
|
-
super({
|
|
90
|
-
name: "ResourceNotFoundException",
|
|
91
|
-
$fault: "client",
|
|
92
|
-
...opts,
|
|
93
|
-
});
|
|
94
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
95
|
-
this.Message = opts.Message;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
99
|
-
class ThrottlingException extends DirectoryServiceDataServiceException_1.DirectoryServiceDataServiceException {
|
|
100
|
-
name = "ThrottlingException";
|
|
101
|
-
$fault = "client";
|
|
102
|
-
$retryable = {
|
|
103
|
-
throttling: true,
|
|
104
|
-
};
|
|
105
|
-
Message;
|
|
106
|
-
RetryAfterSeconds;
|
|
107
|
-
constructor(opts) {
|
|
108
|
-
super({
|
|
109
|
-
name: "ThrottlingException",
|
|
110
|
-
$fault: "client",
|
|
111
|
-
...opts,
|
|
112
|
-
});
|
|
113
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
114
|
-
this.Message = opts.Message;
|
|
115
|
-
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
exports.ThrottlingException = ThrottlingException;
|
|
119
|
-
exports.ValidationExceptionReason = {
|
|
120
|
-
ATTRIBUTE_EXISTS: "ATTRIBUTE_EXISTS",
|
|
121
|
-
DUPLICATE_ATTRIBUTE: "DUPLICATE_ATTRIBUTE",
|
|
122
|
-
INVALID_ATTRIBUTE_FOR_GROUP: "INVALID_ATTRIBUTE_FOR_GROUP",
|
|
123
|
-
INVALID_ATTRIBUTE_FOR_MODIFY: "INVALID_ATTRIBUTE_FOR_MODIFY",
|
|
124
|
-
INVALID_ATTRIBUTE_FOR_SEARCH: "INVALID_ATTRIBUTE_FOR_SEARCH",
|
|
125
|
-
INVALID_ATTRIBUTE_FOR_USER: "INVALID_ATTRIBUTE_FOR_USER",
|
|
126
|
-
INVALID_ATTRIBUTE_NAME: "INVALID_ATTRIBUTE_NAME",
|
|
127
|
-
INVALID_ATTRIBUTE_VALUE: "INVALID_ATTRIBUTE_VALUE",
|
|
128
|
-
INVALID_DIRECTORY_TYPE: "INVALID_DIRECTORY_TYPE",
|
|
129
|
-
INVALID_NEXT_TOKEN: "INVALID_NEXT_TOKEN",
|
|
130
|
-
INVALID_REALM: "INVALID_REALM",
|
|
131
|
-
INVALID_SECONDARY_REGION: "INVALID_SECONDARY_REGION",
|
|
132
|
-
LDAP_SIZE_LIMIT_EXCEEDED: "LDAP_SIZE_LIMIT_EXCEEDED",
|
|
133
|
-
LDAP_UNSUPPORTED_OPERATION: "LDAP_UNSUPPORTED_OPERATION",
|
|
134
|
-
MISSING_ATTRIBUTE: "MISSING_ATTRIBUTE",
|
|
135
|
-
};
|
|
136
|
-
class ValidationException extends DirectoryServiceDataServiceException_1.DirectoryServiceDataServiceException {
|
|
137
|
-
name = "ValidationException";
|
|
138
|
-
$fault = "client";
|
|
139
|
-
Message;
|
|
140
|
-
Reason;
|
|
141
|
-
constructor(opts) {
|
|
142
|
-
super({
|
|
143
|
-
name: "ValidationException",
|
|
144
|
-
$fault: "client",
|
|
145
|
-
...opts,
|
|
146
|
-
});
|
|
147
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
148
|
-
this.Message = opts.Message;
|
|
149
|
-
this.Reason = opts.Reason;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
exports.ValidationException = ValidationException;
|
|
153
|
-
var AttributeValue;
|
|
154
|
-
(function (AttributeValue) {
|
|
155
|
-
AttributeValue.visit = (value, visitor) => {
|
|
156
|
-
if (value.S !== undefined)
|
|
157
|
-
return visitor.S(value.S);
|
|
158
|
-
if (value.N !== undefined)
|
|
159
|
-
return visitor.N(value.N);
|
|
160
|
-
if (value.BOOL !== undefined)
|
|
161
|
-
return visitor.BOOL(value.BOOL);
|
|
162
|
-
if (value.SS !== undefined)
|
|
163
|
-
return visitor.SS(value.SS);
|
|
164
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
165
|
-
};
|
|
166
|
-
})(AttributeValue || (exports.AttributeValue = AttributeValue = {}));
|
|
167
|
-
exports.GroupScope = {
|
|
168
|
-
BUILTIN_LOCAL: "BuiltinLocal",
|
|
169
|
-
DOMAIN_LOCAL: "DomainLocal",
|
|
170
|
-
GLOBAL: "Global",
|
|
171
|
-
UNIVERSAL: "Universal",
|
|
172
|
-
};
|
|
173
|
-
exports.GroupType = {
|
|
174
|
-
DISTRIBUTION: "Distribution",
|
|
175
|
-
SECURITY: "Security",
|
|
176
|
-
};
|
|
177
|
-
exports.MemberType = {
|
|
178
|
-
COMPUTER: "COMPUTER",
|
|
179
|
-
GROUP: "GROUP",
|
|
180
|
-
USER: "USER",
|
|
181
|
-
};
|
|
182
|
-
exports.UpdateType = {
|
|
183
|
-
ADD: "ADD",
|
|
184
|
-
REMOVE: "REMOVE",
|
|
185
|
-
REPLACE: "REPLACE",
|
|
186
|
-
};
|
|
187
|
-
const AttributeValueFilterSensitiveLog = (obj) => {
|
|
188
|
-
if (obj.S !== undefined)
|
|
189
|
-
return { S: smithy_client_1.SENSITIVE_STRING };
|
|
190
|
-
if (obj.N !== undefined)
|
|
191
|
-
return { N: smithy_client_1.SENSITIVE_STRING };
|
|
192
|
-
if (obj.BOOL !== undefined)
|
|
193
|
-
return { BOOL: smithy_client_1.SENSITIVE_STRING };
|
|
194
|
-
if (obj.SS !== undefined)
|
|
195
|
-
return { SS: smithy_client_1.SENSITIVE_STRING };
|
|
196
|
-
if (obj.$unknown !== undefined)
|
|
197
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
198
|
-
};
|
|
199
|
-
exports.AttributeValueFilterSensitiveLog = AttributeValueFilterSensitiveLog;
|
|
200
|
-
const CreateGroupRequestFilterSensitiveLog = (obj) => ({
|
|
201
|
-
...obj,
|
|
202
|
-
...(obj.OtherAttributes && {
|
|
203
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
204
|
-
}),
|
|
205
|
-
});
|
|
206
|
-
exports.CreateGroupRequestFilterSensitiveLog = CreateGroupRequestFilterSensitiveLog;
|
|
207
|
-
const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
210
|
-
...(obj.GivenName && { GivenName: smithy_client_1.SENSITIVE_STRING }),
|
|
211
|
-
...(obj.Surname && { Surname: smithy_client_1.SENSITIVE_STRING }),
|
|
212
|
-
...(obj.OtherAttributes && {
|
|
213
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
214
|
-
}),
|
|
215
|
-
});
|
|
216
|
-
exports.CreateUserRequestFilterSensitiveLog = CreateUserRequestFilterSensitiveLog;
|
|
217
|
-
const DescribeGroupResultFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
...(obj.DistinguishedName && { DistinguishedName: smithy_client_1.SENSITIVE_STRING }),
|
|
220
|
-
...(obj.OtherAttributes && {
|
|
221
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
222
|
-
}),
|
|
223
|
-
});
|
|
224
|
-
exports.DescribeGroupResultFilterSensitiveLog = DescribeGroupResultFilterSensitiveLog;
|
|
225
|
-
const DescribeUserResultFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
...(obj.DistinguishedName && { DistinguishedName: smithy_client_1.SENSITIVE_STRING }),
|
|
228
|
-
...(obj.UserPrincipalName && { UserPrincipalName: smithy_client_1.SENSITIVE_STRING }),
|
|
229
|
-
...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
230
|
-
...(obj.GivenName && { GivenName: smithy_client_1.SENSITIVE_STRING }),
|
|
231
|
-
...(obj.Surname && { Surname: smithy_client_1.SENSITIVE_STRING }),
|
|
232
|
-
...(obj.OtherAttributes && {
|
|
233
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
234
|
-
}),
|
|
235
|
-
});
|
|
236
|
-
exports.DescribeUserResultFilterSensitiveLog = DescribeUserResultFilterSensitiveLog;
|
|
237
|
-
const ListGroupMembersRequestFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
240
|
-
});
|
|
241
|
-
exports.ListGroupMembersRequestFilterSensitiveLog = ListGroupMembersRequestFilterSensitiveLog;
|
|
242
|
-
const ListGroupMembersResultFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
245
|
-
});
|
|
246
|
-
exports.ListGroupMembersResultFilterSensitiveLog = ListGroupMembersResultFilterSensitiveLog;
|
|
247
|
-
const ListGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
250
|
-
});
|
|
251
|
-
exports.ListGroupsRequestFilterSensitiveLog = ListGroupsRequestFilterSensitiveLog;
|
|
252
|
-
const ListGroupsResultFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
255
|
-
});
|
|
256
|
-
exports.ListGroupsResultFilterSensitiveLog = ListGroupsResultFilterSensitiveLog;
|
|
257
|
-
const ListGroupsForMemberRequestFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
260
|
-
});
|
|
261
|
-
exports.ListGroupsForMemberRequestFilterSensitiveLog = ListGroupsForMemberRequestFilterSensitiveLog;
|
|
262
|
-
const ListGroupsForMemberResultFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
265
|
-
});
|
|
266
|
-
exports.ListGroupsForMemberResultFilterSensitiveLog = ListGroupsForMemberResultFilterSensitiveLog;
|
|
267
|
-
const ListUsersRequestFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
270
|
-
});
|
|
271
|
-
exports.ListUsersRequestFilterSensitiveLog = ListUsersRequestFilterSensitiveLog;
|
|
272
|
-
const UserSummaryFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
...(obj.GivenName && { GivenName: smithy_client_1.SENSITIVE_STRING }),
|
|
275
|
-
...(obj.Surname && { Surname: smithy_client_1.SENSITIVE_STRING }),
|
|
276
|
-
});
|
|
277
|
-
exports.UserSummaryFilterSensitiveLog = UserSummaryFilterSensitiveLog;
|
|
278
|
-
const ListUsersResultFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
...(obj.Users && { Users: obj.Users.map((item) => (0, exports.UserSummaryFilterSensitiveLog)(item)) }),
|
|
281
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
282
|
-
});
|
|
283
|
-
exports.ListUsersResultFilterSensitiveLog = ListUsersResultFilterSensitiveLog;
|
|
284
|
-
const SearchGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
...(obj.SearchString && { SearchString: smithy_client_1.SENSITIVE_STRING }),
|
|
287
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
288
|
-
});
|
|
289
|
-
exports.SearchGroupsRequestFilterSensitiveLog = SearchGroupsRequestFilterSensitiveLog;
|
|
290
|
-
const GroupFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
...(obj.DistinguishedName && { DistinguishedName: smithy_client_1.SENSITIVE_STRING }),
|
|
293
|
-
...(obj.OtherAttributes && {
|
|
294
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
295
|
-
}),
|
|
296
|
-
});
|
|
297
|
-
exports.GroupFilterSensitiveLog = GroupFilterSensitiveLog;
|
|
298
|
-
const SearchGroupsResultFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
...(obj.Groups && { Groups: obj.Groups.map((item) => (0, exports.GroupFilterSensitiveLog)(item)) }),
|
|
301
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
302
|
-
});
|
|
303
|
-
exports.SearchGroupsResultFilterSensitiveLog = SearchGroupsResultFilterSensitiveLog;
|
|
304
|
-
const SearchUsersRequestFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
...(obj.SearchString && { SearchString: smithy_client_1.SENSITIVE_STRING }),
|
|
307
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
308
|
-
});
|
|
309
|
-
exports.SearchUsersRequestFilterSensitiveLog = SearchUsersRequestFilterSensitiveLog;
|
|
310
|
-
const UserFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
...(obj.DistinguishedName && { DistinguishedName: smithy_client_1.SENSITIVE_STRING }),
|
|
313
|
-
...(obj.UserPrincipalName && { UserPrincipalName: smithy_client_1.SENSITIVE_STRING }),
|
|
314
|
-
...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
315
|
-
...(obj.GivenName && { GivenName: smithy_client_1.SENSITIVE_STRING }),
|
|
316
|
-
...(obj.Surname && { Surname: smithy_client_1.SENSITIVE_STRING }),
|
|
317
|
-
...(obj.OtherAttributes && {
|
|
318
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
319
|
-
}),
|
|
320
|
-
});
|
|
321
|
-
exports.UserFilterSensitiveLog = UserFilterSensitiveLog;
|
|
322
|
-
const SearchUsersResultFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
...(obj.Users && { Users: obj.Users.map((item) => (0, exports.UserFilterSensitiveLog)(item)) }),
|
|
325
|
-
...(obj.NextToken && { NextToken: smithy_client_1.SENSITIVE_STRING }),
|
|
326
|
-
});
|
|
327
|
-
exports.SearchUsersResultFilterSensitiveLog = SearchUsersResultFilterSensitiveLog;
|
|
328
|
-
const UpdateGroupRequestFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
...(obj.OtherAttributes && {
|
|
331
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
332
|
-
}),
|
|
333
|
-
});
|
|
334
|
-
exports.UpdateGroupRequestFilterSensitiveLog = UpdateGroupRequestFilterSensitiveLog;
|
|
335
|
-
const UpdateUserRequestFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
...(obj.EmailAddress && { EmailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
338
|
-
...(obj.GivenName && { GivenName: smithy_client_1.SENSITIVE_STRING }),
|
|
339
|
-
...(obj.Surname && { Surname: smithy_client_1.SENSITIVE_STRING }),
|
|
340
|
-
...(obj.OtherAttributes && {
|
|
341
|
-
OtherAttributes: Object.entries(obj.OtherAttributes).reduce((acc, [key, value]) => ((acc[key] = (0, exports.AttributeValueFilterSensitiveLog)(value)), acc), {}),
|
|
342
|
-
}),
|
|
343
|
-
});
|
|
344
|
-
exports.UpdateUserRequestFilterSensitiveLog = UpdateUserRequestFilterSensitiveLog;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListGroupMembers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListGroupMembersCommand_1 = require("../commands/ListGroupMembersCommand");
|
|
6
|
-
const DirectoryServiceDataClient_1 = require("../DirectoryServiceDataClient");
|
|
7
|
-
exports.paginateListGroupMembers = (0, core_1.createPaginator)(DirectoryServiceDataClient_1.DirectoryServiceDataClient, ListGroupMembersCommand_1.ListGroupMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListGroupsForMember = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListGroupsForMemberCommand_1 = require("../commands/ListGroupsForMemberCommand");
|
|
6
|
-
const DirectoryServiceDataClient_1 = require("../DirectoryServiceDataClient");
|
|
7
|
-
exports.paginateListGroupsForMember = (0, core_1.createPaginator)(DirectoryServiceDataClient_1.DirectoryServiceDataClient, ListGroupsForMemberCommand_1.ListGroupsForMemberCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
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 DirectoryServiceDataClient_1 = require("../DirectoryServiceDataClient");
|
|
7
|
-
exports.paginateListGroups = (0, core_1.createPaginator)(DirectoryServiceDataClient_1.DirectoryServiceDataClient, ListGroupsCommand_1.ListGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
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 DirectoryServiceDataClient_1 = require("../DirectoryServiceDataClient");
|
|
7
|
-
exports.paginateListUsers = (0, core_1.createPaginator)(DirectoryServiceDataClient_1.DirectoryServiceDataClient, ListUsersCommand_1.ListUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchGroupsCommand_1 = require("../commands/SearchGroupsCommand");
|
|
6
|
-
const DirectoryServiceDataClient_1 = require("../DirectoryServiceDataClient");
|
|
7
|
-
exports.paginateSearchGroups = (0, core_1.createPaginator)(DirectoryServiceDataClient_1.DirectoryServiceDataClient, SearchGroupsCommand_1.SearchGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchUsers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchUsersCommand_1 = require("../commands/SearchUsersCommand");
|
|
6
|
-
const DirectoryServiceDataClient_1 = require("../DirectoryServiceDataClient");
|
|
7
|
-
exports.paginateSearchUsers = (0, core_1.createPaginator)(DirectoryServiceDataClient_1.DirectoryServiceDataClient, SearchUsersCommand_1.SearchUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,10 +0,0 @@
|
|
|
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("./ListGroupMembersPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListGroupsForMemberPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListGroupsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListUsersPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./SearchGroupsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./SearchUsersPaginator"), exports);
|