@aws-sdk/client-directory-service 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AcceptSharedDirectoryCommand.js +2 -2
- package/dist-cjs/commands/AddIpRoutesCommand.js +2 -2
- package/dist-cjs/commands/AddRegionCommand.js +2 -2
- package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
- package/dist-cjs/commands/CancelSchemaExtensionCommand.js +2 -2
- package/dist-cjs/commands/ConnectDirectoryCommand.js +2 -2
- package/dist-cjs/commands/CreateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateComputerCommand.js +2 -2
- package/dist-cjs/commands/CreateConditionalForwarderCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
- package/dist-cjs/commands/CreateLogSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateMicrosoftADCommand.js +2 -2
- package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
- package/dist-cjs/commands/CreateTrustCommand.js +2 -2
- package/dist-cjs/commands/DeleteConditionalForwarderCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteLogSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrustCommand.js +2 -2
- package/dist-cjs/commands/DeregisterCertificateCommand.js +2 -2
- package/dist-cjs/commands/DeregisterEventTopicCommand.js +2 -2
- package/dist-cjs/commands/DescribeCertificateCommand.js +2 -2
- package/dist-cjs/commands/DescribeClientAuthenticationSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeConditionalForwardersCommand.js +2 -2
- package/dist-cjs/commands/DescribeDirectoriesCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainControllersCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventTopicsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLDAPSSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeRegionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeSharedDirectoriesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrustsCommand.js +2 -2
- package/dist-cjs/commands/DisableClientAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/DisableLDAPSCommand.js +2 -2
- package/dist-cjs/commands/DisableRadiusCommand.js +2 -2
- package/dist-cjs/commands/DisableSsoCommand.js +2 -2
- package/dist-cjs/commands/EnableClientAuthenticationCommand.js +2 -2
- package/dist-cjs/commands/EnableLDAPSCommand.js +2 -2
- package/dist-cjs/commands/EnableRadiusCommand.js +2 -2
- package/dist-cjs/commands/EnableSsoCommand.js +2 -2
- package/dist-cjs/commands/GetDirectoryLimitsCommand.js +2 -2
- package/dist-cjs/commands/GetSnapshotLimitsCommand.js +2 -2
- package/dist-cjs/commands/ListCertificatesCommand.js +2 -2
- package/dist-cjs/commands/ListIpRoutesCommand.js +2 -2
- package/dist-cjs/commands/ListLogSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/ListSchemaExtensionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RegisterCertificateCommand.js +2 -2
- package/dist-cjs/commands/RegisterEventTopicCommand.js +2 -2
- package/dist-cjs/commands/RejectSharedDirectoryCommand.js +2 -2
- package/dist-cjs/commands/RemoveIpRoutesCommand.js +2 -2
- package/dist-cjs/commands/RemoveRegionCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
- package/dist-cjs/commands/ResetUserPasswordCommand.js +2 -2
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -2
- package/dist-cjs/commands/ShareDirectoryCommand.js +2 -2
- package/dist-cjs/commands/StartSchemaExtensionCommand.js +2 -2
- package/dist-cjs/commands/UnshareDirectoryCommand.js +2 -2
- package/dist-cjs/commands/UpdateConditionalForwarderCommand.js +2 -2
- package/dist-cjs/commands/UpdateNumberOfDomainControllersCommand.js +2 -2
- package/dist-cjs/commands/UpdateRadiusCommand.js +2 -2
- package/dist-cjs/commands/UpdateSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrustCommand.js +2 -2
- package/dist-cjs/commands/VerifyTrustCommand.js +2 -2
- package/dist-cjs/models/models_0.js +683 -1009
- package/dist-es/commands/AcceptSharedDirectoryCommand.js +3 -3
- package/dist-es/commands/AddIpRoutesCommand.js +3 -3
- package/dist-es/commands/AddRegionCommand.js +3 -3
- package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
- package/dist-es/commands/CancelSchemaExtensionCommand.js +3 -3
- package/dist-es/commands/ConnectDirectoryCommand.js +3 -3
- package/dist-es/commands/CreateAliasCommand.js +3 -3
- package/dist-es/commands/CreateComputerCommand.js +3 -3
- package/dist-es/commands/CreateConditionalForwarderCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryCommand.js +3 -3
- package/dist-es/commands/CreateLogSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateMicrosoftADCommand.js +3 -3
- package/dist-es/commands/CreateSnapshotCommand.js +3 -3
- package/dist-es/commands/CreateTrustCommand.js +3 -3
- package/dist-es/commands/DeleteConditionalForwarderCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
- package/dist-es/commands/DeleteLogSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
- package/dist-es/commands/DeleteTrustCommand.js +3 -3
- package/dist-es/commands/DeregisterCertificateCommand.js +3 -3
- package/dist-es/commands/DeregisterEventTopicCommand.js +3 -3
- package/dist-es/commands/DescribeCertificateCommand.js +3 -3
- package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeConditionalForwardersCommand.js +3 -3
- package/dist-es/commands/DescribeDirectoriesCommand.js +3 -3
- package/dist-es/commands/DescribeDomainControllersCommand.js +3 -3
- package/dist-es/commands/DescribeEventTopicsCommand.js +3 -3
- package/dist-es/commands/DescribeLDAPSSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeRegionsCommand.js +3 -3
- package/dist-es/commands/DescribeSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeSharedDirectoriesCommand.js +3 -3
- package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeTrustsCommand.js +3 -3
- package/dist-es/commands/DisableClientAuthenticationCommand.js +3 -3
- package/dist-es/commands/DisableLDAPSCommand.js +3 -3
- package/dist-es/commands/DisableRadiusCommand.js +3 -3
- package/dist-es/commands/DisableSsoCommand.js +3 -3
- package/dist-es/commands/EnableClientAuthenticationCommand.js +3 -3
- package/dist-es/commands/EnableLDAPSCommand.js +3 -3
- package/dist-es/commands/EnableRadiusCommand.js +3 -3
- package/dist-es/commands/EnableSsoCommand.js +3 -3
- package/dist-es/commands/GetDirectoryLimitsCommand.js +3 -3
- package/dist-es/commands/GetSnapshotLimitsCommand.js +3 -3
- package/dist-es/commands/ListCertificatesCommand.js +3 -3
- package/dist-es/commands/ListIpRoutesCommand.js +3 -3
- package/dist-es/commands/ListLogSubscriptionsCommand.js +3 -3
- package/dist-es/commands/ListSchemaExtensionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RegisterCertificateCommand.js +3 -3
- package/dist-es/commands/RegisterEventTopicCommand.js +3 -3
- package/dist-es/commands/RejectSharedDirectoryCommand.js +3 -3
- package/dist-es/commands/RemoveIpRoutesCommand.js +3 -3
- package/dist-es/commands/RemoveRegionCommand.js +3 -3
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
- package/dist-es/commands/ResetUserPasswordCommand.js +3 -3
- package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
- package/dist-es/commands/ShareDirectoryCommand.js +3 -3
- package/dist-es/commands/StartSchemaExtensionCommand.js +3 -3
- package/dist-es/commands/UnshareDirectoryCommand.js +3 -3
- package/dist-es/commands/UpdateConditionalForwarderCommand.js +3 -3
- package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +3 -3
- package/dist-es/commands/UpdateRadiusCommand.js +3 -3
- package/dist-es/commands/UpdateSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateTrustCommand.js +3 -3
- package/dist-es/commands/VerifyTrustCommand.js +3 -3
- package/dist-es/models/models_0.js +169 -658
- package/dist-types/models/models_0.d.ts +652 -978
- package/dist-types/ts3.4/models/models_0.d.ts +326 -652
- package/package.json +7 -7
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
|
|
4
|
-
export var AcceptSharedDirectoryRequest;
|
|
5
|
-
(function (AcceptSharedDirectoryRequest) {
|
|
6
|
-
AcceptSharedDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(AcceptSharedDirectoryRequest || (AcceptSharedDirectoryRequest = {}));
|
|
8
4
|
export var ShareMethod;
|
|
9
5
|
(function (ShareMethod) {
|
|
10
6
|
ShareMethod["HANDSHAKE"] = "HANDSHAKE";
|
|
@@ -22,14 +18,6 @@ export var ShareStatus;
|
|
|
22
18
|
ShareStatus["SHARE_FAILED"] = "ShareFailed";
|
|
23
19
|
ShareStatus["SHARING"] = "Sharing";
|
|
24
20
|
})(ShareStatus || (ShareStatus = {}));
|
|
25
|
-
export var SharedDirectory;
|
|
26
|
-
(function (SharedDirectory) {
|
|
27
|
-
SharedDirectory.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }))); };
|
|
28
|
-
})(SharedDirectory || (SharedDirectory = {}));
|
|
29
|
-
export var AcceptSharedDirectoryResult;
|
|
30
|
-
(function (AcceptSharedDirectoryResult) {
|
|
31
|
-
AcceptSharedDirectoryResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedDirectory && { SharedDirectory: SharedDirectory.filterSensitiveLog(obj.SharedDirectory) }))); };
|
|
32
|
-
})(AcceptSharedDirectoryResult || (AcceptSharedDirectoryResult = {}));
|
|
33
21
|
var ClientException = (function (_super) {
|
|
34
22
|
__extends(ClientException, _super);
|
|
35
23
|
function ClientException(opts) {
|
|
@@ -114,18 +102,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
114
102
|
return AccessDeniedException;
|
|
115
103
|
}(__BaseException));
|
|
116
104
|
export { AccessDeniedException };
|
|
117
|
-
export var IpRoute;
|
|
118
|
-
(function (IpRoute) {
|
|
119
|
-
IpRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
-
})(IpRoute || (IpRoute = {}));
|
|
121
|
-
export var AddIpRoutesRequest;
|
|
122
|
-
(function (AddIpRoutesRequest) {
|
|
123
|
-
AddIpRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(AddIpRoutesRequest || (AddIpRoutesRequest = {}));
|
|
125
|
-
export var AddIpRoutesResult;
|
|
126
|
-
(function (AddIpRoutesResult) {
|
|
127
|
-
AddIpRoutesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(AddIpRoutesResult || (AddIpRoutesResult = {}));
|
|
129
105
|
var DirectoryUnavailableException = (function (_super) {
|
|
130
106
|
__extends(DirectoryUnavailableException, _super);
|
|
131
107
|
function DirectoryUnavailableException(opts) {
|
|
@@ -168,18 +144,6 @@ var IpRouteLimitExceededException = (function (_super) {
|
|
|
168
144
|
return IpRouteLimitExceededException;
|
|
169
145
|
}(__BaseException));
|
|
170
146
|
export { IpRouteLimitExceededException };
|
|
171
|
-
export var DirectoryVpcSettings;
|
|
172
|
-
(function (DirectoryVpcSettings) {
|
|
173
|
-
DirectoryVpcSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
-
})(DirectoryVpcSettings || (DirectoryVpcSettings = {}));
|
|
175
|
-
export var AddRegionRequest;
|
|
176
|
-
(function (AddRegionRequest) {
|
|
177
|
-
AddRegionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(AddRegionRequest || (AddRegionRequest = {}));
|
|
179
|
-
export var AddRegionResult;
|
|
180
|
-
(function (AddRegionResult) {
|
|
181
|
-
AddRegionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(AddRegionResult || (AddRegionResult = {}));
|
|
183
147
|
var DirectoryAlreadyInRegionException = (function (_super) {
|
|
184
148
|
__extends(DirectoryAlreadyInRegionException, _super);
|
|
185
149
|
function DirectoryAlreadyInRegionException(opts) {
|
|
@@ -236,18 +200,6 @@ var UnsupportedOperationException = (function (_super) {
|
|
|
236
200
|
return UnsupportedOperationException;
|
|
237
201
|
}(__BaseException));
|
|
238
202
|
export { UnsupportedOperationException };
|
|
239
|
-
export var Tag;
|
|
240
|
-
(function (Tag) {
|
|
241
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(Tag || (Tag = {}));
|
|
243
|
-
export var AddTagsToResourceRequest;
|
|
244
|
-
(function (AddTagsToResourceRequest) {
|
|
245
|
-
AddTagsToResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(AddTagsToResourceRequest || (AddTagsToResourceRequest = {}));
|
|
247
|
-
export var AddTagsToResourceResult;
|
|
248
|
-
(function (AddTagsToResourceResult) {
|
|
249
|
-
AddTagsToResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(AddTagsToResourceResult || (AddTagsToResourceResult = {}));
|
|
251
203
|
var TagLimitExceededException = (function (_super) {
|
|
252
204
|
__extends(TagLimitExceededException, _super);
|
|
253
205
|
function TagLimitExceededException(opts) {
|
|
@@ -262,10 +214,6 @@ var TagLimitExceededException = (function (_super) {
|
|
|
262
214
|
return TagLimitExceededException;
|
|
263
215
|
}(__BaseException));
|
|
264
216
|
export { TagLimitExceededException };
|
|
265
|
-
export var Attribute;
|
|
266
|
-
(function (Attribute) {
|
|
267
|
-
Attribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(Attribute || (Attribute = {}));
|
|
269
217
|
var AuthenticationFailedException = (function (_super) {
|
|
270
218
|
__extends(AuthenticationFailedException, _super);
|
|
271
219
|
function AuthenticationFailedException(opts) {
|
|
@@ -280,18 +228,6 @@ var AuthenticationFailedException = (function (_super) {
|
|
|
280
228
|
return AuthenticationFailedException;
|
|
281
229
|
}(__BaseException));
|
|
282
230
|
export { AuthenticationFailedException };
|
|
283
|
-
export var CancelSchemaExtensionRequest;
|
|
284
|
-
(function (CancelSchemaExtensionRequest) {
|
|
285
|
-
CancelSchemaExtensionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(CancelSchemaExtensionRequest || (CancelSchemaExtensionRequest = {}));
|
|
287
|
-
export var CancelSchemaExtensionResult;
|
|
288
|
-
(function (CancelSchemaExtensionResult) {
|
|
289
|
-
CancelSchemaExtensionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(CancelSchemaExtensionResult || (CancelSchemaExtensionResult = {}));
|
|
291
|
-
export var ClientCertAuthSettings;
|
|
292
|
-
(function (ClientCertAuthSettings) {
|
|
293
|
-
ClientCertAuthSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(ClientCertAuthSettings || (ClientCertAuthSettings = {}));
|
|
295
231
|
export var CertificateState;
|
|
296
232
|
(function (CertificateState) {
|
|
297
233
|
CertificateState["DEREGISTERED"] = "Deregistered";
|
|
@@ -306,10 +242,6 @@ export var CertificateType;
|
|
|
306
242
|
CertificateType["CLIENT_CERT_AUTH"] = "ClientCertAuth";
|
|
307
243
|
CertificateType["CLIENT_LDAPS"] = "ClientLDAPS";
|
|
308
244
|
})(CertificateType || (CertificateType = {}));
|
|
309
|
-
export var Certificate;
|
|
310
|
-
(function (Certificate) {
|
|
311
|
-
Certificate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
-
})(Certificate || (Certificate = {}));
|
|
313
245
|
var CertificateAlreadyExistsException = (function (_super) {
|
|
314
246
|
__extends(CertificateAlreadyExistsException, _super);
|
|
315
247
|
function CertificateAlreadyExistsException(opts) {
|
|
@@ -338,10 +270,6 @@ var CertificateDoesNotExistException = (function (_super) {
|
|
|
338
270
|
return CertificateDoesNotExistException;
|
|
339
271
|
}(__BaseException));
|
|
340
272
|
export { CertificateDoesNotExistException };
|
|
341
|
-
export var CertificateInfo;
|
|
342
|
-
(function (CertificateInfo) {
|
|
343
|
-
CertificateInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
-
})(CertificateInfo || (CertificateInfo = {}));
|
|
345
273
|
var CertificateInUseException = (function (_super) {
|
|
346
274
|
__extends(CertificateInUseException, _super);
|
|
347
275
|
function CertificateInUseException(opts) {
|
|
@@ -380,39 +308,15 @@ export var ClientAuthenticationType;
|
|
|
380
308
|
ClientAuthenticationType["SMART_CARD"] = "SmartCard";
|
|
381
309
|
ClientAuthenticationType["SMART_CARD_OR_PASSWORD"] = "SmartCardOrPassword";
|
|
382
310
|
})(ClientAuthenticationType || (ClientAuthenticationType = {}));
|
|
383
|
-
export var ClientAuthenticationSettingInfo;
|
|
384
|
-
(function (ClientAuthenticationSettingInfo) {
|
|
385
|
-
ClientAuthenticationSettingInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(ClientAuthenticationSettingInfo || (ClientAuthenticationSettingInfo = {}));
|
|
387
|
-
export var Computer;
|
|
388
|
-
(function (Computer) {
|
|
389
|
-
Computer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(Computer || (Computer = {}));
|
|
391
311
|
export var ReplicationScope;
|
|
392
312
|
(function (ReplicationScope) {
|
|
393
313
|
ReplicationScope["Domain"] = "Domain";
|
|
394
314
|
})(ReplicationScope || (ReplicationScope = {}));
|
|
395
|
-
export var ConditionalForwarder;
|
|
396
|
-
(function (ConditionalForwarder) {
|
|
397
|
-
ConditionalForwarder.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
-
})(ConditionalForwarder || (ConditionalForwarder = {}));
|
|
399
|
-
export var DirectoryConnectSettings;
|
|
400
|
-
(function (DirectoryConnectSettings) {
|
|
401
|
-
DirectoryConnectSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
-
})(DirectoryConnectSettings || (DirectoryConnectSettings = {}));
|
|
403
315
|
export var DirectorySize;
|
|
404
316
|
(function (DirectorySize) {
|
|
405
317
|
DirectorySize["LARGE"] = "Large";
|
|
406
318
|
DirectorySize["SMALL"] = "Small";
|
|
407
319
|
})(DirectorySize || (DirectorySize = {}));
|
|
408
|
-
export var ConnectDirectoryRequest;
|
|
409
|
-
(function (ConnectDirectoryRequest) {
|
|
410
|
-
ConnectDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
411
|
-
})(ConnectDirectoryRequest || (ConnectDirectoryRequest = {}));
|
|
412
|
-
export var ConnectDirectoryResult;
|
|
413
|
-
(function (ConnectDirectoryResult) {
|
|
414
|
-
ConnectDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(ConnectDirectoryResult || (ConnectDirectoryResult = {}));
|
|
416
320
|
var DirectoryLimitExceededException = (function (_super) {
|
|
417
321
|
__extends(DirectoryLimitExceededException, _super);
|
|
418
322
|
function DirectoryLimitExceededException(opts) {
|
|
@@ -427,46 +331,6 @@ var DirectoryLimitExceededException = (function (_super) {
|
|
|
427
331
|
return DirectoryLimitExceededException;
|
|
428
332
|
}(__BaseException));
|
|
429
333
|
export { DirectoryLimitExceededException };
|
|
430
|
-
export var CreateAliasRequest;
|
|
431
|
-
(function (CreateAliasRequest) {
|
|
432
|
-
CreateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(CreateAliasRequest || (CreateAliasRequest = {}));
|
|
434
|
-
export var CreateAliasResult;
|
|
435
|
-
(function (CreateAliasResult) {
|
|
436
|
-
CreateAliasResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(CreateAliasResult || (CreateAliasResult = {}));
|
|
438
|
-
export var CreateComputerRequest;
|
|
439
|
-
(function (CreateComputerRequest) {
|
|
440
|
-
CreateComputerRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
441
|
-
})(CreateComputerRequest || (CreateComputerRequest = {}));
|
|
442
|
-
export var CreateComputerResult;
|
|
443
|
-
(function (CreateComputerResult) {
|
|
444
|
-
CreateComputerResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
})(CreateComputerResult || (CreateComputerResult = {}));
|
|
446
|
-
export var CreateConditionalForwarderRequest;
|
|
447
|
-
(function (CreateConditionalForwarderRequest) {
|
|
448
|
-
CreateConditionalForwarderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(CreateConditionalForwarderRequest || (CreateConditionalForwarderRequest = {}));
|
|
450
|
-
export var CreateConditionalForwarderResult;
|
|
451
|
-
(function (CreateConditionalForwarderResult) {
|
|
452
|
-
CreateConditionalForwarderResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(CreateConditionalForwarderResult || (CreateConditionalForwarderResult = {}));
|
|
454
|
-
export var CreateDirectoryRequest;
|
|
455
|
-
(function (CreateDirectoryRequest) {
|
|
456
|
-
CreateDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
457
|
-
})(CreateDirectoryRequest || (CreateDirectoryRequest = {}));
|
|
458
|
-
export var CreateDirectoryResult;
|
|
459
|
-
(function (CreateDirectoryResult) {
|
|
460
|
-
CreateDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
-
})(CreateDirectoryResult || (CreateDirectoryResult = {}));
|
|
462
|
-
export var CreateLogSubscriptionRequest;
|
|
463
|
-
(function (CreateLogSubscriptionRequest) {
|
|
464
|
-
CreateLogSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
-
})(CreateLogSubscriptionRequest || (CreateLogSubscriptionRequest = {}));
|
|
466
|
-
export var CreateLogSubscriptionResult;
|
|
467
|
-
(function (CreateLogSubscriptionResult) {
|
|
468
|
-
CreateLogSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
-
})(CreateLogSubscriptionResult || (CreateLogSubscriptionResult = {}));
|
|
470
334
|
var InsufficientPermissionsException = (function (_super) {
|
|
471
335
|
__extends(InsufficientPermissionsException, _super);
|
|
472
336
|
function InsufficientPermissionsException(opts) {
|
|
@@ -486,22 +350,6 @@ export var DirectoryEdition;
|
|
|
486
350
|
DirectoryEdition["ENTERPRISE"] = "Enterprise";
|
|
487
351
|
DirectoryEdition["STANDARD"] = "Standard";
|
|
488
352
|
})(DirectoryEdition || (DirectoryEdition = {}));
|
|
489
|
-
export var CreateMicrosoftADRequest;
|
|
490
|
-
(function (CreateMicrosoftADRequest) {
|
|
491
|
-
CreateMicrosoftADRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
492
|
-
})(CreateMicrosoftADRequest || (CreateMicrosoftADRequest = {}));
|
|
493
|
-
export var CreateMicrosoftADResult;
|
|
494
|
-
(function (CreateMicrosoftADResult) {
|
|
495
|
-
CreateMicrosoftADResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(CreateMicrosoftADResult || (CreateMicrosoftADResult = {}));
|
|
497
|
-
export var CreateSnapshotRequest;
|
|
498
|
-
(function (CreateSnapshotRequest) {
|
|
499
|
-
CreateSnapshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(CreateSnapshotRequest || (CreateSnapshotRequest = {}));
|
|
501
|
-
export var CreateSnapshotResult;
|
|
502
|
-
(function (CreateSnapshotResult) {
|
|
503
|
-
CreateSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
-
})(CreateSnapshotResult || (CreateSnapshotResult = {}));
|
|
505
353
|
var SnapshotLimitExceededException = (function (_super) {
|
|
506
354
|
__extends(SnapshotLimitExceededException, _super);
|
|
507
355
|
function SnapshotLimitExceededException(opts) {
|
|
@@ -532,102 +380,6 @@ export var TrustType;
|
|
|
532
380
|
TrustType["EXTERNAL"] = "External";
|
|
533
381
|
TrustType["FOREST"] = "Forest";
|
|
534
382
|
})(TrustType || (TrustType = {}));
|
|
535
|
-
export var CreateTrustRequest;
|
|
536
|
-
(function (CreateTrustRequest) {
|
|
537
|
-
CreateTrustRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TrustPassword && { TrustPassword: SENSITIVE_STRING }))); };
|
|
538
|
-
})(CreateTrustRequest || (CreateTrustRequest = {}));
|
|
539
|
-
export var CreateTrustResult;
|
|
540
|
-
(function (CreateTrustResult) {
|
|
541
|
-
CreateTrustResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
-
})(CreateTrustResult || (CreateTrustResult = {}));
|
|
543
|
-
export var DeleteConditionalForwarderRequest;
|
|
544
|
-
(function (DeleteConditionalForwarderRequest) {
|
|
545
|
-
DeleteConditionalForwarderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
-
})(DeleteConditionalForwarderRequest || (DeleteConditionalForwarderRequest = {}));
|
|
547
|
-
export var DeleteConditionalForwarderResult;
|
|
548
|
-
(function (DeleteConditionalForwarderResult) {
|
|
549
|
-
DeleteConditionalForwarderResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
-
})(DeleteConditionalForwarderResult || (DeleteConditionalForwarderResult = {}));
|
|
551
|
-
export var DeleteDirectoryRequest;
|
|
552
|
-
(function (DeleteDirectoryRequest) {
|
|
553
|
-
DeleteDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
-
})(DeleteDirectoryRequest || (DeleteDirectoryRequest = {}));
|
|
555
|
-
export var DeleteDirectoryResult;
|
|
556
|
-
(function (DeleteDirectoryResult) {
|
|
557
|
-
DeleteDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
-
})(DeleteDirectoryResult || (DeleteDirectoryResult = {}));
|
|
559
|
-
export var DeleteLogSubscriptionRequest;
|
|
560
|
-
(function (DeleteLogSubscriptionRequest) {
|
|
561
|
-
DeleteLogSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
-
})(DeleteLogSubscriptionRequest || (DeleteLogSubscriptionRequest = {}));
|
|
563
|
-
export var DeleteLogSubscriptionResult;
|
|
564
|
-
(function (DeleteLogSubscriptionResult) {
|
|
565
|
-
DeleteLogSubscriptionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
})(DeleteLogSubscriptionResult || (DeleteLogSubscriptionResult = {}));
|
|
567
|
-
export var DeleteSnapshotRequest;
|
|
568
|
-
(function (DeleteSnapshotRequest) {
|
|
569
|
-
DeleteSnapshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
-
})(DeleteSnapshotRequest || (DeleteSnapshotRequest = {}));
|
|
571
|
-
export var DeleteSnapshotResult;
|
|
572
|
-
(function (DeleteSnapshotResult) {
|
|
573
|
-
DeleteSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
-
})(DeleteSnapshotResult || (DeleteSnapshotResult = {}));
|
|
575
|
-
export var DeleteTrustRequest;
|
|
576
|
-
(function (DeleteTrustRequest) {
|
|
577
|
-
DeleteTrustRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(DeleteTrustRequest || (DeleteTrustRequest = {}));
|
|
579
|
-
export var DeleteTrustResult;
|
|
580
|
-
(function (DeleteTrustResult) {
|
|
581
|
-
DeleteTrustResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(DeleteTrustResult || (DeleteTrustResult = {}));
|
|
583
|
-
export var DeregisterCertificateRequest;
|
|
584
|
-
(function (DeregisterCertificateRequest) {
|
|
585
|
-
DeregisterCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(DeregisterCertificateRequest || (DeregisterCertificateRequest = {}));
|
|
587
|
-
export var DeregisterCertificateResult;
|
|
588
|
-
(function (DeregisterCertificateResult) {
|
|
589
|
-
DeregisterCertificateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(DeregisterCertificateResult || (DeregisterCertificateResult = {}));
|
|
591
|
-
export var DeregisterEventTopicRequest;
|
|
592
|
-
(function (DeregisterEventTopicRequest) {
|
|
593
|
-
DeregisterEventTopicRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(DeregisterEventTopicRequest || (DeregisterEventTopicRequest = {}));
|
|
595
|
-
export var DeregisterEventTopicResult;
|
|
596
|
-
(function (DeregisterEventTopicResult) {
|
|
597
|
-
DeregisterEventTopicResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(DeregisterEventTopicResult || (DeregisterEventTopicResult = {}));
|
|
599
|
-
export var DescribeCertificateRequest;
|
|
600
|
-
(function (DescribeCertificateRequest) {
|
|
601
|
-
DescribeCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(DescribeCertificateRequest || (DescribeCertificateRequest = {}));
|
|
603
|
-
export var DescribeCertificateResult;
|
|
604
|
-
(function (DescribeCertificateResult) {
|
|
605
|
-
DescribeCertificateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(DescribeCertificateResult || (DescribeCertificateResult = {}));
|
|
607
|
-
export var DescribeClientAuthenticationSettingsRequest;
|
|
608
|
-
(function (DescribeClientAuthenticationSettingsRequest) {
|
|
609
|
-
DescribeClientAuthenticationSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(DescribeClientAuthenticationSettingsRequest || (DescribeClientAuthenticationSettingsRequest = {}));
|
|
611
|
-
export var DescribeClientAuthenticationSettingsResult;
|
|
612
|
-
(function (DescribeClientAuthenticationSettingsResult) {
|
|
613
|
-
DescribeClientAuthenticationSettingsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(DescribeClientAuthenticationSettingsResult || (DescribeClientAuthenticationSettingsResult = {}));
|
|
615
|
-
export var DescribeConditionalForwardersRequest;
|
|
616
|
-
(function (DescribeConditionalForwardersRequest) {
|
|
617
|
-
DescribeConditionalForwardersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(DescribeConditionalForwardersRequest || (DescribeConditionalForwardersRequest = {}));
|
|
619
|
-
export var DescribeConditionalForwardersResult;
|
|
620
|
-
(function (DescribeConditionalForwardersResult) {
|
|
621
|
-
DescribeConditionalForwardersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(DescribeConditionalForwardersResult || (DescribeConditionalForwardersResult = {}));
|
|
623
|
-
export var DescribeDirectoriesRequest;
|
|
624
|
-
(function (DescribeDirectoriesRequest) {
|
|
625
|
-
DescribeDirectoriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(DescribeDirectoriesRequest || (DescribeDirectoriesRequest = {}));
|
|
627
|
-
export var DirectoryConnectSettingsDescription;
|
|
628
|
-
(function (DirectoryConnectSettingsDescription) {
|
|
629
|
-
DirectoryConnectSettingsDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(DirectoryConnectSettingsDescription || (DirectoryConnectSettingsDescription = {}));
|
|
631
383
|
export var RadiusAuthenticationProtocol;
|
|
632
384
|
(function (RadiusAuthenticationProtocol) {
|
|
633
385
|
RadiusAuthenticationProtocol["CHAP"] = "CHAP";
|
|
@@ -635,28 +387,12 @@ export var RadiusAuthenticationProtocol;
|
|
|
635
387
|
RadiusAuthenticationProtocol["MSCHAPV2"] = "MS-CHAPv2";
|
|
636
388
|
RadiusAuthenticationProtocol["PAP"] = "PAP";
|
|
637
389
|
})(RadiusAuthenticationProtocol || (RadiusAuthenticationProtocol = {}));
|
|
638
|
-
export var RadiusSettings;
|
|
639
|
-
(function (RadiusSettings) {
|
|
640
|
-
RadiusSettings.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedSecret && { SharedSecret: SENSITIVE_STRING }))); };
|
|
641
|
-
})(RadiusSettings || (RadiusSettings = {}));
|
|
642
390
|
export var RadiusStatus;
|
|
643
391
|
(function (RadiusStatus) {
|
|
644
392
|
RadiusStatus["COMPLETED"] = "Completed";
|
|
645
393
|
RadiusStatus["CREATING"] = "Creating";
|
|
646
394
|
RadiusStatus["FAILED"] = "Failed";
|
|
647
395
|
})(RadiusStatus || (RadiusStatus = {}));
|
|
648
|
-
export var DirectoryVpcSettingsDescription;
|
|
649
|
-
(function (DirectoryVpcSettingsDescription) {
|
|
650
|
-
DirectoryVpcSettingsDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
-
})(DirectoryVpcSettingsDescription || (DirectoryVpcSettingsDescription = {}));
|
|
652
|
-
export var OwnerDirectoryDescription;
|
|
653
|
-
(function (OwnerDirectoryDescription) {
|
|
654
|
-
OwnerDirectoryDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettings.filterSensitiveLog(obj.RadiusSettings) }))); };
|
|
655
|
-
})(OwnerDirectoryDescription || (OwnerDirectoryDescription = {}));
|
|
656
|
-
export var RegionsInfo;
|
|
657
|
-
(function (RegionsInfo) {
|
|
658
|
-
RegionsInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
-
})(RegionsInfo || (RegionsInfo = {}));
|
|
660
396
|
export var DirectoryStage;
|
|
661
397
|
(function (DirectoryStage) {
|
|
662
398
|
DirectoryStage["ACTIVE"] = "Active";
|
|
@@ -678,18 +414,6 @@ export var DirectoryType;
|
|
|
678
414
|
DirectoryType["SHARED_MICROSOFT_AD"] = "SharedMicrosoftAD";
|
|
679
415
|
DirectoryType["SIMPLE_AD"] = "SimpleAD";
|
|
680
416
|
})(DirectoryType || (DirectoryType = {}));
|
|
681
|
-
export var DirectoryDescription;
|
|
682
|
-
(function (DirectoryDescription) {
|
|
683
|
-
DirectoryDescription.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING })), (obj.RadiusSettings && { RadiusSettings: RadiusSettings.filterSensitiveLog(obj.RadiusSettings) })), (obj.OwnerDirectoryDescription && {
|
|
684
|
-
OwnerDirectoryDescription: OwnerDirectoryDescription.filterSensitiveLog(obj.OwnerDirectoryDescription),
|
|
685
|
-
}))); };
|
|
686
|
-
})(DirectoryDescription || (DirectoryDescription = {}));
|
|
687
|
-
export var DescribeDirectoriesResult;
|
|
688
|
-
(function (DescribeDirectoriesResult) {
|
|
689
|
-
DescribeDirectoriesResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryDescriptions && {
|
|
690
|
-
DirectoryDescriptions: obj.DirectoryDescriptions.map(function (item) { return DirectoryDescription.filterSensitiveLog(item); }),
|
|
691
|
-
}))); };
|
|
692
|
-
})(DescribeDirectoriesResult || (DescribeDirectoriesResult = {}));
|
|
693
417
|
var InvalidNextTokenException = (function (_super) {
|
|
694
418
|
__extends(InvalidNextTokenException, _super);
|
|
695
419
|
function InvalidNextTokenException(opts) {
|
|
@@ -704,10 +428,6 @@ var InvalidNextTokenException = (function (_super) {
|
|
|
704
428
|
return InvalidNextTokenException;
|
|
705
429
|
}(__BaseException));
|
|
706
430
|
export { InvalidNextTokenException };
|
|
707
|
-
export var DescribeDomainControllersRequest;
|
|
708
|
-
(function (DescribeDomainControllersRequest) {
|
|
709
|
-
DescribeDomainControllersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
-
})(DescribeDomainControllersRequest || (DescribeDomainControllersRequest = {}));
|
|
711
431
|
export var DomainControllerStatus;
|
|
712
432
|
(function (DomainControllerStatus) {
|
|
713
433
|
DomainControllerStatus["ACTIVE"] = "Active";
|
|
@@ -718,18 +438,6 @@ export var DomainControllerStatus;
|
|
|
718
438
|
DomainControllerStatus["IMPAIRED"] = "Impaired";
|
|
719
439
|
DomainControllerStatus["RESTORING"] = "Restoring";
|
|
720
440
|
})(DomainControllerStatus || (DomainControllerStatus = {}));
|
|
721
|
-
export var DomainController;
|
|
722
|
-
(function (DomainController) {
|
|
723
|
-
DomainController.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
-
})(DomainController || (DomainController = {}));
|
|
725
|
-
export var DescribeDomainControllersResult;
|
|
726
|
-
(function (DescribeDomainControllersResult) {
|
|
727
|
-
DescribeDomainControllersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
-
})(DescribeDomainControllersResult || (DescribeDomainControllersResult = {}));
|
|
729
|
-
export var DescribeEventTopicsRequest;
|
|
730
|
-
(function (DescribeEventTopicsRequest) {
|
|
731
|
-
DescribeEventTopicsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
-
})(DescribeEventTopicsRequest || (DescribeEventTopicsRequest = {}));
|
|
733
441
|
export var TopicStatus;
|
|
734
442
|
(function (TopicStatus) {
|
|
735
443
|
TopicStatus["DELETED"] = "Deleted";
|
|
@@ -737,22 +445,10 @@ export var TopicStatus;
|
|
|
737
445
|
TopicStatus["REGISTERED"] = "Registered";
|
|
738
446
|
TopicStatus["TOPIC_NOT_FOUND"] = "Topic not found";
|
|
739
447
|
})(TopicStatus || (TopicStatus = {}));
|
|
740
|
-
export var EventTopic;
|
|
741
|
-
(function (EventTopic) {
|
|
742
|
-
EventTopic.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
-
})(EventTopic || (EventTopic = {}));
|
|
744
|
-
export var DescribeEventTopicsResult;
|
|
745
|
-
(function (DescribeEventTopicsResult) {
|
|
746
|
-
DescribeEventTopicsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(DescribeEventTopicsResult || (DescribeEventTopicsResult = {}));
|
|
748
448
|
export var LDAPSType;
|
|
749
449
|
(function (LDAPSType) {
|
|
750
450
|
LDAPSType["CLIENT"] = "Client";
|
|
751
451
|
})(LDAPSType || (LDAPSType = {}));
|
|
752
|
-
export var DescribeLDAPSSettingsRequest;
|
|
753
|
-
(function (DescribeLDAPSSettingsRequest) {
|
|
754
|
-
DescribeLDAPSSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(DescribeLDAPSSettingsRequest || (DescribeLDAPSSettingsRequest = {}));
|
|
756
452
|
export var LDAPSStatus;
|
|
757
453
|
(function (LDAPSStatus) {
|
|
758
454
|
LDAPSStatus["DISABLED"] = "Disabled";
|
|
@@ -760,31 +456,11 @@ export var LDAPSStatus;
|
|
|
760
456
|
LDAPSStatus["ENABLE_FAILED"] = "EnableFailed";
|
|
761
457
|
LDAPSStatus["ENABLING"] = "Enabling";
|
|
762
458
|
})(LDAPSStatus || (LDAPSStatus = {}));
|
|
763
|
-
export var LDAPSSettingInfo;
|
|
764
|
-
(function (LDAPSSettingInfo) {
|
|
765
|
-
LDAPSSettingInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
-
})(LDAPSSettingInfo || (LDAPSSettingInfo = {}));
|
|
767
|
-
export var DescribeLDAPSSettingsResult;
|
|
768
|
-
(function (DescribeLDAPSSettingsResult) {
|
|
769
|
-
DescribeLDAPSSettingsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
-
})(DescribeLDAPSSettingsResult || (DescribeLDAPSSettingsResult = {}));
|
|
771
|
-
export var DescribeRegionsRequest;
|
|
772
|
-
(function (DescribeRegionsRequest) {
|
|
773
|
-
DescribeRegionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
-
})(DescribeRegionsRequest || (DescribeRegionsRequest = {}));
|
|
775
459
|
export var RegionType;
|
|
776
460
|
(function (RegionType) {
|
|
777
461
|
RegionType["ADDITIONAL"] = "Additional";
|
|
778
462
|
RegionType["PRIMARY"] = "Primary";
|
|
779
463
|
})(RegionType || (RegionType = {}));
|
|
780
|
-
export var RegionDescription;
|
|
781
|
-
(function (RegionDescription) {
|
|
782
|
-
RegionDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
-
})(RegionDescription || (RegionDescription = {}));
|
|
784
|
-
export var DescribeRegionsResult;
|
|
785
|
-
(function (DescribeRegionsResult) {
|
|
786
|
-
DescribeRegionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
-
})(DescribeRegionsResult || (DescribeRegionsResult = {}));
|
|
788
464
|
export var DirectoryConfigurationStatus;
|
|
789
465
|
(function (DirectoryConfigurationStatus) {
|
|
790
466
|
DirectoryConfigurationStatus["DEFAULT"] = "Default";
|
|
@@ -793,32 +469,6 @@ export var DirectoryConfigurationStatus;
|
|
|
793
469
|
DirectoryConfigurationStatus["UPDATED"] = "Updated";
|
|
794
470
|
DirectoryConfigurationStatus["UPDATING"] = "Updating";
|
|
795
471
|
})(DirectoryConfigurationStatus || (DirectoryConfigurationStatus = {}));
|
|
796
|
-
export var DescribeSettingsRequest;
|
|
797
|
-
(function (DescribeSettingsRequest) {
|
|
798
|
-
DescribeSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
-
})(DescribeSettingsRequest || (DescribeSettingsRequest = {}));
|
|
800
|
-
export var SettingEntry;
|
|
801
|
-
(function (SettingEntry) {
|
|
802
|
-
SettingEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
-
})(SettingEntry || (SettingEntry = {}));
|
|
804
|
-
export var DescribeSettingsResult;
|
|
805
|
-
(function (DescribeSettingsResult) {
|
|
806
|
-
DescribeSettingsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
-
})(DescribeSettingsResult || (DescribeSettingsResult = {}));
|
|
808
|
-
export var DescribeSharedDirectoriesRequest;
|
|
809
|
-
(function (DescribeSharedDirectoriesRequest) {
|
|
810
|
-
DescribeSharedDirectoriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
-
})(DescribeSharedDirectoriesRequest || (DescribeSharedDirectoriesRequest = {}));
|
|
812
|
-
export var DescribeSharedDirectoriesResult;
|
|
813
|
-
(function (DescribeSharedDirectoriesResult) {
|
|
814
|
-
DescribeSharedDirectoriesResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedDirectories && {
|
|
815
|
-
SharedDirectories: obj.SharedDirectories.map(function (item) { return SharedDirectory.filterSensitiveLog(item); }),
|
|
816
|
-
}))); };
|
|
817
|
-
})(DescribeSharedDirectoriesResult || (DescribeSharedDirectoriesResult = {}));
|
|
818
|
-
export var DescribeSnapshotsRequest;
|
|
819
|
-
(function (DescribeSnapshotsRequest) {
|
|
820
|
-
DescribeSnapshotsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
-
})(DescribeSnapshotsRequest || (DescribeSnapshotsRequest = {}));
|
|
822
472
|
export var SnapshotStatus;
|
|
823
473
|
(function (SnapshotStatus) {
|
|
824
474
|
SnapshotStatus["COMPLETED"] = "Completed";
|
|
@@ -830,18 +480,6 @@ export var SnapshotType;
|
|
|
830
480
|
SnapshotType["AUTO"] = "Auto";
|
|
831
481
|
SnapshotType["MANUAL"] = "Manual";
|
|
832
482
|
})(SnapshotType || (SnapshotType = {}));
|
|
833
|
-
export var Snapshot;
|
|
834
|
-
(function (Snapshot) {
|
|
835
|
-
Snapshot.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
-
})(Snapshot || (Snapshot = {}));
|
|
837
|
-
export var DescribeSnapshotsResult;
|
|
838
|
-
(function (DescribeSnapshotsResult) {
|
|
839
|
-
DescribeSnapshotsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
-
})(DescribeSnapshotsResult || (DescribeSnapshotsResult = {}));
|
|
841
|
-
export var DescribeTrustsRequest;
|
|
842
|
-
(function (DescribeTrustsRequest) {
|
|
843
|
-
DescribeTrustsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
-
})(DescribeTrustsRequest || (DescribeTrustsRequest = {}));
|
|
845
483
|
export var TrustState;
|
|
846
484
|
(function (TrustState) {
|
|
847
485
|
TrustState["CREATED"] = "Created";
|
|
@@ -856,18 +494,6 @@ export var TrustState;
|
|
|
856
494
|
TrustState["VERIFYING"] = "Verifying";
|
|
857
495
|
TrustState["VERIFY_FAILED"] = "VerifyFailed";
|
|
858
496
|
})(TrustState || (TrustState = {}));
|
|
859
|
-
export var Trust;
|
|
860
|
-
(function (Trust) {
|
|
861
|
-
Trust.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
-
})(Trust || (Trust = {}));
|
|
863
|
-
export var DescribeTrustsResult;
|
|
864
|
-
(function (DescribeTrustsResult) {
|
|
865
|
-
DescribeTrustsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(DescribeTrustsResult || (DescribeTrustsResult = {}));
|
|
867
|
-
export var DirectoryLimits;
|
|
868
|
-
(function (DirectoryLimits) {
|
|
869
|
-
DirectoryLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
-
})(DirectoryLimits || (DirectoryLimits = {}));
|
|
871
497
|
var DirectoryNotSharedException = (function (_super) {
|
|
872
498
|
__extends(DirectoryNotSharedException, _super);
|
|
873
499
|
function DirectoryNotSharedException(opts) {
|
|
@@ -882,14 +508,6 @@ var DirectoryNotSharedException = (function (_super) {
|
|
|
882
508
|
return DirectoryNotSharedException;
|
|
883
509
|
}(__BaseException));
|
|
884
510
|
export { DirectoryNotSharedException };
|
|
885
|
-
export var DisableClientAuthenticationRequest;
|
|
886
|
-
(function (DisableClientAuthenticationRequest) {
|
|
887
|
-
DisableClientAuthenticationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
-
})(DisableClientAuthenticationRequest || (DisableClientAuthenticationRequest = {}));
|
|
889
|
-
export var DisableClientAuthenticationResult;
|
|
890
|
-
(function (DisableClientAuthenticationResult) {
|
|
891
|
-
DisableClientAuthenticationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
-
})(DisableClientAuthenticationResult || (DisableClientAuthenticationResult = {}));
|
|
893
511
|
var InvalidClientAuthStatusException = (function (_super) {
|
|
894
512
|
__extends(InvalidClientAuthStatusException, _super);
|
|
895
513
|
function InvalidClientAuthStatusException(opts) {
|
|
@@ -904,14 +522,6 @@ var InvalidClientAuthStatusException = (function (_super) {
|
|
|
904
522
|
return InvalidClientAuthStatusException;
|
|
905
523
|
}(__BaseException));
|
|
906
524
|
export { InvalidClientAuthStatusException };
|
|
907
|
-
export var DisableLDAPSRequest;
|
|
908
|
-
(function (DisableLDAPSRequest) {
|
|
909
|
-
DisableLDAPSRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
-
})(DisableLDAPSRequest || (DisableLDAPSRequest = {}));
|
|
911
|
-
export var DisableLDAPSResult;
|
|
912
|
-
(function (DisableLDAPSResult) {
|
|
913
|
-
DisableLDAPSResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(DisableLDAPSResult || (DisableLDAPSResult = {}));
|
|
915
525
|
var InvalidLDAPSStatusException = (function (_super) {
|
|
916
526
|
__extends(InvalidLDAPSStatusException, _super);
|
|
917
527
|
function InvalidLDAPSStatusException(opts) {
|
|
@@ -926,30 +536,6 @@ var InvalidLDAPSStatusException = (function (_super) {
|
|
|
926
536
|
return InvalidLDAPSStatusException;
|
|
927
537
|
}(__BaseException));
|
|
928
538
|
export { InvalidLDAPSStatusException };
|
|
929
|
-
export var DisableRadiusRequest;
|
|
930
|
-
(function (DisableRadiusRequest) {
|
|
931
|
-
DisableRadiusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
-
})(DisableRadiusRequest || (DisableRadiusRequest = {}));
|
|
933
|
-
export var DisableRadiusResult;
|
|
934
|
-
(function (DisableRadiusResult) {
|
|
935
|
-
DisableRadiusResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
-
})(DisableRadiusResult || (DisableRadiusResult = {}));
|
|
937
|
-
export var DisableSsoRequest;
|
|
938
|
-
(function (DisableSsoRequest) {
|
|
939
|
-
DisableSsoRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
940
|
-
})(DisableSsoRequest || (DisableSsoRequest = {}));
|
|
941
|
-
export var DisableSsoResult;
|
|
942
|
-
(function (DisableSsoResult) {
|
|
943
|
-
DisableSsoResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
-
})(DisableSsoResult || (DisableSsoResult = {}));
|
|
945
|
-
export var EnableClientAuthenticationRequest;
|
|
946
|
-
(function (EnableClientAuthenticationRequest) {
|
|
947
|
-
EnableClientAuthenticationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
-
})(EnableClientAuthenticationRequest || (EnableClientAuthenticationRequest = {}));
|
|
949
|
-
export var EnableClientAuthenticationResult;
|
|
950
|
-
(function (EnableClientAuthenticationResult) {
|
|
951
|
-
EnableClientAuthenticationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
|
-
})(EnableClientAuthenticationResult || (EnableClientAuthenticationResult = {}));
|
|
953
539
|
var NoAvailableCertificateException = (function (_super) {
|
|
954
540
|
__extends(NoAvailableCertificateException, _super);
|
|
955
541
|
function NoAvailableCertificateException(opts) {
|
|
@@ -964,62 +550,6 @@ var NoAvailableCertificateException = (function (_super) {
|
|
|
964
550
|
return NoAvailableCertificateException;
|
|
965
551
|
}(__BaseException));
|
|
966
552
|
export { NoAvailableCertificateException };
|
|
967
|
-
export var EnableLDAPSRequest;
|
|
968
|
-
(function (EnableLDAPSRequest) {
|
|
969
|
-
EnableLDAPSRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
-
})(EnableLDAPSRequest || (EnableLDAPSRequest = {}));
|
|
971
|
-
export var EnableLDAPSResult;
|
|
972
|
-
(function (EnableLDAPSResult) {
|
|
973
|
-
EnableLDAPSResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
-
})(EnableLDAPSResult || (EnableLDAPSResult = {}));
|
|
975
|
-
export var EnableRadiusRequest;
|
|
976
|
-
(function (EnableRadiusRequest) {
|
|
977
|
-
EnableRadiusRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettings.filterSensitiveLog(obj.RadiusSettings) }))); };
|
|
978
|
-
})(EnableRadiusRequest || (EnableRadiusRequest = {}));
|
|
979
|
-
export var EnableRadiusResult;
|
|
980
|
-
(function (EnableRadiusResult) {
|
|
981
|
-
EnableRadiusResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
|
-
})(EnableRadiusResult || (EnableRadiusResult = {}));
|
|
983
|
-
export var EnableSsoRequest;
|
|
984
|
-
(function (EnableSsoRequest) {
|
|
985
|
-
EnableSsoRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
986
|
-
})(EnableSsoRequest || (EnableSsoRequest = {}));
|
|
987
|
-
export var EnableSsoResult;
|
|
988
|
-
(function (EnableSsoResult) {
|
|
989
|
-
EnableSsoResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(EnableSsoResult || (EnableSsoResult = {}));
|
|
991
|
-
export var GetDirectoryLimitsRequest;
|
|
992
|
-
(function (GetDirectoryLimitsRequest) {
|
|
993
|
-
GetDirectoryLimitsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
-
})(GetDirectoryLimitsRequest || (GetDirectoryLimitsRequest = {}));
|
|
995
|
-
export var GetDirectoryLimitsResult;
|
|
996
|
-
(function (GetDirectoryLimitsResult) {
|
|
997
|
-
GetDirectoryLimitsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
-
})(GetDirectoryLimitsResult || (GetDirectoryLimitsResult = {}));
|
|
999
|
-
export var GetSnapshotLimitsRequest;
|
|
1000
|
-
(function (GetSnapshotLimitsRequest) {
|
|
1001
|
-
GetSnapshotLimitsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
-
})(GetSnapshotLimitsRequest || (GetSnapshotLimitsRequest = {}));
|
|
1003
|
-
export var SnapshotLimits;
|
|
1004
|
-
(function (SnapshotLimits) {
|
|
1005
|
-
SnapshotLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1006
|
-
})(SnapshotLimits || (SnapshotLimits = {}));
|
|
1007
|
-
export var GetSnapshotLimitsResult;
|
|
1008
|
-
(function (GetSnapshotLimitsResult) {
|
|
1009
|
-
GetSnapshotLimitsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
|
-
})(GetSnapshotLimitsResult || (GetSnapshotLimitsResult = {}));
|
|
1011
|
-
export var ListCertificatesRequest;
|
|
1012
|
-
(function (ListCertificatesRequest) {
|
|
1013
|
-
ListCertificatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1014
|
-
})(ListCertificatesRequest || (ListCertificatesRequest = {}));
|
|
1015
|
-
export var ListCertificatesResult;
|
|
1016
|
-
(function (ListCertificatesResult) {
|
|
1017
|
-
ListCertificatesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1018
|
-
})(ListCertificatesResult || (ListCertificatesResult = {}));
|
|
1019
|
-
export var ListIpRoutesRequest;
|
|
1020
|
-
(function (ListIpRoutesRequest) {
|
|
1021
|
-
ListIpRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1022
|
-
})(ListIpRoutesRequest || (ListIpRoutesRequest = {}));
|
|
1023
553
|
export var IpRouteStatusMsg;
|
|
1024
554
|
(function (IpRouteStatusMsg) {
|
|
1025
555
|
IpRouteStatusMsg["ADDED"] = "Added";
|
|
@@ -1029,30 +559,6 @@ export var IpRouteStatusMsg;
|
|
|
1029
559
|
IpRouteStatusMsg["REMOVE_FAILED"] = "RemoveFailed";
|
|
1030
560
|
IpRouteStatusMsg["REMOVING"] = "Removing";
|
|
1031
561
|
})(IpRouteStatusMsg || (IpRouteStatusMsg = {}));
|
|
1032
|
-
export var IpRouteInfo;
|
|
1033
|
-
(function (IpRouteInfo) {
|
|
1034
|
-
IpRouteInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1035
|
-
})(IpRouteInfo || (IpRouteInfo = {}));
|
|
1036
|
-
export var ListIpRoutesResult;
|
|
1037
|
-
(function (ListIpRoutesResult) {
|
|
1038
|
-
ListIpRoutesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
-
})(ListIpRoutesResult || (ListIpRoutesResult = {}));
|
|
1040
|
-
export var ListLogSubscriptionsRequest;
|
|
1041
|
-
(function (ListLogSubscriptionsRequest) {
|
|
1042
|
-
ListLogSubscriptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1043
|
-
})(ListLogSubscriptionsRequest || (ListLogSubscriptionsRequest = {}));
|
|
1044
|
-
export var LogSubscription;
|
|
1045
|
-
(function (LogSubscription) {
|
|
1046
|
-
LogSubscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1047
|
-
})(LogSubscription || (LogSubscription = {}));
|
|
1048
|
-
export var ListLogSubscriptionsResult;
|
|
1049
|
-
(function (ListLogSubscriptionsResult) {
|
|
1050
|
-
ListLogSubscriptionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
|
-
})(ListLogSubscriptionsResult || (ListLogSubscriptionsResult = {}));
|
|
1052
|
-
export var ListSchemaExtensionsRequest;
|
|
1053
|
-
(function (ListSchemaExtensionsRequest) {
|
|
1054
|
-
ListSchemaExtensionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
|
-
})(ListSchemaExtensionsRequest || (ListSchemaExtensionsRequest = {}));
|
|
1056
562
|
export var SchemaExtensionStatus;
|
|
1057
563
|
(function (SchemaExtensionStatus) {
|
|
1058
564
|
SchemaExtensionStatus["CANCELLED"] = "Cancelled";
|
|
@@ -1065,22 +571,6 @@ export var SchemaExtensionStatus;
|
|
|
1065
571
|
SchemaExtensionStatus["ROLLBACK_IN_PROGRESS"] = "RollbackInProgress";
|
|
1066
572
|
SchemaExtensionStatus["UPDATING_SCHEMA"] = "UpdatingSchema";
|
|
1067
573
|
})(SchemaExtensionStatus || (SchemaExtensionStatus = {}));
|
|
1068
|
-
export var SchemaExtensionInfo;
|
|
1069
|
-
(function (SchemaExtensionInfo) {
|
|
1070
|
-
SchemaExtensionInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1071
|
-
})(SchemaExtensionInfo || (SchemaExtensionInfo = {}));
|
|
1072
|
-
export var ListSchemaExtensionsResult;
|
|
1073
|
-
(function (ListSchemaExtensionsResult) {
|
|
1074
|
-
ListSchemaExtensionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1075
|
-
})(ListSchemaExtensionsResult || (ListSchemaExtensionsResult = {}));
|
|
1076
|
-
export var ListTagsForResourceRequest;
|
|
1077
|
-
(function (ListTagsForResourceRequest) {
|
|
1078
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1079
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1080
|
-
export var ListTagsForResourceResult;
|
|
1081
|
-
(function (ListTagsForResourceResult) {
|
|
1082
|
-
ListTagsForResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1083
|
-
})(ListTagsForResourceResult || (ListTagsForResourceResult = {}));
|
|
1084
574
|
var InvalidCertificateException = (function (_super) {
|
|
1085
575
|
__extends(InvalidCertificateException, _super);
|
|
1086
576
|
function InvalidCertificateException(opts) {
|
|
@@ -1095,54 +585,6 @@ var InvalidCertificateException = (function (_super) {
|
|
|
1095
585
|
return InvalidCertificateException;
|
|
1096
586
|
}(__BaseException));
|
|
1097
587
|
export { InvalidCertificateException };
|
|
1098
|
-
export var RegisterCertificateRequest;
|
|
1099
|
-
(function (RegisterCertificateRequest) {
|
|
1100
|
-
RegisterCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
-
})(RegisterCertificateRequest || (RegisterCertificateRequest = {}));
|
|
1102
|
-
export var RegisterCertificateResult;
|
|
1103
|
-
(function (RegisterCertificateResult) {
|
|
1104
|
-
RegisterCertificateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
-
})(RegisterCertificateResult || (RegisterCertificateResult = {}));
|
|
1106
|
-
export var RegisterEventTopicRequest;
|
|
1107
|
-
(function (RegisterEventTopicRequest) {
|
|
1108
|
-
RegisterEventTopicRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
-
})(RegisterEventTopicRequest || (RegisterEventTopicRequest = {}));
|
|
1110
|
-
export var RegisterEventTopicResult;
|
|
1111
|
-
(function (RegisterEventTopicResult) {
|
|
1112
|
-
RegisterEventTopicResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1113
|
-
})(RegisterEventTopicResult || (RegisterEventTopicResult = {}));
|
|
1114
|
-
export var RejectSharedDirectoryRequest;
|
|
1115
|
-
(function (RejectSharedDirectoryRequest) {
|
|
1116
|
-
RejectSharedDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
-
})(RejectSharedDirectoryRequest || (RejectSharedDirectoryRequest = {}));
|
|
1118
|
-
export var RejectSharedDirectoryResult;
|
|
1119
|
-
(function (RejectSharedDirectoryResult) {
|
|
1120
|
-
RejectSharedDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
-
})(RejectSharedDirectoryResult || (RejectSharedDirectoryResult = {}));
|
|
1122
|
-
export var RemoveIpRoutesRequest;
|
|
1123
|
-
(function (RemoveIpRoutesRequest) {
|
|
1124
|
-
RemoveIpRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
-
})(RemoveIpRoutesRequest || (RemoveIpRoutesRequest = {}));
|
|
1126
|
-
export var RemoveIpRoutesResult;
|
|
1127
|
-
(function (RemoveIpRoutesResult) {
|
|
1128
|
-
RemoveIpRoutesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1129
|
-
})(RemoveIpRoutesResult || (RemoveIpRoutesResult = {}));
|
|
1130
|
-
export var RemoveRegionRequest;
|
|
1131
|
-
(function (RemoveRegionRequest) {
|
|
1132
|
-
RemoveRegionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
|
-
})(RemoveRegionRequest || (RemoveRegionRequest = {}));
|
|
1134
|
-
export var RemoveRegionResult;
|
|
1135
|
-
(function (RemoveRegionResult) {
|
|
1136
|
-
RemoveRegionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1137
|
-
})(RemoveRegionResult || (RemoveRegionResult = {}));
|
|
1138
|
-
export var RemoveTagsFromResourceRequest;
|
|
1139
|
-
(function (RemoveTagsFromResourceRequest) {
|
|
1140
|
-
RemoveTagsFromResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1141
|
-
})(RemoveTagsFromResourceRequest || (RemoveTagsFromResourceRequest = {}));
|
|
1142
|
-
export var RemoveTagsFromResourceResult;
|
|
1143
|
-
(function (RemoveTagsFromResourceResult) {
|
|
1144
|
-
RemoveTagsFromResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1145
|
-
})(RemoveTagsFromResourceResult || (RemoveTagsFromResourceResult = {}));
|
|
1146
588
|
var InvalidPasswordException = (function (_super) {
|
|
1147
589
|
__extends(InvalidPasswordException, _super);
|
|
1148
590
|
function InvalidPasswordException(opts) {
|
|
@@ -1157,14 +599,6 @@ var InvalidPasswordException = (function (_super) {
|
|
|
1157
599
|
return InvalidPasswordException;
|
|
1158
600
|
}(__BaseException));
|
|
1159
601
|
export { InvalidPasswordException };
|
|
1160
|
-
export var ResetUserPasswordRequest;
|
|
1161
|
-
(function (ResetUserPasswordRequest) {
|
|
1162
|
-
ResetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.NewPassword && { NewPassword: SENSITIVE_STRING }))); };
|
|
1163
|
-
})(ResetUserPasswordRequest || (ResetUserPasswordRequest = {}));
|
|
1164
|
-
export var ResetUserPasswordResult;
|
|
1165
|
-
(function (ResetUserPasswordResult) {
|
|
1166
|
-
ResetUserPasswordResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
|
-
})(ResetUserPasswordResult || (ResetUserPasswordResult = {}));
|
|
1168
602
|
var UserDoesNotExistException = (function (_super) {
|
|
1169
603
|
__extends(UserDoesNotExistException, _super);
|
|
1170
604
|
function UserDoesNotExistException(opts) {
|
|
@@ -1179,14 +613,6 @@ var UserDoesNotExistException = (function (_super) {
|
|
|
1179
613
|
return UserDoesNotExistException;
|
|
1180
614
|
}(__BaseException));
|
|
1181
615
|
export { UserDoesNotExistException };
|
|
1182
|
-
export var RestoreFromSnapshotRequest;
|
|
1183
|
-
(function (RestoreFromSnapshotRequest) {
|
|
1184
|
-
RestoreFromSnapshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1185
|
-
})(RestoreFromSnapshotRequest || (RestoreFromSnapshotRequest = {}));
|
|
1186
|
-
export var RestoreFromSnapshotResult;
|
|
1187
|
-
(function (RestoreFromSnapshotResult) {
|
|
1188
|
-
RestoreFromSnapshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1189
|
-
})(RestoreFromSnapshotResult || (RestoreFromSnapshotResult = {}));
|
|
1190
616
|
var InvalidTargetException = (function (_super) {
|
|
1191
617
|
__extends(InvalidTargetException, _super);
|
|
1192
618
|
function InvalidTargetException(opts) {
|
|
@@ -1219,18 +645,6 @@ export var TargetType;
|
|
|
1219
645
|
(function (TargetType) {
|
|
1220
646
|
TargetType["ACCOUNT"] = "ACCOUNT";
|
|
1221
647
|
})(TargetType || (TargetType = {}));
|
|
1222
|
-
export var ShareTarget;
|
|
1223
|
-
(function (ShareTarget) {
|
|
1224
|
-
ShareTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1225
|
-
})(ShareTarget || (ShareTarget = {}));
|
|
1226
|
-
export var ShareDirectoryRequest;
|
|
1227
|
-
(function (ShareDirectoryRequest) {
|
|
1228
|
-
ShareDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }))); };
|
|
1229
|
-
})(ShareDirectoryRequest || (ShareDirectoryRequest = {}));
|
|
1230
|
-
export var ShareDirectoryResult;
|
|
1231
|
-
(function (ShareDirectoryResult) {
|
|
1232
|
-
ShareDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1233
|
-
})(ShareDirectoryResult || (ShareDirectoryResult = {}));
|
|
1234
648
|
var ShareLimitExceededException = (function (_super) {
|
|
1235
649
|
__extends(ShareLimitExceededException, _super);
|
|
1236
650
|
function ShareLimitExceededException(opts) {
|
|
@@ -1245,34 +659,6 @@ var ShareLimitExceededException = (function (_super) {
|
|
|
1245
659
|
return ShareLimitExceededException;
|
|
1246
660
|
}(__BaseException));
|
|
1247
661
|
export { ShareLimitExceededException };
|
|
1248
|
-
export var StartSchemaExtensionRequest;
|
|
1249
|
-
(function (StartSchemaExtensionRequest) {
|
|
1250
|
-
StartSchemaExtensionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1251
|
-
})(StartSchemaExtensionRequest || (StartSchemaExtensionRequest = {}));
|
|
1252
|
-
export var StartSchemaExtensionResult;
|
|
1253
|
-
(function (StartSchemaExtensionResult) {
|
|
1254
|
-
StartSchemaExtensionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1255
|
-
})(StartSchemaExtensionResult || (StartSchemaExtensionResult = {}));
|
|
1256
|
-
export var UnshareTarget;
|
|
1257
|
-
(function (UnshareTarget) {
|
|
1258
|
-
UnshareTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1259
|
-
})(UnshareTarget || (UnshareTarget = {}));
|
|
1260
|
-
export var UnshareDirectoryRequest;
|
|
1261
|
-
(function (UnshareDirectoryRequest) {
|
|
1262
|
-
UnshareDirectoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1263
|
-
})(UnshareDirectoryRequest || (UnshareDirectoryRequest = {}));
|
|
1264
|
-
export var UnshareDirectoryResult;
|
|
1265
|
-
(function (UnshareDirectoryResult) {
|
|
1266
|
-
UnshareDirectoryResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1267
|
-
})(UnshareDirectoryResult || (UnshareDirectoryResult = {}));
|
|
1268
|
-
export var UpdateConditionalForwarderRequest;
|
|
1269
|
-
(function (UpdateConditionalForwarderRequest) {
|
|
1270
|
-
UpdateConditionalForwarderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1271
|
-
})(UpdateConditionalForwarderRequest || (UpdateConditionalForwarderRequest = {}));
|
|
1272
|
-
export var UpdateConditionalForwarderResult;
|
|
1273
|
-
(function (UpdateConditionalForwarderResult) {
|
|
1274
|
-
UpdateConditionalForwarderResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1275
|
-
})(UpdateConditionalForwarderResult || (UpdateConditionalForwarderResult = {}));
|
|
1276
662
|
var DomainControllerLimitExceededException = (function (_super) {
|
|
1277
663
|
__extends(DomainControllerLimitExceededException, _super);
|
|
1278
664
|
function DomainControllerLimitExceededException(opts) {
|
|
@@ -1287,22 +673,6 @@ var DomainControllerLimitExceededException = (function (_super) {
|
|
|
1287
673
|
return DomainControllerLimitExceededException;
|
|
1288
674
|
}(__BaseException));
|
|
1289
675
|
export { DomainControllerLimitExceededException };
|
|
1290
|
-
export var UpdateNumberOfDomainControllersRequest;
|
|
1291
|
-
(function (UpdateNumberOfDomainControllersRequest) {
|
|
1292
|
-
UpdateNumberOfDomainControllersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
|
-
})(UpdateNumberOfDomainControllersRequest || (UpdateNumberOfDomainControllersRequest = {}));
|
|
1294
|
-
export var UpdateNumberOfDomainControllersResult;
|
|
1295
|
-
(function (UpdateNumberOfDomainControllersResult) {
|
|
1296
|
-
UpdateNumberOfDomainControllersResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1297
|
-
})(UpdateNumberOfDomainControllersResult || (UpdateNumberOfDomainControllersResult = {}));
|
|
1298
|
-
export var UpdateRadiusRequest;
|
|
1299
|
-
(function (UpdateRadiusRequest) {
|
|
1300
|
-
UpdateRadiusRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettings.filterSensitiveLog(obj.RadiusSettings) }))); };
|
|
1301
|
-
})(UpdateRadiusRequest || (UpdateRadiusRequest = {}));
|
|
1302
|
-
export var UpdateRadiusResult;
|
|
1303
|
-
(function (UpdateRadiusResult) {
|
|
1304
|
-
UpdateRadiusResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1305
|
-
})(UpdateRadiusResult || (UpdateRadiusResult = {}));
|
|
1306
676
|
var IncompatibleSettingsException = (function (_super) {
|
|
1307
677
|
__extends(IncompatibleSettingsException, _super);
|
|
1308
678
|
function IncompatibleSettingsException(opts) {
|
|
@@ -1331,31 +701,172 @@ var UnsupportedSettingsException = (function (_super) {
|
|
|
1331
701
|
return UnsupportedSettingsException;
|
|
1332
702
|
}(__BaseException));
|
|
1333
703
|
export { UnsupportedSettingsException };
|
|
1334
|
-
export var
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
export var
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
export var
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
export var
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
export var
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
export var
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
export var
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
704
|
+
export var AcceptSharedDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
export var SharedDirectoryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }))); };
|
|
706
|
+
export var AcceptSharedDirectoryResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedDirectory && { SharedDirectory: SharedDirectoryFilterSensitiveLog(obj.SharedDirectory) }))); };
|
|
707
|
+
export var IpRouteFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
export var AddIpRoutesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
+
export var AddIpRoutesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var DirectoryVpcSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var AddRegionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var AddRegionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var AddTagsToResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var AddTagsToResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var AttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var CancelSchemaExtensionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var CancelSchemaExtensionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var ClientCertAuthSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var CertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var CertificateInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var ClientAuthenticationSettingInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var ComputerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var ConditionalForwarderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var DirectoryConnectSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var ConnectDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
727
|
+
export var ConnectDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var CreateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var CreateAliasResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var CreateComputerRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
731
|
+
export var CreateComputerResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var CreateConditionalForwarderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var CreateConditionalForwarderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var CreateDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
735
|
+
export var CreateDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var CreateLogSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var CreateLogSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var CreateMicrosoftADRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
739
|
+
export var CreateMicrosoftADResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
export var CreateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
export var CreateSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var CreateTrustRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TrustPassword && { TrustPassword: SENSITIVE_STRING }))); };
|
|
743
|
+
export var CreateTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var DeleteConditionalForwarderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var DeleteConditionalForwarderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var DeleteDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
export var DeleteDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var DeleteLogSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
export var DeleteLogSubscriptionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var DeleteSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var DeleteSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var DeleteTrustRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var DeleteTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var DeregisterCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var DeregisterCertificateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var DeregisterEventTopicRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var DeregisterEventTopicResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var DescribeCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var DescribeCertificateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var DescribeClientAuthenticationSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var DescribeClientAuthenticationSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var DescribeConditionalForwardersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var DescribeConditionalForwardersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var DescribeDirectoriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var DirectoryConnectSettingsDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var RadiusSettingsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedSecret && { SharedSecret: SENSITIVE_STRING }))); };
|
|
767
|
+
export var DirectoryVpcSettingsDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var OwnerDirectoryDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }))); };
|
|
769
|
+
export var RegionsInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var DirectoryDescriptionFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING })), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) })), (obj.OwnerDirectoryDescription && {
|
|
771
|
+
OwnerDirectoryDescription: OwnerDirectoryDescriptionFilterSensitiveLog(obj.OwnerDirectoryDescription),
|
|
772
|
+
}))); };
|
|
773
|
+
export var DescribeDirectoriesResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DirectoryDescriptions && {
|
|
774
|
+
DirectoryDescriptions: obj.DirectoryDescriptions.map(function (item) { return DirectoryDescriptionFilterSensitiveLog(item); }),
|
|
775
|
+
}))); };
|
|
776
|
+
export var DescribeDomainControllersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var DomainControllerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var DescribeDomainControllersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var DescribeEventTopicsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var EventTopicFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var DescribeEventTopicsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var DescribeLDAPSSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
export var LDAPSSettingInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var DescribeLDAPSSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var DescribeRegionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var RegionDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var DescribeRegionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var DescribeSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var SettingEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var DescribeSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
export var DescribeSharedDirectoriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var DescribeSharedDirectoriesResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SharedDirectories && {
|
|
793
|
+
SharedDirectories: obj.SharedDirectories.map(function (item) { return SharedDirectoryFilterSensitiveLog(item); }),
|
|
794
|
+
}))); };
|
|
795
|
+
export var DescribeSnapshotsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var SnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
export var DescribeSnapshotsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var DescribeTrustsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
export var TrustFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var DescribeTrustsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var DirectoryLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
export var DisableClientAuthenticationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
export var DisableClientAuthenticationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var DisableLDAPSRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var DisableLDAPSResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var DisableRadiusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var DisableRadiusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
+
export var DisableSsoRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
809
|
+
export var DisableSsoResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var EnableClientAuthenticationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var EnableClientAuthenticationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var EnableLDAPSRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
export var EnableLDAPSResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var EnableRadiusRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }))); };
|
|
815
|
+
export var EnableRadiusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var EnableSsoRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
817
|
+
export var EnableSsoResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var GetDirectoryLimitsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var GetDirectoryLimitsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var GetSnapshotLimitsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var SnapshotLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var GetSnapshotLimitsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var ListCertificatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var ListCertificatesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var ListIpRoutesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var IpRouteInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var ListIpRoutesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var ListLogSubscriptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var LogSubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var ListLogSubscriptionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var ListSchemaExtensionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var SchemaExtensionInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var ListSchemaExtensionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var ListTagsForResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var RegisterCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var RegisterCertificateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var RegisterEventTopicRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var RegisterEventTopicResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var RejectSharedDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var RejectSharedDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var RemoveIpRoutesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var RemoveIpRoutesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var RemoveRegionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var RemoveRegionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var RemoveTagsFromResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var RemoveTagsFromResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var ResetUserPasswordRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.NewPassword && { NewPassword: SENSITIVE_STRING }))); };
|
|
849
|
+
export var ResetUserPasswordResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var RestoreFromSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var RestoreFromSnapshotResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var ShareTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var ShareDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareNotes && { ShareNotes: SENSITIVE_STRING }))); };
|
|
854
|
+
export var ShareDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var StartSchemaExtensionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var StartSchemaExtensionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var UnshareTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var UnshareDirectoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var UnshareDirectoryResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var UpdateConditionalForwarderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
export var UpdateConditionalForwarderResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var UpdateNumberOfDomainControllersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var UpdateNumberOfDomainControllersResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var UpdateRadiusRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RadiusSettings && { RadiusSettings: RadiusSettingsFilterSensitiveLog(obj.RadiusSettings) }))); };
|
|
865
|
+
export var UpdateRadiusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var SettingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var UpdateSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var UpdateSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var UpdateTrustRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var UpdateTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var VerifyTrustRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var VerifyTrustResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|