@aws-sdk/client-directory-service 3.952.0 → 3.954.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/dist-cjs/index.js +1153 -766
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AcceptSharedDirectoryCommand.js +2 -2
  4. package/dist-es/commands/AddIpRoutesCommand.js +2 -2
  5. package/dist-es/commands/AddRegionCommand.js +2 -2
  6. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  7. package/dist-es/commands/CancelSchemaExtensionCommand.js +2 -2
  8. package/dist-es/commands/ConnectDirectoryCommand.js +2 -2
  9. package/dist-es/commands/CreateAliasCommand.js +2 -2
  10. package/dist-es/commands/CreateComputerCommand.js +2 -2
  11. package/dist-es/commands/CreateConditionalForwarderCommand.js +2 -2
  12. package/dist-es/commands/CreateDirectoryCommand.js +2 -2
  13. package/dist-es/commands/CreateHybridADCommand.js +2 -2
  14. package/dist-es/commands/CreateLogSubscriptionCommand.js +2 -2
  15. package/dist-es/commands/CreateMicrosoftADCommand.js +2 -2
  16. package/dist-es/commands/CreateSnapshotCommand.js +2 -2
  17. package/dist-es/commands/CreateTrustCommand.js +2 -2
  18. package/dist-es/commands/DeleteADAssessmentCommand.js +2 -2
  19. package/dist-es/commands/DeleteConditionalForwarderCommand.js +2 -2
  20. package/dist-es/commands/DeleteDirectoryCommand.js +2 -2
  21. package/dist-es/commands/DeleteLogSubscriptionCommand.js +2 -2
  22. package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
  23. package/dist-es/commands/DeleteTrustCommand.js +2 -2
  24. package/dist-es/commands/DeregisterCertificateCommand.js +2 -2
  25. package/dist-es/commands/DeregisterEventTopicCommand.js +2 -2
  26. package/dist-es/commands/DescribeADAssessmentCommand.js +2 -2
  27. package/dist-es/commands/DescribeCAEnrollmentPolicyCommand.js +2 -2
  28. package/dist-es/commands/DescribeCertificateCommand.js +2 -2
  29. package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +2 -2
  30. package/dist-es/commands/DescribeConditionalForwardersCommand.js +2 -2
  31. package/dist-es/commands/DescribeDirectoriesCommand.js +2 -2
  32. package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +2 -2
  33. package/dist-es/commands/DescribeDomainControllersCommand.js +2 -2
  34. package/dist-es/commands/DescribeEventTopicsCommand.js +2 -2
  35. package/dist-es/commands/DescribeHybridADUpdateCommand.js +2 -2
  36. package/dist-es/commands/DescribeLDAPSSettingsCommand.js +2 -2
  37. package/dist-es/commands/DescribeRegionsCommand.js +2 -2
  38. package/dist-es/commands/DescribeSettingsCommand.js +2 -2
  39. package/dist-es/commands/DescribeSharedDirectoriesCommand.js +2 -2
  40. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -2
  41. package/dist-es/commands/DescribeTrustsCommand.js +2 -2
  42. package/dist-es/commands/DescribeUpdateDirectoryCommand.js +2 -2
  43. package/dist-es/commands/DisableCAEnrollmentPolicyCommand.js +2 -2
  44. package/dist-es/commands/DisableClientAuthenticationCommand.js +2 -2
  45. package/dist-es/commands/DisableDirectoryDataAccessCommand.js +2 -2
  46. package/dist-es/commands/DisableLDAPSCommand.js +2 -2
  47. package/dist-es/commands/DisableRadiusCommand.js +2 -2
  48. package/dist-es/commands/DisableSsoCommand.js +2 -2
  49. package/dist-es/commands/EnableCAEnrollmentPolicyCommand.js +2 -2
  50. package/dist-es/commands/EnableClientAuthenticationCommand.js +2 -2
  51. package/dist-es/commands/EnableDirectoryDataAccessCommand.js +2 -2
  52. package/dist-es/commands/EnableLDAPSCommand.js +2 -2
  53. package/dist-es/commands/EnableRadiusCommand.js +2 -2
  54. package/dist-es/commands/EnableSsoCommand.js +2 -2
  55. package/dist-es/commands/GetDirectoryLimitsCommand.js +2 -2
  56. package/dist-es/commands/GetSnapshotLimitsCommand.js +2 -2
  57. package/dist-es/commands/ListADAssessmentsCommand.js +2 -2
  58. package/dist-es/commands/ListCertificatesCommand.js +2 -2
  59. package/dist-es/commands/ListIpRoutesCommand.js +2 -2
  60. package/dist-es/commands/ListLogSubscriptionsCommand.js +2 -2
  61. package/dist-es/commands/ListSchemaExtensionsCommand.js +2 -2
  62. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  63. package/dist-es/commands/RegisterCertificateCommand.js +2 -2
  64. package/dist-es/commands/RegisterEventTopicCommand.js +2 -2
  65. package/dist-es/commands/RejectSharedDirectoryCommand.js +2 -2
  66. package/dist-es/commands/RemoveIpRoutesCommand.js +2 -2
  67. package/dist-es/commands/RemoveRegionCommand.js +2 -2
  68. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  69. package/dist-es/commands/ResetUserPasswordCommand.js +2 -2
  70. package/dist-es/commands/RestoreFromSnapshotCommand.js +2 -2
  71. package/dist-es/commands/ShareDirectoryCommand.js +2 -2
  72. package/dist-es/commands/StartADAssessmentCommand.js +2 -2
  73. package/dist-es/commands/StartSchemaExtensionCommand.js +2 -2
  74. package/dist-es/commands/UnshareDirectoryCommand.js +2 -2
  75. package/dist-es/commands/UpdateConditionalForwarderCommand.js +2 -2
  76. package/dist-es/commands/UpdateDirectorySetupCommand.js +2 -2
  77. package/dist-es/commands/UpdateHybridADCommand.js +2 -2
  78. package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +2 -2
  79. package/dist-es/commands/UpdateRadiusCommand.js +2 -2
  80. package/dist-es/commands/UpdateSettingsCommand.js +2 -2
  81. package/dist-es/commands/UpdateTrustCommand.js +2 -2
  82. package/dist-es/commands/VerifyTrustCommand.js +2 -2
  83. package/dist-es/index.js +1 -0
  84. package/dist-es/runtimeConfig.shared.js +7 -6
  85. package/dist-es/schemas/schemas_0.js +649 -592
  86. package/dist-types/DirectoryServiceClient.d.ts +1 -10
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  89. package/dist-types/runtimeConfig.d.ts +6 -2
  90. package/dist-types/runtimeConfig.native.d.ts +6 -2
  91. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  92. package/dist-types/schemas/schemas_0.d.ts +331 -383
  93. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +0 -4
  94. package/dist-types/ts3.4/index.d.ts +1 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  99. package/dist-types/ts3.4/schemas/schemas_0.d.ts +330 -384
  100. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class DirectoryServiceClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let DirectoryServiceServiceException$1 = class DirectoryServiceServiceException extends smithyClient.ServiceException {
114
+ class DirectoryServiceServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, DirectoryServiceServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let ClientException$1 = class ClientException extends DirectoryServiceServiceException$1 {
121
+ class ClientException extends DirectoryServiceServiceException {
122
122
  name = "ClientException";
123
123
  $fault = "client";
124
124
  Message;
@@ -133,8 +133,8 @@ let ClientException$1 = class ClientException extends DirectoryServiceServiceExc
133
133
  this.Message = opts.Message;
134
134
  this.RequestId = opts.RequestId;
135
135
  }
136
- };
137
- let DirectoryAlreadySharedException$1 = class DirectoryAlreadySharedException extends DirectoryServiceServiceException$1 {
136
+ }
137
+ class DirectoryAlreadySharedException extends DirectoryServiceServiceException {
138
138
  name = "DirectoryAlreadySharedException";
139
139
  $fault = "client";
140
140
  Message;
@@ -149,8 +149,8 @@ let DirectoryAlreadySharedException$1 = class DirectoryAlreadySharedException ex
149
149
  this.Message = opts.Message;
150
150
  this.RequestId = opts.RequestId;
151
151
  }
152
- };
153
- let EntityDoesNotExistException$1 = class EntityDoesNotExistException extends DirectoryServiceServiceException$1 {
152
+ }
153
+ class EntityDoesNotExistException extends DirectoryServiceServiceException {
154
154
  name = "EntityDoesNotExistException";
155
155
  $fault = "client";
156
156
  Message;
@@ -165,8 +165,8 @@ let EntityDoesNotExistException$1 = class EntityDoesNotExistException extends Di
165
165
  this.Message = opts.Message;
166
166
  this.RequestId = opts.RequestId;
167
167
  }
168
- };
169
- let InvalidParameterException$1 = class InvalidParameterException extends DirectoryServiceServiceException$1 {
168
+ }
169
+ class InvalidParameterException extends DirectoryServiceServiceException {
170
170
  name = "InvalidParameterException";
171
171
  $fault = "client";
172
172
  Message;
@@ -181,8 +181,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Direct
181
181
  this.Message = opts.Message;
182
182
  this.RequestId = opts.RequestId;
183
183
  }
184
- };
185
- let ServiceException$1 = class ServiceException extends DirectoryServiceServiceException$1 {
184
+ }
185
+ class ServiceException extends DirectoryServiceServiceException {
186
186
  name = "ServiceException";
187
187
  $fault = "server";
188
188
  Message;
@@ -197,8 +197,8 @@ let ServiceException$1 = class ServiceException extends DirectoryServiceServiceE
197
197
  this.Message = opts.Message;
198
198
  this.RequestId = opts.RequestId;
199
199
  }
200
- };
201
- let AccessDeniedException$1 = class AccessDeniedException extends DirectoryServiceServiceException$1 {
200
+ }
201
+ class AccessDeniedException extends DirectoryServiceServiceException {
202
202
  name = "AccessDeniedException";
203
203
  $fault = "client";
204
204
  Message;
@@ -213,8 +213,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends DirectoryServi
213
213
  this.Message = opts.Message;
214
214
  this.RequestId = opts.RequestId;
215
215
  }
216
- };
217
- let ADAssessmentLimitExceededException$1 = class ADAssessmentLimitExceededException extends DirectoryServiceServiceException$1 {
216
+ }
217
+ class ADAssessmentLimitExceededException extends DirectoryServiceServiceException {
218
218
  name = "ADAssessmentLimitExceededException";
219
219
  $fault = "client";
220
220
  Message;
@@ -229,8 +229,8 @@ let ADAssessmentLimitExceededException$1 = class ADAssessmentLimitExceededExcept
229
229
  this.Message = opts.Message;
230
230
  this.RequestId = opts.RequestId;
231
231
  }
232
- };
233
- let DirectoryUnavailableException$1 = class DirectoryUnavailableException extends DirectoryServiceServiceException$1 {
232
+ }
233
+ class DirectoryUnavailableException extends DirectoryServiceServiceException {
234
234
  name = "DirectoryUnavailableException";
235
235
  $fault = "client";
236
236
  Message;
@@ -245,8 +245,8 @@ let DirectoryUnavailableException$1 = class DirectoryUnavailableException extend
245
245
  this.Message = opts.Message;
246
246
  this.RequestId = opts.RequestId;
247
247
  }
248
- };
249
- let EntityAlreadyExistsException$1 = class EntityAlreadyExistsException extends DirectoryServiceServiceException$1 {
248
+ }
249
+ class EntityAlreadyExistsException extends DirectoryServiceServiceException {
250
250
  name = "EntityAlreadyExistsException";
251
251
  $fault = "client";
252
252
  Message;
@@ -261,8 +261,8 @@ let EntityAlreadyExistsException$1 = class EntityAlreadyExistsException extends
261
261
  this.Message = opts.Message;
262
262
  this.RequestId = opts.RequestId;
263
263
  }
264
- };
265
- let IpRouteLimitExceededException$1 = class IpRouteLimitExceededException extends DirectoryServiceServiceException$1 {
264
+ }
265
+ class IpRouteLimitExceededException extends DirectoryServiceServiceException {
266
266
  name = "IpRouteLimitExceededException";
267
267
  $fault = "client";
268
268
  Message;
@@ -277,8 +277,8 @@ let IpRouteLimitExceededException$1 = class IpRouteLimitExceededException extend
277
277
  this.Message = opts.Message;
278
278
  this.RequestId = opts.RequestId;
279
279
  }
280
- };
281
- let DirectoryAlreadyInRegionException$1 = class DirectoryAlreadyInRegionException extends DirectoryServiceServiceException$1 {
280
+ }
281
+ class DirectoryAlreadyInRegionException extends DirectoryServiceServiceException {
282
282
  name = "DirectoryAlreadyInRegionException";
283
283
  $fault = "client";
284
284
  Message;
@@ -293,8 +293,8 @@ let DirectoryAlreadyInRegionException$1 = class DirectoryAlreadyInRegionExceptio
293
293
  this.Message = opts.Message;
294
294
  this.RequestId = opts.RequestId;
295
295
  }
296
- };
297
- let DirectoryDoesNotExistException$1 = class DirectoryDoesNotExistException extends DirectoryServiceServiceException$1 {
296
+ }
297
+ class DirectoryDoesNotExistException extends DirectoryServiceServiceException {
298
298
  name = "DirectoryDoesNotExistException";
299
299
  $fault = "client";
300
300
  Message;
@@ -309,8 +309,8 @@ let DirectoryDoesNotExistException$1 = class DirectoryDoesNotExistException exte
309
309
  this.Message = opts.Message;
310
310
  this.RequestId = opts.RequestId;
311
311
  }
312
- };
313
- let RegionLimitExceededException$1 = class RegionLimitExceededException extends DirectoryServiceServiceException$1 {
312
+ }
313
+ class RegionLimitExceededException extends DirectoryServiceServiceException {
314
314
  name = "RegionLimitExceededException";
315
315
  $fault = "client";
316
316
  Message;
@@ -325,8 +325,8 @@ let RegionLimitExceededException$1 = class RegionLimitExceededException extends
325
325
  this.Message = opts.Message;
326
326
  this.RequestId = opts.RequestId;
327
327
  }
328
- };
329
- let UnsupportedOperationException$1 = class UnsupportedOperationException extends DirectoryServiceServiceException$1 {
328
+ }
329
+ class UnsupportedOperationException extends DirectoryServiceServiceException {
330
330
  name = "UnsupportedOperationException";
331
331
  $fault = "client";
332
332
  Message;
@@ -341,8 +341,8 @@ let UnsupportedOperationException$1 = class UnsupportedOperationException extend
341
341
  this.Message = opts.Message;
342
342
  this.RequestId = opts.RequestId;
343
343
  }
344
- };
345
- let TagLimitExceededException$1 = class TagLimitExceededException extends DirectoryServiceServiceException$1 {
344
+ }
345
+ class TagLimitExceededException extends DirectoryServiceServiceException {
346
346
  name = "TagLimitExceededException";
347
347
  $fault = "client";
348
348
  Message;
@@ -357,8 +357,8 @@ let TagLimitExceededException$1 = class TagLimitExceededException extends Direct
357
357
  this.Message = opts.Message;
358
358
  this.RequestId = opts.RequestId;
359
359
  }
360
- };
361
- let AuthenticationFailedException$1 = class AuthenticationFailedException extends DirectoryServiceServiceException$1 {
360
+ }
361
+ class AuthenticationFailedException extends DirectoryServiceServiceException {
362
362
  name = "AuthenticationFailedException";
363
363
  $fault = "client";
364
364
  Message;
@@ -373,8 +373,8 @@ let AuthenticationFailedException$1 = class AuthenticationFailedException extend
373
373
  this.Message = opts.Message;
374
374
  this.RequestId = opts.RequestId;
375
375
  }
376
- };
377
- let CertificateAlreadyExistsException$1 = class CertificateAlreadyExistsException extends DirectoryServiceServiceException$1 {
376
+ }
377
+ class CertificateAlreadyExistsException extends DirectoryServiceServiceException {
378
378
  name = "CertificateAlreadyExistsException";
379
379
  $fault = "client";
380
380
  Message;
@@ -389,8 +389,8 @@ let CertificateAlreadyExistsException$1 = class CertificateAlreadyExistsExceptio
389
389
  this.Message = opts.Message;
390
390
  this.RequestId = opts.RequestId;
391
391
  }
392
- };
393
- let CertificateDoesNotExistException$1 = class CertificateDoesNotExistException extends DirectoryServiceServiceException$1 {
392
+ }
393
+ class CertificateDoesNotExistException extends DirectoryServiceServiceException {
394
394
  name = "CertificateDoesNotExistException";
395
395
  $fault = "client";
396
396
  Message;
@@ -405,8 +405,8 @@ let CertificateDoesNotExistException$1 = class CertificateDoesNotExistException
405
405
  this.Message = opts.Message;
406
406
  this.RequestId = opts.RequestId;
407
407
  }
408
- };
409
- let CertificateInUseException$1 = class CertificateInUseException extends DirectoryServiceServiceException$1 {
408
+ }
409
+ class CertificateInUseException extends DirectoryServiceServiceException {
410
410
  name = "CertificateInUseException";
411
411
  $fault = "client";
412
412
  Message;
@@ -421,8 +421,8 @@ let CertificateInUseException$1 = class CertificateInUseException extends Direct
421
421
  this.Message = opts.Message;
422
422
  this.RequestId = opts.RequestId;
423
423
  }
424
- };
425
- let CertificateLimitExceededException$1 = class CertificateLimitExceededException extends DirectoryServiceServiceException$1 {
424
+ }
425
+ class CertificateLimitExceededException extends DirectoryServiceServiceException {
426
426
  name = "CertificateLimitExceededException";
427
427
  $fault = "client";
428
428
  Message;
@@ -437,8 +437,8 @@ let CertificateLimitExceededException$1 = class CertificateLimitExceededExceptio
437
437
  this.Message = opts.Message;
438
438
  this.RequestId = opts.RequestId;
439
439
  }
440
- };
441
- let DirectoryLimitExceededException$1 = class DirectoryLimitExceededException extends DirectoryServiceServiceException$1 {
440
+ }
441
+ class DirectoryLimitExceededException extends DirectoryServiceServiceException {
442
442
  name = "DirectoryLimitExceededException";
443
443
  $fault = "client";
444
444
  Message;
@@ -453,8 +453,8 @@ let DirectoryLimitExceededException$1 = class DirectoryLimitExceededException ex
453
453
  this.Message = opts.Message;
454
454
  this.RequestId = opts.RequestId;
455
455
  }
456
- };
457
- let InsufficientPermissionsException$1 = class InsufficientPermissionsException extends DirectoryServiceServiceException$1 {
456
+ }
457
+ class InsufficientPermissionsException extends DirectoryServiceServiceException {
458
458
  name = "InsufficientPermissionsException";
459
459
  $fault = "client";
460
460
  Message;
@@ -469,8 +469,8 @@ let InsufficientPermissionsException$1 = class InsufficientPermissionsException
469
469
  this.Message = opts.Message;
470
470
  this.RequestId = opts.RequestId;
471
471
  }
472
- };
473
- let SnapshotLimitExceededException$1 = class SnapshotLimitExceededException extends DirectoryServiceServiceException$1 {
472
+ }
473
+ class SnapshotLimitExceededException extends DirectoryServiceServiceException {
474
474
  name = "SnapshotLimitExceededException";
475
475
  $fault = "client";
476
476
  Message;
@@ -485,8 +485,8 @@ let SnapshotLimitExceededException$1 = class SnapshotLimitExceededException exte
485
485
  this.Message = opts.Message;
486
486
  this.RequestId = opts.RequestId;
487
487
  }
488
- };
489
- let InvalidNextTokenException$1 = class InvalidNextTokenException extends DirectoryServiceServiceException$1 {
488
+ }
489
+ class InvalidNextTokenException extends DirectoryServiceServiceException {
490
490
  name = "InvalidNextTokenException";
491
491
  $fault = "client";
492
492
  Message;
@@ -501,8 +501,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Direct
501
501
  this.Message = opts.Message;
502
502
  this.RequestId = opts.RequestId;
503
503
  }
504
- };
505
- let DirectoryInDesiredStateException$1 = class DirectoryInDesiredStateException extends DirectoryServiceServiceException$1 {
504
+ }
505
+ class DirectoryInDesiredStateException extends DirectoryServiceServiceException {
506
506
  name = "DirectoryInDesiredStateException";
507
507
  $fault = "client";
508
508
  Message;
@@ -517,8 +517,8 @@ let DirectoryInDesiredStateException$1 = class DirectoryInDesiredStateException
517
517
  this.Message = opts.Message;
518
518
  this.RequestId = opts.RequestId;
519
519
  }
520
- };
521
- let DirectoryNotSharedException$1 = class DirectoryNotSharedException extends DirectoryServiceServiceException$1 {
520
+ }
521
+ class DirectoryNotSharedException extends DirectoryServiceServiceException {
522
522
  name = "DirectoryNotSharedException";
523
523
  $fault = "client";
524
524
  Message;
@@ -533,8 +533,8 @@ let DirectoryNotSharedException$1 = class DirectoryNotSharedException extends Di
533
533
  this.Message = opts.Message;
534
534
  this.RequestId = opts.RequestId;
535
535
  }
536
- };
537
- let DisableAlreadyInProgressException$1 = class DisableAlreadyInProgressException extends DirectoryServiceServiceException$1 {
536
+ }
537
+ class DisableAlreadyInProgressException extends DirectoryServiceServiceException {
538
538
  name = "DisableAlreadyInProgressException";
539
539
  $fault = "client";
540
540
  Message;
@@ -549,8 +549,8 @@ let DisableAlreadyInProgressException$1 = class DisableAlreadyInProgressExceptio
549
549
  this.Message = opts.Message;
550
550
  this.RequestId = opts.RequestId;
551
551
  }
552
- };
553
- let InvalidClientAuthStatusException$1 = class InvalidClientAuthStatusException extends DirectoryServiceServiceException$1 {
552
+ }
553
+ class InvalidClientAuthStatusException extends DirectoryServiceServiceException {
554
554
  name = "InvalidClientAuthStatusException";
555
555
  $fault = "client";
556
556
  Message;
@@ -565,8 +565,8 @@ let InvalidClientAuthStatusException$1 = class InvalidClientAuthStatusException
565
565
  this.Message = opts.Message;
566
566
  this.RequestId = opts.RequestId;
567
567
  }
568
- };
569
- let InvalidLDAPSStatusException$1 = class InvalidLDAPSStatusException extends DirectoryServiceServiceException$1 {
568
+ }
569
+ class InvalidLDAPSStatusException extends DirectoryServiceServiceException {
570
570
  name = "InvalidLDAPSStatusException";
571
571
  $fault = "client";
572
572
  Message;
@@ -581,8 +581,8 @@ let InvalidLDAPSStatusException$1 = class InvalidLDAPSStatusException extends Di
581
581
  this.Message = opts.Message;
582
582
  this.RequestId = opts.RequestId;
583
583
  }
584
- };
585
- let EnableAlreadyInProgressException$1 = class EnableAlreadyInProgressException extends DirectoryServiceServiceException$1 {
584
+ }
585
+ class EnableAlreadyInProgressException extends DirectoryServiceServiceException {
586
586
  name = "EnableAlreadyInProgressException";
587
587
  $fault = "client";
588
588
  Message;
@@ -597,8 +597,8 @@ let EnableAlreadyInProgressException$1 = class EnableAlreadyInProgressException
597
597
  this.Message = opts.Message;
598
598
  this.RequestId = opts.RequestId;
599
599
  }
600
- };
601
- let NoAvailableCertificateException$1 = class NoAvailableCertificateException extends DirectoryServiceServiceException$1 {
600
+ }
601
+ class NoAvailableCertificateException extends DirectoryServiceServiceException {
602
602
  name = "NoAvailableCertificateException";
603
603
  $fault = "client";
604
604
  Message;
@@ -613,8 +613,8 @@ let NoAvailableCertificateException$1 = class NoAvailableCertificateException ex
613
613
  this.Message = opts.Message;
614
614
  this.RequestId = opts.RequestId;
615
615
  }
616
- };
617
- let InvalidCertificateException$1 = class InvalidCertificateException extends DirectoryServiceServiceException$1 {
616
+ }
617
+ class InvalidCertificateException extends DirectoryServiceServiceException {
618
618
  name = "InvalidCertificateException";
619
619
  $fault = "client";
620
620
  Message;
@@ -629,8 +629,8 @@ let InvalidCertificateException$1 = class InvalidCertificateException extends Di
629
629
  this.Message = opts.Message;
630
630
  this.RequestId = opts.RequestId;
631
631
  }
632
- };
633
- let InvalidPasswordException$1 = class InvalidPasswordException extends DirectoryServiceServiceException$1 {
632
+ }
633
+ class InvalidPasswordException extends DirectoryServiceServiceException {
634
634
  name = "InvalidPasswordException";
635
635
  $fault = "client";
636
636
  Message;
@@ -645,8 +645,8 @@ let InvalidPasswordException$1 = class InvalidPasswordException extends Director
645
645
  this.Message = opts.Message;
646
646
  this.RequestId = opts.RequestId;
647
647
  }
648
- };
649
- let UserDoesNotExistException$1 = class UserDoesNotExistException extends DirectoryServiceServiceException$1 {
648
+ }
649
+ class UserDoesNotExistException extends DirectoryServiceServiceException {
650
650
  name = "UserDoesNotExistException";
651
651
  $fault = "client";
652
652
  Message;
@@ -661,8 +661,8 @@ let UserDoesNotExistException$1 = class UserDoesNotExistException extends Direct
661
661
  this.Message = opts.Message;
662
662
  this.RequestId = opts.RequestId;
663
663
  }
664
- };
665
- let InvalidTargetException$1 = class InvalidTargetException extends DirectoryServiceServiceException$1 {
664
+ }
665
+ class InvalidTargetException extends DirectoryServiceServiceException {
666
666
  name = "InvalidTargetException";
667
667
  $fault = "client";
668
668
  Message;
@@ -677,8 +677,8 @@ let InvalidTargetException$1 = class InvalidTargetException extends DirectorySer
677
677
  this.Message = opts.Message;
678
678
  this.RequestId = opts.RequestId;
679
679
  }
680
- };
681
- let OrganizationsException$1 = class OrganizationsException extends DirectoryServiceServiceException$1 {
680
+ }
681
+ class OrganizationsException extends DirectoryServiceServiceException {
682
682
  name = "OrganizationsException";
683
683
  $fault = "client";
684
684
  Message;
@@ -693,8 +693,8 @@ let OrganizationsException$1 = class OrganizationsException extends DirectorySer
693
693
  this.Message = opts.Message;
694
694
  this.RequestId = opts.RequestId;
695
695
  }
696
- };
697
- let ShareLimitExceededException$1 = class ShareLimitExceededException extends DirectoryServiceServiceException$1 {
696
+ }
697
+ class ShareLimitExceededException extends DirectoryServiceServiceException {
698
698
  name = "ShareLimitExceededException";
699
699
  $fault = "client";
700
700
  Message;
@@ -709,8 +709,8 @@ let ShareLimitExceededException$1 = class ShareLimitExceededException extends Di
709
709
  this.Message = opts.Message;
710
710
  this.RequestId = opts.RequestId;
711
711
  }
712
- };
713
- let DomainControllerLimitExceededException$1 = class DomainControllerLimitExceededException extends DirectoryServiceServiceException$1 {
712
+ }
713
+ class DomainControllerLimitExceededException extends DirectoryServiceServiceException {
714
714
  name = "DomainControllerLimitExceededException";
715
715
  $fault = "client";
716
716
  Message;
@@ -725,8 +725,8 @@ let DomainControllerLimitExceededException$1 = class DomainControllerLimitExceed
725
725
  this.Message = opts.Message;
726
726
  this.RequestId = opts.RequestId;
727
727
  }
728
- };
729
- let IncompatibleSettingsException$1 = class IncompatibleSettingsException extends DirectoryServiceServiceException$1 {
728
+ }
729
+ class IncompatibleSettingsException extends DirectoryServiceServiceException {
730
730
  name = "IncompatibleSettingsException";
731
731
  $fault = "client";
732
732
  Message;
@@ -741,8 +741,8 @@ let IncompatibleSettingsException$1 = class IncompatibleSettingsException extend
741
741
  this.Message = opts.Message;
742
742
  this.RequestId = opts.RequestId;
743
743
  }
744
- };
745
- let UnsupportedSettingsException$1 = class UnsupportedSettingsException extends DirectoryServiceServiceException$1 {
744
+ }
745
+ class UnsupportedSettingsException extends DirectoryServiceServiceException {
746
746
  name = "UnsupportedSettingsException";
747
747
  $fault = "client";
748
748
  Message;
@@ -757,7 +757,7 @@ let UnsupportedSettingsException$1 = class UnsupportedSettingsException extends
757
757
  this.Message = opts.Message;
758
758
  this.RequestId = opts.RequestId;
759
759
  }
760
- };
760
+ }
761
761
 
762
762
  const _A = "Assessment";
763
763
  const _AC = "AssessmentConfiguration";
@@ -1311,26 +1311,33 @@ var Password = [0, n0, _P, 8, 0];
1311
1311
  var RadiusSharedSecret = [0, n0, _RSS, 8, 0];
1312
1312
  var TrustPassword = [0, n0, _TP, 8, 0];
1313
1313
  var UserPassword = [0, n0, _UP, 8, 0];
1314
- var AcceptSharedDirectoryRequest = [3, n0, _ASDR, 0, [_SDI], [0]];
1315
- var AcceptSharedDirectoryResult = [3, n0, _ASDRc, 0, [_SD], [[() => SharedDirectory, 0]]];
1316
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M, _RI], [0, 0]];
1317
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
1318
- var ADAssessmentLimitExceededException = [-3, n0, _ADALEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1319
- schema.TypeRegistry.for(n0).registerError(ADAssessmentLimitExceededException, ADAssessmentLimitExceededException$1);
1320
- var AddIpRoutesRequest = [3, n0, _AIRR, 0, [_DI, _IR, _USGFDC], [0, () => IpRoutes, 2]];
1321
- var AddIpRoutesResult = [3, n0, _AIRRd, 0, [], []];
1322
- var AddRegionRequest = [
1314
+ var AcceptSharedDirectoryRequest$ = [3, n0, _ASDR, 0, [_SDI], [0]];
1315
+ var AcceptSharedDirectoryResult$ = [
1316
+ 3,
1317
+ n0,
1318
+ _ASDRc,
1319
+ 0,
1320
+ [_SD],
1321
+ [[() => SharedDirectory$, 0]],
1322
+ ];
1323
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_M, _RI], [0, 0]];
1324
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1325
+ var ADAssessmentLimitExceededException$ = [-3, n0, _ADALEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1326
+ schema.TypeRegistry.for(n0).registerError(ADAssessmentLimitExceededException$, ADAssessmentLimitExceededException);
1327
+ var AddIpRoutesRequest$ = [3, n0, _AIRR, 0, [_DI, _IR, _USGFDC], [0, () => IpRoutes, 2]];
1328
+ var AddIpRoutesResult$ = [3, n0, _AIRRd, 0, [], []];
1329
+ var AddRegionRequest$ = [
1323
1330
  3,
1324
1331
  n0,
1325
1332
  _ARR,
1326
1333
  0,
1327
1334
  [_DI, _RN, _VPCS],
1328
- [0, 0, () => DirectoryVpcSettings],
1335
+ [0, 0, () => DirectoryVpcSettings$],
1329
1336
  ];
1330
- var AddRegionResult = [3, n0, _ARRd, 0, [], []];
1331
- var AddTagsToResourceRequest = [3, n0, _ATTRR, 0, [_RIe, _T], [0, () => Tags]];
1332
- var AddTagsToResourceResult = [3, n0, _ATTRRd, 0, [], []];
1333
- var Assessment = [
1337
+ var AddRegionResult$ = [3, n0, _ARRd, 0, [], []];
1338
+ var AddTagsToResourceRequest$ = [3, n0, _ATTRR, 0, [_RIe, _T], [0, () => Tags]];
1339
+ var AddTagsToResourceResult$ = [3, n0, _ATTRRd, 0, [], []];
1340
+ var Assessment$ = [
1334
1341
  3,
1335
1342
  n0,
1336
1343
  _A,
@@ -1338,16 +1345,16 @@ var Assessment = [
1338
1345
  [_AI, _DI, _DN, _ST, _LUDT, _S, _SC, _SR, _CDI, _VI, _SI, _SGI, _SMII, _RT, _V],
1339
1346
  [0, 0, 0, 4, 4, 0, 0, 0, 64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, 0, 0],
1340
1347
  ];
1341
- var AssessmentConfiguration = [
1348
+ var AssessmentConfiguration$ = [
1342
1349
  3,
1343
1350
  n0,
1344
1351
  _AC,
1345
1352
  0,
1346
1353
  [_CDI, _DN, _VS, _II, _SGI],
1347
- [64 | 0, 0, () => DirectoryVpcSettings, 64 | 0, 64 | 0],
1354
+ [64 | 0, 0, () => DirectoryVpcSettings$, 64 | 0, 64 | 0],
1348
1355
  ];
1349
- var AssessmentReport = [3, n0, _AR, 0, [_DCI, _Va], [0, () => AssessmentValidations]];
1350
- var AssessmentSummary = [
1356
+ var AssessmentReport$ = [3, n0, _AR, 0, [_DCI, _Va], [0, () => AssessmentValidations]];
1357
+ var AssessmentSummary$ = [
1351
1358
  3,
1352
1359
  n0,
1353
1360
  _AS,
@@ -1355,7 +1362,7 @@ var AssessmentSummary = [
1355
1362
  [_AI, _DI, _DN, _ST, _LUDT, _S, _CDI, _RT],
1356
1363
  [0, 0, 0, 4, 4, 0, 64 | 0, 0],
1357
1364
  ];
1358
- var AssessmentValidation = [
1365
+ var AssessmentValidation$ = [
1359
1366
  3,
1360
1367
  n0,
1361
1368
  _AV,
@@ -1363,34 +1370,34 @@ var AssessmentValidation = [
1363
1370
  [_C, _Na, _S, _SC, _SR, _ST, _LUDT],
1364
1371
  [0, 0, 0, 0, 0, 4, 4],
1365
1372
  ];
1366
- var Attribute = [3, n0, _At, 0, [_Na, _Val], [0, 0]];
1367
- var AuthenticationFailedException = [-3, n0, _AFE, { [_e]: _c }, [_M, _RI], [0, 0]];
1368
- schema.TypeRegistry.for(n0).registerError(AuthenticationFailedException, AuthenticationFailedException$1);
1369
- var CancelSchemaExtensionRequest = [3, n0, _CSER, 0, [_DI, _SEI], [0, 0]];
1370
- var CancelSchemaExtensionResult = [3, n0, _CSERa, 0, [], []];
1371
- var Certificate = [
1373
+ var Attribute$ = [3, n0, _At, 0, [_Na, _Val], [0, 0]];
1374
+ var AuthenticationFailedException$ = [-3, n0, _AFE, { [_e]: _c }, [_M, _RI], [0, 0]];
1375
+ schema.TypeRegistry.for(n0).registerError(AuthenticationFailedException$, AuthenticationFailedException);
1376
+ var CancelSchemaExtensionRequest$ = [3, n0, _CSER, 0, [_DI, _SEI], [0, 0]];
1377
+ var CancelSchemaExtensionResult$ = [3, n0, _CSERa, 0, [], []];
1378
+ var Certificate$ = [
1372
1379
  3,
1373
1380
  n0,
1374
1381
  _Ce,
1375
1382
  0,
1376
1383
  [_CI, _St, _SRt, _CN, _RDT, _EDT, _Ty, _CCAS],
1377
- [0, 0, 0, 0, 4, 4, 0, () => ClientCertAuthSettings],
1378
- ];
1379
- var CertificateAlreadyExistsException = [-3, n0, _CAEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1380
- schema.TypeRegistry.for(n0).registerError(CertificateAlreadyExistsException, CertificateAlreadyExistsException$1);
1381
- var CertificateDoesNotExistException = [-3, n0, _CDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1382
- schema.TypeRegistry.for(n0).registerError(CertificateDoesNotExistException, CertificateDoesNotExistException$1);
1383
- var CertificateInfo = [3, n0, _CIe, 0, [_CI, _CN, _St, _EDT, _Ty], [0, 0, 0, 4, 0]];
1384
- var CertificateInUseException = [-3, n0, _CIUE, { [_e]: _c }, [_M, _RI], [0, 0]];
1385
- schema.TypeRegistry.for(n0).registerError(CertificateInUseException, CertificateInUseException$1);
1386
- var CertificateLimitExceededException = [-3, n0, _CLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1387
- schema.TypeRegistry.for(n0).registerError(CertificateLimitExceededException, CertificateLimitExceededException$1);
1388
- var ClientAuthenticationSettingInfo = [3, n0, _CASI, 0, [_Ty, _S, _LUDTa], [0, 0, 4]];
1389
- var ClientCertAuthSettings = [3, n0, _CCAS, 0, [_OCSPU], [0]];
1390
- var ClientException = [-3, n0, _CE, { [_e]: _c }, [_M, _RI], [0, 0]];
1391
- schema.TypeRegistry.for(n0).registerError(ClientException, ClientException$1);
1392
- var Computer = [3, n0, _Co, 0, [_CIo, _CNo, _CA], [0, 0, () => Attributes]];
1393
- var ConditionalForwarder = [
1384
+ [0, 0, 0, 0, 4, 4, 0, () => ClientCertAuthSettings$],
1385
+ ];
1386
+ var CertificateAlreadyExistsException$ = [-3, n0, _CAEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1387
+ schema.TypeRegistry.for(n0).registerError(CertificateAlreadyExistsException$, CertificateAlreadyExistsException);
1388
+ var CertificateDoesNotExistException$ = [-3, n0, _CDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1389
+ schema.TypeRegistry.for(n0).registerError(CertificateDoesNotExistException$, CertificateDoesNotExistException);
1390
+ var CertificateInfo$ = [3, n0, _CIe, 0, [_CI, _CN, _St, _EDT, _Ty], [0, 0, 0, 4, 0]];
1391
+ var CertificateInUseException$ = [-3, n0, _CIUE, { [_e]: _c }, [_M, _RI], [0, 0]];
1392
+ schema.TypeRegistry.for(n0).registerError(CertificateInUseException$, CertificateInUseException);
1393
+ var CertificateLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1394
+ schema.TypeRegistry.for(n0).registerError(CertificateLimitExceededException$, CertificateLimitExceededException);
1395
+ var ClientAuthenticationSettingInfo$ = [3, n0, _CASI, 0, [_Ty, _S, _LUDTa], [0, 0, 4]];
1396
+ var ClientCertAuthSettings$ = [3, n0, _CCAS, 0, [_OCSPU], [0]];
1397
+ var ClientException$ = [-3, n0, _CE, { [_e]: _c }, [_M, _RI], [0, 0]];
1398
+ schema.TypeRegistry.for(n0).registerError(ClientException$, ClientException);
1399
+ var Computer$ = [3, n0, _Co, 0, [_CIo, _CNo, _CA], [0, 0, () => Attributes]];
1400
+ var ConditionalForwarder$ = [
1394
1401
  3,
1395
1402
  n0,
1396
1403
  _CF,
@@ -1398,18 +1405,18 @@ var ConditionalForwarder = [
1398
1405
  [_RDN, _DIA, _DIAn, _RS],
1399
1406
  [0, 64 | 0, 64 | 0, 0],
1400
1407
  ];
1401
- var ConnectDirectoryRequest = [
1408
+ var ConnectDirectoryRequest$ = [
1402
1409
  3,
1403
1410
  n0,
1404
1411
  _CDR,
1405
1412
  0,
1406
1413
  [_Na, _SN, _P, _D, _Si, _CS, _T, _NT],
1407
- [0, 0, [() => ConnectPassword, 0], 0, 0, () => DirectoryConnectSettings, () => Tags, 0],
1414
+ [0, 0, [() => ConnectPassword, 0], 0, 0, () => DirectoryConnectSettings$, () => Tags, 0],
1408
1415
  ];
1409
- var ConnectDirectoryResult = [3, n0, _CDRo, 0, [_DI], [0]];
1410
- var CreateAliasRequest = [3, n0, _CAR, 0, [_DI, _Al], [0, 0]];
1411
- var CreateAliasResult = [3, n0, _CARr, 0, [_DI, _Al], [0, 0]];
1412
- var CreateComputerRequest = [
1416
+ var ConnectDirectoryResult$ = [3, n0, _CDRo, 0, [_DI], [0]];
1417
+ var CreateAliasRequest$ = [3, n0, _CAR, 0, [_DI, _Al], [0, 0]];
1418
+ var CreateAliasResult$ = [3, n0, _CARr, 0, [_DI, _Al], [0, 0]];
1419
+ var CreateComputerRequest$ = [
1413
1420
  3,
1414
1421
  n0,
1415
1422
  _CCR,
@@ -1417,8 +1424,8 @@ var CreateComputerRequest = [
1417
1424
  [_DI, _CNo, _P, _OUDN, _CA],
1418
1425
  [0, 0, [() => ComputerPassword, 0], 0, () => Attributes],
1419
1426
  ];
1420
- var CreateComputerResult = [3, n0, _CCRr, 0, [_Co], [() => Computer]];
1421
- var CreateConditionalForwarderRequest = [
1427
+ var CreateComputerResult$ = [3, n0, _CCRr, 0, [_Co], [() => Computer$]];
1428
+ var CreateConditionalForwarderRequest$ = [
1422
1429
  3,
1423
1430
  n0,
1424
1431
  _CCFR,
@@ -1426,32 +1433,32 @@ var CreateConditionalForwarderRequest = [
1426
1433
  [_DI, _RDN, _DIA, _DIAn],
1427
1434
  [0, 0, 64 | 0, 64 | 0],
1428
1435
  ];
1429
- var CreateConditionalForwarderResult = [3, n0, _CCFRr, 0, [], []];
1430
- var CreateDirectoryRequest = [
1436
+ var CreateConditionalForwarderResult$ = [3, n0, _CCFRr, 0, [], []];
1437
+ var CreateDirectoryRequest$ = [
1431
1438
  3,
1432
1439
  n0,
1433
1440
  _CDRr,
1434
1441
  0,
1435
1442
  [_Na, _SN, _P, _D, _Si, _VS, _T, _NT],
1436
- [0, 0, [() => Password, 0], 0, 0, () => DirectoryVpcSettings, () => Tags, 0],
1437
- ];
1438
- var CreateDirectoryResult = [3, n0, _CDRre, 0, [_DI], [0]];
1439
- var CreateHybridADRequest = [3, n0, _CHADR, 0, [_SA, _AI, _T], [0, 0, () => Tags]];
1440
- var CreateHybridADResult = [3, n0, _CHADRr, 0, [_DI], [0]];
1441
- var CreateLogSubscriptionRequest = [3, n0, _CLSR, 0, [_DI, _LGN], [0, 0]];
1442
- var CreateLogSubscriptionResult = [3, n0, _CLSRr, 0, [], []];
1443
- var CreateMicrosoftADRequest = [
1443
+ [0, 0, [() => Password, 0], 0, 0, () => DirectoryVpcSettings$, () => Tags, 0],
1444
+ ];
1445
+ var CreateDirectoryResult$ = [3, n0, _CDRre, 0, [_DI], [0]];
1446
+ var CreateHybridADRequest$ = [3, n0, _CHADR, 0, [_SA, _AI, _T], [0, 0, () => Tags]];
1447
+ var CreateHybridADResult$ = [3, n0, _CHADRr, 0, [_DI], [0]];
1448
+ var CreateLogSubscriptionRequest$ = [3, n0, _CLSR, 0, [_DI, _LGN], [0, 0]];
1449
+ var CreateLogSubscriptionResult$ = [3, n0, _CLSRr, 0, [], []];
1450
+ var CreateMicrosoftADRequest$ = [
1444
1451
  3,
1445
1452
  n0,
1446
1453
  _CMADR,
1447
1454
  0,
1448
1455
  [_Na, _SN, _P, _D, _VS, _E, _T, _NT],
1449
- [0, 0, [() => Password, 0], 0, () => DirectoryVpcSettings, 0, () => Tags, 0],
1456
+ [0, 0, [() => Password, 0], 0, () => DirectoryVpcSettings$, 0, () => Tags, 0],
1450
1457
  ];
1451
- var CreateMicrosoftADResult = [3, n0, _CMADRr, 0, [_DI], [0]];
1452
- var CreateSnapshotRequest = [3, n0, _CSR, 0, [_DI, _Na], [0, 0]];
1453
- var CreateSnapshotResult = [3, n0, _CSRr, 0, [_SIn], [0]];
1454
- var CreateTrustRequest = [
1458
+ var CreateMicrosoftADResult$ = [3, n0, _CMADRr, 0, [_DI], [0]];
1459
+ var CreateSnapshotRequest$ = [3, n0, _CSR, 0, [_DI, _Na], [0, 0]];
1460
+ var CreateSnapshotResult$ = [3, n0, _CSRr, 0, [_SIn], [0]];
1461
+ var CreateTrustRequest$ = [
1455
1462
  3,
1456
1463
  n0,
1457
1464
  _CTR,
@@ -1459,34 +1466,34 @@ var CreateTrustRequest = [
1459
1466
  [_DI, _RDN, _TP, _TD, _TT, _CFIA, _CFIAo, _SAe],
1460
1467
  [0, 0, [() => TrustPassword, 0], 0, 0, 64 | 0, 64 | 0, 0],
1461
1468
  ];
1462
- var CreateTrustResult = [3, n0, _CTRr, 0, [_TI], [0]];
1463
- var DeleteADAssessmentRequest = [3, n0, _DADAR, 0, [_AI], [0]];
1464
- var DeleteADAssessmentResult = [3, n0, _DADARe, 0, [_AI], [0]];
1465
- var DeleteConditionalForwarderRequest = [3, n0, _DCFR, 0, [_DI, _RDN], [0, 0]];
1466
- var DeleteConditionalForwarderResult = [3, n0, _DCFRe, 0, [], []];
1467
- var DeleteDirectoryRequest = [3, n0, _DDR, 0, [_DI], [0]];
1468
- var DeleteDirectoryResult = [3, n0, _DDRe, 0, [_DI], [0]];
1469
- var DeleteLogSubscriptionRequest = [3, n0, _DLSR, 0, [_DI], [0]];
1470
- var DeleteLogSubscriptionResult = [3, n0, _DLSRe, 0, [], []];
1471
- var DeleteSnapshotRequest = [3, n0, _DSR, 0, [_SIn], [0]];
1472
- var DeleteSnapshotResult = [3, n0, _DSRe, 0, [_SIn], [0]];
1473
- var DeleteTrustRequest = [3, n0, _DTR, 0, [_TI, _DACF], [0, 2]];
1474
- var DeleteTrustResult = [3, n0, _DTRe, 0, [_TI], [0]];
1475
- var DeregisterCertificateRequest = [3, n0, _DCR, 0, [_DI, _CI], [0, 0]];
1476
- var DeregisterCertificateResult = [3, n0, _DCRe, 0, [], []];
1477
- var DeregisterEventTopicRequest = [3, n0, _DETR, 0, [_DI, _TN], [0, 0]];
1478
- var DeregisterEventTopicResult = [3, n0, _DETRe, 0, [], []];
1479
- var DescribeADAssessmentRequest = [3, n0, _DADARes, 0, [_AI], [0]];
1480
- var DescribeADAssessmentResult = [
1469
+ var CreateTrustResult$ = [3, n0, _CTRr, 0, [_TI], [0]];
1470
+ var DeleteADAssessmentRequest$ = [3, n0, _DADAR, 0, [_AI], [0]];
1471
+ var DeleteADAssessmentResult$ = [3, n0, _DADARe, 0, [_AI], [0]];
1472
+ var DeleteConditionalForwarderRequest$ = [3, n0, _DCFR, 0, [_DI, _RDN], [0, 0]];
1473
+ var DeleteConditionalForwarderResult$ = [3, n0, _DCFRe, 0, [], []];
1474
+ var DeleteDirectoryRequest$ = [3, n0, _DDR, 0, [_DI], [0]];
1475
+ var DeleteDirectoryResult$ = [3, n0, _DDRe, 0, [_DI], [0]];
1476
+ var DeleteLogSubscriptionRequest$ = [3, n0, _DLSR, 0, [_DI], [0]];
1477
+ var DeleteLogSubscriptionResult$ = [3, n0, _DLSRe, 0, [], []];
1478
+ var DeleteSnapshotRequest$ = [3, n0, _DSR, 0, [_SIn], [0]];
1479
+ var DeleteSnapshotResult$ = [3, n0, _DSRe, 0, [_SIn], [0]];
1480
+ var DeleteTrustRequest$ = [3, n0, _DTR, 0, [_TI, _DACF], [0, 2]];
1481
+ var DeleteTrustResult$ = [3, n0, _DTRe, 0, [_TI], [0]];
1482
+ var DeregisterCertificateRequest$ = [3, n0, _DCR, 0, [_DI, _CI], [0, 0]];
1483
+ var DeregisterCertificateResult$ = [3, n0, _DCRe, 0, [], []];
1484
+ var DeregisterEventTopicRequest$ = [3, n0, _DETR, 0, [_DI, _TN], [0, 0]];
1485
+ var DeregisterEventTopicResult$ = [3, n0, _DETRe, 0, [], []];
1486
+ var DescribeADAssessmentRequest$ = [3, n0, _DADARes, 0, [_AI], [0]];
1487
+ var DescribeADAssessmentResult$ = [
1481
1488
  3,
1482
1489
  n0,
1483
1490
  _DADAResc,
1484
1491
  0,
1485
1492
  [_A, _ARs],
1486
- [() => Assessment, () => AssessmentReports],
1493
+ [() => Assessment$, () => AssessmentReports],
1487
1494
  ];
1488
- var DescribeCAEnrollmentPolicyRequest = [3, n0, _DCAEPR, 0, [_DI], [0]];
1489
- var DescribeCAEnrollmentPolicyResult = [
1495
+ var DescribeCAEnrollmentPolicyRequest$ = [3, n0, _DCAEPR, 0, [_DI], [0]];
1496
+ var DescribeCAEnrollmentPolicyResult$ = [
1490
1497
  3,
1491
1498
  n0,
1492
1499
  _DCAEPRe,
@@ -1494,9 +1501,9 @@ var DescribeCAEnrollmentPolicyResult = [
1494
1501
  [_DI, _PCA, _CEPS, _LUDTa, _CEPSR],
1495
1502
  [0, 0, 0, 4, 0],
1496
1503
  ];
1497
- var DescribeCertificateRequest = [3, n0, _DCRes, 0, [_DI, _CI], [0, 0]];
1498
- var DescribeCertificateResult = [3, n0, _DCResc, 0, [_Ce], [() => Certificate]];
1499
- var DescribeClientAuthenticationSettingsRequest = [
1504
+ var DescribeCertificateRequest$ = [3, n0, _DCRes, 0, [_DI, _CI], [0, 0]];
1505
+ var DescribeCertificateResult$ = [3, n0, _DCResc, 0, [_Ce], [() => Certificate$]];
1506
+ var DescribeClientAuthenticationSettingsRequest$ = [
1500
1507
  3,
1501
1508
  n0,
1502
1509
  _DCASR,
@@ -1504,7 +1511,7 @@ var DescribeClientAuthenticationSettingsRequest = [
1504
1511
  [_DI, _Ty, _NTe, _L],
1505
1512
  [0, 0, 0, 1],
1506
1513
  ];
1507
- var DescribeClientAuthenticationSettingsResult = [
1514
+ var DescribeClientAuthenticationSettingsResult$ = [
1508
1515
  3,
1509
1516
  n0,
1510
1517
  _DCASRe,
@@ -1512,8 +1519,15 @@ var DescribeClientAuthenticationSettingsResult = [
1512
1519
  [_CASIl, _NTe],
1513
1520
  [() => ClientAuthenticationSettingsInfo, 0],
1514
1521
  ];
1515
- var DescribeConditionalForwardersRequest = [3, n0, _DCFRes, 0, [_DI, _RDNe], [0, 64 | 0]];
1516
- var DescribeConditionalForwardersResult = [
1522
+ var DescribeConditionalForwardersRequest$ = [
1523
+ 3,
1524
+ n0,
1525
+ _DCFRes,
1526
+ 0,
1527
+ [_DI, _RDNe],
1528
+ [0, 64 | 0],
1529
+ ];
1530
+ var DescribeConditionalForwardersResult$ = [
1517
1531
  3,
1518
1532
  n0,
1519
1533
  _DCFResc,
@@ -1521,8 +1535,8 @@ var DescribeConditionalForwardersResult = [
1521
1535
  [_CFo],
1522
1536
  [() => ConditionalForwarders],
1523
1537
  ];
1524
- var DescribeDirectoriesRequest = [3, n0, _DDRes, 0, [_DIi, _NTe, _L], [64 | 0, 0, 1]];
1525
- var DescribeDirectoriesResult = [
1538
+ var DescribeDirectoriesRequest$ = [3, n0, _DDRes, 0, [_DIi, _NTe, _L], [64 | 0, 0, 1]];
1539
+ var DescribeDirectoriesResult$ = [
1526
1540
  3,
1527
1541
  n0,
1528
1542
  _DDResc,
@@ -1530,9 +1544,9 @@ var DescribeDirectoriesResult = [
1530
1544
  [_DD, _NTe],
1531
1545
  [[() => DirectoryDescriptions, 0], 0],
1532
1546
  ];
1533
- var DescribeDirectoryDataAccessRequest = [3, n0, _DDDAR, 0, [_DI], [0]];
1534
- var DescribeDirectoryDataAccessResult = [3, n0, _DDDARe, 0, [_DAS], [0]];
1535
- var DescribeDomainControllersRequest = [
1547
+ var DescribeDirectoryDataAccessRequest$ = [3, n0, _DDDAR, 0, [_DI], [0]];
1548
+ var DescribeDirectoryDataAccessResult$ = [3, n0, _DDDARe, 0, [_DAS], [0]];
1549
+ var DescribeDomainControllersRequest$ = [
1536
1550
  3,
1537
1551
  n0,
1538
1552
  _DDCR,
@@ -1540,7 +1554,7 @@ var DescribeDomainControllersRequest = [
1540
1554
  [_DI, _DCIo, _NTe, _L],
1541
1555
  [0, 64 | 0, 0, 1],
1542
1556
  ];
1543
- var DescribeDomainControllersResult = [
1557
+ var DescribeDomainControllersResult$ = [
1544
1558
  3,
1545
1559
  n0,
1546
1560
  _DDCRe,
@@ -1548,18 +1562,18 @@ var DescribeDomainControllersResult = [
1548
1562
  [_DC, _NTe],
1549
1563
  [() => DomainControllers, 0],
1550
1564
  ];
1551
- var DescribeEventTopicsRequest = [3, n0, _DETRes, 0, [_DI, _TNo], [0, 64 | 0]];
1552
- var DescribeEventTopicsResult = [3, n0, _DETResc, 0, [_ET], [() => EventTopics]];
1553
- var DescribeHybridADUpdateRequest = [3, n0, _DHADUR, 0, [_DI, _UT, _NTe], [0, 0, 0]];
1554
- var DescribeHybridADUpdateResult = [
1565
+ var DescribeEventTopicsRequest$ = [3, n0, _DETRes, 0, [_DI, _TNo], [0, 64 | 0]];
1566
+ var DescribeEventTopicsResult$ = [3, n0, _DETResc, 0, [_ET], [() => EventTopics]];
1567
+ var DescribeHybridADUpdateRequest$ = [3, n0, _DHADUR, 0, [_DI, _UT, _NTe], [0, 0, 0]];
1568
+ var DescribeHybridADUpdateResult$ = [
1555
1569
  3,
1556
1570
  n0,
1557
1571
  _DHADURe,
1558
1572
  0,
1559
1573
  [_UA, _NTe],
1560
- [() => HybridUpdateActivities, 0],
1574
+ [() => HybridUpdateActivities$, 0],
1561
1575
  ];
1562
- var DescribeLDAPSSettingsRequest = [
1576
+ var DescribeLDAPSSettingsRequest$ = [
1563
1577
  3,
1564
1578
  n0,
1565
1579
  _DLDAPSSR,
@@ -1567,7 +1581,7 @@ var DescribeLDAPSSettingsRequest = [
1567
1581
  [_DI, _Ty, _NTe, _L],
1568
1582
  [0, 0, 0, 1],
1569
1583
  ];
1570
- var DescribeLDAPSSettingsResult = [
1584
+ var DescribeLDAPSSettingsResult$ = [
1571
1585
  3,
1572
1586
  n0,
1573
1587
  _DLDAPSSRe,
@@ -1575,10 +1589,17 @@ var DescribeLDAPSSettingsResult = [
1575
1589
  [_LDAPSSI, _NTe],
1576
1590
  [() => LDAPSSettingsInfo, 0],
1577
1591
  ];
1578
- var DescribeRegionsRequest = [3, n0, _DRR, 0, [_DI, _RN, _NTe], [0, 0, 0]];
1579
- var DescribeRegionsResult = [3, n0, _DRRe, 0, [_RD, _NTe], [() => RegionsDescription, 0]];
1580
- var DescribeSettingsRequest = [3, n0, _DSRes, 0, [_DI, _S, _NTe], [0, 0, 0]];
1581
- var DescribeSettingsResult = [
1592
+ var DescribeRegionsRequest$ = [3, n0, _DRR, 0, [_DI, _RN, _NTe], [0, 0, 0]];
1593
+ var DescribeRegionsResult$ = [
1594
+ 3,
1595
+ n0,
1596
+ _DRRe,
1597
+ 0,
1598
+ [_RD, _NTe],
1599
+ [() => RegionsDescription, 0],
1600
+ ];
1601
+ var DescribeSettingsRequest$ = [3, n0, _DSRes, 0, [_DI, _S, _NTe], [0, 0, 0]];
1602
+ var DescribeSettingsResult$ = [
1582
1603
  3,
1583
1604
  n0,
1584
1605
  _DSResc,
@@ -1586,7 +1607,7 @@ var DescribeSettingsResult = [
1586
1607
  [_DI, _SE, _NTe],
1587
1608
  [0, () => SettingEntries, 0],
1588
1609
  ];
1589
- var DescribeSharedDirectoriesRequest = [
1610
+ var DescribeSharedDirectoriesRequest$ = [
1590
1611
  3,
1591
1612
  n0,
1592
1613
  _DSDR,
@@ -1594,7 +1615,7 @@ var DescribeSharedDirectoriesRequest = [
1594
1615
  [_ODI, _SDIh, _NTe, _L],
1595
1616
  [0, 64 | 0, 0, 1],
1596
1617
  ];
1597
- var DescribeSharedDirectoriesResult = [
1618
+ var DescribeSharedDirectoriesResult$ = [
1598
1619
  3,
1599
1620
  n0,
1600
1621
  _DSDRe,
@@ -1602,7 +1623,7 @@ var DescribeSharedDirectoriesResult = [
1602
1623
  [_SDh, _NTe],
1603
1624
  [[() => SharedDirectories, 0], 0],
1604
1625
  ];
1605
- var DescribeSnapshotsRequest = [
1626
+ var DescribeSnapshotsRequest$ = [
1606
1627
  3,
1607
1628
  n0,
1608
1629
  _DSRescr,
@@ -1610,10 +1631,10 @@ var DescribeSnapshotsRequest = [
1610
1631
  [_DI, _SIna, _NTe, _L],
1611
1632
  [0, 64 | 0, 0, 1],
1612
1633
  ];
1613
- var DescribeSnapshotsResult = [3, n0, _DSRescri, 0, [_Sn, _NTe], [() => Snapshots, 0]];
1614
- var DescribeTrustsRequest = [3, n0, _DTRes, 0, [_DI, _TIr, _NTe, _L], [0, 64 | 0, 0, 1]];
1615
- var DescribeTrustsResult = [3, n0, _DTResc, 0, [_Tr, _NTe], [() => Trusts, 0]];
1616
- var DescribeUpdateDirectoryRequest = [
1634
+ var DescribeSnapshotsResult$ = [3, n0, _DSRescri, 0, [_Sn, _NTe], [() => Snapshots, 0]];
1635
+ var DescribeTrustsRequest$ = [3, n0, _DTRes, 0, [_DI, _TIr, _NTe, _L], [0, 64 | 0, 0, 1]];
1636
+ var DescribeTrustsResult$ = [3, n0, _DTResc, 0, [_Tr, _NTe], [() => Trusts, 0]];
1637
+ var DescribeUpdateDirectoryRequest$ = [
1617
1638
  3,
1618
1639
  n0,
1619
1640
  _DUDR,
@@ -1621,7 +1642,7 @@ var DescribeUpdateDirectoryRequest = [
1621
1642
  [_DI, _UT, _RN, _NTe],
1622
1643
  [0, 0, 0, 0],
1623
1644
  ];
1624
- var DescribeUpdateDirectoryResult = [
1645
+ var DescribeUpdateDirectoryResult$ = [
1625
1646
  3,
1626
1647
  n0,
1627
1648
  _DUDRe,
@@ -1629,11 +1650,11 @@ var DescribeUpdateDirectoryResult = [
1629
1650
  [_UA, _NTe],
1630
1651
  [() => UpdateActivities, 0],
1631
1652
  ];
1632
- var DirectoryAlreadyInRegionException = [-3, n0, _DAIRE, { [_e]: _c }, [_M, _RI], [0, 0]];
1633
- schema.TypeRegistry.for(n0).registerError(DirectoryAlreadyInRegionException, DirectoryAlreadyInRegionException$1);
1634
- var DirectoryAlreadySharedException = [-3, n0, _DASE, { [_e]: _c }, [_M, _RI], [0, 0]];
1635
- schema.TypeRegistry.for(n0).registerError(DirectoryAlreadySharedException, DirectoryAlreadySharedException$1);
1636
- var DirectoryConnectSettings = [
1653
+ var DirectoryAlreadyInRegionException$ = [-3, n0, _DAIRE, { [_e]: _c }, [_M, _RI], [0, 0]];
1654
+ schema.TypeRegistry.for(n0).registerError(DirectoryAlreadyInRegionException$, DirectoryAlreadyInRegionException);
1655
+ var DirectoryAlreadySharedException$ = [-3, n0, _DASE, { [_e]: _c }, [_M, _RI], [0, 0]];
1656
+ schema.TypeRegistry.for(n0).registerError(DirectoryAlreadySharedException$, DirectoryAlreadySharedException);
1657
+ var DirectoryConnectSettings$ = [
1637
1658
  3,
1638
1659
  n0,
1639
1660
  _DCS,
@@ -1641,7 +1662,7 @@ var DirectoryConnectSettings = [
1641
1662
  [_VI, _SI, _CDI, _CDIV, _CUN],
1642
1663
  [0, 64 | 0, 64 | 0, 64 | 0, 0],
1643
1664
  ];
1644
- var DirectoryConnectSettingsDescription = [
1665
+ var DirectoryConnectSettingsDescription$ = [
1645
1666
  3,
1646
1667
  n0,
1647
1668
  _DCSD,
@@ -1649,7 +1670,7 @@ var DirectoryConnectSettingsDescription = [
1649
1670
  [_VI, _SI, _CUN, _SGIe, _AZ, _CIon, _CIV],
1650
1671
  [0, 64 | 0, 0, 0, 64 | 0, 64 | 0, 64 | 0],
1651
1672
  ];
1652
- var DirectoryDescription = [
1673
+ var DirectoryDescription$ = [
1653
1674
  3,
1654
1675
  n0,
1655
1676
  _DDi,
@@ -1703,27 +1724,27 @@ var DirectoryDescription = [
1703
1724
  4,
1704
1725
  4,
1705
1726
  0,
1706
- () => DirectoryVpcSettingsDescription,
1707
- () => DirectoryConnectSettingsDescription,
1708
- [() => RadiusSettings, 0],
1727
+ () => DirectoryVpcSettingsDescription$,
1728
+ () => DirectoryConnectSettingsDescription$,
1729
+ [() => RadiusSettings$, 0],
1709
1730
  0,
1710
1731
  0,
1711
1732
  2,
1712
1733
  1,
1713
- [() => OwnerDirectoryDescription, 0],
1714
- () => RegionsInfo,
1734
+ [() => OwnerDirectoryDescription$, 0],
1735
+ () => RegionsInfo$,
1715
1736
  0,
1716
- () => HybridSettingsDescription,
1737
+ () => HybridSettingsDescription$,
1717
1738
  0,
1718
1739
  ],
1719
1740
  ];
1720
- var DirectoryDoesNotExistException = [-3, n0, _DDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1721
- schema.TypeRegistry.for(n0).registerError(DirectoryDoesNotExistException, DirectoryDoesNotExistException$1);
1722
- var DirectoryInDesiredStateException = [-3, n0, _DIDSE, { [_e]: _c }, [_M, _RI], [0, 0]];
1723
- schema.TypeRegistry.for(n0).registerError(DirectoryInDesiredStateException, DirectoryInDesiredStateException$1);
1724
- var DirectoryLimitExceededException = [-3, n0, _DLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1725
- schema.TypeRegistry.for(n0).registerError(DirectoryLimitExceededException, DirectoryLimitExceededException$1);
1726
- var DirectoryLimits = [
1741
+ var DirectoryDoesNotExistException$ = [-3, n0, _DDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1742
+ schema.TypeRegistry.for(n0).registerError(DirectoryDoesNotExistException$, DirectoryDoesNotExistException);
1743
+ var DirectoryInDesiredStateException$ = [-3, n0, _DIDSE, { [_e]: _c }, [_M, _RI], [0, 0]];
1744
+ schema.TypeRegistry.for(n0).registerError(DirectoryInDesiredStateException$, DirectoryInDesiredStateException);
1745
+ var DirectoryLimitExceededException$ = [-3, n0, _DLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1746
+ schema.TypeRegistry.for(n0).registerError(DirectoryLimitExceededException$, DirectoryLimitExceededException);
1747
+ var DirectoryLimits$ = [
1727
1748
  3,
1728
1749
  n0,
1729
1750
  _DL,
@@ -1731,13 +1752,13 @@ var DirectoryLimits = [
1731
1752
  [_CODL, _CODCC, _CODLR, _COMADL, _COMADCC, _COMADLR, _CDL, _CDCC, _CDLR],
1732
1753
  [1, 1, 2, 1, 1, 2, 1, 1, 2],
1733
1754
  ];
1734
- var DirectoryNotSharedException = [-3, n0, _DNSE, { [_e]: _c }, [_M, _RI], [0, 0]];
1735
- schema.TypeRegistry.for(n0).registerError(DirectoryNotSharedException, DirectoryNotSharedException$1);
1736
- var DirectorySizeUpdateSettings = [3, n0, _DSUS, 0, [_DS], [0]];
1737
- var DirectoryUnavailableException = [-3, n0, _DUE, { [_e]: _c }, [_M, _RI], [0, 0]];
1738
- schema.TypeRegistry.for(n0).registerError(DirectoryUnavailableException, DirectoryUnavailableException$1);
1739
- var DirectoryVpcSettings = [3, n0, _DVS, 0, [_VI, _SI], [0, 64 | 0]];
1740
- var DirectoryVpcSettingsDescription = [
1755
+ var DirectoryNotSharedException$ = [-3, n0, _DNSE, { [_e]: _c }, [_M, _RI], [0, 0]];
1756
+ schema.TypeRegistry.for(n0).registerError(DirectoryNotSharedException$, DirectoryNotSharedException);
1757
+ var DirectorySizeUpdateSettings$ = [3, n0, _DSUS, 0, [_DS], [0]];
1758
+ var DirectoryUnavailableException$ = [-3, n0, _DUE, { [_e]: _c }, [_M, _RI], [0, 0]];
1759
+ schema.TypeRegistry.for(n0).registerError(DirectoryUnavailableException$, DirectoryUnavailableException);
1760
+ var DirectoryVpcSettings$ = [3, n0, _DVS, 0, [_VI, _SI], [0, 64 | 0]];
1761
+ var DirectoryVpcSettingsDescription$ = [
1741
1762
  3,
1742
1763
  n0,
1743
1764
  _DVSD,
@@ -1745,19 +1766,19 @@ var DirectoryVpcSettingsDescription = [
1745
1766
  [_VI, _SI, _SGIe, _AZ],
1746
1767
  [0, 64 | 0, 0, 64 | 0],
1747
1768
  ];
1748
- var DisableAlreadyInProgressException = [-3, n0, _DAIPE, { [_e]: _c }, [_M, _RI], [0, 0]];
1749
- schema.TypeRegistry.for(n0).registerError(DisableAlreadyInProgressException, DisableAlreadyInProgressException$1);
1750
- var DisableCAEnrollmentPolicyRequest = [3, n0, _DCAEPRi, 0, [_DI], [0]];
1751
- var DisableCAEnrollmentPolicyResult = [3, n0, _DCAEPRis, 0, [], []];
1752
- var DisableClientAuthenticationRequest = [3, n0, _DCAR, 0, [_DI, _Ty], [0, 0]];
1753
- var DisableClientAuthenticationResult = [3, n0, _DCARi, 0, [], []];
1754
- var DisableDirectoryDataAccessRequest = [3, n0, _DDDARi, 0, [_DI], [0]];
1755
- var DisableDirectoryDataAccessResult = [3, n0, _DDDARis, 0, [], []];
1756
- var DisableLDAPSRequest = [3, n0, _DLDAPSR, 0, [_DI, _Ty], [0, 0]];
1757
- var DisableLDAPSResult = [3, n0, _DLDAPSRi, 0, [], []];
1758
- var DisableRadiusRequest = [3, n0, _DRRi, 0, [_DI], [0]];
1759
- var DisableRadiusResult = [3, n0, _DRRis, 0, [], []];
1760
- var DisableSsoRequest = [
1769
+ var DisableAlreadyInProgressException$ = [-3, n0, _DAIPE, { [_e]: _c }, [_M, _RI], [0, 0]];
1770
+ schema.TypeRegistry.for(n0).registerError(DisableAlreadyInProgressException$, DisableAlreadyInProgressException);
1771
+ var DisableCAEnrollmentPolicyRequest$ = [3, n0, _DCAEPRi, 0, [_DI], [0]];
1772
+ var DisableCAEnrollmentPolicyResult$ = [3, n0, _DCAEPRis, 0, [], []];
1773
+ var DisableClientAuthenticationRequest$ = [3, n0, _DCAR, 0, [_DI, _Ty], [0, 0]];
1774
+ var DisableClientAuthenticationResult$ = [3, n0, _DCARi, 0, [], []];
1775
+ var DisableDirectoryDataAccessRequest$ = [3, n0, _DDDARi, 0, [_DI], [0]];
1776
+ var DisableDirectoryDataAccessResult$ = [3, n0, _DDDARis, 0, [], []];
1777
+ var DisableLDAPSRequest$ = [3, n0, _DLDAPSR, 0, [_DI, _Ty], [0, 0]];
1778
+ var DisableLDAPSResult$ = [3, n0, _DLDAPSRi, 0, [], []];
1779
+ var DisableRadiusRequest$ = [3, n0, _DRRi, 0, [_DI], [0]];
1780
+ var DisableRadiusResult$ = [3, n0, _DRRis, 0, [], []];
1781
+ var DisableSsoRequest$ = [
1761
1782
  3,
1762
1783
  n0,
1763
1784
  _DSRi,
@@ -1765,8 +1786,8 @@ var DisableSsoRequest = [
1765
1786
  [_DI, _UN, _P],
1766
1787
  [0, 0, [() => ConnectPassword, 0]],
1767
1788
  ];
1768
- var DisableSsoResult = [3, n0, _DSRis, 0, [], []];
1769
- var DomainController = [
1789
+ var DisableSsoResult$ = [3, n0, _DSRis, 0, [], []];
1790
+ var DomainController$ = [
1770
1791
  3,
1771
1792
  n0,
1772
1793
  _DCo,
@@ -1774,7 +1795,7 @@ var DomainController = [
1774
1795
  [_DI, _DCIom, _DIAns, _DIAnsp, _VI, _SIu, _AZv, _S, _SR, _LT, _SLUDTt],
1775
1796
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4],
1776
1797
  ];
1777
- var DomainControllerLimitExceededException = [
1798
+ var DomainControllerLimitExceededException$ = [
1778
1799
  -3,
1779
1800
  n0,
1780
1801
  _DCLEE,
@@ -1782,20 +1803,20 @@ var DomainControllerLimitExceededException = [
1782
1803
  [_M, _RI],
1783
1804
  [0, 0],
1784
1805
  ];
1785
- schema.TypeRegistry.for(n0).registerError(DomainControllerLimitExceededException, DomainControllerLimitExceededException$1);
1786
- var EnableAlreadyInProgressException = [-3, n0, _EAIPE, { [_e]: _c }, [_M, _RI], [0, 0]];
1787
- schema.TypeRegistry.for(n0).registerError(EnableAlreadyInProgressException, EnableAlreadyInProgressException$1);
1788
- var EnableCAEnrollmentPolicyRequest = [3, n0, _ECAEPR, 0, [_DI, _PCA], [0, 0]];
1789
- var EnableCAEnrollmentPolicyResult = [3, n0, _ECAEPRn, 0, [], []];
1790
- var EnableClientAuthenticationRequest = [3, n0, _ECAR, 0, [_DI, _Ty], [0, 0]];
1791
- var EnableClientAuthenticationResult = [3, n0, _ECARn, 0, [], []];
1792
- var EnableDirectoryDataAccessRequest = [3, n0, _EDDAR, 0, [_DI], [0]];
1793
- var EnableDirectoryDataAccessResult = [3, n0, _EDDARn, 0, [], []];
1794
- var EnableLDAPSRequest = [3, n0, _ELDAPSR, 0, [_DI, _Ty], [0, 0]];
1795
- var EnableLDAPSResult = [3, n0, _ELDAPSRn, 0, [], []];
1796
- var EnableRadiusRequest = [3, n0, _ERR, 0, [_DI, _RSa], [0, [() => RadiusSettings, 0]]];
1797
- var EnableRadiusResult = [3, n0, _ERRn, 0, [], []];
1798
- var EnableSsoRequest = [
1806
+ schema.TypeRegistry.for(n0).registerError(DomainControllerLimitExceededException$, DomainControllerLimitExceededException);
1807
+ var EnableAlreadyInProgressException$ = [-3, n0, _EAIPE, { [_e]: _c }, [_M, _RI], [0, 0]];
1808
+ schema.TypeRegistry.for(n0).registerError(EnableAlreadyInProgressException$, EnableAlreadyInProgressException);
1809
+ var EnableCAEnrollmentPolicyRequest$ = [3, n0, _ECAEPR, 0, [_DI, _PCA], [0, 0]];
1810
+ var EnableCAEnrollmentPolicyResult$ = [3, n0, _ECAEPRn, 0, [], []];
1811
+ var EnableClientAuthenticationRequest$ = [3, n0, _ECAR, 0, [_DI, _Ty], [0, 0]];
1812
+ var EnableClientAuthenticationResult$ = [3, n0, _ECARn, 0, [], []];
1813
+ var EnableDirectoryDataAccessRequest$ = [3, n0, _EDDAR, 0, [_DI], [0]];
1814
+ var EnableDirectoryDataAccessResult$ = [3, n0, _EDDARn, 0, [], []];
1815
+ var EnableLDAPSRequest$ = [3, n0, _ELDAPSR, 0, [_DI, _Ty], [0, 0]];
1816
+ var EnableLDAPSResult$ = [3, n0, _ELDAPSRn, 0, [], []];
1817
+ var EnableRadiusRequest$ = [3, n0, _ERR, 0, [_DI, _RSa], [0, [() => RadiusSettings$, 0]]];
1818
+ var EnableRadiusResult$ = [3, n0, _ERRn, 0, [], []];
1819
+ var EnableSsoRequest$ = [
1799
1820
  3,
1800
1821
  n0,
1801
1822
  _ESR,
@@ -1803,20 +1824,20 @@ var EnableSsoRequest = [
1803
1824
  [_DI, _UN, _P],
1804
1825
  [0, 0, [() => ConnectPassword, 0]],
1805
1826
  ];
1806
- var EnableSsoResult = [3, n0, _ESRn, 0, [], []];
1807
- var EntityAlreadyExistsException = [-3, n0, _EAEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1808
- schema.TypeRegistry.for(n0).registerError(EntityAlreadyExistsException, EntityAlreadyExistsException$1);
1809
- var EntityDoesNotExistException = [-3, n0, _EDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1810
- schema.TypeRegistry.for(n0).registerError(EntityDoesNotExistException, EntityDoesNotExistException$1);
1811
- var EventTopic = [3, n0, _ETv, 0, [_DI, _TN, _TA, _CDT, _S], [0, 0, 0, 4, 0]];
1812
- var GetDirectoryLimitsRequest = [3, n0, _GDLR, 0, [], []];
1813
- var GetDirectoryLimitsResult = [3, n0, _GDLRe, 0, [_DL], [() => DirectoryLimits]];
1814
- var GetSnapshotLimitsRequest = [3, n0, _GSLR, 0, [_DI], [0]];
1815
- var GetSnapshotLimitsResult = [3, n0, _GSLRe, 0, [_SL], [() => SnapshotLimits]];
1816
- var HybridAdministratorAccountUpdate = [3, n0, _HAAU, 0, [_SA], [0]];
1817
- var HybridCustomerInstancesSettings = [3, n0, _HCIS, 0, [_CDI, _II], [64 | 0, 64 | 0]];
1818
- var HybridSettingsDescription = [3, n0, _HSD, 0, [_SMDIA, _SMII], [64 | 0, 64 | 0]];
1819
- var HybridUpdateActivities = [
1827
+ var EnableSsoResult$ = [3, n0, _ESRn, 0, [], []];
1828
+ var EntityAlreadyExistsException$ = [-3, n0, _EAEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1829
+ schema.TypeRegistry.for(n0).registerError(EntityAlreadyExistsException$, EntityAlreadyExistsException);
1830
+ var EntityDoesNotExistException$ = [-3, n0, _EDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1831
+ schema.TypeRegistry.for(n0).registerError(EntityDoesNotExistException$, EntityDoesNotExistException);
1832
+ var EventTopic$ = [3, n0, _ETv, 0, [_DI, _TN, _TA, _CDT, _S], [0, 0, 0, 4, 0]];
1833
+ var GetDirectoryLimitsRequest$ = [3, n0, _GDLR, 0, [], []];
1834
+ var GetDirectoryLimitsResult$ = [3, n0, _GDLRe, 0, [_DL], [() => DirectoryLimits$]];
1835
+ var GetSnapshotLimitsRequest$ = [3, n0, _GSLR, 0, [_DI], [0]];
1836
+ var GetSnapshotLimitsResult$ = [3, n0, _GSLRe, 0, [_SL], [() => SnapshotLimits$]];
1837
+ var HybridAdministratorAccountUpdate$ = [3, n0, _HAAU, 0, [_SA], [0]];
1838
+ var HybridCustomerInstancesSettings$ = [3, n0, _HCIS, 0, [_CDI, _II], [64 | 0, 64 | 0]];
1839
+ var HybridSettingsDescription$ = [3, n0, _HSD, 0, [_SMDIA, _SMII], [64 | 0, 64 | 0]];
1840
+ var HybridUpdateActivities$ = [
1820
1841
  3,
1821
1842
  n0,
1822
1843
  _HUA,
@@ -1824,35 +1845,35 @@ var HybridUpdateActivities = [
1824
1845
  [_SMI, _HAA],
1825
1846
  [() => HybridUpdateInfoEntries, () => HybridUpdateInfoEntries],
1826
1847
  ];
1827
- var HybridUpdateInfoEntry = [
1848
+ var HybridUpdateInfoEntry$ = [
1828
1849
  3,
1829
1850
  n0,
1830
1851
  _HUIE,
1831
1852
  0,
1832
1853
  [_S, _SR, _IB, _NV, _PV, _ST, _LUDTa, _AI],
1833
- [0, 0, 0, () => HybridUpdateValue, () => HybridUpdateValue, 4, 4, 0],
1834
- ];
1835
- var HybridUpdateValue = [3, n0, _HUV, 0, [_II, _DIn], [64 | 0, 64 | 0]];
1836
- var IncompatibleSettingsException = [-3, n0, _ISE, { [_e]: _c }, [_M, _RI], [0, 0]];
1837
- schema.TypeRegistry.for(n0).registerError(IncompatibleSettingsException, IncompatibleSettingsException$1);
1838
- var InsufficientPermissionsException = [-3, n0, _IPE, { [_e]: _c }, [_M, _RI], [0, 0]];
1839
- schema.TypeRegistry.for(n0).registerError(InsufficientPermissionsException, InsufficientPermissionsException$1);
1840
- var InvalidCertificateException = [-3, n0, _ICE, { [_e]: _c }, [_M, _RI], [0, 0]];
1841
- schema.TypeRegistry.for(n0).registerError(InvalidCertificateException, InvalidCertificateException$1);
1842
- var InvalidClientAuthStatusException = [-3, n0, _ICASE, { [_e]: _c }, [_M, _RI], [0, 0]];
1843
- schema.TypeRegistry.for(n0).registerError(InvalidClientAuthStatusException, InvalidClientAuthStatusException$1);
1844
- var InvalidLDAPSStatusException = [-3, n0, _ILDAPSSE, { [_e]: _c }, [_M, _RI], [0, 0]];
1845
- schema.TypeRegistry.for(n0).registerError(InvalidLDAPSStatusException, InvalidLDAPSStatusException$1);
1846
- var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c }, [_M, _RI], [0, 0]];
1847
- schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
1848
- var InvalidParameterException = [-3, n0, _IPEn, { [_e]: _c }, [_M, _RI], [0, 0]];
1849
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
1850
- var InvalidPasswordException = [-3, n0, _IPEnv, { [_e]: _c }, [_M, _RI], [0, 0]];
1851
- schema.TypeRegistry.for(n0).registerError(InvalidPasswordException, InvalidPasswordException$1);
1852
- var InvalidTargetException = [-3, n0, _ITE, { [_e]: _c }, [_M, _RI], [0, 0]];
1853
- schema.TypeRegistry.for(n0).registerError(InvalidTargetException, InvalidTargetException$1);
1854
- var IpRoute = [3, n0, _IRp, 0, [_CIi, _CIid, _D], [0, 0, 0]];
1855
- var IpRouteInfo = [
1854
+ [0, 0, 0, () => HybridUpdateValue$, () => HybridUpdateValue$, 4, 4, 0],
1855
+ ];
1856
+ var HybridUpdateValue$ = [3, n0, _HUV, 0, [_II, _DIn], [64 | 0, 64 | 0]];
1857
+ var IncompatibleSettingsException$ = [-3, n0, _ISE, { [_e]: _c }, [_M, _RI], [0, 0]];
1858
+ schema.TypeRegistry.for(n0).registerError(IncompatibleSettingsException$, IncompatibleSettingsException);
1859
+ var InsufficientPermissionsException$ = [-3, n0, _IPE, { [_e]: _c }, [_M, _RI], [0, 0]];
1860
+ schema.TypeRegistry.for(n0).registerError(InsufficientPermissionsException$, InsufficientPermissionsException);
1861
+ var InvalidCertificateException$ = [-3, n0, _ICE, { [_e]: _c }, [_M, _RI], [0, 0]];
1862
+ schema.TypeRegistry.for(n0).registerError(InvalidCertificateException$, InvalidCertificateException);
1863
+ var InvalidClientAuthStatusException$ = [-3, n0, _ICASE, { [_e]: _c }, [_M, _RI], [0, 0]];
1864
+ schema.TypeRegistry.for(n0).registerError(InvalidClientAuthStatusException$, InvalidClientAuthStatusException);
1865
+ var InvalidLDAPSStatusException$ = [-3, n0, _ILDAPSSE, { [_e]: _c }, [_M, _RI], [0, 0]];
1866
+ schema.TypeRegistry.for(n0).registerError(InvalidLDAPSStatusException$, InvalidLDAPSStatusException);
1867
+ var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c }, [_M, _RI], [0, 0]];
1868
+ schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
1869
+ var InvalidParameterException$ = [-3, n0, _IPEn, { [_e]: _c }, [_M, _RI], [0, 0]];
1870
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
1871
+ var InvalidPasswordException$ = [-3, n0, _IPEnv, { [_e]: _c }, [_M, _RI], [0, 0]];
1872
+ schema.TypeRegistry.for(n0).registerError(InvalidPasswordException$, InvalidPasswordException);
1873
+ var InvalidTargetException$ = [-3, n0, _ITE, { [_e]: _c }, [_M, _RI], [0, 0]];
1874
+ schema.TypeRegistry.for(n0).registerError(InvalidTargetException$, InvalidTargetException);
1875
+ var IpRoute$ = [3, n0, _IRp, 0, [_CIi, _CIid, _D], [0, 0, 0]];
1876
+ var IpRouteInfo$ = [
1856
1877
  3,
1857
1878
  n0,
1858
1879
  _IRI,
@@ -1860,13 +1881,13 @@ var IpRouteInfo = [
1860
1881
  [_DI, _CIi, _CIid, _IRSM, _ADT, _IRSR, _D],
1861
1882
  [0, 0, 0, 0, 4, 0, 0],
1862
1883
  ];
1863
- var IpRouteLimitExceededException = [-3, n0, _IRLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1864
- schema.TypeRegistry.for(n0).registerError(IpRouteLimitExceededException, IpRouteLimitExceededException$1);
1865
- var LDAPSSettingInfo = [3, n0, _LDAPSSIe, 0, [_LDAPSS, _LDAPSSR, _LUDTa], [0, 0, 4]];
1866
- var ListADAssessmentsRequest = [3, n0, _LADAR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1867
- var ListADAssessmentsResult = [3, n0, _LADARi, 0, [_As, _NTe], [() => Assessments, 0]];
1868
- var ListCertificatesRequest = [3, n0, _LCR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1869
- var ListCertificatesResult = [
1884
+ var IpRouteLimitExceededException$ = [-3, n0, _IRLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1885
+ schema.TypeRegistry.for(n0).registerError(IpRouteLimitExceededException$, IpRouteLimitExceededException);
1886
+ var LDAPSSettingInfo$ = [3, n0, _LDAPSSIe, 0, [_LDAPSS, _LDAPSSR, _LUDTa], [0, 0, 4]];
1887
+ var ListADAssessmentsRequest$ = [3, n0, _LADAR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1888
+ var ListADAssessmentsResult$ = [3, n0, _LADARi, 0, [_As, _NTe], [() => Assessments, 0]];
1889
+ var ListCertificatesRequest$ = [3, n0, _LCR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1890
+ var ListCertificatesResult$ = [
1870
1891
  3,
1871
1892
  n0,
1872
1893
  _LCRi,
@@ -1874,10 +1895,10 @@ var ListCertificatesResult = [
1874
1895
  [_NTe, _CIer],
1875
1896
  [0, () => CertificatesInfo],
1876
1897
  ];
1877
- var ListIpRoutesRequest = [3, n0, _LIRR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1878
- var ListIpRoutesResult = [3, n0, _LIRRi, 0, [_IRIp, _NTe], [() => IpRoutesInfo, 0]];
1879
- var ListLogSubscriptionsRequest = [3, n0, _LLSR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1880
- var ListLogSubscriptionsResult = [
1898
+ var ListIpRoutesRequest$ = [3, n0, _LIRR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1899
+ var ListIpRoutesResult$ = [3, n0, _LIRRi, 0, [_IRIp, _NTe], [() => IpRoutesInfo, 0]];
1900
+ var ListLogSubscriptionsRequest$ = [3, n0, _LLSR, 0, [_DI, _NTe, _L], [0, 0, 1]];
1901
+ var ListLogSubscriptionsResult$ = [
1881
1902
  3,
1882
1903
  n0,
1883
1904
  _LLSRi,
@@ -1885,8 +1906,8 @@ var ListLogSubscriptionsResult = [
1885
1906
  [_LS, _NTe],
1886
1907
  [() => LogSubscriptions, 0],
1887
1908
  ];
1888
- var ListSchemaExtensionsRequest = [3, n0, _LSER, 0, [_DI, _NTe, _L], [0, 0, 1]];
1889
- var ListSchemaExtensionsResult = [
1909
+ var ListSchemaExtensionsRequest$ = [3, n0, _LSER, 0, [_DI, _NTe, _L], [0, 0, 1]];
1910
+ var ListSchemaExtensionsResult$ = [
1890
1911
  3,
1891
1912
  n0,
1892
1913
  _LSERi,
@@ -1894,24 +1915,24 @@ var ListSchemaExtensionsResult = [
1894
1915
  [_SEIc, _NTe],
1895
1916
  [() => SchemaExtensionsInfo, 0],
1896
1917
  ];
1897
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RIe, _NTe, _L], [0, 0, 1]];
1898
- var ListTagsForResourceResult = [3, n0, _LTFRRi, 0, [_T, _NTe], [() => Tags, 0]];
1899
- var LogSubscription = [3, n0, _LSo, 0, [_DI, _LGN, _SCDT], [0, 0, 4]];
1900
- var NetworkUpdateSettings = [3, n0, _NUS, 0, [_NT, _CDIV], [0, 64 | 0]];
1901
- var NoAvailableCertificateException = [-3, n0, _NACE, { [_e]: _c }, [_M, _RI], [0, 0]];
1902
- schema.TypeRegistry.for(n0).registerError(NoAvailableCertificateException, NoAvailableCertificateException$1);
1903
- var OrganizationsException = [-3, n0, _OE, { [_e]: _c }, [_M, _RI], [0, 0]];
1904
- schema.TypeRegistry.for(n0).registerError(OrganizationsException, OrganizationsException$1);
1905
- var OSUpdateSettings = [3, n0, _OSUS, 0, [_OSV], [0]];
1906
- var OwnerDirectoryDescription = [
1918
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RIe, _NTe, _L], [0, 0, 1]];
1919
+ var ListTagsForResourceResult$ = [3, n0, _LTFRRi, 0, [_T, _NTe], [() => Tags, 0]];
1920
+ var LogSubscription$ = [3, n0, _LSo, 0, [_DI, _LGN, _SCDT], [0, 0, 4]];
1921
+ var NetworkUpdateSettings$ = [3, n0, _NUS, 0, [_NT, _CDIV], [0, 64 | 0]];
1922
+ var NoAvailableCertificateException$ = [-3, n0, _NACE, { [_e]: _c }, [_M, _RI], [0, 0]];
1923
+ schema.TypeRegistry.for(n0).registerError(NoAvailableCertificateException$, NoAvailableCertificateException);
1924
+ var OrganizationsException$ = [-3, n0, _OE, { [_e]: _c }, [_M, _RI], [0, 0]];
1925
+ schema.TypeRegistry.for(n0).registerError(OrganizationsException$, OrganizationsException);
1926
+ var OSUpdateSettings$ = [3, n0, _OSUS, 0, [_OSV], [0]];
1927
+ var OwnerDirectoryDescription$ = [
1907
1928
  3,
1908
1929
  n0,
1909
1930
  _ODD,
1910
1931
  0,
1911
1932
  [_DI, _AIc, _DIA, _DIAn, _VS, _RSa, _RSad, _NT],
1912
- [0, 0, 64 | 0, 64 | 0, () => DirectoryVpcSettingsDescription, [() => RadiusSettings, 0], 0, 0],
1933
+ [0, 0, 64 | 0, 64 | 0, () => DirectoryVpcSettingsDescription$, [() => RadiusSettings$, 0], 0, 0],
1913
1934
  ];
1914
- var RadiusSettings = [
1935
+ var RadiusSettings$ = [
1915
1936
  3,
1916
1937
  n0,
1917
1938
  _RSa,
@@ -1919,31 +1940,31 @@ var RadiusSettings = [
1919
1940
  [_RSadi, _RSI, _RP, _RTa, _RR, _SSh, _AP, _DLi, _USU],
1920
1941
  [64 | 0, 64 | 0, 1, 1, 1, [() => RadiusSharedSecret, 0], 0, 0, 2],
1921
1942
  ];
1922
- var RegionDescription = [
1943
+ var RegionDescription$ = [
1923
1944
  3,
1924
1945
  n0,
1925
1946
  _RDe,
1926
1947
  0,
1927
1948
  [_DI, _RN, _RTe, _S, _VS, _DNODC, _LT, _SLUDTt, _LUDTa],
1928
- [0, 0, 0, 0, () => DirectoryVpcSettings, 1, 4, 4, 4],
1949
+ [0, 0, 0, 0, () => DirectoryVpcSettings$, 1, 4, 4, 4],
1929
1950
  ];
1930
- var RegionLimitExceededException = [-3, n0, _RLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1931
- schema.TypeRegistry.for(n0).registerError(RegionLimitExceededException, RegionLimitExceededException$1);
1932
- var RegionsInfo = [3, n0, _RIeg, 0, [_PR, _ARd], [0, 64 | 0]];
1933
- var RegisterCertificateRequest = [
1951
+ var RegionLimitExceededException$ = [-3, n0, _RLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
1952
+ schema.TypeRegistry.for(n0).registerError(RegionLimitExceededException$, RegionLimitExceededException);
1953
+ var RegionsInfo$ = [3, n0, _RIeg, 0, [_PR, _ARd], [0, 64 | 0]];
1954
+ var RegisterCertificateRequest$ = [
1934
1955
  3,
1935
1956
  n0,
1936
1957
  _RCR,
1937
1958
  0,
1938
1959
  [_DI, _CD, _Ty, _CCAS],
1939
- [0, 0, 0, () => ClientCertAuthSettings],
1940
- ];
1941
- var RegisterCertificateResult = [3, n0, _RCRe, 0, [_CI], [0]];
1942
- var RegisterEventTopicRequest = [3, n0, _RETR, 0, [_DI, _TN], [0, 0]];
1943
- var RegisterEventTopicResult = [3, n0, _RETRe, 0, [], []];
1944
- var RejectSharedDirectoryRequest = [3, n0, _RSDR, 0, [_SDI], [0]];
1945
- var RejectSharedDirectoryResult = [3, n0, _RSDRe, 0, [_SDI], [0]];
1946
- var RemoveIpRoutesRequest = [
1960
+ [0, 0, 0, () => ClientCertAuthSettings$],
1961
+ ];
1962
+ var RegisterCertificateResult$ = [3, n0, _RCRe, 0, [_CI], [0]];
1963
+ var RegisterEventTopicRequest$ = [3, n0, _RETR, 0, [_DI, _TN], [0, 0]];
1964
+ var RegisterEventTopicResult$ = [3, n0, _RETRe, 0, [], []];
1965
+ var RejectSharedDirectoryRequest$ = [3, n0, _RSDR, 0, [_SDI], [0]];
1966
+ var RejectSharedDirectoryResult$ = [3, n0, _RSDRe, 0, [_SDI], [0]];
1967
+ var RemoveIpRoutesRequest$ = [
1947
1968
  3,
1948
1969
  n0,
1949
1970
  _RIRR,
@@ -1951,12 +1972,12 @@ var RemoveIpRoutesRequest = [
1951
1972
  [_DI, _CIidr, _CIidrp],
1952
1973
  [0, 64 | 0, 64 | 0],
1953
1974
  ];
1954
- var RemoveIpRoutesResult = [3, n0, _RIRRe, 0, [], []];
1955
- var RemoveRegionRequest = [3, n0, _RRR, 0, [_DI], [0]];
1956
- var RemoveRegionResult = [3, n0, _RRRe, 0, [], []];
1957
- var RemoveTagsFromResourceRequest = [3, n0, _RTFRR, 0, [_RIe, _TK], [0, 64 | 0]];
1958
- var RemoveTagsFromResourceResult = [3, n0, _RTFRRe, 0, [], []];
1959
- var ResetUserPasswordRequest = [
1975
+ var RemoveIpRoutesResult$ = [3, n0, _RIRRe, 0, [], []];
1976
+ var RemoveRegionRequest$ = [3, n0, _RRR, 0, [_DI], [0]];
1977
+ var RemoveRegionResult$ = [3, n0, _RRRe, 0, [], []];
1978
+ var RemoveTagsFromResourceRequest$ = [3, n0, _RTFRR, 0, [_RIe, _TK], [0, 64 | 0]];
1979
+ var RemoveTagsFromResourceResult$ = [3, n0, _RTFRRe, 0, [], []];
1980
+ var ResetUserPasswordRequest$ = [
1960
1981
  3,
1961
1982
  n0,
1962
1983
  _RUPR,
@@ -1964,10 +1985,10 @@ var ResetUserPasswordRequest = [
1964
1985
  [_DI, _UN, _NP],
1965
1986
  [0, 0, [() => UserPassword, 0]],
1966
1987
  ];
1967
- var ResetUserPasswordResult = [3, n0, _RUPRe, 0, [], []];
1968
- var RestoreFromSnapshotRequest = [3, n0, _RFSR, 0, [_SIn], [0]];
1969
- var RestoreFromSnapshotResult = [3, n0, _RFSRe, 0, [], []];
1970
- var SchemaExtensionInfo = [
1988
+ var ResetUserPasswordResult$ = [3, n0, _RUPRe, 0, [], []];
1989
+ var RestoreFromSnapshotRequest$ = [3, n0, _RFSR, 0, [_SIn], [0]];
1990
+ var RestoreFromSnapshotResult$ = [3, n0, _RFSRe, 0, [], []];
1991
+ var SchemaExtensionInfo$ = [
1971
1992
  3,
1972
1993
  n0,
1973
1994
  _SEIch,
@@ -1975,10 +1996,10 @@ var SchemaExtensionInfo = [
1975
1996
  [_DI, _SEI, _D, _SES, _SESR, _SDT, _EDTn],
1976
1997
  [0, 0, 0, 0, 0, 4, 4],
1977
1998
  ];
1978
- var ServiceException = [-3, n0, _SEe, { [_e]: _s }, [_M, _RI], [0, 0]];
1979
- schema.TypeRegistry.for(n0).registerError(ServiceException, ServiceException$1);
1980
- var Setting = [3, n0, _Se, 0, [_Na, _Val], [0, 0]];
1981
- var SettingEntry = [
1999
+ var ServiceException$ = [-3, n0, _SEe, { [_e]: _s }, [_M, _RI], [0, 0]];
2000
+ schema.TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
2001
+ var Setting$ = [3, n0, _Se, 0, [_Na, _Val], [0, 0]];
2002
+ var SettingEntry$ = [
1982
2003
  3,
1983
2004
  n0,
1984
2005
  _SEet,
@@ -1986,7 +2007,7 @@ var SettingEntry = [
1986
2007
  [_Ty, _Na, _AVl, _AVp, _RV, _RSe, _RDS, _RSM, _LUDTa, _LRDT, _DT],
1987
2008
  [0, 0, 0, 0, 0, 0, 128 | 0, 0, 4, 4, 0],
1988
2009
  ];
1989
- var SharedDirectory = [
2010
+ var SharedDirectory$ = [
1990
2011
  3,
1991
2012
  n0,
1992
2013
  _SD,
@@ -1994,37 +2015,44 @@ var SharedDirectory = [
1994
2015
  [_OAI, _ODI, _SM, _SAI, _SDI, _SS, _SNh, _CDT, _LUDTa],
1995
2016
  [0, 0, 0, 0, 0, 0, [() => Notes, 0], 4, 4],
1996
2017
  ];
1997
- var ShareDirectoryRequest = [
2018
+ var ShareDirectoryRequest$ = [
1998
2019
  3,
1999
2020
  n0,
2000
2021
  _SDR,
2001
2022
  0,
2002
2023
  [_DI, _SNh, _STh, _SM],
2003
- [0, [() => Notes, 0], () => ShareTarget, 0],
2004
- ];
2005
- var ShareDirectoryResult = [3, n0, _SDRh, 0, [_SDI], [0]];
2006
- var ShareLimitExceededException = [-3, n0, _SLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
2007
- schema.TypeRegistry.for(n0).registerError(ShareLimitExceededException, ShareLimitExceededException$1);
2008
- var ShareTarget = [3, n0, _STh, 0, [_I, _Ty], [0, 0]];
2009
- var Snapshot = [3, n0, _Sna, 0, [_DI, _SIn, _Ty, _Na, _S, _ST], [0, 0, 0, 0, 0, 4]];
2010
- var SnapshotLimitExceededException = [-3, n0, _SLEEn, { [_e]: _c }, [_M, _RI], [0, 0]];
2011
- schema.TypeRegistry.for(n0).registerError(SnapshotLimitExceededException, SnapshotLimitExceededException$1);
2012
- var SnapshotLimits = [3, n0, _SL, 0, [_MSL, _MSCC, _MSLR], [1, 1, 2]];
2013
- var StartADAssessmentRequest = [
2024
+ [0, [() => Notes, 0], () => ShareTarget$, 0],
2025
+ ];
2026
+ var ShareDirectoryResult$ = [3, n0, _SDRh, 0, [_SDI], [0]];
2027
+ var ShareLimitExceededException$ = [-3, n0, _SLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
2028
+ schema.TypeRegistry.for(n0).registerError(ShareLimitExceededException$, ShareLimitExceededException);
2029
+ var ShareTarget$ = [3, n0, _STh, 0, [_I, _Ty], [0, 0]];
2030
+ var Snapshot$ = [3, n0, _Sna, 0, [_DI, _SIn, _Ty, _Na, _S, _ST], [0, 0, 0, 0, 0, 4]];
2031
+ var SnapshotLimitExceededException$ = [-3, n0, _SLEEn, { [_e]: _c }, [_M, _RI], [0, 0]];
2032
+ schema.TypeRegistry.for(n0).registerError(SnapshotLimitExceededException$, SnapshotLimitExceededException);
2033
+ var SnapshotLimits$ = [3, n0, _SL, 0, [_MSL, _MSCC, _MSLR], [1, 1, 2]];
2034
+ var StartADAssessmentRequest$ = [
2014
2035
  3,
2015
2036
  n0,
2016
2037
  _SADAR,
2017
2038
  0,
2018
2039
  [_AC, _DI],
2019
- [() => AssessmentConfiguration, 0],
2020
- ];
2021
- var StartADAssessmentResult = [3, n0, _SADARt, 0, [_AI], [0]];
2022
- var StartSchemaExtensionRequest = [3, n0, _SSER, 0, [_DI, _CSBSE, _LC, _D], [0, 2, 0, 0]];
2023
- var StartSchemaExtensionResult = [3, n0, _SSERt, 0, [_SEI], [0]];
2024
- var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
2025
- var TagLimitExceededException = [-3, n0, _TLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
2026
- schema.TypeRegistry.for(n0).registerError(TagLimitExceededException, TagLimitExceededException$1);
2027
- var Trust = [
2040
+ [() => AssessmentConfiguration$, 0],
2041
+ ];
2042
+ var StartADAssessmentResult$ = [3, n0, _SADARt, 0, [_AI], [0]];
2043
+ var StartSchemaExtensionRequest$ = [
2044
+ 3,
2045
+ n0,
2046
+ _SSER,
2047
+ 0,
2048
+ [_DI, _CSBSE, _LC, _D],
2049
+ [0, 2, 0, 0],
2050
+ ];
2051
+ var StartSchemaExtensionResult$ = [3, n0, _SSERt, 0, [_SEI], [0]];
2052
+ var Tag$ = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
2053
+ var TagLimitExceededException$ = [-3, n0, _TLEE, { [_e]: _c }, [_M, _RI], [0, 0]];
2054
+ schema.TypeRegistry.for(n0).registerError(TagLimitExceededException$, TagLimitExceededException);
2055
+ var Trust$ = [
2028
2056
  3,
2029
2057
  n0,
2030
2058
  _Tru,
@@ -2032,14 +2060,14 @@ var Trust = [
2032
2060
  [_DI, _TI, _RDN, _TT, _TD, _TS, _CDT, _LUDTa, _SLUDTta, _TSR, _SAe],
2033
2061
  [0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0],
2034
2062
  ];
2035
- var UnshareDirectoryRequest = [3, n0, _UDR, 0, [_DI, _UTn], [0, () => UnshareTarget]];
2036
- var UnshareDirectoryResult = [3, n0, _UDRn, 0, [_SDI], [0]];
2037
- var UnshareTarget = [3, n0, _UTn, 0, [_I, _Ty], [0, 0]];
2038
- var UnsupportedOperationException = [-3, n0, _UOE, { [_e]: _c }, [_M, _RI], [0, 0]];
2039
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException, UnsupportedOperationException$1);
2040
- var UnsupportedSettingsException = [-3, n0, _USE, { [_e]: _c }, [_M, _RI], [0, 0]];
2041
- schema.TypeRegistry.for(n0).registerError(UnsupportedSettingsException, UnsupportedSettingsException$1);
2042
- var UpdateConditionalForwarderRequest = [
2063
+ var UnshareDirectoryRequest$ = [3, n0, _UDR, 0, [_DI, _UTn], [0, () => UnshareTarget$]];
2064
+ var UnshareDirectoryResult$ = [3, n0, _UDRn, 0, [_SDI], [0]];
2065
+ var UnshareTarget$ = [3, n0, _UTn, 0, [_I, _Ty], [0, 0]];
2066
+ var UnsupportedOperationException$ = [-3, n0, _UOE, { [_e]: _c }, [_M, _RI], [0, 0]];
2067
+ schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
2068
+ var UnsupportedSettingsException$ = [-3, n0, _USE, { [_e]: _c }, [_M, _RI], [0, 0]];
2069
+ schema.TypeRegistry.for(n0).registerError(UnsupportedSettingsException$, UnsupportedSettingsException);
2070
+ var UpdateConditionalForwarderRequest$ = [
2043
2071
  3,
2044
2072
  n0,
2045
2073
  _UCFR,
@@ -2047,47 +2075,47 @@ var UpdateConditionalForwarderRequest = [
2047
2075
  [_DI, _RDN, _DIA, _DIAn],
2048
2076
  [0, 0, 64 | 0, 64 | 0],
2049
2077
  ];
2050
- var UpdateConditionalForwarderResult = [3, n0, _UCFRp, 0, [], []];
2051
- var UpdateDirectorySetupRequest = [
2078
+ var UpdateConditionalForwarderResult$ = [3, n0, _UCFRp, 0, [], []];
2079
+ var UpdateDirectorySetupRequest$ = [
2052
2080
  3,
2053
2081
  n0,
2054
2082
  _UDSR,
2055
2083
  0,
2056
2084
  [_DI, _UT, _OSUS, _DSUS, _NUS, _CSBU],
2057
- [0, 0, () => OSUpdateSettings, () => DirectorySizeUpdateSettings, () => NetworkUpdateSettings, 2],
2085
+ [0, 0, () => OSUpdateSettings$, () => DirectorySizeUpdateSettings$, () => NetworkUpdateSettings$, 2],
2058
2086
  ];
2059
- var UpdateDirectorySetupResult = [3, n0, _UDSRp, 0, [], []];
2060
- var UpdateHybridADRequest = [
2087
+ var UpdateDirectorySetupResult$ = [3, n0, _UDSRp, 0, [], []];
2088
+ var UpdateHybridADRequest$ = [
2061
2089
  3,
2062
2090
  n0,
2063
2091
  _UHADR,
2064
2092
  0,
2065
2093
  [_DI, _HAAU, _SMIS],
2066
- [0, () => HybridAdministratorAccountUpdate, () => HybridCustomerInstancesSettings],
2094
+ [0, () => HybridAdministratorAccountUpdate$, () => HybridCustomerInstancesSettings$],
2067
2095
  ];
2068
- var UpdateHybridADResult = [3, n0, _UHADRp, 0, [_DI, _AI], [0, 0]];
2069
- var UpdateInfoEntry = [
2096
+ var UpdateHybridADResult$ = [3, n0, _UHADRp, 0, [_DI, _AI], [0, 0]];
2097
+ var UpdateInfoEntry$ = [
2070
2098
  3,
2071
2099
  n0,
2072
2100
  _UIE,
2073
2101
  0,
2074
2102
  [_R, _S, _SR, _IB, _NV, _PV, _ST, _LUDTa],
2075
- [0, 0, 0, 0, () => UpdateValue, () => UpdateValue, 4, 4],
2076
- ];
2077
- var UpdateNumberOfDomainControllersRequest = [3, n0, _UNODCR, 0, [_DI, _DNe], [0, 1]];
2078
- var UpdateNumberOfDomainControllersResult = [3, n0, _UNODCRp, 0, [], []];
2079
- var UpdateRadiusRequest = [3, n0, _URR, 0, [_DI, _RSa], [0, [() => RadiusSettings, 0]]];
2080
- var UpdateRadiusResult = [3, n0, _URRp, 0, [], []];
2081
- var UpdateSettingsRequest = [3, n0, _USR, 0, [_DI, _Set], [0, () => Settings]];
2082
- var UpdateSettingsResult = [3, n0, _USRp, 0, [_DI], [0]];
2083
- var UpdateTrustRequest = [3, n0, _UTR, 0, [_TI, _SAe], [0, 0]];
2084
- var UpdateTrustResult = [3, n0, _UTRp, 0, [_RI, _TI], [0, 0]];
2085
- var UpdateValue = [3, n0, _UV, 0, [_OSUS], [() => OSUpdateSettings]];
2086
- var UserDoesNotExistException = [-3, n0, _UDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
2087
- schema.TypeRegistry.for(n0).registerError(UserDoesNotExistException, UserDoesNotExistException$1);
2088
- var VerifyTrustRequest = [3, n0, _VTR, 0, [_TI], [0]];
2089
- var VerifyTrustResult = [3, n0, _VTRe, 0, [_TI], [0]];
2090
- var DirectoryServiceServiceException = [
2103
+ [0, 0, 0, 0, () => UpdateValue$, () => UpdateValue$, 4, 4],
2104
+ ];
2105
+ var UpdateNumberOfDomainControllersRequest$ = [3, n0, _UNODCR, 0, [_DI, _DNe], [0, 1]];
2106
+ var UpdateNumberOfDomainControllersResult$ = [3, n0, _UNODCRp, 0, [], []];
2107
+ var UpdateRadiusRequest$ = [3, n0, _URR, 0, [_DI, _RSa], [0, [() => RadiusSettings$, 0]]];
2108
+ var UpdateRadiusResult$ = [3, n0, _URRp, 0, [], []];
2109
+ var UpdateSettingsRequest$ = [3, n0, _USR, 0, [_DI, _Set], [0, () => Settings]];
2110
+ var UpdateSettingsResult$ = [3, n0, _USRp, 0, [_DI], [0]];
2111
+ var UpdateTrustRequest$ = [3, n0, _UTR, 0, [_TI, _SAe], [0, 0]];
2112
+ var UpdateTrustResult$ = [3, n0, _UTRp, 0, [_RI, _TI], [0, 0]];
2113
+ var UpdateValue$ = [3, n0, _UV, 0, [_OSUS], [() => OSUpdateSettings$]];
2114
+ var UserDoesNotExistException$ = [-3, n0, _UDNEE, { [_e]: _c }, [_M, _RI], [0, 0]];
2115
+ schema.TypeRegistry.for(n0).registerError(UserDoesNotExistException$, UserDoesNotExistException);
2116
+ var VerifyTrustRequest$ = [3, n0, _VTR, 0, [_TI], [0]];
2117
+ var VerifyTrustResult$ = [3, n0, _VTRe, 0, [_TI], [0]];
2118
+ var DirectoryServiceServiceException$ = [
2091
2119
  -3,
2092
2120
  _sm,
2093
2121
  "DirectoryServiceServiceException",
@@ -2095,579 +2123,608 @@ var DirectoryServiceServiceException = [
2095
2123
  [],
2096
2124
  [],
2097
2125
  ];
2098
- schema.TypeRegistry.for(_sm).registerError(DirectoryServiceServiceException, DirectoryServiceServiceException$1);
2099
- var AssessmentReports = [1, n0, _ARs, 0, () => AssessmentReport];
2100
- var Assessments = [1, n0, _As, 0, () => AssessmentSummary];
2101
- var AssessmentValidations = [1, n0, _AVs, 0, () => AssessmentValidation];
2102
- var Attributes = [1, n0, _Att, 0, () => Attribute];
2103
- var CertificatesInfo = [1, n0, _CIer, 0, () => CertificateInfo];
2104
- var ClientAuthenticationSettingsInfo = [
2105
- 1,
2106
- n0,
2107
- _CASIl,
2108
- 0,
2109
- () => ClientAuthenticationSettingInfo,
2110
- ];
2111
- var ConditionalForwarders = [1, n0, _CFo, 0, () => ConditionalForwarder];
2112
- var DirectoryDescriptions = [1, n0, _DD, 0, [() => DirectoryDescription, 0]];
2113
- var DomainControllers = [1, n0, _DC, 0, () => DomainController];
2114
- var EventTopics = [1, n0, _ET, 0, () => EventTopic];
2115
- var HybridUpdateInfoEntries = [1, n0, _HUIEy, 0, () => HybridUpdateInfoEntry];
2116
- var IpRoutes = [1, n0, _IR, 0, () => IpRoute];
2117
- var IpRoutesInfo = [1, n0, _IRIp, 0, () => IpRouteInfo];
2118
- var LDAPSSettingsInfo = [1, n0, _LDAPSSI, 0, () => LDAPSSettingInfo];
2119
- var LogSubscriptions = [1, n0, _LS, 0, () => LogSubscription];
2120
- var RegionsDescription = [1, n0, _RD, 0, () => RegionDescription];
2121
- var SchemaExtensionsInfo = [1, n0, _SEIc, 0, () => SchemaExtensionInfo];
2122
- var SettingEntries = [1, n0, _SE, 0, () => SettingEntry];
2123
- var Settings = [1, n0, _Set, 0, () => Setting];
2124
- var SharedDirectories = [1, n0, _SDh, 0, [() => SharedDirectory, 0]];
2125
- var Snapshots = [1, n0, _Sn, 0, () => Snapshot];
2126
- var Tags = [1, n0, _T, 0, () => Tag];
2127
- var Trusts = [1, n0, _Tr, 0, () => Trust];
2128
- var UpdateActivities = [1, n0, _UA, 0, () => UpdateInfoEntry];
2129
- var AcceptSharedDirectory = [
2126
+ schema.TypeRegistry.for(_sm).registerError(DirectoryServiceServiceException$, DirectoryServiceServiceException);
2127
+ var AssessmentReports = [1, n0, _ARs, 0, () => AssessmentReport$];
2128
+ var Assessments = [1, n0, _As, 0, () => AssessmentSummary$];
2129
+ var AssessmentValidations = [1, n0, _AVs, 0, () => AssessmentValidation$];
2130
+ var Attributes = [1, n0, _Att, 0, () => Attribute$];
2131
+ var CertificatesInfo = [1, n0, _CIer, 0, () => CertificateInfo$];
2132
+ var ClientAuthenticationSettingsInfo = [1, n0, _CASIl, 0, () => ClientAuthenticationSettingInfo$];
2133
+ var ConditionalForwarders = [1, n0, _CFo, 0, () => ConditionalForwarder$];
2134
+ var DirectoryDescriptions = [1, n0, _DD, 0, [() => DirectoryDescription$, 0]];
2135
+ var DomainControllers = [1, n0, _DC, 0, () => DomainController$];
2136
+ var EventTopics = [1, n0, _ET, 0, () => EventTopic$];
2137
+ var HybridUpdateInfoEntries = [1, n0, _HUIEy, 0, () => HybridUpdateInfoEntry$];
2138
+ var IpRoutes = [1, n0, _IR, 0, () => IpRoute$];
2139
+ var IpRoutesInfo = [1, n0, _IRIp, 0, () => IpRouteInfo$];
2140
+ var LDAPSSettingsInfo = [1, n0, _LDAPSSI, 0, () => LDAPSSettingInfo$];
2141
+ var LogSubscriptions = [1, n0, _LS, 0, () => LogSubscription$];
2142
+ var RegionsDescription = [1, n0, _RD, 0, () => RegionDescription$];
2143
+ var SchemaExtensionsInfo = [1, n0, _SEIc, 0, () => SchemaExtensionInfo$];
2144
+ var SettingEntries = [1, n0, _SE, 0, () => SettingEntry$];
2145
+ var Settings = [1, n0, _Set, 0, () => Setting$];
2146
+ var SharedDirectories = [1, n0, _SDh, 0, [() => SharedDirectory$, 0]];
2147
+ var Snapshots = [1, n0, _Sn, 0, () => Snapshot$];
2148
+ var Tags = [1, n0, _T, 0, () => Tag$];
2149
+ var Trusts = [1, n0, _Tr, 0, () => Trust$];
2150
+ var UpdateActivities = [1, n0, _UA, 0, () => UpdateInfoEntry$];
2151
+ var AcceptSharedDirectory$ = [
2130
2152
  9,
2131
2153
  n0,
2132
2154
  _ASD,
2133
2155
  0,
2134
- () => AcceptSharedDirectoryRequest,
2135
- () => AcceptSharedDirectoryResult,
2156
+ () => AcceptSharedDirectoryRequest$,
2157
+ () => AcceptSharedDirectoryResult$,
2136
2158
  ];
2137
- var AddIpRoutes = [9, n0, _AIR, 0, () => AddIpRoutesRequest, () => AddIpRoutesResult];
2138
- var AddRegion = [9, n0, _ARdd, 0, () => AddRegionRequest, () => AddRegionResult];
2139
- var AddTagsToResource = [
2159
+ var AddIpRoutes$ = [9, n0, _AIR, 0, () => AddIpRoutesRequest$, () => AddIpRoutesResult$];
2160
+ var AddRegion$ = [9, n0, _ARdd, 0, () => AddRegionRequest$, () => AddRegionResult$];
2161
+ var AddTagsToResource$ = [
2140
2162
  9,
2141
2163
  n0,
2142
2164
  _ATTR,
2143
2165
  0,
2144
- () => AddTagsToResourceRequest,
2145
- () => AddTagsToResourceResult,
2166
+ () => AddTagsToResourceRequest$,
2167
+ () => AddTagsToResourceResult$,
2146
2168
  ];
2147
- var CancelSchemaExtension = [
2169
+ var CancelSchemaExtension$ = [
2148
2170
  9,
2149
2171
  n0,
2150
2172
  _CSE,
2151
2173
  0,
2152
- () => CancelSchemaExtensionRequest,
2153
- () => CancelSchemaExtensionResult,
2174
+ () => CancelSchemaExtensionRequest$,
2175
+ () => CancelSchemaExtensionResult$,
2154
2176
  ];
2155
- var ConnectDirectory = [
2177
+ var ConnectDirectory$ = [
2156
2178
  9,
2157
2179
  n0,
2158
2180
  _CDo,
2159
2181
  0,
2160
- () => ConnectDirectoryRequest,
2161
- () => ConnectDirectoryResult,
2182
+ () => ConnectDirectoryRequest$,
2183
+ () => ConnectDirectoryResult$,
2162
2184
  ];
2163
- var CreateAlias = [9, n0, _CAr, 0, () => CreateAliasRequest, () => CreateAliasResult];
2164
- var CreateComputer = [
2185
+ var CreateAlias$ = [9, n0, _CAr, 0, () => CreateAliasRequest$, () => CreateAliasResult$];
2186
+ var CreateComputer$ = [
2165
2187
  9,
2166
2188
  n0,
2167
2189
  _CC,
2168
2190
  0,
2169
- () => CreateComputerRequest,
2170
- () => CreateComputerResult,
2191
+ () => CreateComputerRequest$,
2192
+ () => CreateComputerResult$,
2171
2193
  ];
2172
- var CreateConditionalForwarder = [
2194
+ var CreateConditionalForwarder$ = [
2173
2195
  9,
2174
2196
  n0,
2175
2197
  _CCF,
2176
2198
  0,
2177
- () => CreateConditionalForwarderRequest,
2178
- () => CreateConditionalForwarderResult,
2199
+ () => CreateConditionalForwarderRequest$,
2200
+ () => CreateConditionalForwarderResult$,
2179
2201
  ];
2180
- var CreateDirectory = [
2202
+ var CreateDirectory$ = [
2181
2203
  9,
2182
2204
  n0,
2183
2205
  _CDr,
2184
2206
  0,
2185
- () => CreateDirectoryRequest,
2186
- () => CreateDirectoryResult,
2207
+ () => CreateDirectoryRequest$,
2208
+ () => CreateDirectoryResult$,
2187
2209
  ];
2188
- var CreateHybridAD = [
2210
+ var CreateHybridAD$ = [
2189
2211
  9,
2190
2212
  n0,
2191
2213
  _CHAD,
2192
2214
  0,
2193
- () => CreateHybridADRequest,
2194
- () => CreateHybridADResult,
2215
+ () => CreateHybridADRequest$,
2216
+ () => CreateHybridADResult$,
2195
2217
  ];
2196
- var CreateLogSubscription = [
2218
+ var CreateLogSubscription$ = [
2197
2219
  9,
2198
2220
  n0,
2199
2221
  _CLS,
2200
2222
  0,
2201
- () => CreateLogSubscriptionRequest,
2202
- () => CreateLogSubscriptionResult,
2223
+ () => CreateLogSubscriptionRequest$,
2224
+ () => CreateLogSubscriptionResult$,
2203
2225
  ];
2204
- var CreateMicrosoftAD = [
2226
+ var CreateMicrosoftAD$ = [
2205
2227
  9,
2206
2228
  n0,
2207
2229
  _CMAD,
2208
2230
  0,
2209
- () => CreateMicrosoftADRequest,
2210
- () => CreateMicrosoftADResult,
2231
+ () => CreateMicrosoftADRequest$,
2232
+ () => CreateMicrosoftADResult$,
2211
2233
  ];
2212
- var CreateSnapshot = [
2234
+ var CreateSnapshot$ = [
2213
2235
  9,
2214
2236
  n0,
2215
2237
  _CSr,
2216
2238
  0,
2217
- () => CreateSnapshotRequest,
2218
- () => CreateSnapshotResult,
2239
+ () => CreateSnapshotRequest$,
2240
+ () => CreateSnapshotResult$,
2219
2241
  ];
2220
- var CreateTrust = [9, n0, _CT, 0, () => CreateTrustRequest, () => CreateTrustResult];
2221
- var DeleteADAssessment = [
2242
+ var CreateTrust$ = [9, n0, _CT, 0, () => CreateTrustRequest$, () => CreateTrustResult$];
2243
+ var DeleteADAssessment$ = [
2222
2244
  9,
2223
2245
  n0,
2224
2246
  _DADA,
2225
2247
  0,
2226
- () => DeleteADAssessmentRequest,
2227
- () => DeleteADAssessmentResult,
2248
+ () => DeleteADAssessmentRequest$,
2249
+ () => DeleteADAssessmentResult$,
2228
2250
  ];
2229
- var DeleteConditionalForwarder = [
2251
+ var DeleteConditionalForwarder$ = [
2230
2252
  9,
2231
2253
  n0,
2232
2254
  _DCF,
2233
2255
  0,
2234
- () => DeleteConditionalForwarderRequest,
2235
- () => DeleteConditionalForwarderResult,
2256
+ () => DeleteConditionalForwarderRequest$,
2257
+ () => DeleteConditionalForwarderResult$,
2236
2258
  ];
2237
- var DeleteDirectory = [
2259
+ var DeleteDirectory$ = [
2238
2260
  9,
2239
2261
  n0,
2240
2262
  _DDe,
2241
2263
  0,
2242
- () => DeleteDirectoryRequest,
2243
- () => DeleteDirectoryResult,
2264
+ () => DeleteDirectoryRequest$,
2265
+ () => DeleteDirectoryResult$,
2244
2266
  ];
2245
- var DeleteLogSubscription = [
2267
+ var DeleteLogSubscription$ = [
2246
2268
  9,
2247
2269
  n0,
2248
2270
  _DLS,
2249
2271
  0,
2250
- () => DeleteLogSubscriptionRequest,
2251
- () => DeleteLogSubscriptionResult,
2272
+ () => DeleteLogSubscriptionRequest$,
2273
+ () => DeleteLogSubscriptionResult$,
2252
2274
  ];
2253
- var DeleteSnapshot = [
2275
+ var DeleteSnapshot$ = [
2254
2276
  9,
2255
2277
  n0,
2256
2278
  _DSe,
2257
2279
  0,
2258
- () => DeleteSnapshotRequest,
2259
- () => DeleteSnapshotResult,
2280
+ () => DeleteSnapshotRequest$,
2281
+ () => DeleteSnapshotResult$,
2260
2282
  ];
2261
- var DeleteTrust = [9, n0, _DTe, 0, () => DeleteTrustRequest, () => DeleteTrustResult];
2262
- var DeregisterCertificate = [
2283
+ var DeleteTrust$ = [9, n0, _DTe, 0, () => DeleteTrustRequest$, () => DeleteTrustResult$];
2284
+ var DeregisterCertificate$ = [
2263
2285
  9,
2264
2286
  n0,
2265
2287
  _DCe,
2266
2288
  0,
2267
- () => DeregisterCertificateRequest,
2268
- () => DeregisterCertificateResult,
2289
+ () => DeregisterCertificateRequest$,
2290
+ () => DeregisterCertificateResult$,
2269
2291
  ];
2270
- var DeregisterEventTopic = [
2292
+ var DeregisterEventTopic$ = [
2271
2293
  9,
2272
2294
  n0,
2273
2295
  _DET,
2274
2296
  0,
2275
- () => DeregisterEventTopicRequest,
2276
- () => DeregisterEventTopicResult,
2297
+ () => DeregisterEventTopicRequest$,
2298
+ () => DeregisterEventTopicResult$,
2277
2299
  ];
2278
- var DescribeADAssessment = [
2300
+ var DescribeADAssessment$ = [
2279
2301
  9,
2280
2302
  n0,
2281
2303
  _DADAe,
2282
2304
  0,
2283
- () => DescribeADAssessmentRequest,
2284
- () => DescribeADAssessmentResult,
2305
+ () => DescribeADAssessmentRequest$,
2306
+ () => DescribeADAssessmentResult$,
2285
2307
  ];
2286
- var DescribeCAEnrollmentPolicy = [
2308
+ var DescribeCAEnrollmentPolicy$ = [
2287
2309
  9,
2288
2310
  n0,
2289
2311
  _DCAEP,
2290
2312
  0,
2291
- () => DescribeCAEnrollmentPolicyRequest,
2292
- () => DescribeCAEnrollmentPolicyResult,
2313
+ () => DescribeCAEnrollmentPolicyRequest$,
2314
+ () => DescribeCAEnrollmentPolicyResult$,
2293
2315
  ];
2294
- var DescribeCertificate = [
2316
+ var DescribeCertificate$ = [
2295
2317
  9,
2296
2318
  n0,
2297
2319
  _DCes,
2298
2320
  0,
2299
- () => DescribeCertificateRequest,
2300
- () => DescribeCertificateResult,
2321
+ () => DescribeCertificateRequest$,
2322
+ () => DescribeCertificateResult$,
2301
2323
  ];
2302
- var DescribeClientAuthenticationSettings = [
2324
+ var DescribeClientAuthenticationSettings$ = [
2303
2325
  9,
2304
2326
  n0,
2305
2327
  _DCAS,
2306
2328
  0,
2307
- () => DescribeClientAuthenticationSettingsRequest,
2308
- () => DescribeClientAuthenticationSettingsResult,
2329
+ () => DescribeClientAuthenticationSettingsRequest$,
2330
+ () => DescribeClientAuthenticationSettingsResult$,
2309
2331
  ];
2310
- var DescribeConditionalForwarders = [
2332
+ var DescribeConditionalForwarders$ = [
2311
2333
  9,
2312
2334
  n0,
2313
2335
  _DCFe,
2314
2336
  0,
2315
- () => DescribeConditionalForwardersRequest,
2316
- () => DescribeConditionalForwardersResult,
2337
+ () => DescribeConditionalForwardersRequest$,
2338
+ () => DescribeConditionalForwardersResult$,
2317
2339
  ];
2318
- var DescribeDirectories = [
2340
+ var DescribeDirectories$ = [
2319
2341
  9,
2320
2342
  n0,
2321
2343
  _DDes,
2322
2344
  0,
2323
- () => DescribeDirectoriesRequest,
2324
- () => DescribeDirectoriesResult,
2345
+ () => DescribeDirectoriesRequest$,
2346
+ () => DescribeDirectoriesResult$,
2325
2347
  ];
2326
- var DescribeDirectoryDataAccess = [
2348
+ var DescribeDirectoryDataAccess$ = [
2327
2349
  9,
2328
2350
  n0,
2329
2351
  _DDDA,
2330
2352
  0,
2331
- () => DescribeDirectoryDataAccessRequest,
2332
- () => DescribeDirectoryDataAccessResult,
2353
+ () => DescribeDirectoryDataAccessRequest$,
2354
+ () => DescribeDirectoryDataAccessResult$,
2333
2355
  ];
2334
- var DescribeDomainControllers = [
2356
+ var DescribeDomainControllers$ = [
2335
2357
  9,
2336
2358
  n0,
2337
2359
  _DDC,
2338
2360
  0,
2339
- () => DescribeDomainControllersRequest,
2340
- () => DescribeDomainControllersResult,
2361
+ () => DescribeDomainControllersRequest$,
2362
+ () => DescribeDomainControllersResult$,
2341
2363
  ];
2342
- var DescribeEventTopics = [
2364
+ var DescribeEventTopics$ = [
2343
2365
  9,
2344
2366
  n0,
2345
2367
  _DETe,
2346
2368
  0,
2347
- () => DescribeEventTopicsRequest,
2348
- () => DescribeEventTopicsResult,
2369
+ () => DescribeEventTopicsRequest$,
2370
+ () => DescribeEventTopicsResult$,
2349
2371
  ];
2350
- var DescribeHybridADUpdate = [
2372
+ var DescribeHybridADUpdate$ = [
2351
2373
  9,
2352
2374
  n0,
2353
2375
  _DHADU,
2354
2376
  0,
2355
- () => DescribeHybridADUpdateRequest,
2356
- () => DescribeHybridADUpdateResult,
2377
+ () => DescribeHybridADUpdateRequest$,
2378
+ () => DescribeHybridADUpdateResult$,
2357
2379
  ];
2358
- var DescribeLDAPSSettings = [
2380
+ var DescribeLDAPSSettings$ = [
2359
2381
  9,
2360
2382
  n0,
2361
2383
  _DLDAPSS,
2362
2384
  0,
2363
- () => DescribeLDAPSSettingsRequest,
2364
- () => DescribeLDAPSSettingsResult,
2385
+ () => DescribeLDAPSSettingsRequest$,
2386
+ () => DescribeLDAPSSettingsResult$,
2365
2387
  ];
2366
- var DescribeRegions = [
2388
+ var DescribeRegions$ = [
2367
2389
  9,
2368
2390
  n0,
2369
2391
  _DR,
2370
2392
  0,
2371
- () => DescribeRegionsRequest,
2372
- () => DescribeRegionsResult,
2393
+ () => DescribeRegionsRequest$,
2394
+ () => DescribeRegionsResult$,
2373
2395
  ];
2374
- var DescribeSettings = [
2396
+ var DescribeSettings$ = [
2375
2397
  9,
2376
2398
  n0,
2377
2399
  _DSes,
2378
2400
  0,
2379
- () => DescribeSettingsRequest,
2380
- () => DescribeSettingsResult,
2401
+ () => DescribeSettingsRequest$,
2402
+ () => DescribeSettingsResult$,
2381
2403
  ];
2382
- var DescribeSharedDirectories = [
2404
+ var DescribeSharedDirectories$ = [
2383
2405
  9,
2384
2406
  n0,
2385
2407
  _DSD,
2386
2408
  0,
2387
- () => DescribeSharedDirectoriesRequest,
2388
- () => DescribeSharedDirectoriesResult,
2409
+ () => DescribeSharedDirectoriesRequest$,
2410
+ () => DescribeSharedDirectoriesResult$,
2389
2411
  ];
2390
- var DescribeSnapshots = [
2412
+ var DescribeSnapshots$ = [
2391
2413
  9,
2392
2414
  n0,
2393
2415
  _DSesc,
2394
2416
  0,
2395
- () => DescribeSnapshotsRequest,
2396
- () => DescribeSnapshotsResult,
2417
+ () => DescribeSnapshotsRequest$,
2418
+ () => DescribeSnapshotsResult$,
2397
2419
  ];
2398
- var DescribeTrusts = [
2420
+ var DescribeTrusts$ = [
2399
2421
  9,
2400
2422
  n0,
2401
2423
  _DTes,
2402
2424
  0,
2403
- () => DescribeTrustsRequest,
2404
- () => DescribeTrustsResult,
2425
+ () => DescribeTrustsRequest$,
2426
+ () => DescribeTrustsResult$,
2405
2427
  ];
2406
- var DescribeUpdateDirectory = [
2428
+ var DescribeUpdateDirectory$ = [
2407
2429
  9,
2408
2430
  n0,
2409
2431
  _DUD,
2410
2432
  0,
2411
- () => DescribeUpdateDirectoryRequest,
2412
- () => DescribeUpdateDirectoryResult,
2433
+ () => DescribeUpdateDirectoryRequest$,
2434
+ () => DescribeUpdateDirectoryResult$,
2413
2435
  ];
2414
- var DisableCAEnrollmentPolicy = [
2436
+ var DisableCAEnrollmentPolicy$ = [
2415
2437
  9,
2416
2438
  n0,
2417
2439
  _DCAEPi,
2418
2440
  0,
2419
- () => DisableCAEnrollmentPolicyRequest,
2420
- () => DisableCAEnrollmentPolicyResult,
2441
+ () => DisableCAEnrollmentPolicyRequest$,
2442
+ () => DisableCAEnrollmentPolicyResult$,
2421
2443
  ];
2422
- var DisableClientAuthentication = [
2444
+ var DisableClientAuthentication$ = [
2423
2445
  9,
2424
2446
  n0,
2425
2447
  _DCA,
2426
2448
  0,
2427
- () => DisableClientAuthenticationRequest,
2428
- () => DisableClientAuthenticationResult,
2449
+ () => DisableClientAuthenticationRequest$,
2450
+ () => DisableClientAuthenticationResult$,
2429
2451
  ];
2430
- var DisableDirectoryDataAccess = [
2452
+ var DisableDirectoryDataAccess$ = [
2431
2453
  9,
2432
2454
  n0,
2433
2455
  _DDDAi,
2434
2456
  0,
2435
- () => DisableDirectoryDataAccessRequest,
2436
- () => DisableDirectoryDataAccessResult,
2457
+ () => DisableDirectoryDataAccessRequest$,
2458
+ () => DisableDirectoryDataAccessResult$,
2437
2459
  ];
2438
- var DisableLDAPS = [
2460
+ var DisableLDAPS$ = [
2439
2461
  9,
2440
2462
  n0,
2441
2463
  _DLDAPS,
2442
2464
  0,
2443
- () => DisableLDAPSRequest,
2444
- () => DisableLDAPSResult,
2465
+ () => DisableLDAPSRequest$,
2466
+ () => DisableLDAPSResult$,
2445
2467
  ];
2446
- var DisableRadius = [
2468
+ var DisableRadius$ = [
2447
2469
  9,
2448
2470
  n0,
2449
2471
  _DRi,
2450
2472
  0,
2451
- () => DisableRadiusRequest,
2452
- () => DisableRadiusResult,
2473
+ () => DisableRadiusRequest$,
2474
+ () => DisableRadiusResult$,
2453
2475
  ];
2454
- var DisableSso = [9, n0, _DSi, 0, () => DisableSsoRequest, () => DisableSsoResult];
2455
- var EnableCAEnrollmentPolicy = [
2476
+ var DisableSso$ = [9, n0, _DSi, 0, () => DisableSsoRequest$, () => DisableSsoResult$];
2477
+ var EnableCAEnrollmentPolicy$ = [
2456
2478
  9,
2457
2479
  n0,
2458
2480
  _ECAEP,
2459
2481
  0,
2460
- () => EnableCAEnrollmentPolicyRequest,
2461
- () => EnableCAEnrollmentPolicyResult,
2482
+ () => EnableCAEnrollmentPolicyRequest$,
2483
+ () => EnableCAEnrollmentPolicyResult$,
2462
2484
  ];
2463
- var EnableClientAuthentication = [
2485
+ var EnableClientAuthentication$ = [
2464
2486
  9,
2465
2487
  n0,
2466
2488
  _ECA,
2467
2489
  0,
2468
- () => EnableClientAuthenticationRequest,
2469
- () => EnableClientAuthenticationResult,
2490
+ () => EnableClientAuthenticationRequest$,
2491
+ () => EnableClientAuthenticationResult$,
2470
2492
  ];
2471
- var EnableDirectoryDataAccess = [
2493
+ var EnableDirectoryDataAccess$ = [
2472
2494
  9,
2473
2495
  n0,
2474
2496
  _EDDA,
2475
2497
  0,
2476
- () => EnableDirectoryDataAccessRequest,
2477
- () => EnableDirectoryDataAccessResult,
2498
+ () => EnableDirectoryDataAccessRequest$,
2499
+ () => EnableDirectoryDataAccessResult$,
2478
2500
  ];
2479
- var EnableLDAPS = [9, n0, _ELDAPS, 0, () => EnableLDAPSRequest, () => EnableLDAPSResult];
2480
- var EnableRadius = [9, n0, _ER, 0, () => EnableRadiusRequest, () => EnableRadiusResult];
2481
- var EnableSso = [9, n0, _ES, 0, () => EnableSsoRequest, () => EnableSsoResult];
2482
- var GetDirectoryLimits = [
2501
+ var EnableLDAPS$ = [
2502
+ 9,
2503
+ n0,
2504
+ _ELDAPS,
2505
+ 0,
2506
+ () => EnableLDAPSRequest$,
2507
+ () => EnableLDAPSResult$,
2508
+ ];
2509
+ var EnableRadius$ = [
2510
+ 9,
2511
+ n0,
2512
+ _ER,
2513
+ 0,
2514
+ () => EnableRadiusRequest$,
2515
+ () => EnableRadiusResult$,
2516
+ ];
2517
+ var EnableSso$ = [9, n0, _ES, 0, () => EnableSsoRequest$, () => EnableSsoResult$];
2518
+ var GetDirectoryLimits$ = [
2483
2519
  9,
2484
2520
  n0,
2485
2521
  _GDL,
2486
2522
  0,
2487
- () => GetDirectoryLimitsRequest,
2488
- () => GetDirectoryLimitsResult,
2523
+ () => GetDirectoryLimitsRequest$,
2524
+ () => GetDirectoryLimitsResult$,
2489
2525
  ];
2490
- var GetSnapshotLimits = [
2526
+ var GetSnapshotLimits$ = [
2491
2527
  9,
2492
2528
  n0,
2493
2529
  _GSL,
2494
2530
  0,
2495
- () => GetSnapshotLimitsRequest,
2496
- () => GetSnapshotLimitsResult,
2531
+ () => GetSnapshotLimitsRequest$,
2532
+ () => GetSnapshotLimitsResult$,
2497
2533
  ];
2498
- var ListADAssessments = [
2534
+ var ListADAssessments$ = [
2499
2535
  9,
2500
2536
  n0,
2501
2537
  _LADA,
2502
2538
  0,
2503
- () => ListADAssessmentsRequest,
2504
- () => ListADAssessmentsResult,
2539
+ () => ListADAssessmentsRequest$,
2540
+ () => ListADAssessmentsResult$,
2505
2541
  ];
2506
- var ListCertificates = [
2542
+ var ListCertificates$ = [
2507
2543
  9,
2508
2544
  n0,
2509
2545
  _LCi,
2510
2546
  0,
2511
- () => ListCertificatesRequest,
2512
- () => ListCertificatesResult,
2547
+ () => ListCertificatesRequest$,
2548
+ () => ListCertificatesResult$,
2513
2549
  ];
2514
- var ListIpRoutes = [9, n0, _LIR, 0, () => ListIpRoutesRequest, () => ListIpRoutesResult];
2515
- var ListLogSubscriptions = [
2550
+ var ListIpRoutes$ = [
2551
+ 9,
2552
+ n0,
2553
+ _LIR,
2554
+ 0,
2555
+ () => ListIpRoutesRequest$,
2556
+ () => ListIpRoutesResult$,
2557
+ ];
2558
+ var ListLogSubscriptions$ = [
2516
2559
  9,
2517
2560
  n0,
2518
2561
  _LLS,
2519
2562
  0,
2520
- () => ListLogSubscriptionsRequest,
2521
- () => ListLogSubscriptionsResult,
2563
+ () => ListLogSubscriptionsRequest$,
2564
+ () => ListLogSubscriptionsResult$,
2522
2565
  ];
2523
- var ListSchemaExtensions = [
2566
+ var ListSchemaExtensions$ = [
2524
2567
  9,
2525
2568
  n0,
2526
2569
  _LSE,
2527
2570
  0,
2528
- () => ListSchemaExtensionsRequest,
2529
- () => ListSchemaExtensionsResult,
2571
+ () => ListSchemaExtensionsRequest$,
2572
+ () => ListSchemaExtensionsResult$,
2530
2573
  ];
2531
- var ListTagsForResource = [
2574
+ var ListTagsForResource$ = [
2532
2575
  9,
2533
2576
  n0,
2534
2577
  _LTFR,
2535
2578
  0,
2536
- () => ListTagsForResourceRequest,
2537
- () => ListTagsForResourceResult,
2579
+ () => ListTagsForResourceRequest$,
2580
+ () => ListTagsForResourceResult$,
2538
2581
  ];
2539
- var RegisterCertificate = [
2582
+ var RegisterCertificate$ = [
2540
2583
  9,
2541
2584
  n0,
2542
2585
  _RC,
2543
2586
  0,
2544
- () => RegisterCertificateRequest,
2545
- () => RegisterCertificateResult,
2587
+ () => RegisterCertificateRequest$,
2588
+ () => RegisterCertificateResult$,
2546
2589
  ];
2547
- var RegisterEventTopic = [
2590
+ var RegisterEventTopic$ = [
2548
2591
  9,
2549
2592
  n0,
2550
2593
  _RET,
2551
2594
  0,
2552
- () => RegisterEventTopicRequest,
2553
- () => RegisterEventTopicResult,
2595
+ () => RegisterEventTopicRequest$,
2596
+ () => RegisterEventTopicResult$,
2554
2597
  ];
2555
- var RejectSharedDirectory = [
2598
+ var RejectSharedDirectory$ = [
2556
2599
  9,
2557
2600
  n0,
2558
2601
  _RSD,
2559
2602
  0,
2560
- () => RejectSharedDirectoryRequest,
2561
- () => RejectSharedDirectoryResult,
2603
+ () => RejectSharedDirectoryRequest$,
2604
+ () => RejectSharedDirectoryResult$,
2562
2605
  ];
2563
- var RemoveIpRoutes = [
2606
+ var RemoveIpRoutes$ = [
2564
2607
  9,
2565
2608
  n0,
2566
2609
  _RIR,
2567
2610
  0,
2568
- () => RemoveIpRoutesRequest,
2569
- () => RemoveIpRoutesResult,
2611
+ () => RemoveIpRoutesRequest$,
2612
+ () => RemoveIpRoutesResult$,
2613
+ ];
2614
+ var RemoveRegion$ = [
2615
+ 9,
2616
+ n0,
2617
+ _RRe,
2618
+ 0,
2619
+ () => RemoveRegionRequest$,
2620
+ () => RemoveRegionResult$,
2570
2621
  ];
2571
- var RemoveRegion = [9, n0, _RRe, 0, () => RemoveRegionRequest, () => RemoveRegionResult];
2572
- var RemoveTagsFromResource = [
2622
+ var RemoveTagsFromResource$ = [
2573
2623
  9,
2574
2624
  n0,
2575
2625
  _RTFR,
2576
2626
  0,
2577
- () => RemoveTagsFromResourceRequest,
2578
- () => RemoveTagsFromResourceResult,
2627
+ () => RemoveTagsFromResourceRequest$,
2628
+ () => RemoveTagsFromResourceResult$,
2579
2629
  ];
2580
- var ResetUserPassword = [
2630
+ var ResetUserPassword$ = [
2581
2631
  9,
2582
2632
  n0,
2583
2633
  _RUP,
2584
2634
  0,
2585
- () => ResetUserPasswordRequest,
2586
- () => ResetUserPasswordResult,
2635
+ () => ResetUserPasswordRequest$,
2636
+ () => ResetUserPasswordResult$,
2587
2637
  ];
2588
- var RestoreFromSnapshot = [
2638
+ var RestoreFromSnapshot$ = [
2589
2639
  9,
2590
2640
  n0,
2591
2641
  _RFS,
2592
2642
  0,
2593
- () => RestoreFromSnapshotRequest,
2594
- () => RestoreFromSnapshotResult,
2643
+ () => RestoreFromSnapshotRequest$,
2644
+ () => RestoreFromSnapshotResult$,
2595
2645
  ];
2596
- var ShareDirectory = [
2646
+ var ShareDirectory$ = [
2597
2647
  9,
2598
2648
  n0,
2599
2649
  _SDha,
2600
2650
  0,
2601
- () => ShareDirectoryRequest,
2602
- () => ShareDirectoryResult,
2651
+ () => ShareDirectoryRequest$,
2652
+ () => ShareDirectoryResult$,
2603
2653
  ];
2604
- var StartADAssessment = [
2654
+ var StartADAssessment$ = [
2605
2655
  9,
2606
2656
  n0,
2607
2657
  _SADA,
2608
2658
  0,
2609
- () => StartADAssessmentRequest,
2610
- () => StartADAssessmentResult,
2659
+ () => StartADAssessmentRequest$,
2660
+ () => StartADAssessmentResult$,
2611
2661
  ];
2612
- var StartSchemaExtension = [
2662
+ var StartSchemaExtension$ = [
2613
2663
  9,
2614
2664
  n0,
2615
2665
  _SSE,
2616
2666
  0,
2617
- () => StartSchemaExtensionRequest,
2618
- () => StartSchemaExtensionResult,
2667
+ () => StartSchemaExtensionRequest$,
2668
+ () => StartSchemaExtensionResult$,
2619
2669
  ];
2620
- var UnshareDirectory = [
2670
+ var UnshareDirectory$ = [
2621
2671
  9,
2622
2672
  n0,
2623
2673
  _UD,
2624
2674
  0,
2625
- () => UnshareDirectoryRequest,
2626
- () => UnshareDirectoryResult,
2675
+ () => UnshareDirectoryRequest$,
2676
+ () => UnshareDirectoryResult$,
2627
2677
  ];
2628
- var UpdateConditionalForwarder = [
2678
+ var UpdateConditionalForwarder$ = [
2629
2679
  9,
2630
2680
  n0,
2631
2681
  _UCF,
2632
2682
  0,
2633
- () => UpdateConditionalForwarderRequest,
2634
- () => UpdateConditionalForwarderResult,
2683
+ () => UpdateConditionalForwarderRequest$,
2684
+ () => UpdateConditionalForwarderResult$,
2635
2685
  ];
2636
- var UpdateDirectorySetup = [
2686
+ var UpdateDirectorySetup$ = [
2637
2687
  9,
2638
2688
  n0,
2639
2689
  _UDS,
2640
2690
  0,
2641
- () => UpdateDirectorySetupRequest,
2642
- () => UpdateDirectorySetupResult,
2691
+ () => UpdateDirectorySetupRequest$,
2692
+ () => UpdateDirectorySetupResult$,
2643
2693
  ];
2644
- var UpdateHybridAD = [
2694
+ var UpdateHybridAD$ = [
2645
2695
  9,
2646
2696
  n0,
2647
2697
  _UHAD,
2648
2698
  0,
2649
- () => UpdateHybridADRequest,
2650
- () => UpdateHybridADResult,
2699
+ () => UpdateHybridADRequest$,
2700
+ () => UpdateHybridADResult$,
2651
2701
  ];
2652
- var UpdateNumberOfDomainControllers = [
2702
+ var UpdateNumberOfDomainControllers$ = [
2653
2703
  9,
2654
2704
  n0,
2655
2705
  _UNODC,
2656
2706
  0,
2657
- () => UpdateNumberOfDomainControllersRequest,
2658
- () => UpdateNumberOfDomainControllersResult,
2707
+ () => UpdateNumberOfDomainControllersRequest$,
2708
+ () => UpdateNumberOfDomainControllersResult$,
2709
+ ];
2710
+ var UpdateRadius$ = [
2711
+ 9,
2712
+ n0,
2713
+ _UR,
2714
+ 0,
2715
+ () => UpdateRadiusRequest$,
2716
+ () => UpdateRadiusResult$,
2659
2717
  ];
2660
- var UpdateRadius = [9, n0, _UR, 0, () => UpdateRadiusRequest, () => UpdateRadiusResult];
2661
- var UpdateSettings = [
2718
+ var UpdateSettings$ = [
2662
2719
  9,
2663
2720
  n0,
2664
2721
  _US,
2665
2722
  0,
2666
- () => UpdateSettingsRequest,
2667
- () => UpdateSettingsResult,
2723
+ () => UpdateSettingsRequest$,
2724
+ () => UpdateSettingsResult$,
2668
2725
  ];
2669
- var UpdateTrust = [9, n0, _UTp, 0, () => UpdateTrustRequest, () => UpdateTrustResult];
2670
- var VerifyTrust = [9, n0, _VT, 0, () => VerifyTrustRequest, () => VerifyTrustResult];
2726
+ var UpdateTrust$ = [9, n0, _UTp, 0, () => UpdateTrustRequest$, () => UpdateTrustResult$];
2727
+ var VerifyTrust$ = [9, n0, _VT, 0, () => VerifyTrustRequest$, () => VerifyTrustResult$];
2671
2728
 
2672
2729
  class AcceptSharedDirectoryCommand extends smithyClient.Command
2673
2730
  .classBuilder()
@@ -2677,7 +2734,7 @@ class AcceptSharedDirectoryCommand extends smithyClient.Command
2677
2734
  })
2678
2735
  .s("DirectoryService_20150416", "AcceptSharedDirectory", {})
2679
2736
  .n("DirectoryServiceClient", "AcceptSharedDirectoryCommand")
2680
- .sc(AcceptSharedDirectory)
2737
+ .sc(AcceptSharedDirectory$)
2681
2738
  .build() {
2682
2739
  }
2683
2740
 
@@ -2689,7 +2746,7 @@ class AddIpRoutesCommand extends smithyClient.Command
2689
2746
  })
2690
2747
  .s("DirectoryService_20150416", "AddIpRoutes", {})
2691
2748
  .n("DirectoryServiceClient", "AddIpRoutesCommand")
2692
- .sc(AddIpRoutes)
2749
+ .sc(AddIpRoutes$)
2693
2750
  .build() {
2694
2751
  }
2695
2752
 
@@ -2701,7 +2758,7 @@ class AddRegionCommand extends smithyClient.Command
2701
2758
  })
2702
2759
  .s("DirectoryService_20150416", "AddRegion", {})
2703
2760
  .n("DirectoryServiceClient", "AddRegionCommand")
2704
- .sc(AddRegion)
2761
+ .sc(AddRegion$)
2705
2762
  .build() {
2706
2763
  }
2707
2764
 
@@ -2713,7 +2770,7 @@ class AddTagsToResourceCommand extends smithyClient.Command
2713
2770
  })
2714
2771
  .s("DirectoryService_20150416", "AddTagsToResource", {})
2715
2772
  .n("DirectoryServiceClient", "AddTagsToResourceCommand")
2716
- .sc(AddTagsToResource)
2773
+ .sc(AddTagsToResource$)
2717
2774
  .build() {
2718
2775
  }
2719
2776
 
@@ -2725,7 +2782,7 @@ class CancelSchemaExtensionCommand extends smithyClient.Command
2725
2782
  })
2726
2783
  .s("DirectoryService_20150416", "CancelSchemaExtension", {})
2727
2784
  .n("DirectoryServiceClient", "CancelSchemaExtensionCommand")
2728
- .sc(CancelSchemaExtension)
2785
+ .sc(CancelSchemaExtension$)
2729
2786
  .build() {
2730
2787
  }
2731
2788
 
@@ -2737,7 +2794,7 @@ class ConnectDirectoryCommand extends smithyClient.Command
2737
2794
  })
2738
2795
  .s("DirectoryService_20150416", "ConnectDirectory", {})
2739
2796
  .n("DirectoryServiceClient", "ConnectDirectoryCommand")
2740
- .sc(ConnectDirectory)
2797
+ .sc(ConnectDirectory$)
2741
2798
  .build() {
2742
2799
  }
2743
2800
 
@@ -2749,7 +2806,7 @@ class CreateAliasCommand extends smithyClient.Command
2749
2806
  })
2750
2807
  .s("DirectoryService_20150416", "CreateAlias", {})
2751
2808
  .n("DirectoryServiceClient", "CreateAliasCommand")
2752
- .sc(CreateAlias)
2809
+ .sc(CreateAlias$)
2753
2810
  .build() {
2754
2811
  }
2755
2812
 
@@ -2761,7 +2818,7 @@ class CreateComputerCommand extends smithyClient.Command
2761
2818
  })
2762
2819
  .s("DirectoryService_20150416", "CreateComputer", {})
2763
2820
  .n("DirectoryServiceClient", "CreateComputerCommand")
2764
- .sc(CreateComputer)
2821
+ .sc(CreateComputer$)
2765
2822
  .build() {
2766
2823
  }
2767
2824
 
@@ -2773,7 +2830,7 @@ class CreateConditionalForwarderCommand extends smithyClient.Command
2773
2830
  })
2774
2831
  .s("DirectoryService_20150416", "CreateConditionalForwarder", {})
2775
2832
  .n("DirectoryServiceClient", "CreateConditionalForwarderCommand")
2776
- .sc(CreateConditionalForwarder)
2833
+ .sc(CreateConditionalForwarder$)
2777
2834
  .build() {
2778
2835
  }
2779
2836
 
@@ -2785,7 +2842,7 @@ class CreateDirectoryCommand extends smithyClient.Command
2785
2842
  })
2786
2843
  .s("DirectoryService_20150416", "CreateDirectory", {})
2787
2844
  .n("DirectoryServiceClient", "CreateDirectoryCommand")
2788
- .sc(CreateDirectory)
2845
+ .sc(CreateDirectory$)
2789
2846
  .build() {
2790
2847
  }
2791
2848
 
@@ -2797,7 +2854,7 @@ class CreateHybridADCommand extends smithyClient.Command
2797
2854
  })
2798
2855
  .s("DirectoryService_20150416", "CreateHybridAD", {})
2799
2856
  .n("DirectoryServiceClient", "CreateHybridADCommand")
2800
- .sc(CreateHybridAD)
2857
+ .sc(CreateHybridAD$)
2801
2858
  .build() {
2802
2859
  }
2803
2860
 
@@ -2809,7 +2866,7 @@ class CreateLogSubscriptionCommand extends smithyClient.Command
2809
2866
  })
2810
2867
  .s("DirectoryService_20150416", "CreateLogSubscription", {})
2811
2868
  .n("DirectoryServiceClient", "CreateLogSubscriptionCommand")
2812
- .sc(CreateLogSubscription)
2869
+ .sc(CreateLogSubscription$)
2813
2870
  .build() {
2814
2871
  }
2815
2872
 
@@ -2821,7 +2878,7 @@ class CreateMicrosoftADCommand extends smithyClient.Command
2821
2878
  })
2822
2879
  .s("DirectoryService_20150416", "CreateMicrosoftAD", {})
2823
2880
  .n("DirectoryServiceClient", "CreateMicrosoftADCommand")
2824
- .sc(CreateMicrosoftAD)
2881
+ .sc(CreateMicrosoftAD$)
2825
2882
  .build() {
2826
2883
  }
2827
2884
 
@@ -2833,7 +2890,7 @@ class CreateSnapshotCommand extends smithyClient.Command
2833
2890
  })
2834
2891
  .s("DirectoryService_20150416", "CreateSnapshot", {})
2835
2892
  .n("DirectoryServiceClient", "CreateSnapshotCommand")
2836
- .sc(CreateSnapshot)
2893
+ .sc(CreateSnapshot$)
2837
2894
  .build() {
2838
2895
  }
2839
2896
 
@@ -2845,7 +2902,7 @@ class CreateTrustCommand extends smithyClient.Command
2845
2902
  })
2846
2903
  .s("DirectoryService_20150416", "CreateTrust", {})
2847
2904
  .n("DirectoryServiceClient", "CreateTrustCommand")
2848
- .sc(CreateTrust)
2905
+ .sc(CreateTrust$)
2849
2906
  .build() {
2850
2907
  }
2851
2908
 
@@ -2857,7 +2914,7 @@ class DeleteADAssessmentCommand extends smithyClient.Command
2857
2914
  })
2858
2915
  .s("DirectoryService_20150416", "DeleteADAssessment", {})
2859
2916
  .n("DirectoryServiceClient", "DeleteADAssessmentCommand")
2860
- .sc(DeleteADAssessment)
2917
+ .sc(DeleteADAssessment$)
2861
2918
  .build() {
2862
2919
  }
2863
2920
 
@@ -2869,7 +2926,7 @@ class DeleteConditionalForwarderCommand extends smithyClient.Command
2869
2926
  })
2870
2927
  .s("DirectoryService_20150416", "DeleteConditionalForwarder", {})
2871
2928
  .n("DirectoryServiceClient", "DeleteConditionalForwarderCommand")
2872
- .sc(DeleteConditionalForwarder)
2929
+ .sc(DeleteConditionalForwarder$)
2873
2930
  .build() {
2874
2931
  }
2875
2932
 
@@ -2881,7 +2938,7 @@ class DeleteDirectoryCommand extends smithyClient.Command
2881
2938
  })
2882
2939
  .s("DirectoryService_20150416", "DeleteDirectory", {})
2883
2940
  .n("DirectoryServiceClient", "DeleteDirectoryCommand")
2884
- .sc(DeleteDirectory)
2941
+ .sc(DeleteDirectory$)
2885
2942
  .build() {
2886
2943
  }
2887
2944
 
@@ -2893,7 +2950,7 @@ class DeleteLogSubscriptionCommand extends smithyClient.Command
2893
2950
  })
2894
2951
  .s("DirectoryService_20150416", "DeleteLogSubscription", {})
2895
2952
  .n("DirectoryServiceClient", "DeleteLogSubscriptionCommand")
2896
- .sc(DeleteLogSubscription)
2953
+ .sc(DeleteLogSubscription$)
2897
2954
  .build() {
2898
2955
  }
2899
2956
 
@@ -2905,7 +2962,7 @@ class DeleteSnapshotCommand extends smithyClient.Command
2905
2962
  })
2906
2963
  .s("DirectoryService_20150416", "DeleteSnapshot", {})
2907
2964
  .n("DirectoryServiceClient", "DeleteSnapshotCommand")
2908
- .sc(DeleteSnapshot)
2965
+ .sc(DeleteSnapshot$)
2909
2966
  .build() {
2910
2967
  }
2911
2968
 
@@ -2917,7 +2974,7 @@ class DeleteTrustCommand extends smithyClient.Command
2917
2974
  })
2918
2975
  .s("DirectoryService_20150416", "DeleteTrust", {})
2919
2976
  .n("DirectoryServiceClient", "DeleteTrustCommand")
2920
- .sc(DeleteTrust)
2977
+ .sc(DeleteTrust$)
2921
2978
  .build() {
2922
2979
  }
2923
2980
 
@@ -2929,7 +2986,7 @@ class DeregisterCertificateCommand extends smithyClient.Command
2929
2986
  })
2930
2987
  .s("DirectoryService_20150416", "DeregisterCertificate", {})
2931
2988
  .n("DirectoryServiceClient", "DeregisterCertificateCommand")
2932
- .sc(DeregisterCertificate)
2989
+ .sc(DeregisterCertificate$)
2933
2990
  .build() {
2934
2991
  }
2935
2992
 
@@ -2941,7 +2998,7 @@ class DeregisterEventTopicCommand extends smithyClient.Command
2941
2998
  })
2942
2999
  .s("DirectoryService_20150416", "DeregisterEventTopic", {})
2943
3000
  .n("DirectoryServiceClient", "DeregisterEventTopicCommand")
2944
- .sc(DeregisterEventTopic)
3001
+ .sc(DeregisterEventTopic$)
2945
3002
  .build() {
2946
3003
  }
2947
3004
 
@@ -2953,7 +3010,7 @@ class DescribeADAssessmentCommand extends smithyClient.Command
2953
3010
  })
2954
3011
  .s("DirectoryService_20150416", "DescribeADAssessment", {})
2955
3012
  .n("DirectoryServiceClient", "DescribeADAssessmentCommand")
2956
- .sc(DescribeADAssessment)
3013
+ .sc(DescribeADAssessment$)
2957
3014
  .build() {
2958
3015
  }
2959
3016
 
@@ -2965,7 +3022,7 @@ class DescribeCAEnrollmentPolicyCommand extends smithyClient.Command
2965
3022
  })
2966
3023
  .s("DirectoryService_20150416", "DescribeCAEnrollmentPolicy", {})
2967
3024
  .n("DirectoryServiceClient", "DescribeCAEnrollmentPolicyCommand")
2968
- .sc(DescribeCAEnrollmentPolicy)
3025
+ .sc(DescribeCAEnrollmentPolicy$)
2969
3026
  .build() {
2970
3027
  }
2971
3028
 
@@ -2977,7 +3034,7 @@ class DescribeCertificateCommand extends smithyClient.Command
2977
3034
  })
2978
3035
  .s("DirectoryService_20150416", "DescribeCertificate", {})
2979
3036
  .n("DirectoryServiceClient", "DescribeCertificateCommand")
2980
- .sc(DescribeCertificate)
3037
+ .sc(DescribeCertificate$)
2981
3038
  .build() {
2982
3039
  }
2983
3040
 
@@ -2989,7 +3046,7 @@ class DescribeClientAuthenticationSettingsCommand extends smithyClient.Command
2989
3046
  })
2990
3047
  .s("DirectoryService_20150416", "DescribeClientAuthenticationSettings", {})
2991
3048
  .n("DirectoryServiceClient", "DescribeClientAuthenticationSettingsCommand")
2992
- .sc(DescribeClientAuthenticationSettings)
3049
+ .sc(DescribeClientAuthenticationSettings$)
2993
3050
  .build() {
2994
3051
  }
2995
3052
 
@@ -3001,7 +3058,7 @@ class DescribeConditionalForwardersCommand extends smithyClient.Command
3001
3058
  })
3002
3059
  .s("DirectoryService_20150416", "DescribeConditionalForwarders", {})
3003
3060
  .n("DirectoryServiceClient", "DescribeConditionalForwardersCommand")
3004
- .sc(DescribeConditionalForwarders)
3061
+ .sc(DescribeConditionalForwarders$)
3005
3062
  .build() {
3006
3063
  }
3007
3064
 
@@ -3013,7 +3070,7 @@ class DescribeDirectoriesCommand extends smithyClient.Command
3013
3070
  })
3014
3071
  .s("DirectoryService_20150416", "DescribeDirectories", {})
3015
3072
  .n("DirectoryServiceClient", "DescribeDirectoriesCommand")
3016
- .sc(DescribeDirectories)
3073
+ .sc(DescribeDirectories$)
3017
3074
  .build() {
3018
3075
  }
3019
3076
 
@@ -3025,7 +3082,7 @@ class DescribeDirectoryDataAccessCommand extends smithyClient.Command
3025
3082
  })
3026
3083
  .s("DirectoryService_20150416", "DescribeDirectoryDataAccess", {})
3027
3084
  .n("DirectoryServiceClient", "DescribeDirectoryDataAccessCommand")
3028
- .sc(DescribeDirectoryDataAccess)
3085
+ .sc(DescribeDirectoryDataAccess$)
3029
3086
  .build() {
3030
3087
  }
3031
3088
 
@@ -3037,7 +3094,7 @@ class DescribeDomainControllersCommand extends smithyClient.Command
3037
3094
  })
3038
3095
  .s("DirectoryService_20150416", "DescribeDomainControllers", {})
3039
3096
  .n("DirectoryServiceClient", "DescribeDomainControllersCommand")
3040
- .sc(DescribeDomainControllers)
3097
+ .sc(DescribeDomainControllers$)
3041
3098
  .build() {
3042
3099
  }
3043
3100
 
@@ -3049,7 +3106,7 @@ class DescribeEventTopicsCommand extends smithyClient.Command
3049
3106
  })
3050
3107
  .s("DirectoryService_20150416", "DescribeEventTopics", {})
3051
3108
  .n("DirectoryServiceClient", "DescribeEventTopicsCommand")
3052
- .sc(DescribeEventTopics)
3109
+ .sc(DescribeEventTopics$)
3053
3110
  .build() {
3054
3111
  }
3055
3112
 
@@ -3061,7 +3118,7 @@ class DescribeHybridADUpdateCommand extends smithyClient.Command
3061
3118
  })
3062
3119
  .s("DirectoryService_20150416", "DescribeHybridADUpdate", {})
3063
3120
  .n("DirectoryServiceClient", "DescribeHybridADUpdateCommand")
3064
- .sc(DescribeHybridADUpdate)
3121
+ .sc(DescribeHybridADUpdate$)
3065
3122
  .build() {
3066
3123
  }
3067
3124
 
@@ -3073,7 +3130,7 @@ class DescribeLDAPSSettingsCommand extends smithyClient.Command
3073
3130
  })
3074
3131
  .s("DirectoryService_20150416", "DescribeLDAPSSettings", {})
3075
3132
  .n("DirectoryServiceClient", "DescribeLDAPSSettingsCommand")
3076
- .sc(DescribeLDAPSSettings)
3133
+ .sc(DescribeLDAPSSettings$)
3077
3134
  .build() {
3078
3135
  }
3079
3136
 
@@ -3085,7 +3142,7 @@ class DescribeRegionsCommand extends smithyClient.Command
3085
3142
  })
3086
3143
  .s("DirectoryService_20150416", "DescribeRegions", {})
3087
3144
  .n("DirectoryServiceClient", "DescribeRegionsCommand")
3088
- .sc(DescribeRegions)
3145
+ .sc(DescribeRegions$)
3089
3146
  .build() {
3090
3147
  }
3091
3148
 
@@ -3097,7 +3154,7 @@ class DescribeSettingsCommand extends smithyClient.Command
3097
3154
  })
3098
3155
  .s("DirectoryService_20150416", "DescribeSettings", {})
3099
3156
  .n("DirectoryServiceClient", "DescribeSettingsCommand")
3100
- .sc(DescribeSettings)
3157
+ .sc(DescribeSettings$)
3101
3158
  .build() {
3102
3159
  }
3103
3160
 
@@ -3109,7 +3166,7 @@ class DescribeSharedDirectoriesCommand extends smithyClient.Command
3109
3166
  })
3110
3167
  .s("DirectoryService_20150416", "DescribeSharedDirectories", {})
3111
3168
  .n("DirectoryServiceClient", "DescribeSharedDirectoriesCommand")
3112
- .sc(DescribeSharedDirectories)
3169
+ .sc(DescribeSharedDirectories$)
3113
3170
  .build() {
3114
3171
  }
3115
3172
 
@@ -3121,7 +3178,7 @@ class DescribeSnapshotsCommand extends smithyClient.Command
3121
3178
  })
3122
3179
  .s("DirectoryService_20150416", "DescribeSnapshots", {})
3123
3180
  .n("DirectoryServiceClient", "DescribeSnapshotsCommand")
3124
- .sc(DescribeSnapshots)
3181
+ .sc(DescribeSnapshots$)
3125
3182
  .build() {
3126
3183
  }
3127
3184
 
@@ -3133,7 +3190,7 @@ class DescribeTrustsCommand extends smithyClient.Command
3133
3190
  })
3134
3191
  .s("DirectoryService_20150416", "DescribeTrusts", {})
3135
3192
  .n("DirectoryServiceClient", "DescribeTrustsCommand")
3136
- .sc(DescribeTrusts)
3193
+ .sc(DescribeTrusts$)
3137
3194
  .build() {
3138
3195
  }
3139
3196
 
@@ -3145,7 +3202,7 @@ class DescribeUpdateDirectoryCommand extends smithyClient.Command
3145
3202
  })
3146
3203
  .s("DirectoryService_20150416", "DescribeUpdateDirectory", {})
3147
3204
  .n("DirectoryServiceClient", "DescribeUpdateDirectoryCommand")
3148
- .sc(DescribeUpdateDirectory)
3205
+ .sc(DescribeUpdateDirectory$)
3149
3206
  .build() {
3150
3207
  }
3151
3208
 
@@ -3157,7 +3214,7 @@ class DisableCAEnrollmentPolicyCommand extends smithyClient.Command
3157
3214
  })
3158
3215
  .s("DirectoryService_20150416", "DisableCAEnrollmentPolicy", {})
3159
3216
  .n("DirectoryServiceClient", "DisableCAEnrollmentPolicyCommand")
3160
- .sc(DisableCAEnrollmentPolicy)
3217
+ .sc(DisableCAEnrollmentPolicy$)
3161
3218
  .build() {
3162
3219
  }
3163
3220
 
@@ -3169,7 +3226,7 @@ class DisableClientAuthenticationCommand extends smithyClient.Command
3169
3226
  })
3170
3227
  .s("DirectoryService_20150416", "DisableClientAuthentication", {})
3171
3228
  .n("DirectoryServiceClient", "DisableClientAuthenticationCommand")
3172
- .sc(DisableClientAuthentication)
3229
+ .sc(DisableClientAuthentication$)
3173
3230
  .build() {
3174
3231
  }
3175
3232
 
@@ -3181,7 +3238,7 @@ class DisableDirectoryDataAccessCommand extends smithyClient.Command
3181
3238
  })
3182
3239
  .s("DirectoryService_20150416", "DisableDirectoryDataAccess", {})
3183
3240
  .n("DirectoryServiceClient", "DisableDirectoryDataAccessCommand")
3184
- .sc(DisableDirectoryDataAccess)
3241
+ .sc(DisableDirectoryDataAccess$)
3185
3242
  .build() {
3186
3243
  }
3187
3244
 
@@ -3193,7 +3250,7 @@ class DisableLDAPSCommand extends smithyClient.Command
3193
3250
  })
3194
3251
  .s("DirectoryService_20150416", "DisableLDAPS", {})
3195
3252
  .n("DirectoryServiceClient", "DisableLDAPSCommand")
3196
- .sc(DisableLDAPS)
3253
+ .sc(DisableLDAPS$)
3197
3254
  .build() {
3198
3255
  }
3199
3256
 
@@ -3205,7 +3262,7 @@ class DisableRadiusCommand extends smithyClient.Command
3205
3262
  })
3206
3263
  .s("DirectoryService_20150416", "DisableRadius", {})
3207
3264
  .n("DirectoryServiceClient", "DisableRadiusCommand")
3208
- .sc(DisableRadius)
3265
+ .sc(DisableRadius$)
3209
3266
  .build() {
3210
3267
  }
3211
3268
 
@@ -3217,7 +3274,7 @@ class DisableSsoCommand extends smithyClient.Command
3217
3274
  })
3218
3275
  .s("DirectoryService_20150416", "DisableSso", {})
3219
3276
  .n("DirectoryServiceClient", "DisableSsoCommand")
3220
- .sc(DisableSso)
3277
+ .sc(DisableSso$)
3221
3278
  .build() {
3222
3279
  }
3223
3280
 
@@ -3229,7 +3286,7 @@ class EnableCAEnrollmentPolicyCommand extends smithyClient.Command
3229
3286
  })
3230
3287
  .s("DirectoryService_20150416", "EnableCAEnrollmentPolicy", {})
3231
3288
  .n("DirectoryServiceClient", "EnableCAEnrollmentPolicyCommand")
3232
- .sc(EnableCAEnrollmentPolicy)
3289
+ .sc(EnableCAEnrollmentPolicy$)
3233
3290
  .build() {
3234
3291
  }
3235
3292
 
@@ -3241,7 +3298,7 @@ class EnableClientAuthenticationCommand extends smithyClient.Command
3241
3298
  })
3242
3299
  .s("DirectoryService_20150416", "EnableClientAuthentication", {})
3243
3300
  .n("DirectoryServiceClient", "EnableClientAuthenticationCommand")
3244
- .sc(EnableClientAuthentication)
3301
+ .sc(EnableClientAuthentication$)
3245
3302
  .build() {
3246
3303
  }
3247
3304
 
@@ -3253,7 +3310,7 @@ class EnableDirectoryDataAccessCommand extends smithyClient.Command
3253
3310
  })
3254
3311
  .s("DirectoryService_20150416", "EnableDirectoryDataAccess", {})
3255
3312
  .n("DirectoryServiceClient", "EnableDirectoryDataAccessCommand")
3256
- .sc(EnableDirectoryDataAccess)
3313
+ .sc(EnableDirectoryDataAccess$)
3257
3314
  .build() {
3258
3315
  }
3259
3316
 
@@ -3265,7 +3322,7 @@ class EnableLDAPSCommand extends smithyClient.Command
3265
3322
  })
3266
3323
  .s("DirectoryService_20150416", "EnableLDAPS", {})
3267
3324
  .n("DirectoryServiceClient", "EnableLDAPSCommand")
3268
- .sc(EnableLDAPS)
3325
+ .sc(EnableLDAPS$)
3269
3326
  .build() {
3270
3327
  }
3271
3328
 
@@ -3277,7 +3334,7 @@ class EnableRadiusCommand extends smithyClient.Command
3277
3334
  })
3278
3335
  .s("DirectoryService_20150416", "EnableRadius", {})
3279
3336
  .n("DirectoryServiceClient", "EnableRadiusCommand")
3280
- .sc(EnableRadius)
3337
+ .sc(EnableRadius$)
3281
3338
  .build() {
3282
3339
  }
3283
3340
 
@@ -3289,7 +3346,7 @@ class EnableSsoCommand extends smithyClient.Command
3289
3346
  })
3290
3347
  .s("DirectoryService_20150416", "EnableSso", {})
3291
3348
  .n("DirectoryServiceClient", "EnableSsoCommand")
3292
- .sc(EnableSso)
3349
+ .sc(EnableSso$)
3293
3350
  .build() {
3294
3351
  }
3295
3352
 
@@ -3301,7 +3358,7 @@ class GetDirectoryLimitsCommand extends smithyClient.Command
3301
3358
  })
3302
3359
  .s("DirectoryService_20150416", "GetDirectoryLimits", {})
3303
3360
  .n("DirectoryServiceClient", "GetDirectoryLimitsCommand")
3304
- .sc(GetDirectoryLimits)
3361
+ .sc(GetDirectoryLimits$)
3305
3362
  .build() {
3306
3363
  }
3307
3364
 
@@ -3313,7 +3370,7 @@ class GetSnapshotLimitsCommand extends smithyClient.Command
3313
3370
  })
3314
3371
  .s("DirectoryService_20150416", "GetSnapshotLimits", {})
3315
3372
  .n("DirectoryServiceClient", "GetSnapshotLimitsCommand")
3316
- .sc(GetSnapshotLimits)
3373
+ .sc(GetSnapshotLimits$)
3317
3374
  .build() {
3318
3375
  }
3319
3376
 
@@ -3325,7 +3382,7 @@ class ListADAssessmentsCommand extends smithyClient.Command
3325
3382
  })
3326
3383
  .s("DirectoryService_20150416", "ListADAssessments", {})
3327
3384
  .n("DirectoryServiceClient", "ListADAssessmentsCommand")
3328
- .sc(ListADAssessments)
3385
+ .sc(ListADAssessments$)
3329
3386
  .build() {
3330
3387
  }
3331
3388
 
@@ -3337,7 +3394,7 @@ class ListCertificatesCommand extends smithyClient.Command
3337
3394
  })
3338
3395
  .s("DirectoryService_20150416", "ListCertificates", {})
3339
3396
  .n("DirectoryServiceClient", "ListCertificatesCommand")
3340
- .sc(ListCertificates)
3397
+ .sc(ListCertificates$)
3341
3398
  .build() {
3342
3399
  }
3343
3400
 
@@ -3349,7 +3406,7 @@ class ListIpRoutesCommand extends smithyClient.Command
3349
3406
  })
3350
3407
  .s("DirectoryService_20150416", "ListIpRoutes", {})
3351
3408
  .n("DirectoryServiceClient", "ListIpRoutesCommand")
3352
- .sc(ListIpRoutes)
3409
+ .sc(ListIpRoutes$)
3353
3410
  .build() {
3354
3411
  }
3355
3412
 
@@ -3361,7 +3418,7 @@ class ListLogSubscriptionsCommand extends smithyClient.Command
3361
3418
  })
3362
3419
  .s("DirectoryService_20150416", "ListLogSubscriptions", {})
3363
3420
  .n("DirectoryServiceClient", "ListLogSubscriptionsCommand")
3364
- .sc(ListLogSubscriptions)
3421
+ .sc(ListLogSubscriptions$)
3365
3422
  .build() {
3366
3423
  }
3367
3424
 
@@ -3373,7 +3430,7 @@ class ListSchemaExtensionsCommand extends smithyClient.Command
3373
3430
  })
3374
3431
  .s("DirectoryService_20150416", "ListSchemaExtensions", {})
3375
3432
  .n("DirectoryServiceClient", "ListSchemaExtensionsCommand")
3376
- .sc(ListSchemaExtensions)
3433
+ .sc(ListSchemaExtensions$)
3377
3434
  .build() {
3378
3435
  }
3379
3436
 
@@ -3385,7 +3442,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3385
3442
  })
3386
3443
  .s("DirectoryService_20150416", "ListTagsForResource", {})
3387
3444
  .n("DirectoryServiceClient", "ListTagsForResourceCommand")
3388
- .sc(ListTagsForResource)
3445
+ .sc(ListTagsForResource$)
3389
3446
  .build() {
3390
3447
  }
3391
3448
 
@@ -3397,7 +3454,7 @@ class RegisterCertificateCommand extends smithyClient.Command
3397
3454
  })
3398
3455
  .s("DirectoryService_20150416", "RegisterCertificate", {})
3399
3456
  .n("DirectoryServiceClient", "RegisterCertificateCommand")
3400
- .sc(RegisterCertificate)
3457
+ .sc(RegisterCertificate$)
3401
3458
  .build() {
3402
3459
  }
3403
3460
 
@@ -3409,7 +3466,7 @@ class RegisterEventTopicCommand extends smithyClient.Command
3409
3466
  })
3410
3467
  .s("DirectoryService_20150416", "RegisterEventTopic", {})
3411
3468
  .n("DirectoryServiceClient", "RegisterEventTopicCommand")
3412
- .sc(RegisterEventTopic)
3469
+ .sc(RegisterEventTopic$)
3413
3470
  .build() {
3414
3471
  }
3415
3472
 
@@ -3421,7 +3478,7 @@ class RejectSharedDirectoryCommand extends smithyClient.Command
3421
3478
  })
3422
3479
  .s("DirectoryService_20150416", "RejectSharedDirectory", {})
3423
3480
  .n("DirectoryServiceClient", "RejectSharedDirectoryCommand")
3424
- .sc(RejectSharedDirectory)
3481
+ .sc(RejectSharedDirectory$)
3425
3482
  .build() {
3426
3483
  }
3427
3484
 
@@ -3433,7 +3490,7 @@ class RemoveIpRoutesCommand extends smithyClient.Command
3433
3490
  })
3434
3491
  .s("DirectoryService_20150416", "RemoveIpRoutes", {})
3435
3492
  .n("DirectoryServiceClient", "RemoveIpRoutesCommand")
3436
- .sc(RemoveIpRoutes)
3493
+ .sc(RemoveIpRoutes$)
3437
3494
  .build() {
3438
3495
  }
3439
3496
 
@@ -3445,7 +3502,7 @@ class RemoveRegionCommand extends smithyClient.Command
3445
3502
  })
3446
3503
  .s("DirectoryService_20150416", "RemoveRegion", {})
3447
3504
  .n("DirectoryServiceClient", "RemoveRegionCommand")
3448
- .sc(RemoveRegion)
3505
+ .sc(RemoveRegion$)
3449
3506
  .build() {
3450
3507
  }
3451
3508
 
@@ -3457,7 +3514,7 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
3457
3514
  })
3458
3515
  .s("DirectoryService_20150416", "RemoveTagsFromResource", {})
3459
3516
  .n("DirectoryServiceClient", "RemoveTagsFromResourceCommand")
3460
- .sc(RemoveTagsFromResource)
3517
+ .sc(RemoveTagsFromResource$)
3461
3518
  .build() {
3462
3519
  }
3463
3520
 
@@ -3469,7 +3526,7 @@ class ResetUserPasswordCommand extends smithyClient.Command
3469
3526
  })
3470
3527
  .s("DirectoryService_20150416", "ResetUserPassword", {})
3471
3528
  .n("DirectoryServiceClient", "ResetUserPasswordCommand")
3472
- .sc(ResetUserPassword)
3529
+ .sc(ResetUserPassword$)
3473
3530
  .build() {
3474
3531
  }
3475
3532
 
@@ -3481,7 +3538,7 @@ class RestoreFromSnapshotCommand extends smithyClient.Command
3481
3538
  })
3482
3539
  .s("DirectoryService_20150416", "RestoreFromSnapshot", {})
3483
3540
  .n("DirectoryServiceClient", "RestoreFromSnapshotCommand")
3484
- .sc(RestoreFromSnapshot)
3541
+ .sc(RestoreFromSnapshot$)
3485
3542
  .build() {
3486
3543
  }
3487
3544
 
@@ -3493,7 +3550,7 @@ class ShareDirectoryCommand extends smithyClient.Command
3493
3550
  })
3494
3551
  .s("DirectoryService_20150416", "ShareDirectory", {})
3495
3552
  .n("DirectoryServiceClient", "ShareDirectoryCommand")
3496
- .sc(ShareDirectory)
3553
+ .sc(ShareDirectory$)
3497
3554
  .build() {
3498
3555
  }
3499
3556
 
@@ -3505,7 +3562,7 @@ class StartADAssessmentCommand extends smithyClient.Command
3505
3562
  })
3506
3563
  .s("DirectoryService_20150416", "StartADAssessment", {})
3507
3564
  .n("DirectoryServiceClient", "StartADAssessmentCommand")
3508
- .sc(StartADAssessment)
3565
+ .sc(StartADAssessment$)
3509
3566
  .build() {
3510
3567
  }
3511
3568
 
@@ -3517,7 +3574,7 @@ class StartSchemaExtensionCommand extends smithyClient.Command
3517
3574
  })
3518
3575
  .s("DirectoryService_20150416", "StartSchemaExtension", {})
3519
3576
  .n("DirectoryServiceClient", "StartSchemaExtensionCommand")
3520
- .sc(StartSchemaExtension)
3577
+ .sc(StartSchemaExtension$)
3521
3578
  .build() {
3522
3579
  }
3523
3580
 
@@ -3529,7 +3586,7 @@ class UnshareDirectoryCommand extends smithyClient.Command
3529
3586
  })
3530
3587
  .s("DirectoryService_20150416", "UnshareDirectory", {})
3531
3588
  .n("DirectoryServiceClient", "UnshareDirectoryCommand")
3532
- .sc(UnshareDirectory)
3589
+ .sc(UnshareDirectory$)
3533
3590
  .build() {
3534
3591
  }
3535
3592
 
@@ -3541,7 +3598,7 @@ class UpdateConditionalForwarderCommand extends smithyClient.Command
3541
3598
  })
3542
3599
  .s("DirectoryService_20150416", "UpdateConditionalForwarder", {})
3543
3600
  .n("DirectoryServiceClient", "UpdateConditionalForwarderCommand")
3544
- .sc(UpdateConditionalForwarder)
3601
+ .sc(UpdateConditionalForwarder$)
3545
3602
  .build() {
3546
3603
  }
3547
3604
 
@@ -3553,7 +3610,7 @@ class UpdateDirectorySetupCommand extends smithyClient.Command
3553
3610
  })
3554
3611
  .s("DirectoryService_20150416", "UpdateDirectorySetup", {})
3555
3612
  .n("DirectoryServiceClient", "UpdateDirectorySetupCommand")
3556
- .sc(UpdateDirectorySetup)
3613
+ .sc(UpdateDirectorySetup$)
3557
3614
  .build() {
3558
3615
  }
3559
3616
 
@@ -3565,7 +3622,7 @@ class UpdateHybridADCommand extends smithyClient.Command
3565
3622
  })
3566
3623
  .s("DirectoryService_20150416", "UpdateHybridAD", {})
3567
3624
  .n("DirectoryServiceClient", "UpdateHybridADCommand")
3568
- .sc(UpdateHybridAD)
3625
+ .sc(UpdateHybridAD$)
3569
3626
  .build() {
3570
3627
  }
3571
3628
 
@@ -3577,7 +3634,7 @@ class UpdateNumberOfDomainControllersCommand extends smithyClient.Command
3577
3634
  })
3578
3635
  .s("DirectoryService_20150416", "UpdateNumberOfDomainControllers", {})
3579
3636
  .n("DirectoryServiceClient", "UpdateNumberOfDomainControllersCommand")
3580
- .sc(UpdateNumberOfDomainControllers)
3637
+ .sc(UpdateNumberOfDomainControllers$)
3581
3638
  .build() {
3582
3639
  }
3583
3640
 
@@ -3589,7 +3646,7 @@ class UpdateRadiusCommand extends smithyClient.Command
3589
3646
  })
3590
3647
  .s("DirectoryService_20150416", "UpdateRadius", {})
3591
3648
  .n("DirectoryServiceClient", "UpdateRadiusCommand")
3592
- .sc(UpdateRadius)
3649
+ .sc(UpdateRadius$)
3593
3650
  .build() {
3594
3651
  }
3595
3652
 
@@ -3601,7 +3658,7 @@ class UpdateSettingsCommand extends smithyClient.Command
3601
3658
  })
3602
3659
  .s("DirectoryService_20150416", "UpdateSettings", {})
3603
3660
  .n("DirectoryServiceClient", "UpdateSettingsCommand")
3604
- .sc(UpdateSettings)
3661
+ .sc(UpdateSettings$)
3605
3662
  .build() {
3606
3663
  }
3607
3664
 
@@ -3613,7 +3670,7 @@ class UpdateTrustCommand extends smithyClient.Command
3613
3670
  })
3614
3671
  .s("DirectoryService_20150416", "UpdateTrust", {})
3615
3672
  .n("DirectoryServiceClient", "UpdateTrustCommand")
3616
- .sc(UpdateTrust)
3673
+ .sc(UpdateTrust$)
3617
3674
  .build() {
3618
3675
  }
3619
3676
 
@@ -3625,7 +3682,7 @@ class VerifyTrustCommand extends smithyClient.Command
3625
3682
  })
3626
3683
  .s("DirectoryService_20150416", "VerifyTrust", {})
3627
3684
  .n("DirectoryServiceClient", "VerifyTrustCommand")
3628
- .sc(VerifyTrust)
3685
+ .sc(VerifyTrust$)
3629
3686
  .build() {
3630
3687
  }
3631
3688
 
@@ -4016,164 +4073,494 @@ Object.defineProperty(exports, "__Client", {
4016
4073
  enumerable: true,
4017
4074
  get: function () { return smithyClient.Client; }
4018
4075
  });
4019
- exports.ADAssessmentLimitExceededException = ADAssessmentLimitExceededException$1;
4076
+ exports.ADAssessmentLimitExceededException = ADAssessmentLimitExceededException;
4077
+ exports.ADAssessmentLimitExceededException$ = ADAssessmentLimitExceededException$;
4078
+ exports.AcceptSharedDirectory$ = AcceptSharedDirectory$;
4020
4079
  exports.AcceptSharedDirectoryCommand = AcceptSharedDirectoryCommand;
4021
- exports.AccessDeniedException = AccessDeniedException$1;
4080
+ exports.AcceptSharedDirectoryRequest$ = AcceptSharedDirectoryRequest$;
4081
+ exports.AcceptSharedDirectoryResult$ = AcceptSharedDirectoryResult$;
4082
+ exports.AccessDeniedException = AccessDeniedException;
4083
+ exports.AccessDeniedException$ = AccessDeniedException$;
4084
+ exports.AddIpRoutes$ = AddIpRoutes$;
4022
4085
  exports.AddIpRoutesCommand = AddIpRoutesCommand;
4086
+ exports.AddIpRoutesRequest$ = AddIpRoutesRequest$;
4087
+ exports.AddIpRoutesResult$ = AddIpRoutesResult$;
4088
+ exports.AddRegion$ = AddRegion$;
4023
4089
  exports.AddRegionCommand = AddRegionCommand;
4090
+ exports.AddRegionRequest$ = AddRegionRequest$;
4091
+ exports.AddRegionResult$ = AddRegionResult$;
4092
+ exports.AddTagsToResource$ = AddTagsToResource$;
4024
4093
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
4025
- exports.AuthenticationFailedException = AuthenticationFailedException$1;
4094
+ exports.AddTagsToResourceRequest$ = AddTagsToResourceRequest$;
4095
+ exports.AddTagsToResourceResult$ = AddTagsToResourceResult$;
4096
+ exports.Assessment$ = Assessment$;
4097
+ exports.AssessmentConfiguration$ = AssessmentConfiguration$;
4098
+ exports.AssessmentReport$ = AssessmentReport$;
4099
+ exports.AssessmentSummary$ = AssessmentSummary$;
4100
+ exports.AssessmentValidation$ = AssessmentValidation$;
4101
+ exports.Attribute$ = Attribute$;
4102
+ exports.AuthenticationFailedException = AuthenticationFailedException;
4103
+ exports.AuthenticationFailedException$ = AuthenticationFailedException$;
4026
4104
  exports.CaEnrollmentPolicyStatus = CaEnrollmentPolicyStatus;
4105
+ exports.CancelSchemaExtension$ = CancelSchemaExtension$;
4027
4106
  exports.CancelSchemaExtensionCommand = CancelSchemaExtensionCommand;
4028
- exports.CertificateAlreadyExistsException = CertificateAlreadyExistsException$1;
4029
- exports.CertificateDoesNotExistException = CertificateDoesNotExistException$1;
4030
- exports.CertificateInUseException = CertificateInUseException$1;
4031
- exports.CertificateLimitExceededException = CertificateLimitExceededException$1;
4107
+ exports.CancelSchemaExtensionRequest$ = CancelSchemaExtensionRequest$;
4108
+ exports.CancelSchemaExtensionResult$ = CancelSchemaExtensionResult$;
4109
+ exports.Certificate$ = Certificate$;
4110
+ exports.CertificateAlreadyExistsException = CertificateAlreadyExistsException;
4111
+ exports.CertificateAlreadyExistsException$ = CertificateAlreadyExistsException$;
4112
+ exports.CertificateDoesNotExistException = CertificateDoesNotExistException;
4113
+ exports.CertificateDoesNotExistException$ = CertificateDoesNotExistException$;
4114
+ exports.CertificateInUseException = CertificateInUseException;
4115
+ exports.CertificateInUseException$ = CertificateInUseException$;
4116
+ exports.CertificateInfo$ = CertificateInfo$;
4117
+ exports.CertificateLimitExceededException = CertificateLimitExceededException;
4118
+ exports.CertificateLimitExceededException$ = CertificateLimitExceededException$;
4032
4119
  exports.CertificateState = CertificateState;
4033
4120
  exports.CertificateType = CertificateType;
4121
+ exports.ClientAuthenticationSettingInfo$ = ClientAuthenticationSettingInfo$;
4034
4122
  exports.ClientAuthenticationStatus = ClientAuthenticationStatus;
4035
4123
  exports.ClientAuthenticationType = ClientAuthenticationType;
4036
- exports.ClientException = ClientException$1;
4124
+ exports.ClientCertAuthSettings$ = ClientCertAuthSettings$;
4125
+ exports.ClientException = ClientException;
4126
+ exports.ClientException$ = ClientException$;
4127
+ exports.Computer$ = Computer$;
4128
+ exports.ConditionalForwarder$ = ConditionalForwarder$;
4129
+ exports.ConnectDirectory$ = ConnectDirectory$;
4037
4130
  exports.ConnectDirectoryCommand = ConnectDirectoryCommand;
4131
+ exports.ConnectDirectoryRequest$ = ConnectDirectoryRequest$;
4132
+ exports.ConnectDirectoryResult$ = ConnectDirectoryResult$;
4133
+ exports.CreateAlias$ = CreateAlias$;
4038
4134
  exports.CreateAliasCommand = CreateAliasCommand;
4135
+ exports.CreateAliasRequest$ = CreateAliasRequest$;
4136
+ exports.CreateAliasResult$ = CreateAliasResult$;
4137
+ exports.CreateComputer$ = CreateComputer$;
4039
4138
  exports.CreateComputerCommand = CreateComputerCommand;
4139
+ exports.CreateComputerRequest$ = CreateComputerRequest$;
4140
+ exports.CreateComputerResult$ = CreateComputerResult$;
4141
+ exports.CreateConditionalForwarder$ = CreateConditionalForwarder$;
4040
4142
  exports.CreateConditionalForwarderCommand = CreateConditionalForwarderCommand;
4143
+ exports.CreateConditionalForwarderRequest$ = CreateConditionalForwarderRequest$;
4144
+ exports.CreateConditionalForwarderResult$ = CreateConditionalForwarderResult$;
4145
+ exports.CreateDirectory$ = CreateDirectory$;
4041
4146
  exports.CreateDirectoryCommand = CreateDirectoryCommand;
4147
+ exports.CreateDirectoryRequest$ = CreateDirectoryRequest$;
4148
+ exports.CreateDirectoryResult$ = CreateDirectoryResult$;
4149
+ exports.CreateHybridAD$ = CreateHybridAD$;
4042
4150
  exports.CreateHybridADCommand = CreateHybridADCommand;
4151
+ exports.CreateHybridADRequest$ = CreateHybridADRequest$;
4152
+ exports.CreateHybridADResult$ = CreateHybridADResult$;
4153
+ exports.CreateLogSubscription$ = CreateLogSubscription$;
4043
4154
  exports.CreateLogSubscriptionCommand = CreateLogSubscriptionCommand;
4155
+ exports.CreateLogSubscriptionRequest$ = CreateLogSubscriptionRequest$;
4156
+ exports.CreateLogSubscriptionResult$ = CreateLogSubscriptionResult$;
4157
+ exports.CreateMicrosoftAD$ = CreateMicrosoftAD$;
4044
4158
  exports.CreateMicrosoftADCommand = CreateMicrosoftADCommand;
4159
+ exports.CreateMicrosoftADRequest$ = CreateMicrosoftADRequest$;
4160
+ exports.CreateMicrosoftADResult$ = CreateMicrosoftADResult$;
4161
+ exports.CreateSnapshot$ = CreateSnapshot$;
4045
4162
  exports.CreateSnapshotCommand = CreateSnapshotCommand;
4163
+ exports.CreateSnapshotRequest$ = CreateSnapshotRequest$;
4164
+ exports.CreateSnapshotResult$ = CreateSnapshotResult$;
4165
+ exports.CreateTrust$ = CreateTrust$;
4046
4166
  exports.CreateTrustCommand = CreateTrustCommand;
4167
+ exports.CreateTrustRequest$ = CreateTrustRequest$;
4168
+ exports.CreateTrustResult$ = CreateTrustResult$;
4047
4169
  exports.DataAccessStatus = DataAccessStatus;
4170
+ exports.DeleteADAssessment$ = DeleteADAssessment$;
4048
4171
  exports.DeleteADAssessmentCommand = DeleteADAssessmentCommand;
4172
+ exports.DeleteADAssessmentRequest$ = DeleteADAssessmentRequest$;
4173
+ exports.DeleteADAssessmentResult$ = DeleteADAssessmentResult$;
4174
+ exports.DeleteConditionalForwarder$ = DeleteConditionalForwarder$;
4049
4175
  exports.DeleteConditionalForwarderCommand = DeleteConditionalForwarderCommand;
4176
+ exports.DeleteConditionalForwarderRequest$ = DeleteConditionalForwarderRequest$;
4177
+ exports.DeleteConditionalForwarderResult$ = DeleteConditionalForwarderResult$;
4178
+ exports.DeleteDirectory$ = DeleteDirectory$;
4050
4179
  exports.DeleteDirectoryCommand = DeleteDirectoryCommand;
4180
+ exports.DeleteDirectoryRequest$ = DeleteDirectoryRequest$;
4181
+ exports.DeleteDirectoryResult$ = DeleteDirectoryResult$;
4182
+ exports.DeleteLogSubscription$ = DeleteLogSubscription$;
4051
4183
  exports.DeleteLogSubscriptionCommand = DeleteLogSubscriptionCommand;
4184
+ exports.DeleteLogSubscriptionRequest$ = DeleteLogSubscriptionRequest$;
4185
+ exports.DeleteLogSubscriptionResult$ = DeleteLogSubscriptionResult$;
4186
+ exports.DeleteSnapshot$ = DeleteSnapshot$;
4052
4187
  exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
4188
+ exports.DeleteSnapshotRequest$ = DeleteSnapshotRequest$;
4189
+ exports.DeleteSnapshotResult$ = DeleteSnapshotResult$;
4190
+ exports.DeleteTrust$ = DeleteTrust$;
4053
4191
  exports.DeleteTrustCommand = DeleteTrustCommand;
4192
+ exports.DeleteTrustRequest$ = DeleteTrustRequest$;
4193
+ exports.DeleteTrustResult$ = DeleteTrustResult$;
4194
+ exports.DeregisterCertificate$ = DeregisterCertificate$;
4054
4195
  exports.DeregisterCertificateCommand = DeregisterCertificateCommand;
4196
+ exports.DeregisterCertificateRequest$ = DeregisterCertificateRequest$;
4197
+ exports.DeregisterCertificateResult$ = DeregisterCertificateResult$;
4198
+ exports.DeregisterEventTopic$ = DeregisterEventTopic$;
4055
4199
  exports.DeregisterEventTopicCommand = DeregisterEventTopicCommand;
4200
+ exports.DeregisterEventTopicRequest$ = DeregisterEventTopicRequest$;
4201
+ exports.DeregisterEventTopicResult$ = DeregisterEventTopicResult$;
4202
+ exports.DescribeADAssessment$ = DescribeADAssessment$;
4056
4203
  exports.DescribeADAssessmentCommand = DescribeADAssessmentCommand;
4204
+ exports.DescribeADAssessmentRequest$ = DescribeADAssessmentRequest$;
4205
+ exports.DescribeADAssessmentResult$ = DescribeADAssessmentResult$;
4206
+ exports.DescribeCAEnrollmentPolicy$ = DescribeCAEnrollmentPolicy$;
4057
4207
  exports.DescribeCAEnrollmentPolicyCommand = DescribeCAEnrollmentPolicyCommand;
4208
+ exports.DescribeCAEnrollmentPolicyRequest$ = DescribeCAEnrollmentPolicyRequest$;
4209
+ exports.DescribeCAEnrollmentPolicyResult$ = DescribeCAEnrollmentPolicyResult$;
4210
+ exports.DescribeCertificate$ = DescribeCertificate$;
4058
4211
  exports.DescribeCertificateCommand = DescribeCertificateCommand;
4212
+ exports.DescribeCertificateRequest$ = DescribeCertificateRequest$;
4213
+ exports.DescribeCertificateResult$ = DescribeCertificateResult$;
4214
+ exports.DescribeClientAuthenticationSettings$ = DescribeClientAuthenticationSettings$;
4059
4215
  exports.DescribeClientAuthenticationSettingsCommand = DescribeClientAuthenticationSettingsCommand;
4216
+ exports.DescribeClientAuthenticationSettingsRequest$ = DescribeClientAuthenticationSettingsRequest$;
4217
+ exports.DescribeClientAuthenticationSettingsResult$ = DescribeClientAuthenticationSettingsResult$;
4218
+ exports.DescribeConditionalForwarders$ = DescribeConditionalForwarders$;
4060
4219
  exports.DescribeConditionalForwardersCommand = DescribeConditionalForwardersCommand;
4220
+ exports.DescribeConditionalForwardersRequest$ = DescribeConditionalForwardersRequest$;
4221
+ exports.DescribeConditionalForwardersResult$ = DescribeConditionalForwardersResult$;
4222
+ exports.DescribeDirectories$ = DescribeDirectories$;
4061
4223
  exports.DescribeDirectoriesCommand = DescribeDirectoriesCommand;
4224
+ exports.DescribeDirectoriesRequest$ = DescribeDirectoriesRequest$;
4225
+ exports.DescribeDirectoriesResult$ = DescribeDirectoriesResult$;
4226
+ exports.DescribeDirectoryDataAccess$ = DescribeDirectoryDataAccess$;
4062
4227
  exports.DescribeDirectoryDataAccessCommand = DescribeDirectoryDataAccessCommand;
4228
+ exports.DescribeDirectoryDataAccessRequest$ = DescribeDirectoryDataAccessRequest$;
4229
+ exports.DescribeDirectoryDataAccessResult$ = DescribeDirectoryDataAccessResult$;
4230
+ exports.DescribeDomainControllers$ = DescribeDomainControllers$;
4063
4231
  exports.DescribeDomainControllersCommand = DescribeDomainControllersCommand;
4232
+ exports.DescribeDomainControllersRequest$ = DescribeDomainControllersRequest$;
4233
+ exports.DescribeDomainControllersResult$ = DescribeDomainControllersResult$;
4234
+ exports.DescribeEventTopics$ = DescribeEventTopics$;
4064
4235
  exports.DescribeEventTopicsCommand = DescribeEventTopicsCommand;
4236
+ exports.DescribeEventTopicsRequest$ = DescribeEventTopicsRequest$;
4237
+ exports.DescribeEventTopicsResult$ = DescribeEventTopicsResult$;
4238
+ exports.DescribeHybridADUpdate$ = DescribeHybridADUpdate$;
4065
4239
  exports.DescribeHybridADUpdateCommand = DescribeHybridADUpdateCommand;
4240
+ exports.DescribeHybridADUpdateRequest$ = DescribeHybridADUpdateRequest$;
4241
+ exports.DescribeHybridADUpdateResult$ = DescribeHybridADUpdateResult$;
4242
+ exports.DescribeLDAPSSettings$ = DescribeLDAPSSettings$;
4066
4243
  exports.DescribeLDAPSSettingsCommand = DescribeLDAPSSettingsCommand;
4244
+ exports.DescribeLDAPSSettingsRequest$ = DescribeLDAPSSettingsRequest$;
4245
+ exports.DescribeLDAPSSettingsResult$ = DescribeLDAPSSettingsResult$;
4246
+ exports.DescribeRegions$ = DescribeRegions$;
4067
4247
  exports.DescribeRegionsCommand = DescribeRegionsCommand;
4248
+ exports.DescribeRegionsRequest$ = DescribeRegionsRequest$;
4249
+ exports.DescribeRegionsResult$ = DescribeRegionsResult$;
4250
+ exports.DescribeSettings$ = DescribeSettings$;
4068
4251
  exports.DescribeSettingsCommand = DescribeSettingsCommand;
4252
+ exports.DescribeSettingsRequest$ = DescribeSettingsRequest$;
4253
+ exports.DescribeSettingsResult$ = DescribeSettingsResult$;
4254
+ exports.DescribeSharedDirectories$ = DescribeSharedDirectories$;
4069
4255
  exports.DescribeSharedDirectoriesCommand = DescribeSharedDirectoriesCommand;
4256
+ exports.DescribeSharedDirectoriesRequest$ = DescribeSharedDirectoriesRequest$;
4257
+ exports.DescribeSharedDirectoriesResult$ = DescribeSharedDirectoriesResult$;
4258
+ exports.DescribeSnapshots$ = DescribeSnapshots$;
4070
4259
  exports.DescribeSnapshotsCommand = DescribeSnapshotsCommand;
4260
+ exports.DescribeSnapshotsRequest$ = DescribeSnapshotsRequest$;
4261
+ exports.DescribeSnapshotsResult$ = DescribeSnapshotsResult$;
4262
+ exports.DescribeTrusts$ = DescribeTrusts$;
4071
4263
  exports.DescribeTrustsCommand = DescribeTrustsCommand;
4264
+ exports.DescribeTrustsRequest$ = DescribeTrustsRequest$;
4265
+ exports.DescribeTrustsResult$ = DescribeTrustsResult$;
4266
+ exports.DescribeUpdateDirectory$ = DescribeUpdateDirectory$;
4072
4267
  exports.DescribeUpdateDirectoryCommand = DescribeUpdateDirectoryCommand;
4073
- exports.DirectoryAlreadyInRegionException = DirectoryAlreadyInRegionException$1;
4074
- exports.DirectoryAlreadySharedException = DirectoryAlreadySharedException$1;
4268
+ exports.DescribeUpdateDirectoryRequest$ = DescribeUpdateDirectoryRequest$;
4269
+ exports.DescribeUpdateDirectoryResult$ = DescribeUpdateDirectoryResult$;
4270
+ exports.DirectoryAlreadyInRegionException = DirectoryAlreadyInRegionException;
4271
+ exports.DirectoryAlreadyInRegionException$ = DirectoryAlreadyInRegionException$;
4272
+ exports.DirectoryAlreadySharedException = DirectoryAlreadySharedException;
4273
+ exports.DirectoryAlreadySharedException$ = DirectoryAlreadySharedException$;
4075
4274
  exports.DirectoryConfigurationStatus = DirectoryConfigurationStatus;
4076
- exports.DirectoryDoesNotExistException = DirectoryDoesNotExistException$1;
4275
+ exports.DirectoryConnectSettings$ = DirectoryConnectSettings$;
4276
+ exports.DirectoryConnectSettingsDescription$ = DirectoryConnectSettingsDescription$;
4277
+ exports.DirectoryDescription$ = DirectoryDescription$;
4278
+ exports.DirectoryDoesNotExistException = DirectoryDoesNotExistException;
4279
+ exports.DirectoryDoesNotExistException$ = DirectoryDoesNotExistException$;
4077
4280
  exports.DirectoryEdition = DirectoryEdition;
4078
- exports.DirectoryInDesiredStateException = DirectoryInDesiredStateException$1;
4079
- exports.DirectoryLimitExceededException = DirectoryLimitExceededException$1;
4080
- exports.DirectoryNotSharedException = DirectoryNotSharedException$1;
4281
+ exports.DirectoryInDesiredStateException = DirectoryInDesiredStateException;
4282
+ exports.DirectoryInDesiredStateException$ = DirectoryInDesiredStateException$;
4283
+ exports.DirectoryLimitExceededException = DirectoryLimitExceededException;
4284
+ exports.DirectoryLimitExceededException$ = DirectoryLimitExceededException$;
4285
+ exports.DirectoryLimits$ = DirectoryLimits$;
4286
+ exports.DirectoryNotSharedException = DirectoryNotSharedException;
4287
+ exports.DirectoryNotSharedException$ = DirectoryNotSharedException$;
4081
4288
  exports.DirectoryService = DirectoryService;
4082
4289
  exports.DirectoryServiceClient = DirectoryServiceClient;
4083
- exports.DirectoryServiceServiceException = DirectoryServiceServiceException$1;
4290
+ exports.DirectoryServiceServiceException = DirectoryServiceServiceException;
4291
+ exports.DirectoryServiceServiceException$ = DirectoryServiceServiceException$;
4084
4292
  exports.DirectorySize = DirectorySize;
4293
+ exports.DirectorySizeUpdateSettings$ = DirectorySizeUpdateSettings$;
4085
4294
  exports.DirectoryStage = DirectoryStage;
4086
4295
  exports.DirectoryType = DirectoryType;
4087
- exports.DirectoryUnavailableException = DirectoryUnavailableException$1;
4088
- exports.DisableAlreadyInProgressException = DisableAlreadyInProgressException$1;
4296
+ exports.DirectoryUnavailableException = DirectoryUnavailableException;
4297
+ exports.DirectoryUnavailableException$ = DirectoryUnavailableException$;
4298
+ exports.DirectoryVpcSettings$ = DirectoryVpcSettings$;
4299
+ exports.DirectoryVpcSettingsDescription$ = DirectoryVpcSettingsDescription$;
4300
+ exports.DisableAlreadyInProgressException = DisableAlreadyInProgressException;
4301
+ exports.DisableAlreadyInProgressException$ = DisableAlreadyInProgressException$;
4302
+ exports.DisableCAEnrollmentPolicy$ = DisableCAEnrollmentPolicy$;
4089
4303
  exports.DisableCAEnrollmentPolicyCommand = DisableCAEnrollmentPolicyCommand;
4304
+ exports.DisableCAEnrollmentPolicyRequest$ = DisableCAEnrollmentPolicyRequest$;
4305
+ exports.DisableCAEnrollmentPolicyResult$ = DisableCAEnrollmentPolicyResult$;
4306
+ exports.DisableClientAuthentication$ = DisableClientAuthentication$;
4090
4307
  exports.DisableClientAuthenticationCommand = DisableClientAuthenticationCommand;
4308
+ exports.DisableClientAuthenticationRequest$ = DisableClientAuthenticationRequest$;
4309
+ exports.DisableClientAuthenticationResult$ = DisableClientAuthenticationResult$;
4310
+ exports.DisableDirectoryDataAccess$ = DisableDirectoryDataAccess$;
4091
4311
  exports.DisableDirectoryDataAccessCommand = DisableDirectoryDataAccessCommand;
4312
+ exports.DisableDirectoryDataAccessRequest$ = DisableDirectoryDataAccessRequest$;
4313
+ exports.DisableDirectoryDataAccessResult$ = DisableDirectoryDataAccessResult$;
4314
+ exports.DisableLDAPS$ = DisableLDAPS$;
4092
4315
  exports.DisableLDAPSCommand = DisableLDAPSCommand;
4316
+ exports.DisableLDAPSRequest$ = DisableLDAPSRequest$;
4317
+ exports.DisableLDAPSResult$ = DisableLDAPSResult$;
4318
+ exports.DisableRadius$ = DisableRadius$;
4093
4319
  exports.DisableRadiusCommand = DisableRadiusCommand;
4320
+ exports.DisableRadiusRequest$ = DisableRadiusRequest$;
4321
+ exports.DisableRadiusResult$ = DisableRadiusResult$;
4322
+ exports.DisableSso$ = DisableSso$;
4094
4323
  exports.DisableSsoCommand = DisableSsoCommand;
4095
- exports.DomainControllerLimitExceededException = DomainControllerLimitExceededException$1;
4324
+ exports.DisableSsoRequest$ = DisableSsoRequest$;
4325
+ exports.DisableSsoResult$ = DisableSsoResult$;
4326
+ exports.DomainController$ = DomainController$;
4327
+ exports.DomainControllerLimitExceededException = DomainControllerLimitExceededException;
4328
+ exports.DomainControllerLimitExceededException$ = DomainControllerLimitExceededException$;
4096
4329
  exports.DomainControllerStatus = DomainControllerStatus;
4097
- exports.EnableAlreadyInProgressException = EnableAlreadyInProgressException$1;
4330
+ exports.EnableAlreadyInProgressException = EnableAlreadyInProgressException;
4331
+ exports.EnableAlreadyInProgressException$ = EnableAlreadyInProgressException$;
4332
+ exports.EnableCAEnrollmentPolicy$ = EnableCAEnrollmentPolicy$;
4098
4333
  exports.EnableCAEnrollmentPolicyCommand = EnableCAEnrollmentPolicyCommand;
4334
+ exports.EnableCAEnrollmentPolicyRequest$ = EnableCAEnrollmentPolicyRequest$;
4335
+ exports.EnableCAEnrollmentPolicyResult$ = EnableCAEnrollmentPolicyResult$;
4336
+ exports.EnableClientAuthentication$ = EnableClientAuthentication$;
4099
4337
  exports.EnableClientAuthenticationCommand = EnableClientAuthenticationCommand;
4338
+ exports.EnableClientAuthenticationRequest$ = EnableClientAuthenticationRequest$;
4339
+ exports.EnableClientAuthenticationResult$ = EnableClientAuthenticationResult$;
4340
+ exports.EnableDirectoryDataAccess$ = EnableDirectoryDataAccess$;
4100
4341
  exports.EnableDirectoryDataAccessCommand = EnableDirectoryDataAccessCommand;
4342
+ exports.EnableDirectoryDataAccessRequest$ = EnableDirectoryDataAccessRequest$;
4343
+ exports.EnableDirectoryDataAccessResult$ = EnableDirectoryDataAccessResult$;
4344
+ exports.EnableLDAPS$ = EnableLDAPS$;
4101
4345
  exports.EnableLDAPSCommand = EnableLDAPSCommand;
4346
+ exports.EnableLDAPSRequest$ = EnableLDAPSRequest$;
4347
+ exports.EnableLDAPSResult$ = EnableLDAPSResult$;
4348
+ exports.EnableRadius$ = EnableRadius$;
4102
4349
  exports.EnableRadiusCommand = EnableRadiusCommand;
4350
+ exports.EnableRadiusRequest$ = EnableRadiusRequest$;
4351
+ exports.EnableRadiusResult$ = EnableRadiusResult$;
4352
+ exports.EnableSso$ = EnableSso$;
4103
4353
  exports.EnableSsoCommand = EnableSsoCommand;
4104
- exports.EntityAlreadyExistsException = EntityAlreadyExistsException$1;
4105
- exports.EntityDoesNotExistException = EntityDoesNotExistException$1;
4354
+ exports.EnableSsoRequest$ = EnableSsoRequest$;
4355
+ exports.EnableSsoResult$ = EnableSsoResult$;
4356
+ exports.EntityAlreadyExistsException = EntityAlreadyExistsException;
4357
+ exports.EntityAlreadyExistsException$ = EntityAlreadyExistsException$;
4358
+ exports.EntityDoesNotExistException = EntityDoesNotExistException;
4359
+ exports.EntityDoesNotExistException$ = EntityDoesNotExistException$;
4360
+ exports.EventTopic$ = EventTopic$;
4361
+ exports.GetDirectoryLimits$ = GetDirectoryLimits$;
4106
4362
  exports.GetDirectoryLimitsCommand = GetDirectoryLimitsCommand;
4363
+ exports.GetDirectoryLimitsRequest$ = GetDirectoryLimitsRequest$;
4364
+ exports.GetDirectoryLimitsResult$ = GetDirectoryLimitsResult$;
4365
+ exports.GetSnapshotLimits$ = GetSnapshotLimits$;
4107
4366
  exports.GetSnapshotLimitsCommand = GetSnapshotLimitsCommand;
4367
+ exports.GetSnapshotLimitsRequest$ = GetSnapshotLimitsRequest$;
4368
+ exports.GetSnapshotLimitsResult$ = GetSnapshotLimitsResult$;
4369
+ exports.HybridAdministratorAccountUpdate$ = HybridAdministratorAccountUpdate$;
4370
+ exports.HybridCustomerInstancesSettings$ = HybridCustomerInstancesSettings$;
4371
+ exports.HybridSettingsDescription$ = HybridSettingsDescription$;
4372
+ exports.HybridUpdateActivities$ = HybridUpdateActivities$;
4373
+ exports.HybridUpdateInfoEntry$ = HybridUpdateInfoEntry$;
4108
4374
  exports.HybridUpdateType = HybridUpdateType;
4109
- exports.IncompatibleSettingsException = IncompatibleSettingsException$1;
4110
- exports.InsufficientPermissionsException = InsufficientPermissionsException$1;
4111
- exports.InvalidCertificateException = InvalidCertificateException$1;
4112
- exports.InvalidClientAuthStatusException = InvalidClientAuthStatusException$1;
4113
- exports.InvalidLDAPSStatusException = InvalidLDAPSStatusException$1;
4114
- exports.InvalidNextTokenException = InvalidNextTokenException$1;
4115
- exports.InvalidParameterException = InvalidParameterException$1;
4116
- exports.InvalidPasswordException = InvalidPasswordException$1;
4117
- exports.InvalidTargetException = InvalidTargetException$1;
4118
- exports.IpRouteLimitExceededException = IpRouteLimitExceededException$1;
4375
+ exports.HybridUpdateValue$ = HybridUpdateValue$;
4376
+ exports.IncompatibleSettingsException = IncompatibleSettingsException;
4377
+ exports.IncompatibleSettingsException$ = IncompatibleSettingsException$;
4378
+ exports.InsufficientPermissionsException = InsufficientPermissionsException;
4379
+ exports.InsufficientPermissionsException$ = InsufficientPermissionsException$;
4380
+ exports.InvalidCertificateException = InvalidCertificateException;
4381
+ exports.InvalidCertificateException$ = InvalidCertificateException$;
4382
+ exports.InvalidClientAuthStatusException = InvalidClientAuthStatusException;
4383
+ exports.InvalidClientAuthStatusException$ = InvalidClientAuthStatusException$;
4384
+ exports.InvalidLDAPSStatusException = InvalidLDAPSStatusException;
4385
+ exports.InvalidLDAPSStatusException$ = InvalidLDAPSStatusException$;
4386
+ exports.InvalidNextTokenException = InvalidNextTokenException;
4387
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
4388
+ exports.InvalidParameterException = InvalidParameterException;
4389
+ exports.InvalidParameterException$ = InvalidParameterException$;
4390
+ exports.InvalidPasswordException = InvalidPasswordException;
4391
+ exports.InvalidPasswordException$ = InvalidPasswordException$;
4392
+ exports.InvalidTargetException = InvalidTargetException;
4393
+ exports.InvalidTargetException$ = InvalidTargetException$;
4394
+ exports.IpRoute$ = IpRoute$;
4395
+ exports.IpRouteInfo$ = IpRouteInfo$;
4396
+ exports.IpRouteLimitExceededException = IpRouteLimitExceededException;
4397
+ exports.IpRouteLimitExceededException$ = IpRouteLimitExceededException$;
4119
4398
  exports.IpRouteStatusMsg = IpRouteStatusMsg;
4399
+ exports.LDAPSSettingInfo$ = LDAPSSettingInfo$;
4120
4400
  exports.LDAPSStatus = LDAPSStatus;
4121
4401
  exports.LDAPSType = LDAPSType;
4402
+ exports.ListADAssessments$ = ListADAssessments$;
4122
4403
  exports.ListADAssessmentsCommand = ListADAssessmentsCommand;
4404
+ exports.ListADAssessmentsRequest$ = ListADAssessmentsRequest$;
4405
+ exports.ListADAssessmentsResult$ = ListADAssessmentsResult$;
4406
+ exports.ListCertificates$ = ListCertificates$;
4123
4407
  exports.ListCertificatesCommand = ListCertificatesCommand;
4408
+ exports.ListCertificatesRequest$ = ListCertificatesRequest$;
4409
+ exports.ListCertificatesResult$ = ListCertificatesResult$;
4410
+ exports.ListIpRoutes$ = ListIpRoutes$;
4124
4411
  exports.ListIpRoutesCommand = ListIpRoutesCommand;
4412
+ exports.ListIpRoutesRequest$ = ListIpRoutesRequest$;
4413
+ exports.ListIpRoutesResult$ = ListIpRoutesResult$;
4414
+ exports.ListLogSubscriptions$ = ListLogSubscriptions$;
4125
4415
  exports.ListLogSubscriptionsCommand = ListLogSubscriptionsCommand;
4416
+ exports.ListLogSubscriptionsRequest$ = ListLogSubscriptionsRequest$;
4417
+ exports.ListLogSubscriptionsResult$ = ListLogSubscriptionsResult$;
4418
+ exports.ListSchemaExtensions$ = ListSchemaExtensions$;
4126
4419
  exports.ListSchemaExtensionsCommand = ListSchemaExtensionsCommand;
4420
+ exports.ListSchemaExtensionsRequest$ = ListSchemaExtensionsRequest$;
4421
+ exports.ListSchemaExtensionsResult$ = ListSchemaExtensionsResult$;
4422
+ exports.ListTagsForResource$ = ListTagsForResource$;
4127
4423
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4424
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4425
+ exports.ListTagsForResourceResult$ = ListTagsForResourceResult$;
4426
+ exports.LogSubscription$ = LogSubscription$;
4128
4427
  exports.NetworkType = NetworkType;
4129
- exports.NoAvailableCertificateException = NoAvailableCertificateException$1;
4428
+ exports.NetworkUpdateSettings$ = NetworkUpdateSettings$;
4429
+ exports.NoAvailableCertificateException = NoAvailableCertificateException;
4430
+ exports.NoAvailableCertificateException$ = NoAvailableCertificateException$;
4431
+ exports.OSUpdateSettings$ = OSUpdateSettings$;
4130
4432
  exports.OSVersion = OSVersion;
4131
- exports.OrganizationsException = OrganizationsException$1;
4433
+ exports.OrganizationsException = OrganizationsException;
4434
+ exports.OrganizationsException$ = OrganizationsException$;
4435
+ exports.OwnerDirectoryDescription$ = OwnerDirectoryDescription$;
4132
4436
  exports.RadiusAuthenticationProtocol = RadiusAuthenticationProtocol;
4437
+ exports.RadiusSettings$ = RadiusSettings$;
4133
4438
  exports.RadiusStatus = RadiusStatus;
4134
- exports.RegionLimitExceededException = RegionLimitExceededException$1;
4439
+ exports.RegionDescription$ = RegionDescription$;
4440
+ exports.RegionLimitExceededException = RegionLimitExceededException;
4441
+ exports.RegionLimitExceededException$ = RegionLimitExceededException$;
4135
4442
  exports.RegionType = RegionType;
4443
+ exports.RegionsInfo$ = RegionsInfo$;
4444
+ exports.RegisterCertificate$ = RegisterCertificate$;
4136
4445
  exports.RegisterCertificateCommand = RegisterCertificateCommand;
4446
+ exports.RegisterCertificateRequest$ = RegisterCertificateRequest$;
4447
+ exports.RegisterCertificateResult$ = RegisterCertificateResult$;
4448
+ exports.RegisterEventTopic$ = RegisterEventTopic$;
4137
4449
  exports.RegisterEventTopicCommand = RegisterEventTopicCommand;
4450
+ exports.RegisterEventTopicRequest$ = RegisterEventTopicRequest$;
4451
+ exports.RegisterEventTopicResult$ = RegisterEventTopicResult$;
4452
+ exports.RejectSharedDirectory$ = RejectSharedDirectory$;
4138
4453
  exports.RejectSharedDirectoryCommand = RejectSharedDirectoryCommand;
4454
+ exports.RejectSharedDirectoryRequest$ = RejectSharedDirectoryRequest$;
4455
+ exports.RejectSharedDirectoryResult$ = RejectSharedDirectoryResult$;
4456
+ exports.RemoveIpRoutes$ = RemoveIpRoutes$;
4139
4457
  exports.RemoveIpRoutesCommand = RemoveIpRoutesCommand;
4458
+ exports.RemoveIpRoutesRequest$ = RemoveIpRoutesRequest$;
4459
+ exports.RemoveIpRoutesResult$ = RemoveIpRoutesResult$;
4460
+ exports.RemoveRegion$ = RemoveRegion$;
4140
4461
  exports.RemoveRegionCommand = RemoveRegionCommand;
4462
+ exports.RemoveRegionRequest$ = RemoveRegionRequest$;
4463
+ exports.RemoveRegionResult$ = RemoveRegionResult$;
4464
+ exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
4141
4465
  exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
4466
+ exports.RemoveTagsFromResourceRequest$ = RemoveTagsFromResourceRequest$;
4467
+ exports.RemoveTagsFromResourceResult$ = RemoveTagsFromResourceResult$;
4142
4468
  exports.ReplicationScope = ReplicationScope;
4469
+ exports.ResetUserPassword$ = ResetUserPassword$;
4143
4470
  exports.ResetUserPasswordCommand = ResetUserPasswordCommand;
4471
+ exports.ResetUserPasswordRequest$ = ResetUserPasswordRequest$;
4472
+ exports.ResetUserPasswordResult$ = ResetUserPasswordResult$;
4473
+ exports.RestoreFromSnapshot$ = RestoreFromSnapshot$;
4144
4474
  exports.RestoreFromSnapshotCommand = RestoreFromSnapshotCommand;
4475
+ exports.RestoreFromSnapshotRequest$ = RestoreFromSnapshotRequest$;
4476
+ exports.RestoreFromSnapshotResult$ = RestoreFromSnapshotResult$;
4477
+ exports.SchemaExtensionInfo$ = SchemaExtensionInfo$;
4145
4478
  exports.SchemaExtensionStatus = SchemaExtensionStatus;
4146
4479
  exports.SelectiveAuth = SelectiveAuth;
4147
- exports.ServiceException = ServiceException$1;
4480
+ exports.ServiceException = ServiceException;
4481
+ exports.ServiceException$ = ServiceException$;
4482
+ exports.Setting$ = Setting$;
4483
+ exports.SettingEntry$ = SettingEntry$;
4484
+ exports.ShareDirectory$ = ShareDirectory$;
4148
4485
  exports.ShareDirectoryCommand = ShareDirectoryCommand;
4149
- exports.ShareLimitExceededException = ShareLimitExceededException$1;
4486
+ exports.ShareDirectoryRequest$ = ShareDirectoryRequest$;
4487
+ exports.ShareDirectoryResult$ = ShareDirectoryResult$;
4488
+ exports.ShareLimitExceededException = ShareLimitExceededException;
4489
+ exports.ShareLimitExceededException$ = ShareLimitExceededException$;
4150
4490
  exports.ShareMethod = ShareMethod;
4151
4491
  exports.ShareStatus = ShareStatus;
4152
- exports.SnapshotLimitExceededException = SnapshotLimitExceededException$1;
4492
+ exports.ShareTarget$ = ShareTarget$;
4493
+ exports.SharedDirectory$ = SharedDirectory$;
4494
+ exports.Snapshot$ = Snapshot$;
4495
+ exports.SnapshotLimitExceededException = SnapshotLimitExceededException;
4496
+ exports.SnapshotLimitExceededException$ = SnapshotLimitExceededException$;
4497
+ exports.SnapshotLimits$ = SnapshotLimits$;
4153
4498
  exports.SnapshotStatus = SnapshotStatus;
4154
4499
  exports.SnapshotType = SnapshotType;
4500
+ exports.StartADAssessment$ = StartADAssessment$;
4155
4501
  exports.StartADAssessmentCommand = StartADAssessmentCommand;
4502
+ exports.StartADAssessmentRequest$ = StartADAssessmentRequest$;
4503
+ exports.StartADAssessmentResult$ = StartADAssessmentResult$;
4504
+ exports.StartSchemaExtension$ = StartSchemaExtension$;
4156
4505
  exports.StartSchemaExtensionCommand = StartSchemaExtensionCommand;
4157
- exports.TagLimitExceededException = TagLimitExceededException$1;
4506
+ exports.StartSchemaExtensionRequest$ = StartSchemaExtensionRequest$;
4507
+ exports.StartSchemaExtensionResult$ = StartSchemaExtensionResult$;
4508
+ exports.Tag$ = Tag$;
4509
+ exports.TagLimitExceededException = TagLimitExceededException;
4510
+ exports.TagLimitExceededException$ = TagLimitExceededException$;
4158
4511
  exports.TargetType = TargetType;
4159
4512
  exports.TopicStatus = TopicStatus;
4513
+ exports.Trust$ = Trust$;
4160
4514
  exports.TrustDirection = TrustDirection;
4161
4515
  exports.TrustState = TrustState;
4162
4516
  exports.TrustType = TrustType;
4517
+ exports.UnshareDirectory$ = UnshareDirectory$;
4163
4518
  exports.UnshareDirectoryCommand = UnshareDirectoryCommand;
4164
- exports.UnsupportedOperationException = UnsupportedOperationException$1;
4165
- exports.UnsupportedSettingsException = UnsupportedSettingsException$1;
4519
+ exports.UnshareDirectoryRequest$ = UnshareDirectoryRequest$;
4520
+ exports.UnshareDirectoryResult$ = UnshareDirectoryResult$;
4521
+ exports.UnshareTarget$ = UnshareTarget$;
4522
+ exports.UnsupportedOperationException = UnsupportedOperationException;
4523
+ exports.UnsupportedOperationException$ = UnsupportedOperationException$;
4524
+ exports.UnsupportedSettingsException = UnsupportedSettingsException;
4525
+ exports.UnsupportedSettingsException$ = UnsupportedSettingsException$;
4526
+ exports.UpdateConditionalForwarder$ = UpdateConditionalForwarder$;
4166
4527
  exports.UpdateConditionalForwarderCommand = UpdateConditionalForwarderCommand;
4528
+ exports.UpdateConditionalForwarderRequest$ = UpdateConditionalForwarderRequest$;
4529
+ exports.UpdateConditionalForwarderResult$ = UpdateConditionalForwarderResult$;
4530
+ exports.UpdateDirectorySetup$ = UpdateDirectorySetup$;
4167
4531
  exports.UpdateDirectorySetupCommand = UpdateDirectorySetupCommand;
4532
+ exports.UpdateDirectorySetupRequest$ = UpdateDirectorySetupRequest$;
4533
+ exports.UpdateDirectorySetupResult$ = UpdateDirectorySetupResult$;
4534
+ exports.UpdateHybridAD$ = UpdateHybridAD$;
4168
4535
  exports.UpdateHybridADCommand = UpdateHybridADCommand;
4536
+ exports.UpdateHybridADRequest$ = UpdateHybridADRequest$;
4537
+ exports.UpdateHybridADResult$ = UpdateHybridADResult$;
4538
+ exports.UpdateInfoEntry$ = UpdateInfoEntry$;
4539
+ exports.UpdateNumberOfDomainControllers$ = UpdateNumberOfDomainControllers$;
4169
4540
  exports.UpdateNumberOfDomainControllersCommand = UpdateNumberOfDomainControllersCommand;
4541
+ exports.UpdateNumberOfDomainControllersRequest$ = UpdateNumberOfDomainControllersRequest$;
4542
+ exports.UpdateNumberOfDomainControllersResult$ = UpdateNumberOfDomainControllersResult$;
4543
+ exports.UpdateRadius$ = UpdateRadius$;
4170
4544
  exports.UpdateRadiusCommand = UpdateRadiusCommand;
4545
+ exports.UpdateRadiusRequest$ = UpdateRadiusRequest$;
4546
+ exports.UpdateRadiusResult$ = UpdateRadiusResult$;
4547
+ exports.UpdateSettings$ = UpdateSettings$;
4171
4548
  exports.UpdateSettingsCommand = UpdateSettingsCommand;
4549
+ exports.UpdateSettingsRequest$ = UpdateSettingsRequest$;
4550
+ exports.UpdateSettingsResult$ = UpdateSettingsResult$;
4172
4551
  exports.UpdateStatus = UpdateStatus;
4552
+ exports.UpdateTrust$ = UpdateTrust$;
4173
4553
  exports.UpdateTrustCommand = UpdateTrustCommand;
4554
+ exports.UpdateTrustRequest$ = UpdateTrustRequest$;
4555
+ exports.UpdateTrustResult$ = UpdateTrustResult$;
4174
4556
  exports.UpdateType = UpdateType;
4175
- exports.UserDoesNotExistException = UserDoesNotExistException$1;
4557
+ exports.UpdateValue$ = UpdateValue$;
4558
+ exports.UserDoesNotExistException = UserDoesNotExistException;
4559
+ exports.UserDoesNotExistException$ = UserDoesNotExistException$;
4560
+ exports.VerifyTrust$ = VerifyTrust$;
4176
4561
  exports.VerifyTrustCommand = VerifyTrustCommand;
4562
+ exports.VerifyTrustRequest$ = VerifyTrustRequest$;
4563
+ exports.VerifyTrustResult$ = VerifyTrustResult$;
4177
4564
  exports.paginateDescribeClientAuthenticationSettings = paginateDescribeClientAuthenticationSettings;
4178
4565
  exports.paginateDescribeDirectories = paginateDescribeDirectories;
4179
4566
  exports.paginateDescribeDomainControllers = paginateDescribeDomainControllers;