@aws-sdk/client-directory-service 3.1075.0 → 3.1076.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 CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultDirectoryServiceHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { AcceptSharedDirectory$, AddIpRoutes$, AddRegion$, AddTagsToResource$, CancelSchemaExtension$, ConnectDirectory$, CreateAlias$, CreateComputer$, CreateConditionalForwarder$, CreateDirectory$, CreateHybridAD$, CreateLogSubscription$, CreateMicrosoftAD$, CreateSnapshot$, CreateTrust$, DeleteADAssessment$, DeleteConditionalForwarder$, DeleteDirectory$, DeleteLogSubscription$, DeleteSnapshot$, DeleteTrust$, DeregisterCertificate$, DeregisterEventTopic$, DescribeADAssessment$, DescribeCAEnrollmentPolicy$, DescribeCertificate$, DescribeClientAuthenticationSettings$, DescribeConditionalForwarders$, DescribeDirectories$, DescribeDirectoryDataAccess$, DescribeDomainControllers$, DescribeEventTopics$, DescribeHybridADUpdate$, DescribeLDAPSSettings$, DescribeRegions$, DescribeSettings$, DescribeSharedDirectories$, DescribeSnapshots$, DescribeTrusts$, DescribeUpdateDirectory$, DisableCAEnrollmentPolicy$, DisableClientAuthentication$, DisableDirectoryDataAccess$, DisableLDAPS$, DisableRadius$, DisableSso$, EnableCAEnrollmentPolicy$, EnableClientAuthentication$, EnableDirectoryDataAccess$, EnableLDAPS$, EnableRadius$, EnableSso$, GetDirectoryLimits$, GetSnapshotLimits$, ListADAssessments$, ListCertificates$, ListIpRoutes$, ListLogSubscriptions$, ListSchemaExtensions$, ListTagsForResource$, RegisterCertificate$, RegisterEventTopic$, RejectSharedDirectory$, RemoveIpRoutes$, RemoveRegion$, RemoveTagsFromResource$, ResetUserPassword$, RestoreFromSnapshot$, ShareDirectory$, StartADAssessment$, StartSchemaExtension$, UnshareDirectory$, UpdateConditionalForwarder$, UpdateDirectorySetup$, UpdateHybridAD$, UpdateNumberOfDomainControllers$, UpdateRadius$, UpdateSettings$, UpdateTrust$, VerifyTrust$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { DirectoryServiceServiceException } = require("./models/DirectoryServiceServiceException");
18
- exports.DirectoryServiceServiceException = DirectoryServiceServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultDirectoryServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "ds",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultDirectoryServiceHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,2943 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
85
+ ],
86
+ results: [
87
+ [a],
88
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
89
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
90
+ [g, i],
91
+ ["https://ds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
92
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
93
+ ["https://ds-fips.{Region}.{PartitionResult#dnsSuffix}", i],
94
+ [a, "FIPS is enabled but this partition does not support FIPS"],
95
+ ["https://ds.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
96
+ [a, "DualStack is enabled but this partition does not support DualStack"],
97
+ ["https://ds.{Region}.{PartitionResult#dnsSuffix}", i],
98
+ [a, "Invalid Configuration: Missing Region"]
99
+ ]
100
+ };
101
+ const root = 2;
102
+ const r = 100_000_000;
103
+ const nodes = new Int32Array([
104
+ -1, 1, -1,
105
+ 0, 12, 3,
106
+ 1, 4, r + 11,
107
+ 2, 5, r + 11,
108
+ 3, 8, 6,
109
+ 4, 7, r + 10,
110
+ 5, r + 8, r + 9,
111
+ 4, 10, 9,
112
+ 6, r + 6, r + 7,
113
+ 5, 11, r + 5,
114
+ 6, r + 4, r + 5,
115
+ 3, r + 1, 13,
116
+ 4, r + 2, r + 3,
117
+ ]);
118
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
119
+
120
+ const cache = new EndpointCache({
121
+ size: 50,
122
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
123
+ });
124
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
125
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
126
+ endpointParams: endpointParams,
127
+ logger: context.logger,
128
+ }));
129
+ };
130
+ customEndpointFunctions.aws = awsEndpointFunctions;
131
+
132
+ class DirectoryServiceServiceException extends ServiceException$1 {
133
+ constructor(options) {
134
+ super(options);
135
+ Object.setPrototypeOf(this, DirectoryServiceServiceException.prototype);
136
+ }
137
+ }
138
+
139
+ class ClientException extends DirectoryServiceServiceException {
140
+ name = "ClientException";
141
+ $fault = "client";
142
+ Message;
143
+ RequestId;
144
+ constructor(opts) {
145
+ super({
146
+ name: "ClientException",
147
+ $fault: "client",
148
+ ...opts,
149
+ });
150
+ Object.setPrototypeOf(this, ClientException.prototype);
151
+ this.Message = opts.Message;
152
+ this.RequestId = opts.RequestId;
153
+ }
154
+ }
155
+ class DirectoryAlreadySharedException extends DirectoryServiceServiceException {
156
+ name = "DirectoryAlreadySharedException";
157
+ $fault = "client";
158
+ Message;
159
+ RequestId;
160
+ constructor(opts) {
161
+ super({
162
+ name: "DirectoryAlreadySharedException",
163
+ $fault: "client",
164
+ ...opts,
165
+ });
166
+ Object.setPrototypeOf(this, DirectoryAlreadySharedException.prototype);
167
+ this.Message = opts.Message;
168
+ this.RequestId = opts.RequestId;
169
+ }
170
+ }
171
+ class EntityDoesNotExistException extends DirectoryServiceServiceException {
172
+ name = "EntityDoesNotExistException";
173
+ $fault = "client";
174
+ Message;
175
+ RequestId;
176
+ constructor(opts) {
177
+ super({
178
+ name: "EntityDoesNotExistException",
179
+ $fault: "client",
180
+ ...opts,
181
+ });
182
+ Object.setPrototypeOf(this, EntityDoesNotExistException.prototype);
183
+ this.Message = opts.Message;
184
+ this.RequestId = opts.RequestId;
185
+ }
186
+ }
187
+ class InvalidParameterException extends DirectoryServiceServiceException {
188
+ name = "InvalidParameterException";
189
+ $fault = "client";
190
+ Message;
191
+ RequestId;
192
+ constructor(opts) {
193
+ super({
194
+ name: "InvalidParameterException",
195
+ $fault: "client",
196
+ ...opts,
197
+ });
198
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
199
+ this.Message = opts.Message;
200
+ this.RequestId = opts.RequestId;
201
+ }
202
+ }
203
+ class ServiceException extends DirectoryServiceServiceException {
204
+ name = "ServiceException";
205
+ $fault = "server";
206
+ Message;
207
+ RequestId;
208
+ constructor(opts) {
209
+ super({
210
+ name: "ServiceException",
211
+ $fault: "server",
212
+ ...opts,
213
+ });
214
+ Object.setPrototypeOf(this, ServiceException.prototype);
215
+ this.Message = opts.Message;
216
+ this.RequestId = opts.RequestId;
217
+ }
218
+ }
219
+ class AccessDeniedException extends DirectoryServiceServiceException {
220
+ name = "AccessDeniedException";
221
+ $fault = "client";
222
+ Message;
223
+ RequestId;
224
+ constructor(opts) {
225
+ super({
226
+ name: "AccessDeniedException",
227
+ $fault: "client",
228
+ ...opts,
229
+ });
230
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
231
+ this.Message = opts.Message;
232
+ this.RequestId = opts.RequestId;
233
+ }
234
+ }
235
+ class ADAssessmentLimitExceededException extends DirectoryServiceServiceException {
236
+ name = "ADAssessmentLimitExceededException";
237
+ $fault = "client";
238
+ Message;
239
+ RequestId;
240
+ constructor(opts) {
241
+ super({
242
+ name: "ADAssessmentLimitExceededException",
243
+ $fault: "client",
244
+ ...opts,
245
+ });
246
+ Object.setPrototypeOf(this, ADAssessmentLimitExceededException.prototype);
247
+ this.Message = opts.Message;
248
+ this.RequestId = opts.RequestId;
249
+ }
250
+ }
251
+ class DirectoryUnavailableException extends DirectoryServiceServiceException {
252
+ name = "DirectoryUnavailableException";
253
+ $fault = "client";
254
+ Message;
255
+ RequestId;
256
+ constructor(opts) {
257
+ super({
258
+ name: "DirectoryUnavailableException",
259
+ $fault: "client",
260
+ ...opts,
261
+ });
262
+ Object.setPrototypeOf(this, DirectoryUnavailableException.prototype);
263
+ this.Message = opts.Message;
264
+ this.RequestId = opts.RequestId;
265
+ }
266
+ }
267
+ class EntityAlreadyExistsException extends DirectoryServiceServiceException {
268
+ name = "EntityAlreadyExistsException";
269
+ $fault = "client";
270
+ Message;
271
+ RequestId;
272
+ constructor(opts) {
273
+ super({
274
+ name: "EntityAlreadyExistsException",
275
+ $fault: "client",
276
+ ...opts,
277
+ });
278
+ Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);
279
+ this.Message = opts.Message;
280
+ this.RequestId = opts.RequestId;
281
+ }
282
+ }
283
+ class IpRouteLimitExceededException extends DirectoryServiceServiceException {
284
+ name = "IpRouteLimitExceededException";
285
+ $fault = "client";
286
+ Message;
287
+ RequestId;
288
+ constructor(opts) {
289
+ super({
290
+ name: "IpRouteLimitExceededException",
291
+ $fault: "client",
292
+ ...opts,
293
+ });
294
+ Object.setPrototypeOf(this, IpRouteLimitExceededException.prototype);
295
+ this.Message = opts.Message;
296
+ this.RequestId = opts.RequestId;
297
+ }
298
+ }
299
+ class DirectoryAlreadyInRegionException extends DirectoryServiceServiceException {
300
+ name = "DirectoryAlreadyInRegionException";
301
+ $fault = "client";
302
+ Message;
303
+ RequestId;
304
+ constructor(opts) {
305
+ super({
306
+ name: "DirectoryAlreadyInRegionException",
307
+ $fault: "client",
308
+ ...opts,
309
+ });
310
+ Object.setPrototypeOf(this, DirectoryAlreadyInRegionException.prototype);
311
+ this.Message = opts.Message;
312
+ this.RequestId = opts.RequestId;
313
+ }
314
+ }
315
+ class DirectoryDoesNotExistException extends DirectoryServiceServiceException {
316
+ name = "DirectoryDoesNotExistException";
317
+ $fault = "client";
318
+ Message;
319
+ RequestId;
320
+ constructor(opts) {
321
+ super({
322
+ name: "DirectoryDoesNotExistException",
323
+ $fault: "client",
324
+ ...opts,
325
+ });
326
+ Object.setPrototypeOf(this, DirectoryDoesNotExistException.prototype);
327
+ this.Message = opts.Message;
328
+ this.RequestId = opts.RequestId;
329
+ }
330
+ }
331
+ class RegionLimitExceededException extends DirectoryServiceServiceException {
332
+ name = "RegionLimitExceededException";
333
+ $fault = "client";
334
+ Message;
335
+ RequestId;
336
+ constructor(opts) {
337
+ super({
338
+ name: "RegionLimitExceededException",
339
+ $fault: "client",
340
+ ...opts,
341
+ });
342
+ Object.setPrototypeOf(this, RegionLimitExceededException.prototype);
343
+ this.Message = opts.Message;
344
+ this.RequestId = opts.RequestId;
345
+ }
346
+ }
347
+ class UnsupportedOperationException extends DirectoryServiceServiceException {
348
+ name = "UnsupportedOperationException";
349
+ $fault = "client";
350
+ Message;
351
+ RequestId;
352
+ constructor(opts) {
353
+ super({
354
+ name: "UnsupportedOperationException",
355
+ $fault: "client",
356
+ ...opts,
357
+ });
358
+ Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
359
+ this.Message = opts.Message;
360
+ this.RequestId = opts.RequestId;
361
+ }
362
+ }
363
+ class TagLimitExceededException extends DirectoryServiceServiceException {
364
+ name = "TagLimitExceededException";
365
+ $fault = "client";
366
+ Message;
367
+ RequestId;
368
+ constructor(opts) {
369
+ super({
370
+ name: "TagLimitExceededException",
371
+ $fault: "client",
372
+ ...opts,
373
+ });
374
+ Object.setPrototypeOf(this, TagLimitExceededException.prototype);
375
+ this.Message = opts.Message;
376
+ this.RequestId = opts.RequestId;
377
+ }
378
+ }
379
+ class AuthenticationFailedException extends DirectoryServiceServiceException {
380
+ name = "AuthenticationFailedException";
381
+ $fault = "client";
382
+ Message;
383
+ RequestId;
384
+ constructor(opts) {
385
+ super({
386
+ name: "AuthenticationFailedException",
387
+ $fault: "client",
388
+ ...opts,
389
+ });
390
+ Object.setPrototypeOf(this, AuthenticationFailedException.prototype);
391
+ this.Message = opts.Message;
392
+ this.RequestId = opts.RequestId;
393
+ }
394
+ }
395
+ class CertificateAlreadyExistsException extends DirectoryServiceServiceException {
396
+ name = "CertificateAlreadyExistsException";
397
+ $fault = "client";
398
+ Message;
399
+ RequestId;
400
+ constructor(opts) {
401
+ super({
402
+ name: "CertificateAlreadyExistsException",
403
+ $fault: "client",
404
+ ...opts,
405
+ });
406
+ Object.setPrototypeOf(this, CertificateAlreadyExistsException.prototype);
407
+ this.Message = opts.Message;
408
+ this.RequestId = opts.RequestId;
409
+ }
410
+ }
411
+ class CertificateDoesNotExistException extends DirectoryServiceServiceException {
412
+ name = "CertificateDoesNotExistException";
413
+ $fault = "client";
414
+ Message;
415
+ RequestId;
416
+ constructor(opts) {
417
+ super({
418
+ name: "CertificateDoesNotExistException",
419
+ $fault: "client",
420
+ ...opts,
421
+ });
422
+ Object.setPrototypeOf(this, CertificateDoesNotExistException.prototype);
423
+ this.Message = opts.Message;
424
+ this.RequestId = opts.RequestId;
425
+ }
426
+ }
427
+ class CertificateInUseException extends DirectoryServiceServiceException {
428
+ name = "CertificateInUseException";
429
+ $fault = "client";
430
+ Message;
431
+ RequestId;
432
+ constructor(opts) {
433
+ super({
434
+ name: "CertificateInUseException",
435
+ $fault: "client",
436
+ ...opts,
437
+ });
438
+ Object.setPrototypeOf(this, CertificateInUseException.prototype);
439
+ this.Message = opts.Message;
440
+ this.RequestId = opts.RequestId;
441
+ }
442
+ }
443
+ class CertificateLimitExceededException extends DirectoryServiceServiceException {
444
+ name = "CertificateLimitExceededException";
445
+ $fault = "client";
446
+ Message;
447
+ RequestId;
448
+ constructor(opts) {
449
+ super({
450
+ name: "CertificateLimitExceededException",
451
+ $fault: "client",
452
+ ...opts,
453
+ });
454
+ Object.setPrototypeOf(this, CertificateLimitExceededException.prototype);
455
+ this.Message = opts.Message;
456
+ this.RequestId = opts.RequestId;
457
+ }
458
+ }
459
+ class DirectoryLimitExceededException extends DirectoryServiceServiceException {
460
+ name = "DirectoryLimitExceededException";
461
+ $fault = "client";
462
+ Message;
463
+ RequestId;
464
+ constructor(opts) {
465
+ super({
466
+ name: "DirectoryLimitExceededException",
467
+ $fault: "client",
468
+ ...opts,
469
+ });
470
+ Object.setPrototypeOf(this, DirectoryLimitExceededException.prototype);
471
+ this.Message = opts.Message;
472
+ this.RequestId = opts.RequestId;
473
+ }
474
+ }
475
+ class InsufficientPermissionsException extends DirectoryServiceServiceException {
476
+ name = "InsufficientPermissionsException";
477
+ $fault = "client";
478
+ Message;
479
+ RequestId;
480
+ constructor(opts) {
481
+ super({
482
+ name: "InsufficientPermissionsException",
483
+ $fault: "client",
484
+ ...opts,
485
+ });
486
+ Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
487
+ this.Message = opts.Message;
488
+ this.RequestId = opts.RequestId;
489
+ }
490
+ }
491
+ class SnapshotLimitExceededException extends DirectoryServiceServiceException {
492
+ name = "SnapshotLimitExceededException";
493
+ $fault = "client";
494
+ Message;
495
+ RequestId;
496
+ constructor(opts) {
497
+ super({
498
+ name: "SnapshotLimitExceededException",
499
+ $fault: "client",
500
+ ...opts,
501
+ });
502
+ Object.setPrototypeOf(this, SnapshotLimitExceededException.prototype);
503
+ this.Message = opts.Message;
504
+ this.RequestId = opts.RequestId;
505
+ }
506
+ }
507
+ class InvalidNextTokenException extends DirectoryServiceServiceException {
508
+ name = "InvalidNextTokenException";
509
+ $fault = "client";
510
+ Message;
511
+ RequestId;
512
+ constructor(opts) {
513
+ super({
514
+ name: "InvalidNextTokenException",
515
+ $fault: "client",
516
+ ...opts,
517
+ });
518
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
519
+ this.Message = opts.Message;
520
+ this.RequestId = opts.RequestId;
521
+ }
522
+ }
523
+ class DirectoryInDesiredStateException extends DirectoryServiceServiceException {
524
+ name = "DirectoryInDesiredStateException";
525
+ $fault = "client";
526
+ Message;
527
+ RequestId;
528
+ constructor(opts) {
529
+ super({
530
+ name: "DirectoryInDesiredStateException",
531
+ $fault: "client",
532
+ ...opts,
533
+ });
534
+ Object.setPrototypeOf(this, DirectoryInDesiredStateException.prototype);
535
+ this.Message = opts.Message;
536
+ this.RequestId = opts.RequestId;
537
+ }
538
+ }
539
+ class DirectoryNotSharedException extends DirectoryServiceServiceException {
540
+ name = "DirectoryNotSharedException";
541
+ $fault = "client";
542
+ Message;
543
+ RequestId;
544
+ constructor(opts) {
545
+ super({
546
+ name: "DirectoryNotSharedException",
547
+ $fault: "client",
548
+ ...opts,
549
+ });
550
+ Object.setPrototypeOf(this, DirectoryNotSharedException.prototype);
551
+ this.Message = opts.Message;
552
+ this.RequestId = opts.RequestId;
553
+ }
554
+ }
555
+ class DisableAlreadyInProgressException extends DirectoryServiceServiceException {
556
+ name = "DisableAlreadyInProgressException";
557
+ $fault = "client";
558
+ Message;
559
+ RequestId;
560
+ constructor(opts) {
561
+ super({
562
+ name: "DisableAlreadyInProgressException",
563
+ $fault: "client",
564
+ ...opts,
565
+ });
566
+ Object.setPrototypeOf(this, DisableAlreadyInProgressException.prototype);
567
+ this.Message = opts.Message;
568
+ this.RequestId = opts.RequestId;
569
+ }
570
+ }
571
+ class InvalidClientAuthStatusException extends DirectoryServiceServiceException {
572
+ name = "InvalidClientAuthStatusException";
573
+ $fault = "client";
574
+ Message;
575
+ RequestId;
576
+ constructor(opts) {
577
+ super({
578
+ name: "InvalidClientAuthStatusException",
579
+ $fault: "client",
580
+ ...opts,
581
+ });
582
+ Object.setPrototypeOf(this, InvalidClientAuthStatusException.prototype);
583
+ this.Message = opts.Message;
584
+ this.RequestId = opts.RequestId;
585
+ }
586
+ }
587
+ class InvalidLDAPSStatusException extends DirectoryServiceServiceException {
588
+ name = "InvalidLDAPSStatusException";
589
+ $fault = "client";
590
+ Message;
591
+ RequestId;
592
+ constructor(opts) {
593
+ super({
594
+ name: "InvalidLDAPSStatusException",
595
+ $fault: "client",
596
+ ...opts,
597
+ });
598
+ Object.setPrototypeOf(this, InvalidLDAPSStatusException.prototype);
599
+ this.Message = opts.Message;
600
+ this.RequestId = opts.RequestId;
601
+ }
602
+ }
603
+ class EnableAlreadyInProgressException extends DirectoryServiceServiceException {
604
+ name = "EnableAlreadyInProgressException";
605
+ $fault = "client";
606
+ Message;
607
+ RequestId;
608
+ constructor(opts) {
609
+ super({
610
+ name: "EnableAlreadyInProgressException",
611
+ $fault: "client",
612
+ ...opts,
613
+ });
614
+ Object.setPrototypeOf(this, EnableAlreadyInProgressException.prototype);
615
+ this.Message = opts.Message;
616
+ this.RequestId = opts.RequestId;
617
+ }
618
+ }
619
+ class NoAvailableCertificateException extends DirectoryServiceServiceException {
620
+ name = "NoAvailableCertificateException";
621
+ $fault = "client";
622
+ Message;
623
+ RequestId;
624
+ constructor(opts) {
625
+ super({
626
+ name: "NoAvailableCertificateException",
627
+ $fault: "client",
628
+ ...opts,
629
+ });
630
+ Object.setPrototypeOf(this, NoAvailableCertificateException.prototype);
631
+ this.Message = opts.Message;
632
+ this.RequestId = opts.RequestId;
633
+ }
634
+ }
635
+ class InvalidCertificateException extends DirectoryServiceServiceException {
636
+ name = "InvalidCertificateException";
637
+ $fault = "client";
638
+ Message;
639
+ RequestId;
640
+ constructor(opts) {
641
+ super({
642
+ name: "InvalidCertificateException",
643
+ $fault: "client",
644
+ ...opts,
645
+ });
646
+ Object.setPrototypeOf(this, InvalidCertificateException.prototype);
647
+ this.Message = opts.Message;
648
+ this.RequestId = opts.RequestId;
649
+ }
650
+ }
651
+ class InvalidPasswordException extends DirectoryServiceServiceException {
652
+ name = "InvalidPasswordException";
653
+ $fault = "client";
654
+ Message;
655
+ RequestId;
656
+ constructor(opts) {
657
+ super({
658
+ name: "InvalidPasswordException",
659
+ $fault: "client",
660
+ ...opts,
661
+ });
662
+ Object.setPrototypeOf(this, InvalidPasswordException.prototype);
663
+ this.Message = opts.Message;
664
+ this.RequestId = opts.RequestId;
665
+ }
666
+ }
667
+ class UserDoesNotExistException extends DirectoryServiceServiceException {
668
+ name = "UserDoesNotExistException";
669
+ $fault = "client";
670
+ Message;
671
+ RequestId;
672
+ constructor(opts) {
673
+ super({
674
+ name: "UserDoesNotExistException",
675
+ $fault: "client",
676
+ ...opts,
677
+ });
678
+ Object.setPrototypeOf(this, UserDoesNotExistException.prototype);
679
+ this.Message = opts.Message;
680
+ this.RequestId = opts.RequestId;
681
+ }
682
+ }
683
+ class InvalidTargetException extends DirectoryServiceServiceException {
684
+ name = "InvalidTargetException";
685
+ $fault = "client";
686
+ Message;
687
+ RequestId;
688
+ constructor(opts) {
689
+ super({
690
+ name: "InvalidTargetException",
691
+ $fault: "client",
692
+ ...opts,
693
+ });
694
+ Object.setPrototypeOf(this, InvalidTargetException.prototype);
695
+ this.Message = opts.Message;
696
+ this.RequestId = opts.RequestId;
697
+ }
698
+ }
699
+ class OrganizationsException extends DirectoryServiceServiceException {
700
+ name = "OrganizationsException";
701
+ $fault = "client";
702
+ Message;
703
+ RequestId;
704
+ constructor(opts) {
705
+ super({
706
+ name: "OrganizationsException",
707
+ $fault: "client",
708
+ ...opts,
709
+ });
710
+ Object.setPrototypeOf(this, OrganizationsException.prototype);
711
+ this.Message = opts.Message;
712
+ this.RequestId = opts.RequestId;
713
+ }
714
+ }
715
+ class ShareLimitExceededException extends DirectoryServiceServiceException {
716
+ name = "ShareLimitExceededException";
717
+ $fault = "client";
718
+ Message;
719
+ RequestId;
720
+ constructor(opts) {
721
+ super({
722
+ name: "ShareLimitExceededException",
723
+ $fault: "client",
724
+ ...opts,
725
+ });
726
+ Object.setPrototypeOf(this, ShareLimitExceededException.prototype);
727
+ this.Message = opts.Message;
728
+ this.RequestId = opts.RequestId;
729
+ }
730
+ }
731
+ class DomainControllerLimitExceededException extends DirectoryServiceServiceException {
732
+ name = "DomainControllerLimitExceededException";
733
+ $fault = "client";
734
+ Message;
735
+ RequestId;
736
+ constructor(opts) {
737
+ super({
738
+ name: "DomainControllerLimitExceededException",
739
+ $fault: "client",
740
+ ...opts,
741
+ });
742
+ Object.setPrototypeOf(this, DomainControllerLimitExceededException.prototype);
743
+ this.Message = opts.Message;
744
+ this.RequestId = opts.RequestId;
745
+ }
746
+ }
747
+ class IncompatibleSettingsException extends DirectoryServiceServiceException {
748
+ name = "IncompatibleSettingsException";
749
+ $fault = "client";
750
+ Message;
751
+ RequestId;
752
+ constructor(opts) {
753
+ super({
754
+ name: "IncompatibleSettingsException",
755
+ $fault: "client",
756
+ ...opts,
757
+ });
758
+ Object.setPrototypeOf(this, IncompatibleSettingsException.prototype);
759
+ this.Message = opts.Message;
760
+ this.RequestId = opts.RequestId;
761
+ }
762
+ }
763
+ class UnsupportedSettingsException extends DirectoryServiceServiceException {
764
+ name = "UnsupportedSettingsException";
765
+ $fault = "client";
766
+ Message;
767
+ RequestId;
768
+ constructor(opts) {
769
+ super({
770
+ name: "UnsupportedSettingsException",
771
+ $fault: "client",
772
+ ...opts,
773
+ });
774
+ Object.setPrototypeOf(this, UnsupportedSettingsException.prototype);
775
+ this.Message = opts.Message;
776
+ this.RequestId = opts.RequestId;
777
+ }
778
+ }
779
+
780
+ const _A = "Assessment";
781
+ const _AC = "AssessmentConfiguration";
782
+ const _ADALEE = "ADAssessmentLimitExceededException";
783
+ const _ADE = "AccessDeniedException";
784
+ const _ADT = "AddedDateTime";
785
+ const _AFE = "AuthenticationFailedException";
786
+ const _AI = "AssessmentId";
787
+ const _AIR = "AddIpRoutes";
788
+ const _AIRR = "AddIpRoutesRequest";
789
+ const _AIRRd = "AddIpRoutesResult";
790
+ const _AIc = "AccountId";
791
+ const _AP = "AuthenticationProtocol";
792
+ const _AR = "AssessmentReport";
793
+ const _ARR = "AddRegionRequest";
794
+ const _ARRd = "AddRegionResult";
795
+ const _ARd = "AdditionalRegions";
796
+ const _ARdd = "AddRegion";
797
+ const _ARs = "AssessmentReports";
798
+ const _AS = "AssessmentSummary";
799
+ const _ASD = "AcceptSharedDirectory";
800
+ const _ASDR = "AcceptSharedDirectoryRequest";
801
+ const _ASDRc = "AcceptSharedDirectoryResult";
802
+ const _ATTR = "AddTagsToResource";
803
+ const _ATTRR = "AddTagsToResourceRequest";
804
+ const _ATTRRd = "AddTagsToResourceResult";
805
+ const _AU = "AccessUrl";
806
+ const _AV = "AssessmentValidation";
807
+ const _AVl = "AllowedValues";
808
+ const _AVp = "AppliedValue";
809
+ const _AVs = "AssessmentValidations";
810
+ const _AZ = "AvailabilityZones";
811
+ const _AZv = "AvailabilityZone";
812
+ const _Al = "Alias";
813
+ const _As = "Assessments";
814
+ const _At = "Attribute";
815
+ const _Att = "Attributes";
816
+ const _C = "Category";
817
+ const _CA = "ComputerAttributes";
818
+ const _CAEE = "CertificateAlreadyExistsException";
819
+ const _CAR = "CreateAliasRequest";
820
+ const _CARr = "CreateAliasResult";
821
+ const _CASI = "ClientAuthenticationSettingInfo";
822
+ const _CASIl = "ClientAuthenticationSettingsInfo";
823
+ const _CAr = "CreateAlias";
824
+ const _CC = "CreateComputer";
825
+ const _CCAS = "ClientCertAuthSettings";
826
+ const _CCF = "CreateConditionalForwarder";
827
+ const _CCFR = "CreateConditionalForwarderRequest";
828
+ const _CCFRr = "CreateConditionalForwarderResult";
829
+ const _CCR = "CreateComputerRequest";
830
+ const _CCRr = "CreateComputerResult";
831
+ const _CD = "CertificateData";
832
+ const _CDCC = "ConnectedDirectoriesCurrentCount";
833
+ const _CDI = "CustomerDnsIps";
834
+ const _CDIV = "CustomerDnsIpsV6";
835
+ const _CDL = "ConnectedDirectoriesLimit";
836
+ const _CDLR = "ConnectedDirectoriesLimitReached";
837
+ const _CDNEE = "CertificateDoesNotExistException";
838
+ const _CDR = "ConnectDirectoryRequest";
839
+ const _CDRo = "ConnectDirectoryResult";
840
+ const _CDRr = "CreateDirectoryRequest";
841
+ const _CDRre = "CreateDirectoryResult";
842
+ const _CDT = "CreatedDateTime";
843
+ const _CDo = "ConnectDirectory";
844
+ const _CDr = "CreateDirectory";
845
+ const _CE = "ClientException";
846
+ const _CEPS = "CaEnrollmentPolicyStatus";
847
+ const _CEPSR = "CaEnrollmentPolicyStatusReason";
848
+ const _CF = "ConditionalForwarder";
849
+ const _CFIA = "ConditionalForwarderIpAddrs";
850
+ const _CFIAo = "ConditionalForwarderIpv6Addrs";
851
+ const _CFo = "ConditionalForwarders";
852
+ const _CHAD = "CreateHybridAD";
853
+ const _CHADR = "CreateHybridADRequest";
854
+ const _CHADRr = "CreateHybridADResult";
855
+ const _CI = "CertificateId";
856
+ const _CIUE = "CertificateInUseException";
857
+ const _CIV = "ConnectIpsV6";
858
+ const _CIe = "CertificateInfo";
859
+ const _CIer = "CertificatesInfo";
860
+ const _CIi = "CidrIp";
861
+ const _CIid = "CidrIpv6";
862
+ const _CIidr = "CidrIps";
863
+ const _CIidrp = "CidrIpv6s";
864
+ const _CIo = "ComputerId";
865
+ const _CIon = "ConnectIps";
866
+ const _CLEE = "CertificateLimitExceededException";
867
+ const _CLS = "CreateLogSubscription";
868
+ const _CLSR = "CreateLogSubscriptionRequest";
869
+ const _CLSRr = "CreateLogSubscriptionResult";
870
+ const _CMAD = "CreateMicrosoftAD";
871
+ const _CMADR = "CreateMicrosoftADRequest";
872
+ const _CMADRr = "CreateMicrosoftADResult";
873
+ const _CN = "CommonName";
874
+ const _CNo = "ComputerName";
875
+ const _CODCC = "CloudOnlyDirectoriesCurrentCount";
876
+ const _CODL = "CloudOnlyDirectoriesLimit";
877
+ const _CODLR = "CloudOnlyDirectoriesLimitReached";
878
+ const _COMADCC = "CloudOnlyMicrosoftADCurrentCount";
879
+ const _COMADL = "CloudOnlyMicrosoftADLimit";
880
+ const _COMADLR = "CloudOnlyMicrosoftADLimitReached";
881
+ const _CP = "ComputerPassword";
882
+ const _CPo = "ConnectPassword";
883
+ const _CS = "ConnectSettings";
884
+ const _CSBSE = "CreateSnapshotBeforeSchemaExtension";
885
+ const _CSBU = "CreateSnapshotBeforeUpdate";
886
+ const _CSE = "CancelSchemaExtension";
887
+ const _CSER = "CancelSchemaExtensionRequest";
888
+ const _CSERa = "CancelSchemaExtensionResult";
889
+ const _CSR = "CreateSnapshotRequest";
890
+ const _CSRr = "CreateSnapshotResult";
891
+ const _CSr = "CreateSnapshot";
892
+ const _CT = "CreateTrust";
893
+ const _CTR = "CreateTrustRequest";
894
+ const _CTRr = "CreateTrustResult";
895
+ const _CUN = "CustomerUserName";
896
+ const _Ce = "Certificate";
897
+ const _Co = "Computer";
898
+ const _D = "Description";
899
+ const _DACF = "DeleteAssociatedConditionalForwarder";
900
+ const _DADA = "DeleteADAssessment";
901
+ const _DADAR = "DeleteADAssessmentRequest";
902
+ const _DADARe = "DeleteADAssessmentResult";
903
+ const _DADARes = "DescribeADAssessmentRequest";
904
+ const _DADAResc = "DescribeADAssessmentResult";
905
+ const _DADAe = "DescribeADAssessment";
906
+ const _DAIPE = "DisableAlreadyInProgressException";
907
+ const _DAIRE = "DirectoryAlreadyInRegionException";
908
+ const _DAS = "DataAccessStatus";
909
+ const _DASE = "DirectoryAlreadySharedException";
910
+ const _DC = "DomainControllers";
911
+ const _DCA = "DisableClientAuthentication";
912
+ const _DCAEP = "DescribeCAEnrollmentPolicy";
913
+ const _DCAEPR = "DescribeCAEnrollmentPolicyRequest";
914
+ const _DCAEPRe = "DescribeCAEnrollmentPolicyResult";
915
+ const _DCAEPRi = "DisableCAEnrollmentPolicyRequest";
916
+ const _DCAEPRis = "DisableCAEnrollmentPolicyResult";
917
+ const _DCAEPi = "DisableCAEnrollmentPolicy";
918
+ const _DCAR = "DisableClientAuthenticationRequest";
919
+ const _DCARi = "DisableClientAuthenticationResult";
920
+ const _DCAS = "DescribeClientAuthenticationSettings";
921
+ const _DCASR = "DescribeClientAuthenticationSettingsRequest";
922
+ const _DCASRe = "DescribeClientAuthenticationSettingsResult";
923
+ const _DCF = "DeleteConditionalForwarder";
924
+ const _DCFR = "DeleteConditionalForwarderRequest";
925
+ const _DCFRe = "DeleteConditionalForwarderResult";
926
+ const _DCFRes = "DescribeConditionalForwardersRequest";
927
+ const _DCFResc = "DescribeConditionalForwardersResult";
928
+ const _DCFe = "DescribeConditionalForwarders";
929
+ const _DCI = "DomainControllerIp";
930
+ const _DCIo = "DomainControllerIds";
931
+ const _DCIom = "DomainControllerId";
932
+ const _DCLEE = "DomainControllerLimitExceededException";
933
+ const _DCR = "DeregisterCertificateRequest";
934
+ const _DCRe = "DeregisterCertificateResult";
935
+ const _DCRes = "DescribeCertificateRequest";
936
+ const _DCResc = "DescribeCertificateResult";
937
+ const _DCS = "DirectoryConnectSettings";
938
+ const _DCSD = "DirectoryConnectSettingsDescription";
939
+ const _DCe = "DeregisterCertificate";
940
+ const _DCes = "DescribeCertificate";
941
+ const _DCo = "DomainController";
942
+ const _DD = "DirectoryDescriptions";
943
+ const _DDC = "DescribeDomainControllers";
944
+ const _DDCR = "DescribeDomainControllersRequest";
945
+ const _DDCRe = "DescribeDomainControllersResult";
946
+ const _DDDA = "DescribeDirectoryDataAccess";
947
+ const _DDDAR = "DescribeDirectoryDataAccessRequest";
948
+ const _DDDARe = "DescribeDirectoryDataAccessResult";
949
+ const _DDDARi = "DisableDirectoryDataAccessRequest";
950
+ const _DDDARis = "DisableDirectoryDataAccessResult";
951
+ const _DDDAi = "DisableDirectoryDataAccess";
952
+ const _DDNEE = "DirectoryDoesNotExistException";
953
+ const _DDR = "DeleteDirectoryRequest";
954
+ const _DDRe = "DeleteDirectoryResult";
955
+ const _DDRes = "DescribeDirectoriesRequest";
956
+ const _DDResc = "DescribeDirectoriesResult";
957
+ const _DDe = "DeleteDirectory";
958
+ const _DDes = "DescribeDirectories";
959
+ const _DDi = "DirectoryDescription";
960
+ const _DET = "DeregisterEventTopic";
961
+ const _DETR = "DeregisterEventTopicRequest";
962
+ const _DETRe = "DeregisterEventTopicResult";
963
+ const _DETRes = "DescribeEventTopicsRequest";
964
+ const _DETResc = "DescribeEventTopicsResult";
965
+ const _DETe = "DescribeEventTopics";
966
+ const _DHADU = "DescribeHybridADUpdate";
967
+ const _DHADUR = "DescribeHybridADUpdateRequest";
968
+ const _DHADURe = "DescribeHybridADUpdateResult";
969
+ const _DI = "DirectoryId";
970
+ const _DIA = "DnsIpAddrs";
971
+ const _DIAn = "DnsIpv6Addrs";
972
+ const _DIAns = "DnsIpAddr";
973
+ const _DIAnsp = "DnsIpv6Addr";
974
+ const _DIDSE = "DirectoryInDesiredStateException";
975
+ const _DIi = "DirectoryIds";
976
+ const _DIn = "DnsIps";
977
+ const _DL = "DirectoryLimits";
978
+ const _DLDAPS = "DisableLDAPS";
979
+ const _DLDAPSR = "DisableLDAPSRequest";
980
+ const _DLDAPSRi = "DisableLDAPSResult";
981
+ const _DLDAPSS = "DescribeLDAPSSettings";
982
+ const _DLDAPSSR = "DescribeLDAPSSettingsRequest";
983
+ const _DLDAPSSRe = "DescribeLDAPSSettingsResult";
984
+ const _DLEE = "DirectoryLimitExceededException";
985
+ const _DLS = "DeleteLogSubscription";
986
+ const _DLSR = "DeleteLogSubscriptionRequest";
987
+ const _DLSRe = "DeleteLogSubscriptionResult";
988
+ const _DLi = "DisplayLabel";
989
+ const _DN = "DnsName";
990
+ const _DNODC = "DesiredNumberOfDomainControllers";
991
+ const _DNSE = "DirectoryNotSharedException";
992
+ const _DNe = "DesiredNumber";
993
+ const _DR = "DescribeRegions";
994
+ const _DRR = "DescribeRegionsRequest";
995
+ const _DRRe = "DescribeRegionsResult";
996
+ const _DRRi = "DisableRadiusRequest";
997
+ const _DRRis = "DisableRadiusResult";
998
+ const _DRi = "DisableRadius";
999
+ const _DS = "DirectorySize";
1000
+ const _DSD = "DescribeSharedDirectories";
1001
+ const _DSDR = "DescribeSharedDirectoriesRequest";
1002
+ const _DSDRe = "DescribeSharedDirectoriesResult";
1003
+ const _DSR = "DeleteSnapshotRequest";
1004
+ const _DSRe = "DeleteSnapshotResult";
1005
+ const _DSRes = "DescribeSettingsRequest";
1006
+ const _DSResc = "DescribeSettingsResult";
1007
+ const _DSRescr = "DescribeSnapshotsRequest";
1008
+ const _DSRescri = "DescribeSnapshotsResult";
1009
+ const _DSRi = "DisableSsoRequest";
1010
+ const _DSRis = "DisableSsoResult";
1011
+ const _DSUS = "DirectorySizeUpdateSettings";
1012
+ const _DSe = "DeleteSnapshot";
1013
+ const _DSes = "DescribeSettings";
1014
+ const _DSesc = "DescribeSnapshots";
1015
+ const _DSi = "DisableSso";
1016
+ const _DT = "DataType";
1017
+ const _DTR = "DeleteTrustRequest";
1018
+ const _DTRe = "DeleteTrustResult";
1019
+ const _DTRes = "DescribeTrustsRequest";
1020
+ const _DTResc = "DescribeTrustsResult";
1021
+ const _DTe = "DeleteTrust";
1022
+ const _DTes = "DescribeTrusts";
1023
+ const _DUD = "DescribeUpdateDirectory";
1024
+ const _DUDR = "DescribeUpdateDirectoryRequest";
1025
+ const _DUDRe = "DescribeUpdateDirectoryResult";
1026
+ const _DUE = "DirectoryUnavailableException";
1027
+ const _DVS = "DirectoryVpcSettings";
1028
+ const _DVSD = "DirectoryVpcSettingsDescription";
1029
+ const _E = "Edition";
1030
+ const _EAEE = "EntityAlreadyExistsException";
1031
+ const _EAIPE = "EnableAlreadyInProgressException";
1032
+ const _ECA = "EnableClientAuthentication";
1033
+ const _ECAEP = "EnableCAEnrollmentPolicy";
1034
+ const _ECAEPR = "EnableCAEnrollmentPolicyRequest";
1035
+ const _ECAEPRn = "EnableCAEnrollmentPolicyResult";
1036
+ const _ECAR = "EnableClientAuthenticationRequest";
1037
+ const _ECARn = "EnableClientAuthenticationResult";
1038
+ const _EDDA = "EnableDirectoryDataAccess";
1039
+ const _EDDAR = "EnableDirectoryDataAccessRequest";
1040
+ const _EDDARn = "EnableDirectoryDataAccessResult";
1041
+ const _EDNEE = "EntityDoesNotExistException";
1042
+ const _EDT = "ExpiryDateTime";
1043
+ const _EDTn = "EndDateTime";
1044
+ const _ELDAPS = "EnableLDAPS";
1045
+ const _ELDAPSR = "EnableLDAPSRequest";
1046
+ const _ELDAPSRn = "EnableLDAPSResult";
1047
+ const _ER = "EnableRadius";
1048
+ const _ERR = "EnableRadiusRequest";
1049
+ const _ERRn = "EnableRadiusResult";
1050
+ const _ES = "EnableSso";
1051
+ const _ESR = "EnableSsoRequest";
1052
+ const _ESRn = "EnableSsoResult";
1053
+ const _ET = "EventTopics";
1054
+ const _ETv = "EventTopic";
1055
+ const _GDL = "GetDirectoryLimits";
1056
+ const _GDLR = "GetDirectoryLimitsRequest";
1057
+ const _GDLRe = "GetDirectoryLimitsResult";
1058
+ const _GSL = "GetSnapshotLimits";
1059
+ const _GSLR = "GetSnapshotLimitsRequest";
1060
+ const _GSLRe = "GetSnapshotLimitsResult";
1061
+ const _HAA = "HybridAdministratorAccount";
1062
+ const _HAAU = "HybridAdministratorAccountUpdate";
1063
+ const _HCIS = "HybridCustomerInstancesSettings";
1064
+ const _HS = "HybridSettings";
1065
+ const _HSD = "HybridSettingsDescription";
1066
+ const _HUA = "HybridUpdateActivities";
1067
+ const _HUIE = "HybridUpdateInfoEntry";
1068
+ const _HUIEy = "HybridUpdateInfoEntries";
1069
+ const _HUV = "HybridUpdateValue";
1070
+ const _I = "Id";
1071
+ const _IB = "InitiatedBy";
1072
+ const _ICASE = "InvalidClientAuthStatusException";
1073
+ const _ICE = "InvalidCertificateException";
1074
+ const _II = "InstanceIds";
1075
+ const _ILDAPSSE = "InvalidLDAPSStatusException";
1076
+ const _INTE = "InvalidNextTokenException";
1077
+ const _IPE = "InsufficientPermissionsException";
1078
+ const _IPEn = "InvalidParameterException";
1079
+ const _IPEnv = "InvalidPasswordException";
1080
+ const _IR = "IpRoutes";
1081
+ const _IRI = "IpRouteInfo";
1082
+ const _IRIp = "IpRoutesInfo";
1083
+ const _IRLEE = "IpRouteLimitExceededException";
1084
+ const _IRSM = "IpRouteStatusMsg";
1085
+ const _IRSR = "IpRouteStatusReason";
1086
+ const _IRp = "IpRoute";
1087
+ const _ISE = "IncompatibleSettingsException";
1088
+ const _ITE = "InvalidTargetException";
1089
+ const _K = "Key";
1090
+ const _L = "Limit";
1091
+ const _LADA = "ListADAssessments";
1092
+ const _LADAR = "ListADAssessmentsRequest";
1093
+ const _LADARi = "ListADAssessmentsResult";
1094
+ const _LC = "LdifContent";
1095
+ const _LCR = "ListCertificatesRequest";
1096
+ const _LCRi = "ListCertificatesResult";
1097
+ const _LCi = "ListCertificates";
1098
+ const _LDAPSS = "LDAPSStatus";
1099
+ const _LDAPSSI = "LDAPSSettingsInfo";
1100
+ const _LDAPSSIe = "LDAPSSettingInfo";
1101
+ const _LDAPSSR = "LDAPSStatusReason";
1102
+ const _LGN = "LogGroupName";
1103
+ const _LIR = "ListIpRoutes";
1104
+ const _LIRR = "ListIpRoutesRequest";
1105
+ const _LIRRi = "ListIpRoutesResult";
1106
+ const _LLS = "ListLogSubscriptions";
1107
+ const _LLSR = "ListLogSubscriptionsRequest";
1108
+ const _LLSRi = "ListLogSubscriptionsResult";
1109
+ const _LRDT = "LastRequestedDateTime";
1110
+ const _LS = "LogSubscriptions";
1111
+ const _LSE = "ListSchemaExtensions";
1112
+ const _LSER = "ListSchemaExtensionsRequest";
1113
+ const _LSERi = "ListSchemaExtensionsResult";
1114
+ const _LSo = "LogSubscription";
1115
+ const _LT = "LaunchTime";
1116
+ const _LTFR = "ListTagsForResource";
1117
+ const _LTFRR = "ListTagsForResourceRequest";
1118
+ const _LTFRRi = "ListTagsForResourceResult";
1119
+ const _LUDT = "LastUpdateDateTime";
1120
+ const _LUDTa = "LastUpdatedDateTime";
1121
+ const _M = "Message";
1122
+ const _MSCC = "ManualSnapshotsCurrentCount";
1123
+ const _MSL = "ManualSnapshotsLimit";
1124
+ const _MSLR = "ManualSnapshotsLimitReached";
1125
+ const _N = "Notes";
1126
+ const _NACE = "NoAvailableCertificateException";
1127
+ const _NP = "NewPassword";
1128
+ const _NT = "NetworkType";
1129
+ const _NTe = "NextToken";
1130
+ const _NUS = "NetworkUpdateSettings";
1131
+ const _NV = "NewValue";
1132
+ const _Na = "Name";
1133
+ const _OAI = "OwnerAccountId";
1134
+ const _OCSPU = "OCSPUrl";
1135
+ const _ODD = "OwnerDirectoryDescription";
1136
+ const _ODI = "OwnerDirectoryId";
1137
+ const _OE = "OrganizationsException";
1138
+ const _OSUS = "OSUpdateSettings";
1139
+ const _OSV = "OSVersion";
1140
+ const _OUDN = "OrganizationalUnitDistinguishedName";
1141
+ const _OV = "OsVersion";
1142
+ const _P = "Password";
1143
+ const _PCA = "PcaConnectorArn";
1144
+ const _PR = "PrimaryRegion";
1145
+ const _PV = "PreviousValue";
1146
+ const _R = "Region";
1147
+ const _RC = "RegisterCertificate";
1148
+ const _RCR = "RegisterCertificateRequest";
1149
+ const _RCRe = "RegisterCertificateResult";
1150
+ const _RD = "RegionsDescription";
1151
+ const _RDN = "RemoteDomainName";
1152
+ const _RDNe = "RemoteDomainNames";
1153
+ const _RDS = "RequestDetailedStatus";
1154
+ const _RDT = "RegisteredDateTime";
1155
+ const _RDe = "RegionDescription";
1156
+ const _RET = "RegisterEventTopic";
1157
+ const _RETR = "RegisterEventTopicRequest";
1158
+ const _RETRe = "RegisterEventTopicResult";
1159
+ const _RFS = "RestoreFromSnapshot";
1160
+ const _RFSR = "RestoreFromSnapshotRequest";
1161
+ const _RFSRe = "RestoreFromSnapshotResult";
1162
+ const _RI = "RequestId";
1163
+ const _RIR = "RemoveIpRoutes";
1164
+ const _RIRR = "RemoveIpRoutesRequest";
1165
+ const _RIRRe = "RemoveIpRoutesResult";
1166
+ const _RIe = "ResourceId";
1167
+ const _RIeg = "RegionsInfo";
1168
+ const _RLEE = "RegionLimitExceededException";
1169
+ const _RN = "RegionName";
1170
+ const _RP = "RadiusPort";
1171
+ const _RR = "RadiusRetries";
1172
+ const _RRR = "RemoveRegionRequest";
1173
+ const _RRRe = "RemoveRegionResult";
1174
+ const _RRe = "RemoveRegion";
1175
+ const _RS = "ReplicationScope";
1176
+ const _RSD = "RejectSharedDirectory";
1177
+ const _RSDR = "RejectSharedDirectoryRequest";
1178
+ const _RSDRe = "RejectSharedDirectoryResult";
1179
+ const _RSI = "RadiusServersIpv6";
1180
+ const _RSM = "RequestStatusMessage";
1181
+ const _RSS = "RadiusSharedSecret";
1182
+ const _RSa = "RadiusSettings";
1183
+ const _RSad = "RadiusStatus";
1184
+ const _RSadi = "RadiusServers";
1185
+ const _RSe = "RequestStatus";
1186
+ const _RT = "ReportType";
1187
+ const _RTFR = "RemoveTagsFromResource";
1188
+ const _RTFRR = "RemoveTagsFromResourceRequest";
1189
+ const _RTFRRe = "RemoveTagsFromResourceResult";
1190
+ const _RTa = "RadiusTimeout";
1191
+ const _RTe = "RegionType";
1192
+ const _RUP = "ResetUserPassword";
1193
+ const _RUPR = "ResetUserPasswordRequest";
1194
+ const _RUPRe = "ResetUserPasswordResult";
1195
+ const _RV = "RequestedValue";
1196
+ const _S = "Status";
1197
+ const _SA = "SecretArn";
1198
+ const _SADA = "StartADAssessment";
1199
+ const _SADAR = "StartADAssessmentRequest";
1200
+ const _SADARt = "StartADAssessmentResult";
1201
+ const _SAI = "SharedAccountId";
1202
+ const _SAe = "SelectiveAuth";
1203
+ const _SC = "StatusCode";
1204
+ const _SCDT = "SubscriptionCreatedDateTime";
1205
+ const _SD = "SharedDirectory";
1206
+ const _SDI = "SharedDirectoryId";
1207
+ const _SDIh = "SharedDirectoryIds";
1208
+ const _SDR = "ShareDirectoryRequest";
1209
+ const _SDRh = "ShareDirectoryResult";
1210
+ const _SDT = "StartDateTime";
1211
+ const _SDh = "SharedDirectories";
1212
+ const _SDha = "ShareDirectory";
1213
+ const _SE = "ServiceException";
1214
+ const _SEI = "SchemaExtensionId";
1215
+ const _SEIc = "SchemaExtensionsInfo";
1216
+ const _SEIch = "SchemaExtensionInfo";
1217
+ const _SES = "SchemaExtensionStatus";
1218
+ const _SESR = "SchemaExtensionStatusReason";
1219
+ const _SEe = "SettingEntries";
1220
+ const _SEet = "SettingEntry";
1221
+ const _SEs = "SsoEnabled";
1222
+ const _SGI = "SecurityGroupIds";
1223
+ const _SGIe = "SecurityGroupId";
1224
+ const _SI = "SubnetIds";
1225
+ const _SIn = "SnapshotId";
1226
+ const _SIna = "SnapshotIds";
1227
+ const _SIu = "SubnetId";
1228
+ const _SL = "SnapshotLimits";
1229
+ const _SLEE = "ShareLimitExceededException";
1230
+ const _SLEEn = "SnapshotLimitExceededException";
1231
+ const _SLUDT = "StageLastUpdatedDateTime";
1232
+ const _SLUDTt = "StatusLastUpdatedDateTime";
1233
+ const _SLUDTta = "StateLastUpdatedDateTime";
1234
+ const _SM = "ShareMethod";
1235
+ const _SMDIA = "SelfManagedDnsIpAddrs";
1236
+ const _SMI = "SelfManagedInstances";
1237
+ const _SMII = "SelfManagedInstanceIds";
1238
+ const _SMIS = "SelfManagedInstancesSettings";
1239
+ const _SN = "ShortName";
1240
+ const _SNh = "ShareNotes";
1241
+ const _SR = "StatusReason";
1242
+ const _SRt = "StateReason";
1243
+ const _SRta = "StageReason";
1244
+ const _SS = "ShareStatus";
1245
+ const _SSE = "StartSchemaExtension";
1246
+ const _SSER = "StartSchemaExtensionRequest";
1247
+ const _SSERt = "StartSchemaExtensionResult";
1248
+ const _SSh = "SharedSecret";
1249
+ const _ST = "StartTime";
1250
+ const _STh = "ShareTarget";
1251
+ const _Se = "Setting";
1252
+ const _Set = "Settings";
1253
+ const _Si = "Size";
1254
+ const _Sn = "Snapshots";
1255
+ const _Sna = "Snapshot";
1256
+ const _St = "State";
1257
+ const _Sta = "Stage";
1258
+ const _T = "Tags";
1259
+ const _TA = "TopicArn";
1260
+ const _TD = "TrustDirection";
1261
+ const _TI = "TrustId";
1262
+ const _TIr = "TrustIds";
1263
+ const _TK = "TagKeys";
1264
+ const _TLEE = "TagLimitExceededException";
1265
+ const _TN = "TopicName";
1266
+ const _TNo = "TopicNames";
1267
+ const _TP = "TrustPassword";
1268
+ const _TS = "TrustState";
1269
+ const _TSR = "TrustStateReason";
1270
+ const _TT = "TrustType";
1271
+ const _Ta = "Tag";
1272
+ const _Tr = "Trusts";
1273
+ const _Tru = "Trust";
1274
+ const _Ty = "Type";
1275
+ const _UA = "UpdateActivities";
1276
+ const _UCF = "UpdateConditionalForwarder";
1277
+ const _UCFR = "UpdateConditionalForwarderRequest";
1278
+ const _UCFRp = "UpdateConditionalForwarderResult";
1279
+ const _UD = "UnshareDirectory";
1280
+ const _UDNEE = "UserDoesNotExistException";
1281
+ const _UDR = "UnshareDirectoryRequest";
1282
+ const _UDRn = "UnshareDirectoryResult";
1283
+ const _UDS = "UpdateDirectorySetup";
1284
+ const _UDSR = "UpdateDirectorySetupRequest";
1285
+ const _UDSRp = "UpdateDirectorySetupResult";
1286
+ const _UHAD = "UpdateHybridAD";
1287
+ const _UHADR = "UpdateHybridADRequest";
1288
+ const _UHADRp = "UpdateHybridADResult";
1289
+ const _UIE = "UpdateInfoEntry";
1290
+ const _UN = "UserName";
1291
+ const _UNODC = "UpdateNumberOfDomainControllers";
1292
+ const _UNODCR = "UpdateNumberOfDomainControllersRequest";
1293
+ const _UNODCRp = "UpdateNumberOfDomainControllersResult";
1294
+ const _UOE = "UnsupportedOperationException";
1295
+ const _UP = "UserPassword";
1296
+ const _UR = "UpdateRadius";
1297
+ const _URR = "UpdateRadiusRequest";
1298
+ const _URRp = "UpdateRadiusResult";
1299
+ const _US = "UpdateSettings";
1300
+ const _USE = "UnsupportedSettingsException";
1301
+ const _USGFDC = "UpdateSecurityGroupForDirectoryControllers";
1302
+ const _USR = "UpdateSettingsRequest";
1303
+ const _USRp = "UpdateSettingsResult";
1304
+ const _USU = "UseSameUsername";
1305
+ const _UT = "UpdateType";
1306
+ const _UTR = "UpdateTrustRequest";
1307
+ const _UTRp = "UpdateTrustResult";
1308
+ const _UTn = "UnshareTarget";
1309
+ const _UTp = "UpdateTrust";
1310
+ const _UV = "UpdateValue";
1311
+ const _V = "Version";
1312
+ const _VI = "VpcId";
1313
+ const _VPCS = "VPCSettings";
1314
+ const _VS = "VpcSettings";
1315
+ const _VT = "VerifyTrust";
1316
+ const _VTR = "VerifyTrustRequest";
1317
+ const _VTRe = "VerifyTrustResult";
1318
+ const _Va = "Validations";
1319
+ const _Val = "Value";
1320
+ const _c = "client";
1321
+ const _e = "error";
1322
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.directoryservice";
1323
+ const _se = "server";
1324
+ const n0 = "com.amazonaws.directoryservice";
1325
+ const _s_registry = TypeRegistry.for(_s);
1326
+ var DirectoryServiceServiceException$ = [-3, _s, "DirectoryServiceServiceException", 0, [], []];
1327
+ _s_registry.registerError(DirectoryServiceServiceException$, DirectoryServiceServiceException);
1328
+ const n0_registry = TypeRegistry.for(n0);
1329
+ var AccessDeniedException$ = [-3, n0, _ADE,
1330
+ { [_e]: _c },
1331
+ [_M, _RI],
1332
+ [0, 0]
1333
+ ];
1334
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
1335
+ var ADAssessmentLimitExceededException$ = [-3, n0, _ADALEE,
1336
+ { [_e]: _c },
1337
+ [_M, _RI],
1338
+ [0, 0]
1339
+ ];
1340
+ n0_registry.registerError(ADAssessmentLimitExceededException$, ADAssessmentLimitExceededException);
1341
+ var AuthenticationFailedException$ = [-3, n0, _AFE,
1342
+ { [_e]: _c },
1343
+ [_M, _RI],
1344
+ [0, 0]
1345
+ ];
1346
+ n0_registry.registerError(AuthenticationFailedException$, AuthenticationFailedException);
1347
+ var CertificateAlreadyExistsException$ = [-3, n0, _CAEE,
1348
+ { [_e]: _c },
1349
+ [_M, _RI],
1350
+ [0, 0]
1351
+ ];
1352
+ n0_registry.registerError(CertificateAlreadyExistsException$, CertificateAlreadyExistsException);
1353
+ var CertificateDoesNotExistException$ = [-3, n0, _CDNEE,
1354
+ { [_e]: _c },
1355
+ [_M, _RI],
1356
+ [0, 0]
1357
+ ];
1358
+ n0_registry.registerError(CertificateDoesNotExistException$, CertificateDoesNotExistException);
1359
+ var CertificateInUseException$ = [-3, n0, _CIUE,
1360
+ { [_e]: _c },
1361
+ [_M, _RI],
1362
+ [0, 0]
1363
+ ];
1364
+ n0_registry.registerError(CertificateInUseException$, CertificateInUseException);
1365
+ var CertificateLimitExceededException$ = [-3, n0, _CLEE,
1366
+ { [_e]: _c },
1367
+ [_M, _RI],
1368
+ [0, 0]
1369
+ ];
1370
+ n0_registry.registerError(CertificateLimitExceededException$, CertificateLimitExceededException);
1371
+ var ClientException$ = [-3, n0, _CE,
1372
+ { [_e]: _c },
1373
+ [_M, _RI],
1374
+ [0, 0]
1375
+ ];
1376
+ n0_registry.registerError(ClientException$, ClientException);
1377
+ var DirectoryAlreadyInRegionException$ = [-3, n0, _DAIRE,
1378
+ { [_e]: _c },
1379
+ [_M, _RI],
1380
+ [0, 0]
1381
+ ];
1382
+ n0_registry.registerError(DirectoryAlreadyInRegionException$, DirectoryAlreadyInRegionException);
1383
+ var DirectoryAlreadySharedException$ = [-3, n0, _DASE,
1384
+ { [_e]: _c },
1385
+ [_M, _RI],
1386
+ [0, 0]
1387
+ ];
1388
+ n0_registry.registerError(DirectoryAlreadySharedException$, DirectoryAlreadySharedException);
1389
+ var DirectoryDoesNotExistException$ = [-3, n0, _DDNEE,
1390
+ { [_e]: _c },
1391
+ [_M, _RI],
1392
+ [0, 0]
1393
+ ];
1394
+ n0_registry.registerError(DirectoryDoesNotExistException$, DirectoryDoesNotExistException);
1395
+ var DirectoryInDesiredStateException$ = [-3, n0, _DIDSE,
1396
+ { [_e]: _c },
1397
+ [_M, _RI],
1398
+ [0, 0]
1399
+ ];
1400
+ n0_registry.registerError(DirectoryInDesiredStateException$, DirectoryInDesiredStateException);
1401
+ var DirectoryLimitExceededException$ = [-3, n0, _DLEE,
1402
+ { [_e]: _c },
1403
+ [_M, _RI],
1404
+ [0, 0]
1405
+ ];
1406
+ n0_registry.registerError(DirectoryLimitExceededException$, DirectoryLimitExceededException);
1407
+ var DirectoryNotSharedException$ = [-3, n0, _DNSE,
1408
+ { [_e]: _c },
1409
+ [_M, _RI],
1410
+ [0, 0]
1411
+ ];
1412
+ n0_registry.registerError(DirectoryNotSharedException$, DirectoryNotSharedException);
1413
+ var DirectoryUnavailableException$ = [-3, n0, _DUE,
1414
+ { [_e]: _c },
1415
+ [_M, _RI],
1416
+ [0, 0]
1417
+ ];
1418
+ n0_registry.registerError(DirectoryUnavailableException$, DirectoryUnavailableException);
1419
+ var DisableAlreadyInProgressException$ = [-3, n0, _DAIPE,
1420
+ { [_e]: _c },
1421
+ [_M, _RI],
1422
+ [0, 0]
1423
+ ];
1424
+ n0_registry.registerError(DisableAlreadyInProgressException$, DisableAlreadyInProgressException);
1425
+ var DomainControllerLimitExceededException$ = [-3, n0, _DCLEE,
1426
+ { [_e]: _c },
1427
+ [_M, _RI],
1428
+ [0, 0]
1429
+ ];
1430
+ n0_registry.registerError(DomainControllerLimitExceededException$, DomainControllerLimitExceededException);
1431
+ var EnableAlreadyInProgressException$ = [-3, n0, _EAIPE,
1432
+ { [_e]: _c },
1433
+ [_M, _RI],
1434
+ [0, 0]
1435
+ ];
1436
+ n0_registry.registerError(EnableAlreadyInProgressException$, EnableAlreadyInProgressException);
1437
+ var EntityAlreadyExistsException$ = [-3, n0, _EAEE,
1438
+ { [_e]: _c },
1439
+ [_M, _RI],
1440
+ [0, 0]
1441
+ ];
1442
+ n0_registry.registerError(EntityAlreadyExistsException$, EntityAlreadyExistsException);
1443
+ var EntityDoesNotExistException$ = [-3, n0, _EDNEE,
1444
+ { [_e]: _c },
1445
+ [_M, _RI],
1446
+ [0, 0]
1447
+ ];
1448
+ n0_registry.registerError(EntityDoesNotExistException$, EntityDoesNotExistException);
1449
+ var IncompatibleSettingsException$ = [-3, n0, _ISE,
1450
+ { [_e]: _c },
1451
+ [_M, _RI],
1452
+ [0, 0]
1453
+ ];
1454
+ n0_registry.registerError(IncompatibleSettingsException$, IncompatibleSettingsException);
1455
+ var InsufficientPermissionsException$ = [-3, n0, _IPE,
1456
+ { [_e]: _c },
1457
+ [_M, _RI],
1458
+ [0, 0]
1459
+ ];
1460
+ n0_registry.registerError(InsufficientPermissionsException$, InsufficientPermissionsException);
1461
+ var InvalidCertificateException$ = [-3, n0, _ICE,
1462
+ { [_e]: _c },
1463
+ [_M, _RI],
1464
+ [0, 0]
1465
+ ];
1466
+ n0_registry.registerError(InvalidCertificateException$, InvalidCertificateException);
1467
+ var InvalidClientAuthStatusException$ = [-3, n0, _ICASE,
1468
+ { [_e]: _c },
1469
+ [_M, _RI],
1470
+ [0, 0]
1471
+ ];
1472
+ n0_registry.registerError(InvalidClientAuthStatusException$, InvalidClientAuthStatusException);
1473
+ var InvalidLDAPSStatusException$ = [-3, n0, _ILDAPSSE,
1474
+ { [_e]: _c },
1475
+ [_M, _RI],
1476
+ [0, 0]
1477
+ ];
1478
+ n0_registry.registerError(InvalidLDAPSStatusException$, InvalidLDAPSStatusException);
1479
+ var InvalidNextTokenException$ = [-3, n0, _INTE,
1480
+ { [_e]: _c },
1481
+ [_M, _RI],
1482
+ [0, 0]
1483
+ ];
1484
+ n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
1485
+ var InvalidParameterException$ = [-3, n0, _IPEn,
1486
+ { [_e]: _c },
1487
+ [_M, _RI],
1488
+ [0, 0]
1489
+ ];
1490
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
1491
+ var InvalidPasswordException$ = [-3, n0, _IPEnv,
1492
+ { [_e]: _c },
1493
+ [_M, _RI],
1494
+ [0, 0]
1495
+ ];
1496
+ n0_registry.registerError(InvalidPasswordException$, InvalidPasswordException);
1497
+ var InvalidTargetException$ = [-3, n0, _ITE,
1498
+ { [_e]: _c },
1499
+ [_M, _RI],
1500
+ [0, 0]
1501
+ ];
1502
+ n0_registry.registerError(InvalidTargetException$, InvalidTargetException);
1503
+ var IpRouteLimitExceededException$ = [-3, n0, _IRLEE,
1504
+ { [_e]: _c },
1505
+ [_M, _RI],
1506
+ [0, 0]
1507
+ ];
1508
+ n0_registry.registerError(IpRouteLimitExceededException$, IpRouteLimitExceededException);
1509
+ var NoAvailableCertificateException$ = [-3, n0, _NACE,
1510
+ { [_e]: _c },
1511
+ [_M, _RI],
1512
+ [0, 0]
1513
+ ];
1514
+ n0_registry.registerError(NoAvailableCertificateException$, NoAvailableCertificateException);
1515
+ var OrganizationsException$ = [-3, n0, _OE,
1516
+ { [_e]: _c },
1517
+ [_M, _RI],
1518
+ [0, 0]
1519
+ ];
1520
+ n0_registry.registerError(OrganizationsException$, OrganizationsException);
1521
+ var RegionLimitExceededException$ = [-3, n0, _RLEE,
1522
+ { [_e]: _c },
1523
+ [_M, _RI],
1524
+ [0, 0]
1525
+ ];
1526
+ n0_registry.registerError(RegionLimitExceededException$, RegionLimitExceededException);
1527
+ var ServiceException$ = [-3, n0, _SE,
1528
+ { [_e]: _se },
1529
+ [_M, _RI],
1530
+ [0, 0]
1531
+ ];
1532
+ n0_registry.registerError(ServiceException$, ServiceException);
1533
+ var ShareLimitExceededException$ = [-3, n0, _SLEE,
1534
+ { [_e]: _c },
1535
+ [_M, _RI],
1536
+ [0, 0]
1537
+ ];
1538
+ n0_registry.registerError(ShareLimitExceededException$, ShareLimitExceededException);
1539
+ var SnapshotLimitExceededException$ = [-3, n0, _SLEEn,
1540
+ { [_e]: _c },
1541
+ [_M, _RI],
1542
+ [0, 0]
1543
+ ];
1544
+ n0_registry.registerError(SnapshotLimitExceededException$, SnapshotLimitExceededException);
1545
+ var TagLimitExceededException$ = [-3, n0, _TLEE,
1546
+ { [_e]: _c },
1547
+ [_M, _RI],
1548
+ [0, 0]
1549
+ ];
1550
+ n0_registry.registerError(TagLimitExceededException$, TagLimitExceededException);
1551
+ var UnsupportedOperationException$ = [-3, n0, _UOE,
1552
+ { [_e]: _c },
1553
+ [_M, _RI],
1554
+ [0, 0]
1555
+ ];
1556
+ n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
1557
+ var UnsupportedSettingsException$ = [-3, n0, _USE,
1558
+ { [_e]: _c },
1559
+ [_M, _RI],
1560
+ [0, 0]
1561
+ ];
1562
+ n0_registry.registerError(UnsupportedSettingsException$, UnsupportedSettingsException);
1563
+ var UserDoesNotExistException$ = [-3, n0, _UDNEE,
1564
+ { [_e]: _c },
1565
+ [_M, _RI],
1566
+ [0, 0]
1567
+ ];
1568
+ n0_registry.registerError(UserDoesNotExistException$, UserDoesNotExistException);
1569
+ const errorTypeRegistries = [
1570
+ _s_registry,
1571
+ n0_registry,
1572
+ ];
1573
+ var ComputerPassword = [0, n0, _CP, 8, 0];
1574
+ var ConnectPassword = [0, n0, _CPo, 8, 0];
1575
+ var Notes = [0, n0, _N, 8, 0];
1576
+ var Password = [0, n0, _P, 8, 0];
1577
+ var RadiusSharedSecret = [0, n0, _RSS, 8, 0];
1578
+ var TrustPassword = [0, n0, _TP, 8, 0];
1579
+ var UserPassword = [0, n0, _UP, 8, 0];
1580
+ var AcceptSharedDirectoryRequest$ = [3, n0, _ASDR,
1581
+ 0,
1582
+ [_SDI],
1583
+ [0], 1
1584
+ ];
1585
+ var AcceptSharedDirectoryResult$ = [3, n0, _ASDRc,
1586
+ 0,
1587
+ [_SD],
1588
+ [[() => SharedDirectory$, 0]]
1589
+ ];
1590
+ var AddIpRoutesRequest$ = [3, n0, _AIRR,
1591
+ 0,
1592
+ [_DI, _IR, _USGFDC],
1593
+ [0, () => IpRoutes, 2], 2
1594
+ ];
1595
+ var AddIpRoutesResult$ = [3, n0, _AIRRd,
1596
+ 0,
1597
+ [],
1598
+ []
1599
+ ];
1600
+ var AddRegionRequest$ = [3, n0, _ARR,
1601
+ 0,
1602
+ [_DI, _RN, _VPCS],
1603
+ [0, 0, () => DirectoryVpcSettings$], 3
1604
+ ];
1605
+ var AddRegionResult$ = [3, n0, _ARRd,
1606
+ 0,
1607
+ [],
1608
+ []
1609
+ ];
1610
+ var AddTagsToResourceRequest$ = [3, n0, _ATTRR,
1611
+ 0,
1612
+ [_RIe, _T],
1613
+ [0, () => Tags], 2
1614
+ ];
1615
+ var AddTagsToResourceResult$ = [3, n0, _ATTRRd,
1616
+ 0,
1617
+ [],
1618
+ []
1619
+ ];
1620
+ var Assessment$ = [3, n0, _A,
1621
+ 0,
1622
+ [_AI, _DI, _DN, _ST, _LUDT, _S, _SC, _SR, _CDI, _VI, _SI, _SGI, _SMII, _RT, _V],
1623
+ [0, 0, 0, 4, 4, 0, 0, 0, 64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, 0, 0]
1624
+ ];
1625
+ var AssessmentConfiguration$ = [3, n0, _AC,
1626
+ 0,
1627
+ [_CDI, _DN, _VS, _II, _SGI],
1628
+ [64 | 0, 0, () => DirectoryVpcSettings$, 64 | 0, 64 | 0], 4
1629
+ ];
1630
+ var AssessmentReport$ = [3, n0, _AR,
1631
+ 0,
1632
+ [_DCI, _Va],
1633
+ [0, () => AssessmentValidations]
1634
+ ];
1635
+ var AssessmentSummary$ = [3, n0, _AS,
1636
+ 0,
1637
+ [_AI, _DI, _DN, _ST, _LUDT, _S, _CDI, _RT],
1638
+ [0, 0, 0, 4, 4, 0, 64 | 0, 0]
1639
+ ];
1640
+ var AssessmentValidation$ = [3, n0, _AV,
1641
+ 0,
1642
+ [_C, _Na, _S, _SC, _SR, _ST, _LUDT],
1643
+ [0, 0, 0, 0, 0, 4, 4]
1644
+ ];
1645
+ var Attribute$ = [3, n0, _At,
1646
+ 0,
1647
+ [_Na, _Val],
1648
+ [0, 0]
1649
+ ];
1650
+ var CancelSchemaExtensionRequest$ = [3, n0, _CSER,
1651
+ 0,
1652
+ [_DI, _SEI],
1653
+ [0, 0], 2
1654
+ ];
1655
+ var CancelSchemaExtensionResult$ = [3, n0, _CSERa,
1656
+ 0,
1657
+ [],
1658
+ []
1659
+ ];
1660
+ var Certificate$ = [3, n0, _Ce,
1661
+ 0,
1662
+ [_CI, _St, _SRt, _CN, _RDT, _EDT, _Ty, _CCAS],
1663
+ [0, 0, 0, 0, 4, 4, 0, () => ClientCertAuthSettings$]
1664
+ ];
1665
+ var CertificateInfo$ = [3, n0, _CIe,
1666
+ 0,
1667
+ [_CI, _CN, _St, _EDT, _Ty],
1668
+ [0, 0, 0, 4, 0]
1669
+ ];
1670
+ var ClientAuthenticationSettingInfo$ = [3, n0, _CASI,
1671
+ 0,
1672
+ [_Ty, _S, _LUDTa],
1673
+ [0, 0, 4]
1674
+ ];
1675
+ var ClientCertAuthSettings$ = [3, n0, _CCAS,
1676
+ 0,
1677
+ [_OCSPU],
1678
+ [0]
1679
+ ];
1680
+ var Computer$ = [3, n0, _Co,
1681
+ 0,
1682
+ [_CIo, _CNo, _CA],
1683
+ [0, 0, () => Attributes]
1684
+ ];
1685
+ var ConditionalForwarder$ = [3, n0, _CF,
1686
+ 0,
1687
+ [_RDN, _DIA, _DIAn, _RS],
1688
+ [0, 64 | 0, 64 | 0, 0]
1689
+ ];
1690
+ var ConnectDirectoryRequest$ = [3, n0, _CDR,
1691
+ 0,
1692
+ [_Na, _P, _Si, _CS, _SN, _D, _T, _NT],
1693
+ [0, [() => ConnectPassword, 0], 0, () => DirectoryConnectSettings$, 0, 0, () => Tags, 0], 4
1694
+ ];
1695
+ var ConnectDirectoryResult$ = [3, n0, _CDRo,
1696
+ 0,
1697
+ [_DI],
1698
+ [0]
1699
+ ];
1700
+ var CreateAliasRequest$ = [3, n0, _CAR,
1701
+ 0,
1702
+ [_DI, _Al],
1703
+ [0, 0], 2
1704
+ ];
1705
+ var CreateAliasResult$ = [3, n0, _CARr,
1706
+ 0,
1707
+ [_DI, _Al],
1708
+ [0, 0]
1709
+ ];
1710
+ var CreateComputerRequest$ = [3, n0, _CCR,
1711
+ 0,
1712
+ [_DI, _CNo, _P, _OUDN, _CA],
1713
+ [0, 0, [() => ComputerPassword, 0], 0, () => Attributes], 3
1714
+ ];
1715
+ var CreateComputerResult$ = [3, n0, _CCRr,
1716
+ 0,
1717
+ [_Co],
1718
+ [() => Computer$]
1719
+ ];
1720
+ var CreateConditionalForwarderRequest$ = [3, n0, _CCFR,
1721
+ 0,
1722
+ [_DI, _RDN, _DIA, _DIAn],
1723
+ [0, 0, 64 | 0, 64 | 0], 2
1724
+ ];
1725
+ var CreateConditionalForwarderResult$ = [3, n0, _CCFRr,
1726
+ 0,
1727
+ [],
1728
+ []
1729
+ ];
1730
+ var CreateDirectoryRequest$ = [3, n0, _CDRr,
1731
+ 0,
1732
+ [_Na, _P, _Si, _SN, _D, _VS, _T, _NT],
1733
+ [0, [() => Password, 0], 0, 0, 0, () => DirectoryVpcSettings$, () => Tags, 0], 3
1734
+ ];
1735
+ var CreateDirectoryResult$ = [3, n0, _CDRre,
1736
+ 0,
1737
+ [_DI],
1738
+ [0]
1739
+ ];
1740
+ var CreateHybridADRequest$ = [3, n0, _CHADR,
1741
+ 0,
1742
+ [_SA, _AI, _T],
1743
+ [0, 0, () => Tags], 2
1744
+ ];
1745
+ var CreateHybridADResult$ = [3, n0, _CHADRr,
1746
+ 0,
1747
+ [_DI],
1748
+ [0]
1749
+ ];
1750
+ var CreateLogSubscriptionRequest$ = [3, n0, _CLSR,
1751
+ 0,
1752
+ [_DI, _LGN],
1753
+ [0, 0], 2
1754
+ ];
1755
+ var CreateLogSubscriptionResult$ = [3, n0, _CLSRr,
1756
+ 0,
1757
+ [],
1758
+ []
1759
+ ];
1760
+ var CreateMicrosoftADRequest$ = [3, n0, _CMADR,
1761
+ 0,
1762
+ [_Na, _P, _VS, _SN, _D, _E, _T, _NT],
1763
+ [0, [() => Password, 0], () => DirectoryVpcSettings$, 0, 0, 0, () => Tags, 0], 3
1764
+ ];
1765
+ var CreateMicrosoftADResult$ = [3, n0, _CMADRr,
1766
+ 0,
1767
+ [_DI],
1768
+ [0]
1769
+ ];
1770
+ var CreateSnapshotRequest$ = [3, n0, _CSR,
1771
+ 0,
1772
+ [_DI, _Na],
1773
+ [0, 0], 1
1774
+ ];
1775
+ var CreateSnapshotResult$ = [3, n0, _CSRr,
1776
+ 0,
1777
+ [_SIn],
1778
+ [0]
1779
+ ];
1780
+ var CreateTrustRequest$ = [3, n0, _CTR,
1781
+ 0,
1782
+ [_DI, _RDN, _TP, _TD, _TT, _CFIA, _CFIAo, _SAe],
1783
+ [0, 0, [() => TrustPassword, 0], 0, 0, 64 | 0, 64 | 0, 0], 4
1784
+ ];
1785
+ var CreateTrustResult$ = [3, n0, _CTRr,
1786
+ 0,
1787
+ [_TI],
1788
+ [0]
1789
+ ];
1790
+ var DeleteADAssessmentRequest$ = [3, n0, _DADAR,
1791
+ 0,
1792
+ [_AI],
1793
+ [0], 1
1794
+ ];
1795
+ var DeleteADAssessmentResult$ = [3, n0, _DADARe,
1796
+ 0,
1797
+ [_AI],
1798
+ [0]
1799
+ ];
1800
+ var DeleteConditionalForwarderRequest$ = [3, n0, _DCFR,
1801
+ 0,
1802
+ [_DI, _RDN],
1803
+ [0, 0], 2
1804
+ ];
1805
+ var DeleteConditionalForwarderResult$ = [3, n0, _DCFRe,
1806
+ 0,
1807
+ [],
1808
+ []
1809
+ ];
1810
+ var DeleteDirectoryRequest$ = [3, n0, _DDR,
1811
+ 0,
1812
+ [_DI],
1813
+ [0], 1
1814
+ ];
1815
+ var DeleteDirectoryResult$ = [3, n0, _DDRe,
1816
+ 0,
1817
+ [_DI],
1818
+ [0]
1819
+ ];
1820
+ var DeleteLogSubscriptionRequest$ = [3, n0, _DLSR,
1821
+ 0,
1822
+ [_DI],
1823
+ [0], 1
1824
+ ];
1825
+ var DeleteLogSubscriptionResult$ = [3, n0, _DLSRe,
1826
+ 0,
1827
+ [],
1828
+ []
1829
+ ];
1830
+ var DeleteSnapshotRequest$ = [3, n0, _DSR,
1831
+ 0,
1832
+ [_SIn],
1833
+ [0], 1
1834
+ ];
1835
+ var DeleteSnapshotResult$ = [3, n0, _DSRe,
1836
+ 0,
1837
+ [_SIn],
1838
+ [0]
1839
+ ];
1840
+ var DeleteTrustRequest$ = [3, n0, _DTR,
1841
+ 0,
1842
+ [_TI, _DACF],
1843
+ [0, 2], 1
1844
+ ];
1845
+ var DeleteTrustResult$ = [3, n0, _DTRe,
1846
+ 0,
1847
+ [_TI],
1848
+ [0]
1849
+ ];
1850
+ var DeregisterCertificateRequest$ = [3, n0, _DCR,
1851
+ 0,
1852
+ [_DI, _CI],
1853
+ [0, 0], 2
1854
+ ];
1855
+ var DeregisterCertificateResult$ = [3, n0, _DCRe,
1856
+ 0,
1857
+ [],
1858
+ []
1859
+ ];
1860
+ var DeregisterEventTopicRequest$ = [3, n0, _DETR,
1861
+ 0,
1862
+ [_DI, _TN],
1863
+ [0, 0], 2
1864
+ ];
1865
+ var DeregisterEventTopicResult$ = [3, n0, _DETRe,
1866
+ 0,
1867
+ [],
1868
+ []
1869
+ ];
1870
+ var DescribeADAssessmentRequest$ = [3, n0, _DADARes,
1871
+ 0,
1872
+ [_AI],
1873
+ [0], 1
1874
+ ];
1875
+ var DescribeADAssessmentResult$ = [3, n0, _DADAResc,
1876
+ 0,
1877
+ [_A, _ARs],
1878
+ [() => Assessment$, () => AssessmentReports]
1879
+ ];
1880
+ var DescribeCAEnrollmentPolicyRequest$ = [3, n0, _DCAEPR,
1881
+ 0,
1882
+ [_DI],
1883
+ [0], 1
1884
+ ];
1885
+ var DescribeCAEnrollmentPolicyResult$ = [3, n0, _DCAEPRe,
1886
+ 0,
1887
+ [_DI, _PCA, _CEPS, _LUDTa, _CEPSR],
1888
+ [0, 0, 0, 4, 0]
1889
+ ];
1890
+ var DescribeCertificateRequest$ = [3, n0, _DCRes,
1891
+ 0,
1892
+ [_DI, _CI],
1893
+ [0, 0], 2
1894
+ ];
1895
+ var DescribeCertificateResult$ = [3, n0, _DCResc,
1896
+ 0,
1897
+ [_Ce],
1898
+ [() => Certificate$]
1899
+ ];
1900
+ var DescribeClientAuthenticationSettingsRequest$ = [3, n0, _DCASR,
1901
+ 0,
1902
+ [_DI, _Ty, _NTe, _L],
1903
+ [0, 0, 0, 1], 1
1904
+ ];
1905
+ var DescribeClientAuthenticationSettingsResult$ = [3, n0, _DCASRe,
1906
+ 0,
1907
+ [_CASIl, _NTe],
1908
+ [() => ClientAuthenticationSettingsInfo, 0]
1909
+ ];
1910
+ var DescribeConditionalForwardersRequest$ = [3, n0, _DCFRes,
1911
+ 0,
1912
+ [_DI, _RDNe],
1913
+ [0, 64 | 0], 1
1914
+ ];
1915
+ var DescribeConditionalForwardersResult$ = [3, n0, _DCFResc,
1916
+ 0,
1917
+ [_CFo],
1918
+ [() => ConditionalForwarders]
1919
+ ];
1920
+ var DescribeDirectoriesRequest$ = [3, n0, _DDRes,
1921
+ 0,
1922
+ [_DIi, _NTe, _L],
1923
+ [64 | 0, 0, 1]
1924
+ ];
1925
+ var DescribeDirectoriesResult$ = [3, n0, _DDResc,
1926
+ 0,
1927
+ [_DD, _NTe],
1928
+ [[() => DirectoryDescriptions, 0], 0]
1929
+ ];
1930
+ var DescribeDirectoryDataAccessRequest$ = [3, n0, _DDDAR,
1931
+ 0,
1932
+ [_DI],
1933
+ [0], 1
1934
+ ];
1935
+ var DescribeDirectoryDataAccessResult$ = [3, n0, _DDDARe,
1936
+ 0,
1937
+ [_DAS],
1938
+ [0]
1939
+ ];
1940
+ var DescribeDomainControllersRequest$ = [3, n0, _DDCR,
1941
+ 0,
1942
+ [_DI, _DCIo, _NTe, _L],
1943
+ [0, 64 | 0, 0, 1], 1
1944
+ ];
1945
+ var DescribeDomainControllersResult$ = [3, n0, _DDCRe,
1946
+ 0,
1947
+ [_DC, _NTe],
1948
+ [() => DomainControllers, 0]
1949
+ ];
1950
+ var DescribeEventTopicsRequest$ = [3, n0, _DETRes,
1951
+ 0,
1952
+ [_DI, _TNo],
1953
+ [0, 64 | 0]
1954
+ ];
1955
+ var DescribeEventTopicsResult$ = [3, n0, _DETResc,
1956
+ 0,
1957
+ [_ET],
1958
+ [() => EventTopics]
1959
+ ];
1960
+ var DescribeHybridADUpdateRequest$ = [3, n0, _DHADUR,
1961
+ 0,
1962
+ [_DI, _UT, _NTe],
1963
+ [0, 0, 0], 1
1964
+ ];
1965
+ var DescribeHybridADUpdateResult$ = [3, n0, _DHADURe,
1966
+ 0,
1967
+ [_UA, _NTe],
1968
+ [() => HybridUpdateActivities$, 0]
1969
+ ];
1970
+ var DescribeLDAPSSettingsRequest$ = [3, n0, _DLDAPSSR,
1971
+ 0,
1972
+ [_DI, _Ty, _NTe, _L],
1973
+ [0, 0, 0, 1], 1
1974
+ ];
1975
+ var DescribeLDAPSSettingsResult$ = [3, n0, _DLDAPSSRe,
1976
+ 0,
1977
+ [_LDAPSSI, _NTe],
1978
+ [() => LDAPSSettingsInfo, 0]
1979
+ ];
1980
+ var DescribeRegionsRequest$ = [3, n0, _DRR,
1981
+ 0,
1982
+ [_DI, _RN, _NTe],
1983
+ [0, 0, 0], 1
1984
+ ];
1985
+ var DescribeRegionsResult$ = [3, n0, _DRRe,
1986
+ 0,
1987
+ [_RD, _NTe],
1988
+ [() => RegionsDescription, 0]
1989
+ ];
1990
+ var DescribeSettingsRequest$ = [3, n0, _DSRes,
1991
+ 0,
1992
+ [_DI, _S, _NTe],
1993
+ [0, 0, 0], 1
1994
+ ];
1995
+ var DescribeSettingsResult$ = [3, n0, _DSResc,
1996
+ 0,
1997
+ [_DI, _SEe, _NTe],
1998
+ [0, () => SettingEntries, 0]
1999
+ ];
2000
+ var DescribeSharedDirectoriesRequest$ = [3, n0, _DSDR,
2001
+ 0,
2002
+ [_ODI, _SDIh, _NTe, _L],
2003
+ [0, 64 | 0, 0, 1], 1
2004
+ ];
2005
+ var DescribeSharedDirectoriesResult$ = [3, n0, _DSDRe,
2006
+ 0,
2007
+ [_SDh, _NTe],
2008
+ [[() => SharedDirectories, 0], 0]
2009
+ ];
2010
+ var DescribeSnapshotsRequest$ = [3, n0, _DSRescr,
2011
+ 0,
2012
+ [_DI, _SIna, _NTe, _L],
2013
+ [0, 64 | 0, 0, 1]
2014
+ ];
2015
+ var DescribeSnapshotsResult$ = [3, n0, _DSRescri,
2016
+ 0,
2017
+ [_Sn, _NTe],
2018
+ [() => Snapshots, 0]
2019
+ ];
2020
+ var DescribeTrustsRequest$ = [3, n0, _DTRes,
2021
+ 0,
2022
+ [_DI, _TIr, _NTe, _L],
2023
+ [0, 64 | 0, 0, 1]
2024
+ ];
2025
+ var DescribeTrustsResult$ = [3, n0, _DTResc,
2026
+ 0,
2027
+ [_Tr, _NTe],
2028
+ [() => Trusts, 0]
2029
+ ];
2030
+ var DescribeUpdateDirectoryRequest$ = [3, n0, _DUDR,
2031
+ 0,
2032
+ [_DI, _UT, _RN, _NTe],
2033
+ [0, 0, 0, 0], 2
2034
+ ];
2035
+ var DescribeUpdateDirectoryResult$ = [3, n0, _DUDRe,
2036
+ 0,
2037
+ [_UA, _NTe],
2038
+ [() => UpdateActivities, 0]
2039
+ ];
2040
+ var DirectoryConnectSettings$ = [3, n0, _DCS,
2041
+ 0,
2042
+ [_VI, _SI, _CUN, _CDI, _CDIV],
2043
+ [0, 64 | 0, 0, 64 | 0, 64 | 0], 3
2044
+ ];
2045
+ var DirectoryConnectSettingsDescription$ = [3, n0, _DCSD,
2046
+ 0,
2047
+ [_VI, _SI, _CUN, _SGIe, _AZ, _CIon, _CIV],
2048
+ [0, 64 | 0, 0, 0, 64 | 0, 64 | 0, 64 | 0]
2049
+ ];
2050
+ var DirectoryDescription$ = [3, n0, _DDi,
2051
+ 0,
2052
+ [_DI, _Na, _SN, _Si, _E, _Al, _AU, _D, _DIA, _DIAn, _Sta, _SS, _SM, _SNh, _LT, _SLUDT, _Ty, _VS, _CS, _RSa, _RSad, _SRta, _SEs, _DNODC, _ODD, _RIeg, _OV, _HS, _NT],
2053
+ [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, [() => Notes, 0], 4, 4, 0, () => DirectoryVpcSettingsDescription$, () => DirectoryConnectSettingsDescription$, [() => RadiusSettings$, 0], 0, 0, 2, 1, [() => OwnerDirectoryDescription$, 0], () => RegionsInfo$, 0, () => HybridSettingsDescription$, 0]
2054
+ ];
2055
+ var DirectoryLimits$ = [3, n0, _DL,
2056
+ 0,
2057
+ [_CODL, _CODCC, _CODLR, _COMADL, _COMADCC, _COMADLR, _CDL, _CDCC, _CDLR],
2058
+ [1, 1, 2, 1, 1, 2, 1, 1, 2]
2059
+ ];
2060
+ var DirectorySizeUpdateSettings$ = [3, n0, _DSUS,
2061
+ 0,
2062
+ [_DS],
2063
+ [0]
2064
+ ];
2065
+ var DirectoryVpcSettings$ = [3, n0, _DVS,
2066
+ 0,
2067
+ [_VI, _SI],
2068
+ [0, 64 | 0], 2
2069
+ ];
2070
+ var DirectoryVpcSettingsDescription$ = [3, n0, _DVSD,
2071
+ 0,
2072
+ [_VI, _SI, _SGIe, _AZ],
2073
+ [0, 64 | 0, 0, 64 | 0]
2074
+ ];
2075
+ var DisableCAEnrollmentPolicyRequest$ = [3, n0, _DCAEPRi,
2076
+ 0,
2077
+ [_DI],
2078
+ [0], 1
2079
+ ];
2080
+ var DisableCAEnrollmentPolicyResult$ = [3, n0, _DCAEPRis,
2081
+ 0,
2082
+ [],
2083
+ []
2084
+ ];
2085
+ var DisableClientAuthenticationRequest$ = [3, n0, _DCAR,
2086
+ 0,
2087
+ [_DI, _Ty],
2088
+ [0, 0], 2
2089
+ ];
2090
+ var DisableClientAuthenticationResult$ = [3, n0, _DCARi,
2091
+ 0,
2092
+ [],
2093
+ []
2094
+ ];
2095
+ var DisableDirectoryDataAccessRequest$ = [3, n0, _DDDARi,
2096
+ 0,
2097
+ [_DI],
2098
+ [0], 1
2099
+ ];
2100
+ var DisableDirectoryDataAccessResult$ = [3, n0, _DDDARis,
2101
+ 0,
2102
+ [],
2103
+ []
2104
+ ];
2105
+ var DisableLDAPSRequest$ = [3, n0, _DLDAPSR,
2106
+ 0,
2107
+ [_DI, _Ty],
2108
+ [0, 0], 2
2109
+ ];
2110
+ var DisableLDAPSResult$ = [3, n0, _DLDAPSRi,
2111
+ 0,
2112
+ [],
2113
+ []
2114
+ ];
2115
+ var DisableRadiusRequest$ = [3, n0, _DRRi,
2116
+ 0,
2117
+ [_DI],
2118
+ [0], 1
2119
+ ];
2120
+ var DisableRadiusResult$ = [3, n0, _DRRis,
2121
+ 0,
2122
+ [],
2123
+ []
2124
+ ];
2125
+ var DisableSsoRequest$ = [3, n0, _DSRi,
2126
+ 0,
2127
+ [_DI, _UN, _P],
2128
+ [0, 0, [() => ConnectPassword, 0]], 1
2129
+ ];
2130
+ var DisableSsoResult$ = [3, n0, _DSRis,
2131
+ 0,
2132
+ [],
2133
+ []
2134
+ ];
2135
+ var DomainController$ = [3, n0, _DCo,
2136
+ 0,
2137
+ [_DI, _DCIom, _DIAns, _DIAnsp, _VI, _SIu, _AZv, _S, _SR, _LT, _SLUDTt],
2138
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4]
2139
+ ];
2140
+ var EnableCAEnrollmentPolicyRequest$ = [3, n0, _ECAEPR,
2141
+ 0,
2142
+ [_DI, _PCA],
2143
+ [0, 0], 2
2144
+ ];
2145
+ var EnableCAEnrollmentPolicyResult$ = [3, n0, _ECAEPRn,
2146
+ 0,
2147
+ [],
2148
+ []
2149
+ ];
2150
+ var EnableClientAuthenticationRequest$ = [3, n0, _ECAR,
2151
+ 0,
2152
+ [_DI, _Ty],
2153
+ [0, 0], 2
2154
+ ];
2155
+ var EnableClientAuthenticationResult$ = [3, n0, _ECARn,
2156
+ 0,
2157
+ [],
2158
+ []
2159
+ ];
2160
+ var EnableDirectoryDataAccessRequest$ = [3, n0, _EDDAR,
2161
+ 0,
2162
+ [_DI],
2163
+ [0], 1
2164
+ ];
2165
+ var EnableDirectoryDataAccessResult$ = [3, n0, _EDDARn,
2166
+ 0,
2167
+ [],
2168
+ []
2169
+ ];
2170
+ var EnableLDAPSRequest$ = [3, n0, _ELDAPSR,
2171
+ 0,
2172
+ [_DI, _Ty],
2173
+ [0, 0], 2
2174
+ ];
2175
+ var EnableLDAPSResult$ = [3, n0, _ELDAPSRn,
2176
+ 0,
2177
+ [],
2178
+ []
2179
+ ];
2180
+ var EnableRadiusRequest$ = [3, n0, _ERR,
2181
+ 0,
2182
+ [_DI, _RSa],
2183
+ [0, [() => RadiusSettings$, 0]], 2
2184
+ ];
2185
+ var EnableRadiusResult$ = [3, n0, _ERRn,
2186
+ 0,
2187
+ [],
2188
+ []
2189
+ ];
2190
+ var EnableSsoRequest$ = [3, n0, _ESR,
2191
+ 0,
2192
+ [_DI, _UN, _P],
2193
+ [0, 0, [() => ConnectPassword, 0]], 1
2194
+ ];
2195
+ var EnableSsoResult$ = [3, n0, _ESRn,
2196
+ 0,
2197
+ [],
2198
+ []
2199
+ ];
2200
+ var EventTopic$ = [3, n0, _ETv,
2201
+ 0,
2202
+ [_DI, _TN, _TA, _CDT, _S],
2203
+ [0, 0, 0, 4, 0]
2204
+ ];
2205
+ var GetDirectoryLimitsRequest$ = [3, n0, _GDLR,
2206
+ 0,
2207
+ [],
2208
+ []
2209
+ ];
2210
+ var GetDirectoryLimitsResult$ = [3, n0, _GDLRe,
2211
+ 0,
2212
+ [_DL],
2213
+ [() => DirectoryLimits$]
2214
+ ];
2215
+ var GetSnapshotLimitsRequest$ = [3, n0, _GSLR,
2216
+ 0,
2217
+ [_DI],
2218
+ [0], 1
2219
+ ];
2220
+ var GetSnapshotLimitsResult$ = [3, n0, _GSLRe,
2221
+ 0,
2222
+ [_SL],
2223
+ [() => SnapshotLimits$]
2224
+ ];
2225
+ var HybridAdministratorAccountUpdate$ = [3, n0, _HAAU,
2226
+ 0,
2227
+ [_SA],
2228
+ [0], 1
2229
+ ];
2230
+ var HybridCustomerInstancesSettings$ = [3, n0, _HCIS,
2231
+ 0,
2232
+ [_CDI, _II],
2233
+ [64 | 0, 64 | 0], 2
2234
+ ];
2235
+ var HybridSettingsDescription$ = [3, n0, _HSD,
2236
+ 0,
2237
+ [_SMDIA, _SMII],
2238
+ [64 | 0, 64 | 0]
2239
+ ];
2240
+ var HybridUpdateActivities$ = [3, n0, _HUA,
2241
+ 0,
2242
+ [_SMI, _HAA],
2243
+ [() => HybridUpdateInfoEntries, () => HybridUpdateInfoEntries]
2244
+ ];
2245
+ var HybridUpdateInfoEntry$ = [3, n0, _HUIE,
2246
+ 0,
2247
+ [_S, _SR, _IB, _NV, _PV, _ST, _LUDTa, _AI],
2248
+ [0, 0, 0, () => HybridUpdateValue$, () => HybridUpdateValue$, 4, 4, 0]
2249
+ ];
2250
+ var HybridUpdateValue$ = [3, n0, _HUV,
2251
+ 0,
2252
+ [_II, _DIn],
2253
+ [64 | 0, 64 | 0]
2254
+ ];
2255
+ var IpRoute$ = [3, n0, _IRp,
2256
+ 0,
2257
+ [_CIi, _CIid, _D],
2258
+ [0, 0, 0]
2259
+ ];
2260
+ var IpRouteInfo$ = [3, n0, _IRI,
2261
+ 0,
2262
+ [_DI, _CIi, _CIid, _IRSM, _ADT, _IRSR, _D],
2263
+ [0, 0, 0, 0, 4, 0, 0]
2264
+ ];
2265
+ var LDAPSSettingInfo$ = [3, n0, _LDAPSSIe,
2266
+ 0,
2267
+ [_LDAPSS, _LDAPSSR, _LUDTa],
2268
+ [0, 0, 4]
2269
+ ];
2270
+ var ListADAssessmentsRequest$ = [3, n0, _LADAR,
2271
+ 0,
2272
+ [_DI, _NTe, _L],
2273
+ [0, 0, 1]
2274
+ ];
2275
+ var ListADAssessmentsResult$ = [3, n0, _LADARi,
2276
+ 0,
2277
+ [_As, _NTe],
2278
+ [() => Assessments, 0]
2279
+ ];
2280
+ var ListCertificatesRequest$ = [3, n0, _LCR,
2281
+ 0,
2282
+ [_DI, _NTe, _L],
2283
+ [0, 0, 1], 1
2284
+ ];
2285
+ var ListCertificatesResult$ = [3, n0, _LCRi,
2286
+ 0,
2287
+ [_NTe, _CIer],
2288
+ [0, () => CertificatesInfo]
2289
+ ];
2290
+ var ListIpRoutesRequest$ = [3, n0, _LIRR,
2291
+ 0,
2292
+ [_DI, _NTe, _L],
2293
+ [0, 0, 1], 1
2294
+ ];
2295
+ var ListIpRoutesResult$ = [3, n0, _LIRRi,
2296
+ 0,
2297
+ [_IRIp, _NTe],
2298
+ [() => IpRoutesInfo, 0]
2299
+ ];
2300
+ var ListLogSubscriptionsRequest$ = [3, n0, _LLSR,
2301
+ 0,
2302
+ [_DI, _NTe, _L],
2303
+ [0, 0, 1]
2304
+ ];
2305
+ var ListLogSubscriptionsResult$ = [3, n0, _LLSRi,
2306
+ 0,
2307
+ [_LS, _NTe],
2308
+ [() => LogSubscriptions, 0]
2309
+ ];
2310
+ var ListSchemaExtensionsRequest$ = [3, n0, _LSER,
2311
+ 0,
2312
+ [_DI, _NTe, _L],
2313
+ [0, 0, 1], 1
2314
+ ];
2315
+ var ListSchemaExtensionsResult$ = [3, n0, _LSERi,
2316
+ 0,
2317
+ [_SEIc, _NTe],
2318
+ [() => SchemaExtensionsInfo, 0]
2319
+ ];
2320
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
2321
+ 0,
2322
+ [_RIe, _NTe, _L],
2323
+ [0, 0, 1], 1
2324
+ ];
2325
+ var ListTagsForResourceResult$ = [3, n0, _LTFRRi,
2326
+ 0,
2327
+ [_T, _NTe],
2328
+ [() => Tags, 0]
2329
+ ];
2330
+ var LogSubscription$ = [3, n0, _LSo,
2331
+ 0,
2332
+ [_DI, _LGN, _SCDT],
2333
+ [0, 0, 4]
2334
+ ];
2335
+ var NetworkUpdateSettings$ = [3, n0, _NUS,
2336
+ 0,
2337
+ [_NT, _CDIV],
2338
+ [0, 64 | 0]
2339
+ ];
2340
+ var OSUpdateSettings$ = [3, n0, _OSUS,
2341
+ 0,
2342
+ [_OSV],
2343
+ [0]
2344
+ ];
2345
+ var OwnerDirectoryDescription$ = [3, n0, _ODD,
2346
+ 0,
2347
+ [_DI, _AIc, _DIA, _DIAn, _VS, _RSa, _RSad, _NT],
2348
+ [0, 0, 64 | 0, 64 | 0, () => DirectoryVpcSettingsDescription$, [() => RadiusSettings$, 0], 0, 0]
2349
+ ];
2350
+ var RadiusSettings$ = [3, n0, _RSa,
2351
+ 0,
2352
+ [_RSadi, _RSI, _RP, _RTa, _RR, _SSh, _AP, _DLi, _USU],
2353
+ [64 | 0, 64 | 0, 1, 1, 1, [() => RadiusSharedSecret, 0], 0, 0, 2]
2354
+ ];
2355
+ var RegionDescription$ = [3, n0, _RDe,
2356
+ 0,
2357
+ [_DI, _RN, _RTe, _S, _VS, _DNODC, _LT, _SLUDTt, _LUDTa],
2358
+ [0, 0, 0, 0, () => DirectoryVpcSettings$, 1, 4, 4, 4]
2359
+ ];
2360
+ var RegionsInfo$ = [3, n0, _RIeg,
2361
+ 0,
2362
+ [_PR, _ARd],
2363
+ [0, 64 | 0]
2364
+ ];
2365
+ var RegisterCertificateRequest$ = [3, n0, _RCR,
2366
+ 0,
2367
+ [_DI, _CD, _Ty, _CCAS],
2368
+ [0, 0, 0, () => ClientCertAuthSettings$], 2
2369
+ ];
2370
+ var RegisterCertificateResult$ = [3, n0, _RCRe,
2371
+ 0,
2372
+ [_CI],
2373
+ [0]
2374
+ ];
2375
+ var RegisterEventTopicRequest$ = [3, n0, _RETR,
2376
+ 0,
2377
+ [_DI, _TN],
2378
+ [0, 0], 2
2379
+ ];
2380
+ var RegisterEventTopicResult$ = [3, n0, _RETRe,
2381
+ 0,
2382
+ [],
2383
+ []
2384
+ ];
2385
+ var RejectSharedDirectoryRequest$ = [3, n0, _RSDR,
2386
+ 0,
2387
+ [_SDI],
2388
+ [0], 1
2389
+ ];
2390
+ var RejectSharedDirectoryResult$ = [3, n0, _RSDRe,
2391
+ 0,
2392
+ [_SDI],
2393
+ [0]
2394
+ ];
2395
+ var RemoveIpRoutesRequest$ = [3, n0, _RIRR,
2396
+ 0,
2397
+ [_DI, _CIidr, _CIidrp],
2398
+ [0, 64 | 0, 64 | 0], 1
2399
+ ];
2400
+ var RemoveIpRoutesResult$ = [3, n0, _RIRRe,
2401
+ 0,
2402
+ [],
2403
+ []
2404
+ ];
2405
+ var RemoveRegionRequest$ = [3, n0, _RRR,
2406
+ 0,
2407
+ [_DI],
2408
+ [0], 1
2409
+ ];
2410
+ var RemoveRegionResult$ = [3, n0, _RRRe,
2411
+ 0,
2412
+ [],
2413
+ []
2414
+ ];
2415
+ var RemoveTagsFromResourceRequest$ = [3, n0, _RTFRR,
2416
+ 0,
2417
+ [_RIe, _TK],
2418
+ [0, 64 | 0], 2
2419
+ ];
2420
+ var RemoveTagsFromResourceResult$ = [3, n0, _RTFRRe,
2421
+ 0,
2422
+ [],
2423
+ []
2424
+ ];
2425
+ var ResetUserPasswordRequest$ = [3, n0, _RUPR,
2426
+ 0,
2427
+ [_DI, _UN, _NP],
2428
+ [0, 0, [() => UserPassword, 0]], 3
2429
+ ];
2430
+ var ResetUserPasswordResult$ = [3, n0, _RUPRe,
2431
+ 0,
2432
+ [],
2433
+ []
2434
+ ];
2435
+ var RestoreFromSnapshotRequest$ = [3, n0, _RFSR,
2436
+ 0,
2437
+ [_SIn],
2438
+ [0], 1
2439
+ ];
2440
+ var RestoreFromSnapshotResult$ = [3, n0, _RFSRe,
2441
+ 0,
2442
+ [],
2443
+ []
2444
+ ];
2445
+ var SchemaExtensionInfo$ = [3, n0, _SEIch,
2446
+ 0,
2447
+ [_DI, _SEI, _D, _SES, _SESR, _SDT, _EDTn],
2448
+ [0, 0, 0, 0, 0, 4, 4]
2449
+ ];
2450
+ var Setting$ = [3, n0, _Se,
2451
+ 0,
2452
+ [_Na, _Val],
2453
+ [0, 0], 2
2454
+ ];
2455
+ var SettingEntry$ = [3, n0, _SEet,
2456
+ 0,
2457
+ [_Ty, _Na, _AVl, _AVp, _RV, _RSe, _RDS, _RSM, _LUDTa, _LRDT, _DT],
2458
+ [0, 0, 0, 0, 0, 0, 128 | 0, 0, 4, 4, 0]
2459
+ ];
2460
+ var SharedDirectory$ = [3, n0, _SD,
2461
+ 0,
2462
+ [_OAI, _ODI, _SM, _SAI, _SDI, _SS, _SNh, _CDT, _LUDTa],
2463
+ [0, 0, 0, 0, 0, 0, [() => Notes, 0], 4, 4]
2464
+ ];
2465
+ var ShareDirectoryRequest$ = [3, n0, _SDR,
2466
+ 0,
2467
+ [_DI, _STh, _SM, _SNh],
2468
+ [0, () => ShareTarget$, 0, [() => Notes, 0]], 3
2469
+ ];
2470
+ var ShareDirectoryResult$ = [3, n0, _SDRh,
2471
+ 0,
2472
+ [_SDI],
2473
+ [0]
2474
+ ];
2475
+ var ShareTarget$ = [3, n0, _STh,
2476
+ 0,
2477
+ [_I, _Ty],
2478
+ [0, 0], 2
2479
+ ];
2480
+ var Snapshot$ = [3, n0, _Sna,
2481
+ 0,
2482
+ [_DI, _SIn, _Ty, _Na, _S, _ST],
2483
+ [0, 0, 0, 0, 0, 4]
2484
+ ];
2485
+ var SnapshotLimits$ = [3, n0, _SL,
2486
+ 0,
2487
+ [_MSL, _MSCC, _MSLR],
2488
+ [1, 1, 2]
2489
+ ];
2490
+ var StartADAssessmentRequest$ = [3, n0, _SADAR,
2491
+ 0,
2492
+ [_AC, _DI],
2493
+ [() => AssessmentConfiguration$, 0]
2494
+ ];
2495
+ var StartADAssessmentResult$ = [3, n0, _SADARt,
2496
+ 0,
2497
+ [_AI],
2498
+ [0]
2499
+ ];
2500
+ var StartSchemaExtensionRequest$ = [3, n0, _SSER,
2501
+ 0,
2502
+ [_DI, _CSBSE, _LC, _D],
2503
+ [0, 2, 0, 0], 4
2504
+ ];
2505
+ var StartSchemaExtensionResult$ = [3, n0, _SSERt,
2506
+ 0,
2507
+ [_SEI],
2508
+ [0]
2509
+ ];
2510
+ var Tag$ = [3, n0, _Ta,
2511
+ 0,
2512
+ [_K, _Val],
2513
+ [0, 0], 2
2514
+ ];
2515
+ var Trust$ = [3, n0, _Tru,
2516
+ 0,
2517
+ [_DI, _TI, _RDN, _TT, _TD, _TS, _CDT, _LUDTa, _SLUDTta, _TSR, _SAe],
2518
+ [0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0]
2519
+ ];
2520
+ var UnshareDirectoryRequest$ = [3, n0, _UDR,
2521
+ 0,
2522
+ [_DI, _UTn],
2523
+ [0, () => UnshareTarget$], 2
2524
+ ];
2525
+ var UnshareDirectoryResult$ = [3, n0, _UDRn,
2526
+ 0,
2527
+ [_SDI],
2528
+ [0]
2529
+ ];
2530
+ var UnshareTarget$ = [3, n0, _UTn,
2531
+ 0,
2532
+ [_I, _Ty],
2533
+ [0, 0], 2
2534
+ ];
2535
+ var UpdateConditionalForwarderRequest$ = [3, n0, _UCFR,
2536
+ 0,
2537
+ [_DI, _RDN, _DIA, _DIAn],
2538
+ [0, 0, 64 | 0, 64 | 0], 2
2539
+ ];
2540
+ var UpdateConditionalForwarderResult$ = [3, n0, _UCFRp,
2541
+ 0,
2542
+ [],
2543
+ []
2544
+ ];
2545
+ var UpdateDirectorySetupRequest$ = [3, n0, _UDSR,
2546
+ 0,
2547
+ [_DI, _UT, _OSUS, _DSUS, _NUS, _CSBU],
2548
+ [0, 0, () => OSUpdateSettings$, () => DirectorySizeUpdateSettings$, () => NetworkUpdateSettings$, 2], 2
2549
+ ];
2550
+ var UpdateDirectorySetupResult$ = [3, n0, _UDSRp,
2551
+ 0,
2552
+ [],
2553
+ []
2554
+ ];
2555
+ var UpdateHybridADRequest$ = [3, n0, _UHADR,
2556
+ 0,
2557
+ [_DI, _HAAU, _SMIS],
2558
+ [0, () => HybridAdministratorAccountUpdate$, () => HybridCustomerInstancesSettings$], 1
2559
+ ];
2560
+ var UpdateHybridADResult$ = [3, n0, _UHADRp,
2561
+ 0,
2562
+ [_DI, _AI],
2563
+ [0, 0]
2564
+ ];
2565
+ var UpdateInfoEntry$ = [3, n0, _UIE,
2566
+ 0,
2567
+ [_R, _S, _SR, _IB, _NV, _PV, _ST, _LUDTa],
2568
+ [0, 0, 0, 0, () => UpdateValue$, () => UpdateValue$, 4, 4]
2569
+ ];
2570
+ var UpdateNumberOfDomainControllersRequest$ = [3, n0, _UNODCR,
2571
+ 0,
2572
+ [_DI, _DNe],
2573
+ [0, 1], 2
2574
+ ];
2575
+ var UpdateNumberOfDomainControllersResult$ = [3, n0, _UNODCRp,
2576
+ 0,
2577
+ [],
2578
+ []
2579
+ ];
2580
+ var UpdateRadiusRequest$ = [3, n0, _URR,
2581
+ 0,
2582
+ [_DI, _RSa],
2583
+ [0, [() => RadiusSettings$, 0]], 2
2584
+ ];
2585
+ var UpdateRadiusResult$ = [3, n0, _URRp,
2586
+ 0,
2587
+ [],
2588
+ []
2589
+ ];
2590
+ var UpdateSettingsRequest$ = [3, n0, _USR,
2591
+ 0,
2592
+ [_DI, _Set],
2593
+ [0, () => Settings], 2
2594
+ ];
2595
+ var UpdateSettingsResult$ = [3, n0, _USRp,
2596
+ 0,
2597
+ [_DI],
2598
+ [0]
2599
+ ];
2600
+ var UpdateTrustRequest$ = [3, n0, _UTR,
2601
+ 0,
2602
+ [_TI, _SAe],
2603
+ [0, 0], 1
2604
+ ];
2605
+ var UpdateTrustResult$ = [3, n0, _UTRp,
2606
+ 0,
2607
+ [_RI, _TI],
2608
+ [0, 0]
2609
+ ];
2610
+ var UpdateValue$ = [3, n0, _UV,
2611
+ 0,
2612
+ [_OSUS],
2613
+ [() => OSUpdateSettings$]
2614
+ ];
2615
+ var VerifyTrustRequest$ = [3, n0, _VTR,
2616
+ 0,
2617
+ [_TI],
2618
+ [0], 1
2619
+ ];
2620
+ var VerifyTrustResult$ = [3, n0, _VTRe,
2621
+ 0,
2622
+ [_TI],
2623
+ [0]
2624
+ ];
2625
+ var AssessmentReports = [1, n0, _ARs,
2626
+ 0, () => AssessmentReport$
2627
+ ];
2628
+ var Assessments = [1, n0, _As,
2629
+ 0, () => AssessmentSummary$
2630
+ ];
2631
+ var AssessmentValidations = [1, n0, _AVs,
2632
+ 0, () => AssessmentValidation$
2633
+ ];
2634
+ var Attributes = [1, n0, _Att,
2635
+ 0, () => Attribute$
2636
+ ];
2637
+ var CertificatesInfo = [1, n0, _CIer,
2638
+ 0, () => CertificateInfo$
2639
+ ];
2640
+ var ClientAuthenticationSettingsInfo = [1, n0, _CASIl,
2641
+ 0, () => ClientAuthenticationSettingInfo$
2642
+ ];
2643
+ var ConditionalForwarders = [1, n0, _CFo,
2644
+ 0, () => ConditionalForwarder$
2645
+ ];
2646
+ var DirectoryDescriptions = [1, n0, _DD,
2647
+ 0, [() => DirectoryDescription$,
2648
+ 0]
2649
+ ];
2650
+ var DomainControllers = [1, n0, _DC,
2651
+ 0, () => DomainController$
2652
+ ];
2653
+ var EventTopics = [1, n0, _ET,
2654
+ 0, () => EventTopic$
2655
+ ];
2656
+ var HybridUpdateInfoEntries = [1, n0, _HUIEy,
2657
+ 0, () => HybridUpdateInfoEntry$
2658
+ ];
2659
+ var IpRoutes = [1, n0, _IR,
2660
+ 0, () => IpRoute$
2661
+ ];
2662
+ var IpRoutesInfo = [1, n0, _IRIp,
2663
+ 0, () => IpRouteInfo$
2664
+ ];
2665
+ var LDAPSSettingsInfo = [1, n0, _LDAPSSI,
2666
+ 0, () => LDAPSSettingInfo$
2667
+ ];
2668
+ var LogSubscriptions = [1, n0, _LS,
2669
+ 0, () => LogSubscription$
2670
+ ];
2671
+ var RegionsDescription = [1, n0, _RD,
2672
+ 0, () => RegionDescription$
2673
+ ];
2674
+ var SchemaExtensionsInfo = [1, n0, _SEIc,
2675
+ 0, () => SchemaExtensionInfo$
2676
+ ];
2677
+ var SettingEntries = [1, n0, _SEe,
2678
+ 0, () => SettingEntry$
2679
+ ];
2680
+ var Settings = [1, n0, _Set,
2681
+ 0, () => Setting$
2682
+ ];
2683
+ var SharedDirectories = [1, n0, _SDh,
2684
+ 0, [() => SharedDirectory$,
2685
+ 0]
2686
+ ];
2687
+ var Snapshots = [1, n0, _Sn,
2688
+ 0, () => Snapshot$
2689
+ ];
2690
+ var Tags = [1, n0, _T,
2691
+ 0, () => Tag$
2692
+ ];
2693
+ var Trusts = [1, n0, _Tr,
2694
+ 0, () => Trust$
2695
+ ];
2696
+ var UpdateActivities = [1, n0, _UA,
2697
+ 0, () => UpdateInfoEntry$
2698
+ ];
2699
+ var AcceptSharedDirectory$ = [9, n0, _ASD,
2700
+ 0, () => AcceptSharedDirectoryRequest$, () => AcceptSharedDirectoryResult$
2701
+ ];
2702
+ var AddIpRoutes$ = [9, n0, _AIR,
2703
+ 0, () => AddIpRoutesRequest$, () => AddIpRoutesResult$
2704
+ ];
2705
+ var AddRegion$ = [9, n0, _ARdd,
2706
+ 0, () => AddRegionRequest$, () => AddRegionResult$
2707
+ ];
2708
+ var AddTagsToResource$ = [9, n0, _ATTR,
2709
+ 0, () => AddTagsToResourceRequest$, () => AddTagsToResourceResult$
2710
+ ];
2711
+ var CancelSchemaExtension$ = [9, n0, _CSE,
2712
+ 0, () => CancelSchemaExtensionRequest$, () => CancelSchemaExtensionResult$
2713
+ ];
2714
+ var ConnectDirectory$ = [9, n0, _CDo,
2715
+ 0, () => ConnectDirectoryRequest$, () => ConnectDirectoryResult$
2716
+ ];
2717
+ var CreateAlias$ = [9, n0, _CAr,
2718
+ 0, () => CreateAliasRequest$, () => CreateAliasResult$
2719
+ ];
2720
+ var CreateComputer$ = [9, n0, _CC,
2721
+ 0, () => CreateComputerRequest$, () => CreateComputerResult$
2722
+ ];
2723
+ var CreateConditionalForwarder$ = [9, n0, _CCF,
2724
+ 0, () => CreateConditionalForwarderRequest$, () => CreateConditionalForwarderResult$
2725
+ ];
2726
+ var CreateDirectory$ = [9, n0, _CDr,
2727
+ 0, () => CreateDirectoryRequest$, () => CreateDirectoryResult$
2728
+ ];
2729
+ var CreateHybridAD$ = [9, n0, _CHAD,
2730
+ 0, () => CreateHybridADRequest$, () => CreateHybridADResult$
2731
+ ];
2732
+ var CreateLogSubscription$ = [9, n0, _CLS,
2733
+ 0, () => CreateLogSubscriptionRequest$, () => CreateLogSubscriptionResult$
2734
+ ];
2735
+ var CreateMicrosoftAD$ = [9, n0, _CMAD,
2736
+ 0, () => CreateMicrosoftADRequest$, () => CreateMicrosoftADResult$
2737
+ ];
2738
+ var CreateSnapshot$ = [9, n0, _CSr,
2739
+ 0, () => CreateSnapshotRequest$, () => CreateSnapshotResult$
2740
+ ];
2741
+ var CreateTrust$ = [9, n0, _CT,
2742
+ 0, () => CreateTrustRequest$, () => CreateTrustResult$
2743
+ ];
2744
+ var DeleteADAssessment$ = [9, n0, _DADA,
2745
+ 0, () => DeleteADAssessmentRequest$, () => DeleteADAssessmentResult$
2746
+ ];
2747
+ var DeleteConditionalForwarder$ = [9, n0, _DCF,
2748
+ 0, () => DeleteConditionalForwarderRequest$, () => DeleteConditionalForwarderResult$
2749
+ ];
2750
+ var DeleteDirectory$ = [9, n0, _DDe,
2751
+ 0, () => DeleteDirectoryRequest$, () => DeleteDirectoryResult$
2752
+ ];
2753
+ var DeleteLogSubscription$ = [9, n0, _DLS,
2754
+ 0, () => DeleteLogSubscriptionRequest$, () => DeleteLogSubscriptionResult$
2755
+ ];
2756
+ var DeleteSnapshot$ = [9, n0, _DSe,
2757
+ 0, () => DeleteSnapshotRequest$, () => DeleteSnapshotResult$
2758
+ ];
2759
+ var DeleteTrust$ = [9, n0, _DTe,
2760
+ 0, () => DeleteTrustRequest$, () => DeleteTrustResult$
2761
+ ];
2762
+ var DeregisterCertificate$ = [9, n0, _DCe,
2763
+ 0, () => DeregisterCertificateRequest$, () => DeregisterCertificateResult$
2764
+ ];
2765
+ var DeregisterEventTopic$ = [9, n0, _DET,
2766
+ 0, () => DeregisterEventTopicRequest$, () => DeregisterEventTopicResult$
2767
+ ];
2768
+ var DescribeADAssessment$ = [9, n0, _DADAe,
2769
+ 0, () => DescribeADAssessmentRequest$, () => DescribeADAssessmentResult$
2770
+ ];
2771
+ var DescribeCAEnrollmentPolicy$ = [9, n0, _DCAEP,
2772
+ 0, () => DescribeCAEnrollmentPolicyRequest$, () => DescribeCAEnrollmentPolicyResult$
2773
+ ];
2774
+ var DescribeCertificate$ = [9, n0, _DCes,
2775
+ 0, () => DescribeCertificateRequest$, () => DescribeCertificateResult$
2776
+ ];
2777
+ var DescribeClientAuthenticationSettings$ = [9, n0, _DCAS,
2778
+ 0, () => DescribeClientAuthenticationSettingsRequest$, () => DescribeClientAuthenticationSettingsResult$
2779
+ ];
2780
+ var DescribeConditionalForwarders$ = [9, n0, _DCFe,
2781
+ 0, () => DescribeConditionalForwardersRequest$, () => DescribeConditionalForwardersResult$
2782
+ ];
2783
+ var DescribeDirectories$ = [9, n0, _DDes,
2784
+ 0, () => DescribeDirectoriesRequest$, () => DescribeDirectoriesResult$
2785
+ ];
2786
+ var DescribeDirectoryDataAccess$ = [9, n0, _DDDA,
2787
+ 0, () => DescribeDirectoryDataAccessRequest$, () => DescribeDirectoryDataAccessResult$
2788
+ ];
2789
+ var DescribeDomainControllers$ = [9, n0, _DDC,
2790
+ 0, () => DescribeDomainControllersRequest$, () => DescribeDomainControllersResult$
2791
+ ];
2792
+ var DescribeEventTopics$ = [9, n0, _DETe,
2793
+ 0, () => DescribeEventTopicsRequest$, () => DescribeEventTopicsResult$
2794
+ ];
2795
+ var DescribeHybridADUpdate$ = [9, n0, _DHADU,
2796
+ 0, () => DescribeHybridADUpdateRequest$, () => DescribeHybridADUpdateResult$
2797
+ ];
2798
+ var DescribeLDAPSSettings$ = [9, n0, _DLDAPSS,
2799
+ 0, () => DescribeLDAPSSettingsRequest$, () => DescribeLDAPSSettingsResult$
2800
+ ];
2801
+ var DescribeRegions$ = [9, n0, _DR,
2802
+ 0, () => DescribeRegionsRequest$, () => DescribeRegionsResult$
2803
+ ];
2804
+ var DescribeSettings$ = [9, n0, _DSes,
2805
+ 0, () => DescribeSettingsRequest$, () => DescribeSettingsResult$
2806
+ ];
2807
+ var DescribeSharedDirectories$ = [9, n0, _DSD,
2808
+ 0, () => DescribeSharedDirectoriesRequest$, () => DescribeSharedDirectoriesResult$
2809
+ ];
2810
+ var DescribeSnapshots$ = [9, n0, _DSesc,
2811
+ 0, () => DescribeSnapshotsRequest$, () => DescribeSnapshotsResult$
2812
+ ];
2813
+ var DescribeTrusts$ = [9, n0, _DTes,
2814
+ 0, () => DescribeTrustsRequest$, () => DescribeTrustsResult$
2815
+ ];
2816
+ var DescribeUpdateDirectory$ = [9, n0, _DUD,
2817
+ 0, () => DescribeUpdateDirectoryRequest$, () => DescribeUpdateDirectoryResult$
2818
+ ];
2819
+ var DisableCAEnrollmentPolicy$ = [9, n0, _DCAEPi,
2820
+ 0, () => DisableCAEnrollmentPolicyRequest$, () => DisableCAEnrollmentPolicyResult$
2821
+ ];
2822
+ var DisableClientAuthentication$ = [9, n0, _DCA,
2823
+ 0, () => DisableClientAuthenticationRequest$, () => DisableClientAuthenticationResult$
2824
+ ];
2825
+ var DisableDirectoryDataAccess$ = [9, n0, _DDDAi,
2826
+ 0, () => DisableDirectoryDataAccessRequest$, () => DisableDirectoryDataAccessResult$
2827
+ ];
2828
+ var DisableLDAPS$ = [9, n0, _DLDAPS,
2829
+ 0, () => DisableLDAPSRequest$, () => DisableLDAPSResult$
2830
+ ];
2831
+ var DisableRadius$ = [9, n0, _DRi,
2832
+ 0, () => DisableRadiusRequest$, () => DisableRadiusResult$
2833
+ ];
2834
+ var DisableSso$ = [9, n0, _DSi,
2835
+ 0, () => DisableSsoRequest$, () => DisableSsoResult$
2836
+ ];
2837
+ var EnableCAEnrollmentPolicy$ = [9, n0, _ECAEP,
2838
+ 0, () => EnableCAEnrollmentPolicyRequest$, () => EnableCAEnrollmentPolicyResult$
2839
+ ];
2840
+ var EnableClientAuthentication$ = [9, n0, _ECA,
2841
+ 0, () => EnableClientAuthenticationRequest$, () => EnableClientAuthenticationResult$
2842
+ ];
2843
+ var EnableDirectoryDataAccess$ = [9, n0, _EDDA,
2844
+ 0, () => EnableDirectoryDataAccessRequest$, () => EnableDirectoryDataAccessResult$
2845
+ ];
2846
+ var EnableLDAPS$ = [9, n0, _ELDAPS,
2847
+ 0, () => EnableLDAPSRequest$, () => EnableLDAPSResult$
2848
+ ];
2849
+ var EnableRadius$ = [9, n0, _ER,
2850
+ 0, () => EnableRadiusRequest$, () => EnableRadiusResult$
2851
+ ];
2852
+ var EnableSso$ = [9, n0, _ES,
2853
+ 0, () => EnableSsoRequest$, () => EnableSsoResult$
2854
+ ];
2855
+ var GetDirectoryLimits$ = [9, n0, _GDL,
2856
+ 0, () => GetDirectoryLimitsRequest$, () => GetDirectoryLimitsResult$
2857
+ ];
2858
+ var GetSnapshotLimits$ = [9, n0, _GSL,
2859
+ 0, () => GetSnapshotLimitsRequest$, () => GetSnapshotLimitsResult$
2860
+ ];
2861
+ var ListADAssessments$ = [9, n0, _LADA,
2862
+ 0, () => ListADAssessmentsRequest$, () => ListADAssessmentsResult$
2863
+ ];
2864
+ var ListCertificates$ = [9, n0, _LCi,
2865
+ 0, () => ListCertificatesRequest$, () => ListCertificatesResult$
2866
+ ];
2867
+ var ListIpRoutes$ = [9, n0, _LIR,
2868
+ 0, () => ListIpRoutesRequest$, () => ListIpRoutesResult$
2869
+ ];
2870
+ var ListLogSubscriptions$ = [9, n0, _LLS,
2871
+ 0, () => ListLogSubscriptionsRequest$, () => ListLogSubscriptionsResult$
2872
+ ];
2873
+ var ListSchemaExtensions$ = [9, n0, _LSE,
2874
+ 0, () => ListSchemaExtensionsRequest$, () => ListSchemaExtensionsResult$
2875
+ ];
2876
+ var ListTagsForResource$ = [9, n0, _LTFR,
2877
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResult$
2878
+ ];
2879
+ var RegisterCertificate$ = [9, n0, _RC,
2880
+ 0, () => RegisterCertificateRequest$, () => RegisterCertificateResult$
2881
+ ];
2882
+ var RegisterEventTopic$ = [9, n0, _RET,
2883
+ 0, () => RegisterEventTopicRequest$, () => RegisterEventTopicResult$
2884
+ ];
2885
+ var RejectSharedDirectory$ = [9, n0, _RSD,
2886
+ 0, () => RejectSharedDirectoryRequest$, () => RejectSharedDirectoryResult$
2887
+ ];
2888
+ var RemoveIpRoutes$ = [9, n0, _RIR,
2889
+ 0, () => RemoveIpRoutesRequest$, () => RemoveIpRoutesResult$
2890
+ ];
2891
+ var RemoveRegion$ = [9, n0, _RRe,
2892
+ 0, () => RemoveRegionRequest$, () => RemoveRegionResult$
2893
+ ];
2894
+ var RemoveTagsFromResource$ = [9, n0, _RTFR,
2895
+ 0, () => RemoveTagsFromResourceRequest$, () => RemoveTagsFromResourceResult$
2896
+ ];
2897
+ var ResetUserPassword$ = [9, n0, _RUP,
2898
+ 0, () => ResetUserPasswordRequest$, () => ResetUserPasswordResult$
2899
+ ];
2900
+ var RestoreFromSnapshot$ = [9, n0, _RFS,
2901
+ 0, () => RestoreFromSnapshotRequest$, () => RestoreFromSnapshotResult$
2902
+ ];
2903
+ var ShareDirectory$ = [9, n0, _SDha,
2904
+ 0, () => ShareDirectoryRequest$, () => ShareDirectoryResult$
2905
+ ];
2906
+ var StartADAssessment$ = [9, n0, _SADA,
2907
+ 0, () => StartADAssessmentRequest$, () => StartADAssessmentResult$
2908
+ ];
2909
+ var StartSchemaExtension$ = [9, n0, _SSE,
2910
+ 0, () => StartSchemaExtensionRequest$, () => StartSchemaExtensionResult$
2911
+ ];
2912
+ var UnshareDirectory$ = [9, n0, _UD,
2913
+ 0, () => UnshareDirectoryRequest$, () => UnshareDirectoryResult$
2914
+ ];
2915
+ var UpdateConditionalForwarder$ = [9, n0, _UCF,
2916
+ 0, () => UpdateConditionalForwarderRequest$, () => UpdateConditionalForwarderResult$
2917
+ ];
2918
+ var UpdateDirectorySetup$ = [9, n0, _UDS,
2919
+ 0, () => UpdateDirectorySetupRequest$, () => UpdateDirectorySetupResult$
2920
+ ];
2921
+ var UpdateHybridAD$ = [9, n0, _UHAD,
2922
+ 0, () => UpdateHybridADRequest$, () => UpdateHybridADResult$
2923
+ ];
2924
+ var UpdateNumberOfDomainControllers$ = [9, n0, _UNODC,
2925
+ 0, () => UpdateNumberOfDomainControllersRequest$, () => UpdateNumberOfDomainControllersResult$
2926
+ ];
2927
+ var UpdateRadius$ = [9, n0, _UR,
2928
+ 0, () => UpdateRadiusRequest$, () => UpdateRadiusResult$
2929
+ ];
2930
+ var UpdateSettings$ = [9, n0, _US,
2931
+ 0, () => UpdateSettingsRequest$, () => UpdateSettingsResult$
2932
+ ];
2933
+ var UpdateTrust$ = [9, n0, _UTp,
2934
+ 0, () => UpdateTrustRequest$, () => UpdateTrustResult$
2935
+ ];
2936
+ var VerifyTrust$ = [9, n0, _VT,
2937
+ 0, () => VerifyTrustRequest$, () => VerifyTrustResult$
2938
+ ];
2939
+
2940
+ const getRuntimeConfig$1 = (config) => {
2941
+ return {
2942
+ apiVersion: "2015-04-16",
2943
+ base64Decoder: config?.base64Decoder ?? fromBase64,
2944
+ base64Encoder: config?.base64Encoder ?? toBase64,
2945
+ disableHostPrefix: config?.disableHostPrefix ?? false,
2946
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
2947
+ extensions: config?.extensions ?? [],
2948
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultDirectoryServiceHttpAuthSchemeProvider,
2949
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
2950
+ {
2951
+ schemeId: "aws.auth#sigv4",
2952
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
2953
+ signer: new AwsSdkSigV4Signer(),
2954
+ },
2955
+ ],
2956
+ logger: config?.logger ?? new NoOpLogger(),
2957
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
2958
+ protocolSettings: config?.protocolSettings ?? {
2959
+ defaultNamespace: "com.amazonaws.directoryservice",
2960
+ errorTypeRegistries,
2961
+ xmlNamespace: "http://directoryservice.amazonaws.com/doc/2015-04-16/",
2962
+ version: "2015-04-16",
2963
+ serviceTarget: "DirectoryService_20150416",
2964
+ },
2965
+ serviceId: config?.serviceId ?? "Directory Service",
2966
+ urlParser: config?.urlParser ?? parseUrl,
2967
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2968
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
2969
+ };
2970
+ };
2971
+
2972
+ const getRuntimeConfig = (config) => {
2973
+ emitWarningIfUnsupportedVersion(process.version);
2974
+ const defaultsMode = resolveDefaultsModeConfig(config);
2975
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
2976
+ const clientSharedValues = getRuntimeConfig$1(config);
2977
+ emitWarningIfUnsupportedVersion$1(process.version);
2978
+ const loaderConfig = {
2979
+ profile: config?.profile,
2980
+ logger: clientSharedValues.logger,
2981
+ };
2982
+ return {
2983
+ ...clientSharedValues,
2984
+ ...config,
2985
+ runtime: "node",
2986
+ defaultsMode,
2987
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
2988
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
2989
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
2990
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
2991
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
2992
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
2993
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
2994
+ retryMode: config?.retryMode ??
2995
+ loadConfig({
2996
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2997
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2998
+ }, config),
2999
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3000
+ streamCollector: config?.streamCollector ?? streamCollector,
3001
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3002
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3003
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
3004
+ };
3005
+ };
3006
+
34
3007
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
3008
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
3009
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -1470,123 +4443,495 @@ const TargetType = {
1470
4443
  ACCOUNT: "ACCOUNT",
1471
4444
  };
1472
4445
 
4446
+ exports.ADAssessmentLimitExceededException = ADAssessmentLimitExceededException;
4447
+ exports.ADAssessmentLimitExceededException$ = ADAssessmentLimitExceededException$;
4448
+ exports.AcceptSharedDirectory$ = AcceptSharedDirectory$;
1473
4449
  exports.AcceptSharedDirectoryCommand = AcceptSharedDirectoryCommand;
4450
+ exports.AcceptSharedDirectoryRequest$ = AcceptSharedDirectoryRequest$;
4451
+ exports.AcceptSharedDirectoryResult$ = AcceptSharedDirectoryResult$;
4452
+ exports.AccessDeniedException = AccessDeniedException;
4453
+ exports.AccessDeniedException$ = AccessDeniedException$;
4454
+ exports.AddIpRoutes$ = AddIpRoutes$;
1474
4455
  exports.AddIpRoutesCommand = AddIpRoutesCommand;
4456
+ exports.AddIpRoutesRequest$ = AddIpRoutesRequest$;
4457
+ exports.AddIpRoutesResult$ = AddIpRoutesResult$;
4458
+ exports.AddRegion$ = AddRegion$;
1475
4459
  exports.AddRegionCommand = AddRegionCommand;
4460
+ exports.AddRegionRequest$ = AddRegionRequest$;
4461
+ exports.AddRegionResult$ = AddRegionResult$;
4462
+ exports.AddTagsToResource$ = AddTagsToResource$;
1476
4463
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
4464
+ exports.AddTagsToResourceRequest$ = AddTagsToResourceRequest$;
4465
+ exports.AddTagsToResourceResult$ = AddTagsToResourceResult$;
4466
+ exports.Assessment$ = Assessment$;
4467
+ exports.AssessmentConfiguration$ = AssessmentConfiguration$;
4468
+ exports.AssessmentReport$ = AssessmentReport$;
4469
+ exports.AssessmentSummary$ = AssessmentSummary$;
4470
+ exports.AssessmentValidation$ = AssessmentValidation$;
4471
+ exports.Attribute$ = Attribute$;
4472
+ exports.AuthenticationFailedException = AuthenticationFailedException;
4473
+ exports.AuthenticationFailedException$ = AuthenticationFailedException$;
1477
4474
  exports.CaEnrollmentPolicyStatus = CaEnrollmentPolicyStatus;
4475
+ exports.CancelSchemaExtension$ = CancelSchemaExtension$;
1478
4476
  exports.CancelSchemaExtensionCommand = CancelSchemaExtensionCommand;
4477
+ exports.CancelSchemaExtensionRequest$ = CancelSchemaExtensionRequest$;
4478
+ exports.CancelSchemaExtensionResult$ = CancelSchemaExtensionResult$;
4479
+ exports.Certificate$ = Certificate$;
4480
+ exports.CertificateAlreadyExistsException = CertificateAlreadyExistsException;
4481
+ exports.CertificateAlreadyExistsException$ = CertificateAlreadyExistsException$;
4482
+ exports.CertificateDoesNotExistException = CertificateDoesNotExistException;
4483
+ exports.CertificateDoesNotExistException$ = CertificateDoesNotExistException$;
4484
+ exports.CertificateInUseException = CertificateInUseException;
4485
+ exports.CertificateInUseException$ = CertificateInUseException$;
4486
+ exports.CertificateInfo$ = CertificateInfo$;
4487
+ exports.CertificateLimitExceededException = CertificateLimitExceededException;
4488
+ exports.CertificateLimitExceededException$ = CertificateLimitExceededException$;
1479
4489
  exports.CertificateState = CertificateState;
1480
4490
  exports.CertificateType = CertificateType;
4491
+ exports.ClientAuthenticationSettingInfo$ = ClientAuthenticationSettingInfo$;
1481
4492
  exports.ClientAuthenticationStatus = ClientAuthenticationStatus;
1482
4493
  exports.ClientAuthenticationType = ClientAuthenticationType;
4494
+ exports.ClientCertAuthSettings$ = ClientCertAuthSettings$;
4495
+ exports.ClientException = ClientException;
4496
+ exports.ClientException$ = ClientException$;
4497
+ exports.Computer$ = Computer$;
4498
+ exports.ConditionalForwarder$ = ConditionalForwarder$;
4499
+ exports.ConnectDirectory$ = ConnectDirectory$;
1483
4500
  exports.ConnectDirectoryCommand = ConnectDirectoryCommand;
4501
+ exports.ConnectDirectoryRequest$ = ConnectDirectoryRequest$;
4502
+ exports.ConnectDirectoryResult$ = ConnectDirectoryResult$;
4503
+ exports.CreateAlias$ = CreateAlias$;
1484
4504
  exports.CreateAliasCommand = CreateAliasCommand;
4505
+ exports.CreateAliasRequest$ = CreateAliasRequest$;
4506
+ exports.CreateAliasResult$ = CreateAliasResult$;
4507
+ exports.CreateComputer$ = CreateComputer$;
1485
4508
  exports.CreateComputerCommand = CreateComputerCommand;
4509
+ exports.CreateComputerRequest$ = CreateComputerRequest$;
4510
+ exports.CreateComputerResult$ = CreateComputerResult$;
4511
+ exports.CreateConditionalForwarder$ = CreateConditionalForwarder$;
1486
4512
  exports.CreateConditionalForwarderCommand = CreateConditionalForwarderCommand;
4513
+ exports.CreateConditionalForwarderRequest$ = CreateConditionalForwarderRequest$;
4514
+ exports.CreateConditionalForwarderResult$ = CreateConditionalForwarderResult$;
4515
+ exports.CreateDirectory$ = CreateDirectory$;
1487
4516
  exports.CreateDirectoryCommand = CreateDirectoryCommand;
4517
+ exports.CreateDirectoryRequest$ = CreateDirectoryRequest$;
4518
+ exports.CreateDirectoryResult$ = CreateDirectoryResult$;
4519
+ exports.CreateHybridAD$ = CreateHybridAD$;
1488
4520
  exports.CreateHybridADCommand = CreateHybridADCommand;
4521
+ exports.CreateHybridADRequest$ = CreateHybridADRequest$;
4522
+ exports.CreateHybridADResult$ = CreateHybridADResult$;
4523
+ exports.CreateLogSubscription$ = CreateLogSubscription$;
1489
4524
  exports.CreateLogSubscriptionCommand = CreateLogSubscriptionCommand;
4525
+ exports.CreateLogSubscriptionRequest$ = CreateLogSubscriptionRequest$;
4526
+ exports.CreateLogSubscriptionResult$ = CreateLogSubscriptionResult$;
4527
+ exports.CreateMicrosoftAD$ = CreateMicrosoftAD$;
1490
4528
  exports.CreateMicrosoftADCommand = CreateMicrosoftADCommand;
4529
+ exports.CreateMicrosoftADRequest$ = CreateMicrosoftADRequest$;
4530
+ exports.CreateMicrosoftADResult$ = CreateMicrosoftADResult$;
4531
+ exports.CreateSnapshot$ = CreateSnapshot$;
1491
4532
  exports.CreateSnapshotCommand = CreateSnapshotCommand;
4533
+ exports.CreateSnapshotRequest$ = CreateSnapshotRequest$;
4534
+ exports.CreateSnapshotResult$ = CreateSnapshotResult$;
4535
+ exports.CreateTrust$ = CreateTrust$;
1492
4536
  exports.CreateTrustCommand = CreateTrustCommand;
4537
+ exports.CreateTrustRequest$ = CreateTrustRequest$;
4538
+ exports.CreateTrustResult$ = CreateTrustResult$;
1493
4539
  exports.DataAccessStatus = DataAccessStatus;
4540
+ exports.DeleteADAssessment$ = DeleteADAssessment$;
1494
4541
  exports.DeleteADAssessmentCommand = DeleteADAssessmentCommand;
4542
+ exports.DeleteADAssessmentRequest$ = DeleteADAssessmentRequest$;
4543
+ exports.DeleteADAssessmentResult$ = DeleteADAssessmentResult$;
4544
+ exports.DeleteConditionalForwarder$ = DeleteConditionalForwarder$;
1495
4545
  exports.DeleteConditionalForwarderCommand = DeleteConditionalForwarderCommand;
4546
+ exports.DeleteConditionalForwarderRequest$ = DeleteConditionalForwarderRequest$;
4547
+ exports.DeleteConditionalForwarderResult$ = DeleteConditionalForwarderResult$;
4548
+ exports.DeleteDirectory$ = DeleteDirectory$;
1496
4549
  exports.DeleteDirectoryCommand = DeleteDirectoryCommand;
4550
+ exports.DeleteDirectoryRequest$ = DeleteDirectoryRequest$;
4551
+ exports.DeleteDirectoryResult$ = DeleteDirectoryResult$;
4552
+ exports.DeleteLogSubscription$ = DeleteLogSubscription$;
1497
4553
  exports.DeleteLogSubscriptionCommand = DeleteLogSubscriptionCommand;
4554
+ exports.DeleteLogSubscriptionRequest$ = DeleteLogSubscriptionRequest$;
4555
+ exports.DeleteLogSubscriptionResult$ = DeleteLogSubscriptionResult$;
4556
+ exports.DeleteSnapshot$ = DeleteSnapshot$;
1498
4557
  exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
4558
+ exports.DeleteSnapshotRequest$ = DeleteSnapshotRequest$;
4559
+ exports.DeleteSnapshotResult$ = DeleteSnapshotResult$;
4560
+ exports.DeleteTrust$ = DeleteTrust$;
1499
4561
  exports.DeleteTrustCommand = DeleteTrustCommand;
4562
+ exports.DeleteTrustRequest$ = DeleteTrustRequest$;
4563
+ exports.DeleteTrustResult$ = DeleteTrustResult$;
4564
+ exports.DeregisterCertificate$ = DeregisterCertificate$;
1500
4565
  exports.DeregisterCertificateCommand = DeregisterCertificateCommand;
4566
+ exports.DeregisterCertificateRequest$ = DeregisterCertificateRequest$;
4567
+ exports.DeregisterCertificateResult$ = DeregisterCertificateResult$;
4568
+ exports.DeregisterEventTopic$ = DeregisterEventTopic$;
1501
4569
  exports.DeregisterEventTopicCommand = DeregisterEventTopicCommand;
4570
+ exports.DeregisterEventTopicRequest$ = DeregisterEventTopicRequest$;
4571
+ exports.DeregisterEventTopicResult$ = DeregisterEventTopicResult$;
4572
+ exports.DescribeADAssessment$ = DescribeADAssessment$;
1502
4573
  exports.DescribeADAssessmentCommand = DescribeADAssessmentCommand;
4574
+ exports.DescribeADAssessmentRequest$ = DescribeADAssessmentRequest$;
4575
+ exports.DescribeADAssessmentResult$ = DescribeADAssessmentResult$;
4576
+ exports.DescribeCAEnrollmentPolicy$ = DescribeCAEnrollmentPolicy$;
1503
4577
  exports.DescribeCAEnrollmentPolicyCommand = DescribeCAEnrollmentPolicyCommand;
4578
+ exports.DescribeCAEnrollmentPolicyRequest$ = DescribeCAEnrollmentPolicyRequest$;
4579
+ exports.DescribeCAEnrollmentPolicyResult$ = DescribeCAEnrollmentPolicyResult$;
4580
+ exports.DescribeCertificate$ = DescribeCertificate$;
1504
4581
  exports.DescribeCertificateCommand = DescribeCertificateCommand;
4582
+ exports.DescribeCertificateRequest$ = DescribeCertificateRequest$;
4583
+ exports.DescribeCertificateResult$ = DescribeCertificateResult$;
4584
+ exports.DescribeClientAuthenticationSettings$ = DescribeClientAuthenticationSettings$;
1505
4585
  exports.DescribeClientAuthenticationSettingsCommand = DescribeClientAuthenticationSettingsCommand;
4586
+ exports.DescribeClientAuthenticationSettingsRequest$ = DescribeClientAuthenticationSettingsRequest$;
4587
+ exports.DescribeClientAuthenticationSettingsResult$ = DescribeClientAuthenticationSettingsResult$;
4588
+ exports.DescribeConditionalForwarders$ = DescribeConditionalForwarders$;
1506
4589
  exports.DescribeConditionalForwardersCommand = DescribeConditionalForwardersCommand;
4590
+ exports.DescribeConditionalForwardersRequest$ = DescribeConditionalForwardersRequest$;
4591
+ exports.DescribeConditionalForwardersResult$ = DescribeConditionalForwardersResult$;
4592
+ exports.DescribeDirectories$ = DescribeDirectories$;
1507
4593
  exports.DescribeDirectoriesCommand = DescribeDirectoriesCommand;
4594
+ exports.DescribeDirectoriesRequest$ = DescribeDirectoriesRequest$;
4595
+ exports.DescribeDirectoriesResult$ = DescribeDirectoriesResult$;
4596
+ exports.DescribeDirectoryDataAccess$ = DescribeDirectoryDataAccess$;
1508
4597
  exports.DescribeDirectoryDataAccessCommand = DescribeDirectoryDataAccessCommand;
4598
+ exports.DescribeDirectoryDataAccessRequest$ = DescribeDirectoryDataAccessRequest$;
4599
+ exports.DescribeDirectoryDataAccessResult$ = DescribeDirectoryDataAccessResult$;
4600
+ exports.DescribeDomainControllers$ = DescribeDomainControllers$;
1509
4601
  exports.DescribeDomainControllersCommand = DescribeDomainControllersCommand;
4602
+ exports.DescribeDomainControllersRequest$ = DescribeDomainControllersRequest$;
4603
+ exports.DescribeDomainControllersResult$ = DescribeDomainControllersResult$;
4604
+ exports.DescribeEventTopics$ = DescribeEventTopics$;
1510
4605
  exports.DescribeEventTopicsCommand = DescribeEventTopicsCommand;
4606
+ exports.DescribeEventTopicsRequest$ = DescribeEventTopicsRequest$;
4607
+ exports.DescribeEventTopicsResult$ = DescribeEventTopicsResult$;
4608
+ exports.DescribeHybridADUpdate$ = DescribeHybridADUpdate$;
1511
4609
  exports.DescribeHybridADUpdateCommand = DescribeHybridADUpdateCommand;
4610
+ exports.DescribeHybridADUpdateRequest$ = DescribeHybridADUpdateRequest$;
4611
+ exports.DescribeHybridADUpdateResult$ = DescribeHybridADUpdateResult$;
4612
+ exports.DescribeLDAPSSettings$ = DescribeLDAPSSettings$;
1512
4613
  exports.DescribeLDAPSSettingsCommand = DescribeLDAPSSettingsCommand;
4614
+ exports.DescribeLDAPSSettingsRequest$ = DescribeLDAPSSettingsRequest$;
4615
+ exports.DescribeLDAPSSettingsResult$ = DescribeLDAPSSettingsResult$;
4616
+ exports.DescribeRegions$ = DescribeRegions$;
1513
4617
  exports.DescribeRegionsCommand = DescribeRegionsCommand;
4618
+ exports.DescribeRegionsRequest$ = DescribeRegionsRequest$;
4619
+ exports.DescribeRegionsResult$ = DescribeRegionsResult$;
4620
+ exports.DescribeSettings$ = DescribeSettings$;
1514
4621
  exports.DescribeSettingsCommand = DescribeSettingsCommand;
4622
+ exports.DescribeSettingsRequest$ = DescribeSettingsRequest$;
4623
+ exports.DescribeSettingsResult$ = DescribeSettingsResult$;
4624
+ exports.DescribeSharedDirectories$ = DescribeSharedDirectories$;
1515
4625
  exports.DescribeSharedDirectoriesCommand = DescribeSharedDirectoriesCommand;
4626
+ exports.DescribeSharedDirectoriesRequest$ = DescribeSharedDirectoriesRequest$;
4627
+ exports.DescribeSharedDirectoriesResult$ = DescribeSharedDirectoriesResult$;
4628
+ exports.DescribeSnapshots$ = DescribeSnapshots$;
1516
4629
  exports.DescribeSnapshotsCommand = DescribeSnapshotsCommand;
4630
+ exports.DescribeSnapshotsRequest$ = DescribeSnapshotsRequest$;
4631
+ exports.DescribeSnapshotsResult$ = DescribeSnapshotsResult$;
4632
+ exports.DescribeTrusts$ = DescribeTrusts$;
1517
4633
  exports.DescribeTrustsCommand = DescribeTrustsCommand;
4634
+ exports.DescribeTrustsRequest$ = DescribeTrustsRequest$;
4635
+ exports.DescribeTrustsResult$ = DescribeTrustsResult$;
4636
+ exports.DescribeUpdateDirectory$ = DescribeUpdateDirectory$;
1518
4637
  exports.DescribeUpdateDirectoryCommand = DescribeUpdateDirectoryCommand;
4638
+ exports.DescribeUpdateDirectoryRequest$ = DescribeUpdateDirectoryRequest$;
4639
+ exports.DescribeUpdateDirectoryResult$ = DescribeUpdateDirectoryResult$;
4640
+ exports.DirectoryAlreadyInRegionException = DirectoryAlreadyInRegionException;
4641
+ exports.DirectoryAlreadyInRegionException$ = DirectoryAlreadyInRegionException$;
4642
+ exports.DirectoryAlreadySharedException = DirectoryAlreadySharedException;
4643
+ exports.DirectoryAlreadySharedException$ = DirectoryAlreadySharedException$;
1519
4644
  exports.DirectoryConfigurationStatus = DirectoryConfigurationStatus;
4645
+ exports.DirectoryConnectSettings$ = DirectoryConnectSettings$;
4646
+ exports.DirectoryConnectSettingsDescription$ = DirectoryConnectSettingsDescription$;
4647
+ exports.DirectoryDescription$ = DirectoryDescription$;
4648
+ exports.DirectoryDoesNotExistException = DirectoryDoesNotExistException;
4649
+ exports.DirectoryDoesNotExistException$ = DirectoryDoesNotExistException$;
1520
4650
  exports.DirectoryEdition = DirectoryEdition;
4651
+ exports.DirectoryInDesiredStateException = DirectoryInDesiredStateException;
4652
+ exports.DirectoryInDesiredStateException$ = DirectoryInDesiredStateException$;
4653
+ exports.DirectoryLimitExceededException = DirectoryLimitExceededException;
4654
+ exports.DirectoryLimitExceededException$ = DirectoryLimitExceededException$;
4655
+ exports.DirectoryLimits$ = DirectoryLimits$;
4656
+ exports.DirectoryNotSharedException = DirectoryNotSharedException;
4657
+ exports.DirectoryNotSharedException$ = DirectoryNotSharedException$;
1521
4658
  exports.DirectoryService = DirectoryService;
1522
4659
  exports.DirectoryServiceClient = DirectoryServiceClient;
4660
+ exports.DirectoryServiceServiceException = DirectoryServiceServiceException;
4661
+ exports.DirectoryServiceServiceException$ = DirectoryServiceServiceException$;
1523
4662
  exports.DirectorySize = DirectorySize;
4663
+ exports.DirectorySizeUpdateSettings$ = DirectorySizeUpdateSettings$;
1524
4664
  exports.DirectoryStage = DirectoryStage;
1525
4665
  exports.DirectoryType = DirectoryType;
4666
+ exports.DirectoryUnavailableException = DirectoryUnavailableException;
4667
+ exports.DirectoryUnavailableException$ = DirectoryUnavailableException$;
4668
+ exports.DirectoryVpcSettings$ = DirectoryVpcSettings$;
4669
+ exports.DirectoryVpcSettingsDescription$ = DirectoryVpcSettingsDescription$;
4670
+ exports.DisableAlreadyInProgressException = DisableAlreadyInProgressException;
4671
+ exports.DisableAlreadyInProgressException$ = DisableAlreadyInProgressException$;
4672
+ exports.DisableCAEnrollmentPolicy$ = DisableCAEnrollmentPolicy$;
1526
4673
  exports.DisableCAEnrollmentPolicyCommand = DisableCAEnrollmentPolicyCommand;
4674
+ exports.DisableCAEnrollmentPolicyRequest$ = DisableCAEnrollmentPolicyRequest$;
4675
+ exports.DisableCAEnrollmentPolicyResult$ = DisableCAEnrollmentPolicyResult$;
4676
+ exports.DisableClientAuthentication$ = DisableClientAuthentication$;
1527
4677
  exports.DisableClientAuthenticationCommand = DisableClientAuthenticationCommand;
4678
+ exports.DisableClientAuthenticationRequest$ = DisableClientAuthenticationRequest$;
4679
+ exports.DisableClientAuthenticationResult$ = DisableClientAuthenticationResult$;
4680
+ exports.DisableDirectoryDataAccess$ = DisableDirectoryDataAccess$;
1528
4681
  exports.DisableDirectoryDataAccessCommand = DisableDirectoryDataAccessCommand;
4682
+ exports.DisableDirectoryDataAccessRequest$ = DisableDirectoryDataAccessRequest$;
4683
+ exports.DisableDirectoryDataAccessResult$ = DisableDirectoryDataAccessResult$;
4684
+ exports.DisableLDAPS$ = DisableLDAPS$;
1529
4685
  exports.DisableLDAPSCommand = DisableLDAPSCommand;
4686
+ exports.DisableLDAPSRequest$ = DisableLDAPSRequest$;
4687
+ exports.DisableLDAPSResult$ = DisableLDAPSResult$;
4688
+ exports.DisableRadius$ = DisableRadius$;
1530
4689
  exports.DisableRadiusCommand = DisableRadiusCommand;
4690
+ exports.DisableRadiusRequest$ = DisableRadiusRequest$;
4691
+ exports.DisableRadiusResult$ = DisableRadiusResult$;
4692
+ exports.DisableSso$ = DisableSso$;
1531
4693
  exports.DisableSsoCommand = DisableSsoCommand;
4694
+ exports.DisableSsoRequest$ = DisableSsoRequest$;
4695
+ exports.DisableSsoResult$ = DisableSsoResult$;
4696
+ exports.DomainController$ = DomainController$;
4697
+ exports.DomainControllerLimitExceededException = DomainControllerLimitExceededException;
4698
+ exports.DomainControllerLimitExceededException$ = DomainControllerLimitExceededException$;
1532
4699
  exports.DomainControllerStatus = DomainControllerStatus;
4700
+ exports.EnableAlreadyInProgressException = EnableAlreadyInProgressException;
4701
+ exports.EnableAlreadyInProgressException$ = EnableAlreadyInProgressException$;
4702
+ exports.EnableCAEnrollmentPolicy$ = EnableCAEnrollmentPolicy$;
1533
4703
  exports.EnableCAEnrollmentPolicyCommand = EnableCAEnrollmentPolicyCommand;
4704
+ exports.EnableCAEnrollmentPolicyRequest$ = EnableCAEnrollmentPolicyRequest$;
4705
+ exports.EnableCAEnrollmentPolicyResult$ = EnableCAEnrollmentPolicyResult$;
4706
+ exports.EnableClientAuthentication$ = EnableClientAuthentication$;
1534
4707
  exports.EnableClientAuthenticationCommand = EnableClientAuthenticationCommand;
4708
+ exports.EnableClientAuthenticationRequest$ = EnableClientAuthenticationRequest$;
4709
+ exports.EnableClientAuthenticationResult$ = EnableClientAuthenticationResult$;
4710
+ exports.EnableDirectoryDataAccess$ = EnableDirectoryDataAccess$;
1535
4711
  exports.EnableDirectoryDataAccessCommand = EnableDirectoryDataAccessCommand;
4712
+ exports.EnableDirectoryDataAccessRequest$ = EnableDirectoryDataAccessRequest$;
4713
+ exports.EnableDirectoryDataAccessResult$ = EnableDirectoryDataAccessResult$;
4714
+ exports.EnableLDAPS$ = EnableLDAPS$;
1536
4715
  exports.EnableLDAPSCommand = EnableLDAPSCommand;
4716
+ exports.EnableLDAPSRequest$ = EnableLDAPSRequest$;
4717
+ exports.EnableLDAPSResult$ = EnableLDAPSResult$;
4718
+ exports.EnableRadius$ = EnableRadius$;
1537
4719
  exports.EnableRadiusCommand = EnableRadiusCommand;
4720
+ exports.EnableRadiusRequest$ = EnableRadiusRequest$;
4721
+ exports.EnableRadiusResult$ = EnableRadiusResult$;
4722
+ exports.EnableSso$ = EnableSso$;
1538
4723
  exports.EnableSsoCommand = EnableSsoCommand;
4724
+ exports.EnableSsoRequest$ = EnableSsoRequest$;
4725
+ exports.EnableSsoResult$ = EnableSsoResult$;
4726
+ exports.EntityAlreadyExistsException = EntityAlreadyExistsException;
4727
+ exports.EntityAlreadyExistsException$ = EntityAlreadyExistsException$;
4728
+ exports.EntityDoesNotExistException = EntityDoesNotExistException;
4729
+ exports.EntityDoesNotExistException$ = EntityDoesNotExistException$;
4730
+ exports.EventTopic$ = EventTopic$;
4731
+ exports.GetDirectoryLimits$ = GetDirectoryLimits$;
1539
4732
  exports.GetDirectoryLimitsCommand = GetDirectoryLimitsCommand;
4733
+ exports.GetDirectoryLimitsRequest$ = GetDirectoryLimitsRequest$;
4734
+ exports.GetDirectoryLimitsResult$ = GetDirectoryLimitsResult$;
4735
+ exports.GetSnapshotLimits$ = GetSnapshotLimits$;
1540
4736
  exports.GetSnapshotLimitsCommand = GetSnapshotLimitsCommand;
4737
+ exports.GetSnapshotLimitsRequest$ = GetSnapshotLimitsRequest$;
4738
+ exports.GetSnapshotLimitsResult$ = GetSnapshotLimitsResult$;
4739
+ exports.HybridAdministratorAccountUpdate$ = HybridAdministratorAccountUpdate$;
4740
+ exports.HybridCustomerInstancesSettings$ = HybridCustomerInstancesSettings$;
4741
+ exports.HybridSettingsDescription$ = HybridSettingsDescription$;
4742
+ exports.HybridUpdateActivities$ = HybridUpdateActivities$;
4743
+ exports.HybridUpdateInfoEntry$ = HybridUpdateInfoEntry$;
1541
4744
  exports.HybridUpdateType = HybridUpdateType;
4745
+ exports.HybridUpdateValue$ = HybridUpdateValue$;
4746
+ exports.IncompatibleSettingsException = IncompatibleSettingsException;
4747
+ exports.IncompatibleSettingsException$ = IncompatibleSettingsException$;
4748
+ exports.InsufficientPermissionsException = InsufficientPermissionsException;
4749
+ exports.InsufficientPermissionsException$ = InsufficientPermissionsException$;
4750
+ exports.InvalidCertificateException = InvalidCertificateException;
4751
+ exports.InvalidCertificateException$ = InvalidCertificateException$;
4752
+ exports.InvalidClientAuthStatusException = InvalidClientAuthStatusException;
4753
+ exports.InvalidClientAuthStatusException$ = InvalidClientAuthStatusException$;
4754
+ exports.InvalidLDAPSStatusException = InvalidLDAPSStatusException;
4755
+ exports.InvalidLDAPSStatusException$ = InvalidLDAPSStatusException$;
4756
+ exports.InvalidNextTokenException = InvalidNextTokenException;
4757
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
4758
+ exports.InvalidParameterException = InvalidParameterException;
4759
+ exports.InvalidParameterException$ = InvalidParameterException$;
4760
+ exports.InvalidPasswordException = InvalidPasswordException;
4761
+ exports.InvalidPasswordException$ = InvalidPasswordException$;
4762
+ exports.InvalidTargetException = InvalidTargetException;
4763
+ exports.InvalidTargetException$ = InvalidTargetException$;
4764
+ exports.IpRoute$ = IpRoute$;
4765
+ exports.IpRouteInfo$ = IpRouteInfo$;
4766
+ exports.IpRouteLimitExceededException = IpRouteLimitExceededException;
4767
+ exports.IpRouteLimitExceededException$ = IpRouteLimitExceededException$;
1542
4768
  exports.IpRouteStatusMsg = IpRouteStatusMsg;
4769
+ exports.LDAPSSettingInfo$ = LDAPSSettingInfo$;
1543
4770
  exports.LDAPSStatus = LDAPSStatus;
1544
4771
  exports.LDAPSType = LDAPSType;
4772
+ exports.ListADAssessments$ = ListADAssessments$;
1545
4773
  exports.ListADAssessmentsCommand = ListADAssessmentsCommand;
4774
+ exports.ListADAssessmentsRequest$ = ListADAssessmentsRequest$;
4775
+ exports.ListADAssessmentsResult$ = ListADAssessmentsResult$;
4776
+ exports.ListCertificates$ = ListCertificates$;
1546
4777
  exports.ListCertificatesCommand = ListCertificatesCommand;
4778
+ exports.ListCertificatesRequest$ = ListCertificatesRequest$;
4779
+ exports.ListCertificatesResult$ = ListCertificatesResult$;
4780
+ exports.ListIpRoutes$ = ListIpRoutes$;
1547
4781
  exports.ListIpRoutesCommand = ListIpRoutesCommand;
4782
+ exports.ListIpRoutesRequest$ = ListIpRoutesRequest$;
4783
+ exports.ListIpRoutesResult$ = ListIpRoutesResult$;
4784
+ exports.ListLogSubscriptions$ = ListLogSubscriptions$;
1548
4785
  exports.ListLogSubscriptionsCommand = ListLogSubscriptionsCommand;
4786
+ exports.ListLogSubscriptionsRequest$ = ListLogSubscriptionsRequest$;
4787
+ exports.ListLogSubscriptionsResult$ = ListLogSubscriptionsResult$;
4788
+ exports.ListSchemaExtensions$ = ListSchemaExtensions$;
1549
4789
  exports.ListSchemaExtensionsCommand = ListSchemaExtensionsCommand;
4790
+ exports.ListSchemaExtensionsRequest$ = ListSchemaExtensionsRequest$;
4791
+ exports.ListSchemaExtensionsResult$ = ListSchemaExtensionsResult$;
4792
+ exports.ListTagsForResource$ = ListTagsForResource$;
1550
4793
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4794
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4795
+ exports.ListTagsForResourceResult$ = ListTagsForResourceResult$;
4796
+ exports.LogSubscription$ = LogSubscription$;
1551
4797
  exports.NetworkType = NetworkType;
4798
+ exports.NetworkUpdateSettings$ = NetworkUpdateSettings$;
4799
+ exports.NoAvailableCertificateException = NoAvailableCertificateException;
4800
+ exports.NoAvailableCertificateException$ = NoAvailableCertificateException$;
4801
+ exports.OSUpdateSettings$ = OSUpdateSettings$;
1552
4802
  exports.OSVersion = OSVersion;
4803
+ exports.OrganizationsException = OrganizationsException;
4804
+ exports.OrganizationsException$ = OrganizationsException$;
4805
+ exports.OwnerDirectoryDescription$ = OwnerDirectoryDescription$;
1553
4806
  exports.RadiusAuthenticationProtocol = RadiusAuthenticationProtocol;
4807
+ exports.RadiusSettings$ = RadiusSettings$;
1554
4808
  exports.RadiusStatus = RadiusStatus;
4809
+ exports.RegionDescription$ = RegionDescription$;
4810
+ exports.RegionLimitExceededException = RegionLimitExceededException;
4811
+ exports.RegionLimitExceededException$ = RegionLimitExceededException$;
1555
4812
  exports.RegionType = RegionType;
4813
+ exports.RegionsInfo$ = RegionsInfo$;
4814
+ exports.RegisterCertificate$ = RegisterCertificate$;
1556
4815
  exports.RegisterCertificateCommand = RegisterCertificateCommand;
4816
+ exports.RegisterCertificateRequest$ = RegisterCertificateRequest$;
4817
+ exports.RegisterCertificateResult$ = RegisterCertificateResult$;
4818
+ exports.RegisterEventTopic$ = RegisterEventTopic$;
1557
4819
  exports.RegisterEventTopicCommand = RegisterEventTopicCommand;
4820
+ exports.RegisterEventTopicRequest$ = RegisterEventTopicRequest$;
4821
+ exports.RegisterEventTopicResult$ = RegisterEventTopicResult$;
4822
+ exports.RejectSharedDirectory$ = RejectSharedDirectory$;
1558
4823
  exports.RejectSharedDirectoryCommand = RejectSharedDirectoryCommand;
4824
+ exports.RejectSharedDirectoryRequest$ = RejectSharedDirectoryRequest$;
4825
+ exports.RejectSharedDirectoryResult$ = RejectSharedDirectoryResult$;
4826
+ exports.RemoveIpRoutes$ = RemoveIpRoutes$;
1559
4827
  exports.RemoveIpRoutesCommand = RemoveIpRoutesCommand;
4828
+ exports.RemoveIpRoutesRequest$ = RemoveIpRoutesRequest$;
4829
+ exports.RemoveIpRoutesResult$ = RemoveIpRoutesResult$;
4830
+ exports.RemoveRegion$ = RemoveRegion$;
1560
4831
  exports.RemoveRegionCommand = RemoveRegionCommand;
4832
+ exports.RemoveRegionRequest$ = RemoveRegionRequest$;
4833
+ exports.RemoveRegionResult$ = RemoveRegionResult$;
4834
+ exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
1561
4835
  exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
4836
+ exports.RemoveTagsFromResourceRequest$ = RemoveTagsFromResourceRequest$;
4837
+ exports.RemoveTagsFromResourceResult$ = RemoveTagsFromResourceResult$;
1562
4838
  exports.ReplicationScope = ReplicationScope;
4839
+ exports.ResetUserPassword$ = ResetUserPassword$;
1563
4840
  exports.ResetUserPasswordCommand = ResetUserPasswordCommand;
4841
+ exports.ResetUserPasswordRequest$ = ResetUserPasswordRequest$;
4842
+ exports.ResetUserPasswordResult$ = ResetUserPasswordResult$;
4843
+ exports.RestoreFromSnapshot$ = RestoreFromSnapshot$;
1564
4844
  exports.RestoreFromSnapshotCommand = RestoreFromSnapshotCommand;
4845
+ exports.RestoreFromSnapshotRequest$ = RestoreFromSnapshotRequest$;
4846
+ exports.RestoreFromSnapshotResult$ = RestoreFromSnapshotResult$;
4847
+ exports.SchemaExtensionInfo$ = SchemaExtensionInfo$;
1565
4848
  exports.SchemaExtensionStatus = SchemaExtensionStatus;
1566
4849
  exports.SelectiveAuth = SelectiveAuth;
4850
+ exports.ServiceException = ServiceException;
4851
+ exports.ServiceException$ = ServiceException$;
4852
+ exports.Setting$ = Setting$;
4853
+ exports.SettingEntry$ = SettingEntry$;
4854
+ exports.ShareDirectory$ = ShareDirectory$;
1567
4855
  exports.ShareDirectoryCommand = ShareDirectoryCommand;
4856
+ exports.ShareDirectoryRequest$ = ShareDirectoryRequest$;
4857
+ exports.ShareDirectoryResult$ = ShareDirectoryResult$;
4858
+ exports.ShareLimitExceededException = ShareLimitExceededException;
4859
+ exports.ShareLimitExceededException$ = ShareLimitExceededException$;
1568
4860
  exports.ShareMethod = ShareMethod;
1569
4861
  exports.ShareStatus = ShareStatus;
4862
+ exports.ShareTarget$ = ShareTarget$;
4863
+ exports.SharedDirectory$ = SharedDirectory$;
4864
+ exports.Snapshot$ = Snapshot$;
4865
+ exports.SnapshotLimitExceededException = SnapshotLimitExceededException;
4866
+ exports.SnapshotLimitExceededException$ = SnapshotLimitExceededException$;
4867
+ exports.SnapshotLimits$ = SnapshotLimits$;
1570
4868
  exports.SnapshotStatus = SnapshotStatus;
1571
4869
  exports.SnapshotType = SnapshotType;
4870
+ exports.StartADAssessment$ = StartADAssessment$;
1572
4871
  exports.StartADAssessmentCommand = StartADAssessmentCommand;
4872
+ exports.StartADAssessmentRequest$ = StartADAssessmentRequest$;
4873
+ exports.StartADAssessmentResult$ = StartADAssessmentResult$;
4874
+ exports.StartSchemaExtension$ = StartSchemaExtension$;
1573
4875
  exports.StartSchemaExtensionCommand = StartSchemaExtensionCommand;
4876
+ exports.StartSchemaExtensionRequest$ = StartSchemaExtensionRequest$;
4877
+ exports.StartSchemaExtensionResult$ = StartSchemaExtensionResult$;
4878
+ exports.Tag$ = Tag$;
4879
+ exports.TagLimitExceededException = TagLimitExceededException;
4880
+ exports.TagLimitExceededException$ = TagLimitExceededException$;
1574
4881
  exports.TargetType = TargetType;
1575
4882
  exports.TopicStatus = TopicStatus;
4883
+ exports.Trust$ = Trust$;
1576
4884
  exports.TrustDirection = TrustDirection;
1577
4885
  exports.TrustState = TrustState;
1578
4886
  exports.TrustType = TrustType;
4887
+ exports.UnshareDirectory$ = UnshareDirectory$;
1579
4888
  exports.UnshareDirectoryCommand = UnshareDirectoryCommand;
4889
+ exports.UnshareDirectoryRequest$ = UnshareDirectoryRequest$;
4890
+ exports.UnshareDirectoryResult$ = UnshareDirectoryResult$;
4891
+ exports.UnshareTarget$ = UnshareTarget$;
4892
+ exports.UnsupportedOperationException = UnsupportedOperationException;
4893
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
4894
+ exports.UnsupportedSettingsException = UnsupportedSettingsException;
4895
+ exports.UnsupportedSettingsException$ = UnsupportedSettingsException$;
4896
+ exports.UpdateConditionalForwarder$ = UpdateConditionalForwarder$;
1580
4897
  exports.UpdateConditionalForwarderCommand = UpdateConditionalForwarderCommand;
4898
+ exports.UpdateConditionalForwarderRequest$ = UpdateConditionalForwarderRequest$;
4899
+ exports.UpdateConditionalForwarderResult$ = UpdateConditionalForwarderResult$;
4900
+ exports.UpdateDirectorySetup$ = UpdateDirectorySetup$;
1581
4901
  exports.UpdateDirectorySetupCommand = UpdateDirectorySetupCommand;
4902
+ exports.UpdateDirectorySetupRequest$ = UpdateDirectorySetupRequest$;
4903
+ exports.UpdateDirectorySetupResult$ = UpdateDirectorySetupResult$;
4904
+ exports.UpdateHybridAD$ = UpdateHybridAD$;
1582
4905
  exports.UpdateHybridADCommand = UpdateHybridADCommand;
4906
+ exports.UpdateHybridADRequest$ = UpdateHybridADRequest$;
4907
+ exports.UpdateHybridADResult$ = UpdateHybridADResult$;
4908
+ exports.UpdateInfoEntry$ = UpdateInfoEntry$;
4909
+ exports.UpdateNumberOfDomainControllers$ = UpdateNumberOfDomainControllers$;
1583
4910
  exports.UpdateNumberOfDomainControllersCommand = UpdateNumberOfDomainControllersCommand;
4911
+ exports.UpdateNumberOfDomainControllersRequest$ = UpdateNumberOfDomainControllersRequest$;
4912
+ exports.UpdateNumberOfDomainControllersResult$ = UpdateNumberOfDomainControllersResult$;
4913
+ exports.UpdateRadius$ = UpdateRadius$;
1584
4914
  exports.UpdateRadiusCommand = UpdateRadiusCommand;
4915
+ exports.UpdateRadiusRequest$ = UpdateRadiusRequest$;
4916
+ exports.UpdateRadiusResult$ = UpdateRadiusResult$;
4917
+ exports.UpdateSettings$ = UpdateSettings$;
1585
4918
  exports.UpdateSettingsCommand = UpdateSettingsCommand;
4919
+ exports.UpdateSettingsRequest$ = UpdateSettingsRequest$;
4920
+ exports.UpdateSettingsResult$ = UpdateSettingsResult$;
1586
4921
  exports.UpdateStatus = UpdateStatus;
4922
+ exports.UpdateTrust$ = UpdateTrust$;
1587
4923
  exports.UpdateTrustCommand = UpdateTrustCommand;
4924
+ exports.UpdateTrustRequest$ = UpdateTrustRequest$;
4925
+ exports.UpdateTrustResult$ = UpdateTrustResult$;
1588
4926
  exports.UpdateType = UpdateType;
4927
+ exports.UpdateValue$ = UpdateValue$;
4928
+ exports.UserDoesNotExistException = UserDoesNotExistException;
4929
+ exports.UserDoesNotExistException$ = UserDoesNotExistException$;
4930
+ exports.VerifyTrust$ = VerifyTrust$;
1589
4931
  exports.VerifyTrustCommand = VerifyTrustCommand;
4932
+ exports.VerifyTrustRequest$ = VerifyTrustRequest$;
4933
+ exports.VerifyTrustResult$ = VerifyTrustResult$;
4934
+ exports.errorTypeRegistries = errorTypeRegistries;
1590
4935
  exports.paginateDescribeClientAuthenticationSettings = paginateDescribeClientAuthenticationSettings;
1591
4936
  exports.paginateDescribeDirectories = paginateDescribeDirectories;
1592
4937
  exports.paginateDescribeDomainControllers = paginateDescribeDomainControllers;