@aws-sdk/client-directory-service 3.651.1 → 3.654.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 (160) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +124 -5
  3. package/dist-es/DirectoryService.js +6 -0
  4. package/dist-es/commands/DescribeDirectoryDataAccessCommand.js +22 -0
  5. package/dist-es/commands/DisableDirectoryDataAccessCommand.js +22 -0
  6. package/dist-es/commands/EnableDirectoryDataAccessCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +9 -0
  9. package/dist-es/protocols/Aws_json1_1.js +60 -3
  10. package/dist-types/DirectoryService.d.ts +21 -0
  11. package/dist-types/DirectoryServiceClient.d.ts +5 -2
  12. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +11 -0
  13. package/dist-types/commands/AddIpRoutesCommand.d.ts +12 -1
  14. package/dist-types/commands/AddRegionCommand.d.ts +13 -2
  15. package/dist-types/commands/AddTagsToResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +11 -0
  17. package/dist-types/commands/ConnectDirectoryCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateComputerCommand.d.ts +12 -1
  20. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +12 -1
  21. package/dist-types/commands/CreateDirectoryCommand.d.ts +11 -0
  22. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +11 -0
  24. package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
  25. package/dist-types/commands/CreateTrustCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
  27. package/dist-types/commands/DeleteDirectoryCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +11 -0
  29. package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
  30. package/dist-types/commands/DeleteTrustCommand.d.ts +11 -0
  31. package/dist-types/commands/DeregisterCertificateCommand.d.ts +12 -1
  32. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
  35. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
  36. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +12 -1
  37. package/dist-types/commands/DescribeDirectoryDataAccessCommand.d.ts +86 -0
  38. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +12 -1
  39. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +11 -0
  40. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +11 -0
  41. package/dist-types/commands/DescribeRegionsCommand.d.ts +13 -2
  42. package/dist-types/commands/DescribeSettingsCommand.d.ts +11 -0
  43. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +11 -0
  44. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
  45. package/dist-types/commands/DescribeTrustsCommand.d.ts +11 -0
  46. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
  47. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +12 -1
  48. package/dist-types/commands/DisableDirectoryDataAccessCommand.d.ts +92 -0
  49. package/dist-types/commands/DisableLDAPSCommand.d.ts +12 -1
  50. package/dist-types/commands/DisableRadiusCommand.d.ts +11 -0
  51. package/dist-types/commands/DisableSsoCommand.d.ts +11 -0
  52. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +12 -1
  53. package/dist-types/commands/EnableDirectoryDataAccessCommand.d.ts +92 -0
  54. package/dist-types/commands/EnableLDAPSCommand.d.ts +12 -1
  55. package/dist-types/commands/EnableRadiusCommand.d.ts +11 -0
  56. package/dist-types/commands/EnableSsoCommand.d.ts +11 -0
  57. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +11 -0
  58. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +11 -0
  59. package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
  60. package/dist-types/commands/ListIpRoutesCommand.d.ts +11 -0
  61. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +11 -0
  62. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +11 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  64. package/dist-types/commands/RegisterCertificateCommand.d.ts +12 -1
  65. package/dist-types/commands/RegisterEventTopicCommand.d.ts +11 -0
  66. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +11 -0
  67. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +12 -1
  68. package/dist-types/commands/RemoveRegionCommand.d.ts +13 -2
  69. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +11 -0
  70. package/dist-types/commands/ResetUserPasswordCommand.d.ts +13 -2
  71. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +11 -0
  72. package/dist-types/commands/ShareDirectoryCommand.d.ts +12 -1
  73. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +12 -1
  74. package/dist-types/commands/UnshareDirectoryCommand.d.ts +11 -0
  75. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
  76. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +13 -2
  77. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
  78. package/dist-types/commands/UpdateRadiusCommand.d.ts +11 -0
  79. package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -1
  80. package/dist-types/commands/UpdateTrustCommand.d.ts +11 -0
  81. package/dist-types/commands/VerifyTrustCommand.d.ts +11 -0
  82. package/dist-types/commands/index.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +95 -27
  84. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  85. package/dist-types/ts3.4/DirectoryService.d.ts +51 -0
  86. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +18 -0
  87. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  158. package/dist-types/ts3.4/models/models_0.d.ts +25 -0
  159. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  160. package/package.json +35 -35
@@ -24,6 +24,7 @@ import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } fro
24
24
  import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
25
25
  import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
26
26
  import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "./commands/DescribeDirectoriesCommand";
27
+ import { DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput } from "./commands/DescribeDirectoryDataAccessCommand";
27
28
  import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
28
29
  import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
29
30
  import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
@@ -34,10 +35,12 @@ import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from ".
34
35
  import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
35
36
  import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "./commands/DescribeUpdateDirectoryCommand";
36
37
  import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "./commands/DisableClientAuthenticationCommand";
38
+ import { DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput } from "./commands/DisableDirectoryDataAccessCommand";
37
39
  import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
38
40
  import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
39
41
  import { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
40
42
  import { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "./commands/EnableClientAuthenticationCommand";
43
+ import { EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput } from "./commands/EnableDirectoryDataAccessCommand";
41
44
  import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
42
45
  import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
43
46
  import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
@@ -219,6 +222,12 @@ export interface DirectoryService {
219
222
  describeDirectories(args: DescribeDirectoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectoriesCommandOutput>;
220
223
  describeDirectories(args: DescribeDirectoriesCommandInput, cb: (err: any, data?: DescribeDirectoriesCommandOutput) => void): void;
221
224
  describeDirectories(args: DescribeDirectoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectoriesCommandOutput) => void): void;
225
+ /**
226
+ * @see {@link DescribeDirectoryDataAccessCommand}
227
+ */
228
+ describeDirectoryDataAccess(args: DescribeDirectoryDataAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDirectoryDataAccessCommandOutput>;
229
+ describeDirectoryDataAccess(args: DescribeDirectoryDataAccessCommandInput, cb: (err: any, data?: DescribeDirectoryDataAccessCommandOutput) => void): void;
230
+ describeDirectoryDataAccess(args: DescribeDirectoryDataAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDirectoryDataAccessCommandOutput) => void): void;
222
231
  /**
223
232
  * @see {@link DescribeDomainControllersCommand}
224
233
  */
@@ -282,6 +291,12 @@ export interface DirectoryService {
282
291
  disableClientAuthentication(args: DisableClientAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<DisableClientAuthenticationCommandOutput>;
283
292
  disableClientAuthentication(args: DisableClientAuthenticationCommandInput, cb: (err: any, data?: DisableClientAuthenticationCommandOutput) => void): void;
284
293
  disableClientAuthentication(args: DisableClientAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableClientAuthenticationCommandOutput) => void): void;
294
+ /**
295
+ * @see {@link DisableDirectoryDataAccessCommand}
296
+ */
297
+ disableDirectoryDataAccess(args: DisableDirectoryDataAccessCommandInput, options?: __HttpHandlerOptions): Promise<DisableDirectoryDataAccessCommandOutput>;
298
+ disableDirectoryDataAccess(args: DisableDirectoryDataAccessCommandInput, cb: (err: any, data?: DisableDirectoryDataAccessCommandOutput) => void): void;
299
+ disableDirectoryDataAccess(args: DisableDirectoryDataAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableDirectoryDataAccessCommandOutput) => void): void;
285
300
  /**
286
301
  * @see {@link DisableLDAPSCommand}
287
302
  */
@@ -306,6 +321,12 @@ export interface DirectoryService {
306
321
  enableClientAuthentication(args: EnableClientAuthenticationCommandInput, options?: __HttpHandlerOptions): Promise<EnableClientAuthenticationCommandOutput>;
307
322
  enableClientAuthentication(args: EnableClientAuthenticationCommandInput, cb: (err: any, data?: EnableClientAuthenticationCommandOutput) => void): void;
308
323
  enableClientAuthentication(args: EnableClientAuthenticationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableClientAuthenticationCommandOutput) => void): void;
324
+ /**
325
+ * @see {@link EnableDirectoryDataAccessCommand}
326
+ */
327
+ enableDirectoryDataAccess(args: EnableDirectoryDataAccessCommandInput, options?: __HttpHandlerOptions): Promise<EnableDirectoryDataAccessCommandOutput>;
328
+ enableDirectoryDataAccess(args: EnableDirectoryDataAccessCommandInput, cb: (err: any, data?: EnableDirectoryDataAccessCommandOutput) => void): void;
329
+ enableDirectoryDataAccess(args: EnableDirectoryDataAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableDirectoryDataAccessCommandOutput) => void): void;
309
330
  /**
310
331
  * @see {@link EnableLDAPSCommand}
311
332
  */
@@ -32,6 +32,7 @@ import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } fro
32
32
  import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
33
33
  import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
34
34
  import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "./commands/DescribeDirectoriesCommand";
35
+ import { DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput } from "./commands/DescribeDirectoryDataAccessCommand";
35
36
  import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
36
37
  import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
37
38
  import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
@@ -42,10 +43,12 @@ import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from ".
42
43
  import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
43
44
  import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "./commands/DescribeUpdateDirectoryCommand";
44
45
  import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "./commands/DisableClientAuthenticationCommand";
46
+ import { DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput } from "./commands/DisableDirectoryDataAccessCommand";
45
47
  import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
46
48
  import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
47
49
  import { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
48
50
  import { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "./commands/EnableClientAuthenticationCommand";
51
+ import { EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput } from "./commands/EnableDirectoryDataAccessCommand";
49
52
  import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
50
53
  import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
51
54
  import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
@@ -80,11 +83,11 @@ export { __Client };
80
83
  /**
81
84
  * @public
82
85
  */
83
- export type ServiceInputTypes = AcceptSharedDirectoryCommandInput | AddIpRoutesCommandInput | AddRegionCommandInput | AddTagsToResourceCommandInput | CancelSchemaExtensionCommandInput | ConnectDirectoryCommandInput | CreateAliasCommandInput | CreateComputerCommandInput | CreateConditionalForwarderCommandInput | CreateDirectoryCommandInput | CreateLogSubscriptionCommandInput | CreateMicrosoftADCommandInput | CreateSnapshotCommandInput | CreateTrustCommandInput | DeleteConditionalForwarderCommandInput | DeleteDirectoryCommandInput | DeleteLogSubscriptionCommandInput | DeleteSnapshotCommandInput | DeleteTrustCommandInput | DeregisterCertificateCommandInput | DeregisterEventTopicCommandInput | DescribeCertificateCommandInput | DescribeClientAuthenticationSettingsCommandInput | DescribeConditionalForwardersCommandInput | DescribeDirectoriesCommandInput | DescribeDomainControllersCommandInput | DescribeEventTopicsCommandInput | DescribeLDAPSSettingsCommandInput | DescribeRegionsCommandInput | DescribeSettingsCommandInput | DescribeSharedDirectoriesCommandInput | DescribeSnapshotsCommandInput | DescribeTrustsCommandInput | DescribeUpdateDirectoryCommandInput | DisableClientAuthenticationCommandInput | DisableLDAPSCommandInput | DisableRadiusCommandInput | DisableSsoCommandInput | EnableClientAuthenticationCommandInput | EnableLDAPSCommandInput | EnableRadiusCommandInput | EnableSsoCommandInput | GetDirectoryLimitsCommandInput | GetSnapshotLimitsCommandInput | ListCertificatesCommandInput | ListIpRoutesCommandInput | ListLogSubscriptionsCommandInput | ListSchemaExtensionsCommandInput | ListTagsForResourceCommandInput | RegisterCertificateCommandInput | RegisterEventTopicCommandInput | RejectSharedDirectoryCommandInput | RemoveIpRoutesCommandInput | RemoveRegionCommandInput | RemoveTagsFromResourceCommandInput | ResetUserPasswordCommandInput | RestoreFromSnapshotCommandInput | ShareDirectoryCommandInput | StartSchemaExtensionCommandInput | UnshareDirectoryCommandInput | UpdateConditionalForwarderCommandInput | UpdateDirectorySetupCommandInput | UpdateNumberOfDomainControllersCommandInput | UpdateRadiusCommandInput | UpdateSettingsCommandInput | UpdateTrustCommandInput | VerifyTrustCommandInput;
86
+ export type ServiceInputTypes = AcceptSharedDirectoryCommandInput | AddIpRoutesCommandInput | AddRegionCommandInput | AddTagsToResourceCommandInput | CancelSchemaExtensionCommandInput | ConnectDirectoryCommandInput | CreateAliasCommandInput | CreateComputerCommandInput | CreateConditionalForwarderCommandInput | CreateDirectoryCommandInput | CreateLogSubscriptionCommandInput | CreateMicrosoftADCommandInput | CreateSnapshotCommandInput | CreateTrustCommandInput | DeleteConditionalForwarderCommandInput | DeleteDirectoryCommandInput | DeleteLogSubscriptionCommandInput | DeleteSnapshotCommandInput | DeleteTrustCommandInput | DeregisterCertificateCommandInput | DeregisterEventTopicCommandInput | DescribeCertificateCommandInput | DescribeClientAuthenticationSettingsCommandInput | DescribeConditionalForwardersCommandInput | DescribeDirectoriesCommandInput | DescribeDirectoryDataAccessCommandInput | DescribeDomainControllersCommandInput | DescribeEventTopicsCommandInput | DescribeLDAPSSettingsCommandInput | DescribeRegionsCommandInput | DescribeSettingsCommandInput | DescribeSharedDirectoriesCommandInput | DescribeSnapshotsCommandInput | DescribeTrustsCommandInput | DescribeUpdateDirectoryCommandInput | DisableClientAuthenticationCommandInput | DisableDirectoryDataAccessCommandInput | DisableLDAPSCommandInput | DisableRadiusCommandInput | DisableSsoCommandInput | EnableClientAuthenticationCommandInput | EnableDirectoryDataAccessCommandInput | EnableLDAPSCommandInput | EnableRadiusCommandInput | EnableSsoCommandInput | GetDirectoryLimitsCommandInput | GetSnapshotLimitsCommandInput | ListCertificatesCommandInput | ListIpRoutesCommandInput | ListLogSubscriptionsCommandInput | ListSchemaExtensionsCommandInput | ListTagsForResourceCommandInput | RegisterCertificateCommandInput | RegisterEventTopicCommandInput | RejectSharedDirectoryCommandInput | RemoveIpRoutesCommandInput | RemoveRegionCommandInput | RemoveTagsFromResourceCommandInput | ResetUserPasswordCommandInput | RestoreFromSnapshotCommandInput | ShareDirectoryCommandInput | StartSchemaExtensionCommandInput | UnshareDirectoryCommandInput | UpdateConditionalForwarderCommandInput | UpdateDirectorySetupCommandInput | UpdateNumberOfDomainControllersCommandInput | UpdateRadiusCommandInput | UpdateSettingsCommandInput | UpdateTrustCommandInput | VerifyTrustCommandInput;
84
87
  /**
85
88
  * @public
86
89
  */
87
- export type ServiceOutputTypes = AcceptSharedDirectoryCommandOutput | AddIpRoutesCommandOutput | AddRegionCommandOutput | AddTagsToResourceCommandOutput | CancelSchemaExtensionCommandOutput | ConnectDirectoryCommandOutput | CreateAliasCommandOutput | CreateComputerCommandOutput | CreateConditionalForwarderCommandOutput | CreateDirectoryCommandOutput | CreateLogSubscriptionCommandOutput | CreateMicrosoftADCommandOutput | CreateSnapshotCommandOutput | CreateTrustCommandOutput | DeleteConditionalForwarderCommandOutput | DeleteDirectoryCommandOutput | DeleteLogSubscriptionCommandOutput | DeleteSnapshotCommandOutput | DeleteTrustCommandOutput | DeregisterCertificateCommandOutput | DeregisterEventTopicCommandOutput | DescribeCertificateCommandOutput | DescribeClientAuthenticationSettingsCommandOutput | DescribeConditionalForwardersCommandOutput | DescribeDirectoriesCommandOutput | DescribeDomainControllersCommandOutput | DescribeEventTopicsCommandOutput | DescribeLDAPSSettingsCommandOutput | DescribeRegionsCommandOutput | DescribeSettingsCommandOutput | DescribeSharedDirectoriesCommandOutput | DescribeSnapshotsCommandOutput | DescribeTrustsCommandOutput | DescribeUpdateDirectoryCommandOutput | DisableClientAuthenticationCommandOutput | DisableLDAPSCommandOutput | DisableRadiusCommandOutput | DisableSsoCommandOutput | EnableClientAuthenticationCommandOutput | EnableLDAPSCommandOutput | EnableRadiusCommandOutput | EnableSsoCommandOutput | GetDirectoryLimitsCommandOutput | GetSnapshotLimitsCommandOutput | ListCertificatesCommandOutput | ListIpRoutesCommandOutput | ListLogSubscriptionsCommandOutput | ListSchemaExtensionsCommandOutput | ListTagsForResourceCommandOutput | RegisterCertificateCommandOutput | RegisterEventTopicCommandOutput | RejectSharedDirectoryCommandOutput | RemoveIpRoutesCommandOutput | RemoveRegionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetUserPasswordCommandOutput | RestoreFromSnapshotCommandOutput | ShareDirectoryCommandOutput | StartSchemaExtensionCommandOutput | UnshareDirectoryCommandOutput | UpdateConditionalForwarderCommandOutput | UpdateDirectorySetupCommandOutput | UpdateNumberOfDomainControllersCommandOutput | UpdateRadiusCommandOutput | UpdateSettingsCommandOutput | UpdateTrustCommandOutput | VerifyTrustCommandOutput;
90
+ export type ServiceOutputTypes = AcceptSharedDirectoryCommandOutput | AddIpRoutesCommandOutput | AddRegionCommandOutput | AddTagsToResourceCommandOutput | CancelSchemaExtensionCommandOutput | ConnectDirectoryCommandOutput | CreateAliasCommandOutput | CreateComputerCommandOutput | CreateConditionalForwarderCommandOutput | CreateDirectoryCommandOutput | CreateLogSubscriptionCommandOutput | CreateMicrosoftADCommandOutput | CreateSnapshotCommandOutput | CreateTrustCommandOutput | DeleteConditionalForwarderCommandOutput | DeleteDirectoryCommandOutput | DeleteLogSubscriptionCommandOutput | DeleteSnapshotCommandOutput | DeleteTrustCommandOutput | DeregisterCertificateCommandOutput | DeregisterEventTopicCommandOutput | DescribeCertificateCommandOutput | DescribeClientAuthenticationSettingsCommandOutput | DescribeConditionalForwardersCommandOutput | DescribeDirectoriesCommandOutput | DescribeDirectoryDataAccessCommandOutput | DescribeDomainControllersCommandOutput | DescribeEventTopicsCommandOutput | DescribeLDAPSSettingsCommandOutput | DescribeRegionsCommandOutput | DescribeSettingsCommandOutput | DescribeSharedDirectoriesCommandOutput | DescribeSnapshotsCommandOutput | DescribeTrustsCommandOutput | DescribeUpdateDirectoryCommandOutput | DisableClientAuthenticationCommandOutput | DisableDirectoryDataAccessCommandOutput | DisableLDAPSCommandOutput | DisableRadiusCommandOutput | DisableSsoCommandOutput | EnableClientAuthenticationCommandOutput | EnableDirectoryDataAccessCommandOutput | EnableLDAPSCommandOutput | EnableRadiusCommandOutput | EnableSsoCommandOutput | GetDirectoryLimitsCommandOutput | GetSnapshotLimitsCommandOutput | ListCertificatesCommandOutput | ListIpRoutesCommandOutput | ListLogSubscriptionsCommandOutput | ListSchemaExtensionsCommandOutput | ListTagsForResourceCommandOutput | RegisterCertificateCommandOutput | RegisterEventTopicCommandOutput | RejectSharedDirectoryCommandOutput | RemoveIpRoutesCommandOutput | RemoveRegionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetUserPasswordCommandOutput | RestoreFromSnapshotCommandOutput | ShareDirectoryCommandOutput | StartSchemaExtensionCommandOutput | UnshareDirectoryCommandOutput | UpdateConditionalForwarderCommandOutput | UpdateDirectorySetupCommandOutput | UpdateNumberOfDomainControllersCommandOutput | UpdateRadiusCommandOutput | UpdateSettingsCommandOutput | UpdateTrustCommandOutput | VerifyTrustCommandOutput;
88
91
  /**
89
92
  * @public
90
93
  */
@@ -82,4 +82,15 @@ declare const AcceptSharedDirectoryCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class AcceptSharedDirectoryCommand extends AcceptSharedDirectoryCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: AcceptSharedDirectoryRequest;
89
+ output: AcceptSharedDirectoryResult;
90
+ };
91
+ sdk: {
92
+ input: AcceptSharedDirectoryCommandInput;
93
+ output: AcceptSharedDirectoryCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -67,7 +67,7 @@ declare const AddIpRoutesCommand_base: {
67
67
  * <p>A client exception has occurred.</p>
68
68
  *
69
69
  * @throws {@link DirectoryUnavailableException} (client fault)
70
- * <p>The specified directory is unavailable or could not be found.</p>
70
+ * <p>The specified directory is unavailable.</p>
71
71
  *
72
72
  * @throws {@link EntityAlreadyExistsException} (client fault)
73
73
  * <p>The specified entity already exists.</p>
@@ -91,4 +91,15 @@ declare const AddIpRoutesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class AddIpRoutesCommand extends AddIpRoutesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: AddIpRoutesRequest;
98
+ output: {};
99
+ };
100
+ sdk: {
101
+ input: AddIpRoutesCommandInput;
102
+ output: AddIpRoutesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -57,7 +57,7 @@ declare const AddRegionCommand_base: {
57
57
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
58
58
  *
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
- * <p>Client authentication is not available in this region at this time.</p>
60
+ * <p>You do not have sufficient access to perform this action.</p>
61
61
  *
62
62
  * @throws {@link ClientException} (client fault)
63
63
  * <p>A client exception has occurred.</p>
@@ -70,7 +70,7 @@ declare const AddRegionCommand_base: {
70
70
  * <p>The specified directory does not exist in the system.</p>
71
71
  *
72
72
  * @throws {@link DirectoryUnavailableException} (client fault)
73
- * <p>The specified directory is unavailable or could not be found.</p>
73
+ * <p>The specified directory is unavailable.</p>
74
74
  *
75
75
  * @throws {@link EntityDoesNotExistException} (client fault)
76
76
  * <p>The specified entity could not be found.</p>
@@ -94,4 +94,15 @@ declare const AddRegionCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class AddRegionCommand extends AddRegionCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: AddRegionRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: AddRegionCommandInput;
105
+ output: AddRegionCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -78,4 +78,15 @@ declare const AddTagsToResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: AddTagsToResourceRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: AddTagsToResourceCommandInput;
89
+ output: AddTagsToResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -69,4 +69,15 @@ declare const CancelSchemaExtensionCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class CancelSchemaExtensionCommand extends CancelSchemaExtensionCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: CancelSchemaExtensionRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: CancelSchemaExtensionCommandInput;
80
+ output: CancelSchemaExtensionCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -95,4 +95,15 @@ declare const ConnectDirectoryCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ConnectDirectoryCommand extends ConnectDirectoryCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ConnectDirectoryRequest;
102
+ output: ConnectDirectoryResult;
103
+ };
104
+ sdk: {
105
+ input: ConnectDirectoryCommandInput;
106
+ output: ConnectDirectoryCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -79,4 +79,15 @@ declare const CreateAliasCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class CreateAliasCommand extends CreateAliasCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: CreateAliasRequest;
86
+ output: CreateAliasResult;
87
+ };
88
+ sdk: {
89
+ input: CreateAliasCommandInput;
90
+ output: CreateAliasCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -76,7 +76,7 @@ declare const CreateComputerCommand_base: {
76
76
  * <p>A client exception has occurred.</p>
77
77
  *
78
78
  * @throws {@link DirectoryUnavailableException} (client fault)
79
- * <p>The specified directory is unavailable or could not be found.</p>
79
+ * <p>The specified directory is unavailable.</p>
80
80
  *
81
81
  * @throws {@link EntityAlreadyExistsException} (client fault)
82
82
  * <p>The specified entity already exists.</p>
@@ -99,4 +99,15 @@ declare const CreateComputerCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class CreateComputerCommand extends CreateComputerCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: CreateComputerRequest;
106
+ output: CreateComputerResult;
107
+ };
108
+ sdk: {
109
+ input: CreateComputerCommandInput;
110
+ output: CreateComputerCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -59,7 +59,7 @@ declare const CreateConditionalForwarderCommand_base: {
59
59
  * <p>A client exception has occurred.</p>
60
60
  *
61
61
  * @throws {@link DirectoryUnavailableException} (client fault)
62
- * <p>The specified directory is unavailable or could not be found.</p>
62
+ * <p>The specified directory is unavailable.</p>
63
63
  *
64
64
  * @throws {@link EntityAlreadyExistsException} (client fault)
65
65
  * <p>The specified entity already exists.</p>
@@ -82,4 +82,15 @@ declare const CreateConditionalForwarderCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateConditionalForwarderCommand extends CreateConditionalForwarderCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateConditionalForwarderRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: CreateConditionalForwarderCommandInput;
93
+ output: CreateConditionalForwarderCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -92,4 +92,15 @@ declare const CreateDirectoryCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class CreateDirectoryCommand extends CreateDirectoryCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: CreateDirectoryRequest;
99
+ output: CreateDirectoryResult;
100
+ };
101
+ sdk: {
102
+ input: CreateDirectoryCommandInput;
103
+ output: CreateDirectoryCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -75,4 +75,15 @@ declare const CreateLogSubscriptionCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class CreateLogSubscriptionCommand extends CreateLogSubscriptionCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: CreateLogSubscriptionRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: CreateLogSubscriptionCommandInput;
86
+ output: CreateLogSubscriptionCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -93,4 +93,15 @@ declare const CreateMicrosoftADCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateMicrosoftADCommand extends CreateMicrosoftADCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateMicrosoftADRequest;
100
+ output: CreateMicrosoftADResult;
101
+ };
102
+ sdk: {
103
+ input: CreateMicrosoftADCommandInput;
104
+ output: CreateMicrosoftADCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -78,4 +78,15 @@ declare const CreateSnapshotCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateSnapshotRequest;
85
+ output: CreateSnapshotResult;
86
+ };
87
+ sdk: {
88
+ input: CreateSnapshotCommandInput;
89
+ output: CreateSnapshotCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -89,4 +89,15 @@ declare const CreateTrustCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateTrustCommand extends CreateTrustCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateTrustRequest;
96
+ output: CreateTrustResult;
97
+ };
98
+ sdk: {
99
+ input: CreateTrustCommandInput;
100
+ output: CreateTrustCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -55,7 +55,7 @@ declare const DeleteConditionalForwarderCommand_base: {
55
55
  * <p>A client exception has occurred.</p>
56
56
  *
57
57
  * @throws {@link DirectoryUnavailableException} (client fault)
58
- * <p>The specified directory is unavailable or could not be found.</p>
58
+ * <p>The specified directory is unavailable.</p>
59
59
  *
60
60
  * @throws {@link EntityDoesNotExistException} (client fault)
61
61
  * <p>The specified entity could not be found.</p>
@@ -75,4 +75,15 @@ declare const DeleteConditionalForwarderCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteConditionalForwarderCommand extends DeleteConditionalForwarderCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteConditionalForwarderRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteConditionalForwarderCommandInput;
86
+ output: DeleteConditionalForwarderCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -70,4 +70,15 @@ declare const DeleteDirectoryCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteDirectoryCommand extends DeleteDirectoryCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteDirectoryRequest;
77
+ output: DeleteDirectoryResult;
78
+ };
79
+ sdk: {
80
+ input: DeleteDirectoryCommandInput;
81
+ output: DeleteDirectoryCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -67,4 +67,15 @@ declare const DeleteLogSubscriptionCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteLogSubscriptionCommand extends DeleteLogSubscriptionCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteLogSubscriptionRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteLogSubscriptionCommandInput;
78
+ output: DeleteLogSubscriptionCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -69,4 +69,15 @@ declare const DeleteSnapshotCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteSnapshotRequest;
76
+ output: DeleteSnapshotResult;
77
+ };
78
+ sdk: {
79
+ input: DeleteSnapshotCommandInput;
80
+ output: DeleteSnapshotCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -74,4 +74,15 @@ declare const DeleteTrustCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DeleteTrustCommand extends DeleteTrustCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DeleteTrustRequest;
81
+ output: DeleteTrustResult;
82
+ };
83
+ sdk: {
84
+ input: DeleteTrustCommandInput;
85
+ output: DeleteTrustCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -64,7 +64,7 @@ declare const DeregisterCertificateCommand_base: {
64
64
  * <p>The specified directory does not exist in the system.</p>
65
65
  *
66
66
  * @throws {@link DirectoryUnavailableException} (client fault)
67
- * <p>The specified directory is unavailable or could not be found.</p>
67
+ * <p>The specified directory is unavailable.</p>
68
68
  *
69
69
  * @throws {@link InvalidParameterException} (client fault)
70
70
  * <p>One or more parameters are not valid.</p>
@@ -81,4 +81,15 @@ declare const DeregisterCertificateCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeregisterCertificateCommand extends DeregisterCertificateCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeregisterCertificateRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: DeregisterCertificateCommandInput;
92
+ output: DeregisterCertificateCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -68,4 +68,15 @@ declare const DeregisterEventTopicCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeregisterEventTopicCommand extends DeregisterEventTopicCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeregisterEventTopicRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeregisterEventTopicCommandInput;
79
+ output: DeregisterEventTopicCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -87,4 +87,15 @@ declare const DescribeCertificateCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: DescribeCertificateRequest;
94
+ output: DescribeCertificateResult;
95
+ };
96
+ sdk: {
97
+ input: DescribeCertificateCommandInput;
98
+ output: DescribeCertificateCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -63,7 +63,7 @@ declare const DescribeClientAuthenticationSettingsCommand_base: {
63
63
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
64
64
  *
65
65
  * @throws {@link AccessDeniedException} (client fault)
66
- * <p>Client authentication is not available in this region at this time.</p>
66
+ * <p>You do not have sufficient access to perform this action.</p>
67
67
  *
68
68
  * @throws {@link ClientException} (client fault)
69
69
  * <p>A client exception has occurred.</p>
@@ -86,4 +86,15 @@ declare const DescribeClientAuthenticationSettingsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeClientAuthenticationSettingsCommand extends DescribeClientAuthenticationSettingsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeClientAuthenticationSettingsRequest;
93
+ output: DescribeClientAuthenticationSettingsResult;
94
+ };
95
+ sdk: {
96
+ input: DescribeClientAuthenticationSettingsCommandInput;
97
+ output: DescribeClientAuthenticationSettingsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -68,7 +68,7 @@ declare const DescribeConditionalForwardersCommand_base: {
68
68
  * <p>A client exception has occurred.</p>
69
69
  *
70
70
  * @throws {@link DirectoryUnavailableException} (client fault)
71
- * <p>The specified directory is unavailable or could not be found.</p>
71
+ * <p>The specified directory is unavailable.</p>
72
72
  *
73
73
  * @throws {@link EntityDoesNotExistException} (client fault)
74
74
  * <p>The specified entity could not be found.</p>
@@ -88,4 +88,15 @@ declare const DescribeConditionalForwardersCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class DescribeConditionalForwardersCommand extends DescribeConditionalForwardersCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DescribeConditionalForwardersRequest;
95
+ output: DescribeConditionalForwardersResult;
96
+ };
97
+ sdk: {
98
+ input: DescribeConditionalForwardersCommandInput;
99
+ output: DescribeConditionalForwardersCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -67,7 +67,7 @@ declare const DescribeDirectoriesCommand_base: {
67
67
  * // DnsIpAddrs: [ // DnsIpAddrs
68
68
  * // "STRING_VALUE",
69
69
  * // ],
70
- * // Stage: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed",
70
+ * // Stage: "Requested" || "Creating" || "Created" || "Active" || "Inoperable" || "Impaired" || "Restoring" || "RestoreFailed" || "Deleting" || "Deleted" || "Failed" || "Updating",
71
71
  * // ShareStatus: "Shared" || "PendingAcceptance" || "Rejected" || "Rejecting" || "RejectFailed" || "Sharing" || "ShareFailed" || "Deleted" || "Deleting",
72
72
  * // ShareMethod: "ORGANIZATIONS" || "HANDSHAKE",
73
73
  * // ShareNotes: "STRING_VALUE",
@@ -185,4 +185,15 @@ declare const DescribeDirectoriesCommand_base: {
185
185
  * @public
186
186
  */
187
187
  export declare class DescribeDirectoriesCommand extends DescribeDirectoriesCommand_base {
188
+ /** @internal type navigation helper, not in runtime. */
189
+ protected static __types: {
190
+ api: {
191
+ input: DescribeDirectoriesRequest;
192
+ output: DescribeDirectoriesResult;
193
+ };
194
+ sdk: {
195
+ input: DescribeDirectoriesCommandInput;
196
+ output: DescribeDirectoriesCommandOutput;
197
+ };
198
+ };
188
199
  }