@aws-sdk/client-directory-service 3.288.0 → 3.290.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 (68) hide show
  1. package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +16 -0
  2. package/dist-types/commands/AddIpRoutesCommand.d.ts +23 -0
  3. package/dist-types/commands/AddRegionCommand.d.ts +33 -0
  4. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +10 -0
  6. package/dist-types/commands/ConnectDirectoryCommand.d.ts +15 -0
  7. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateComputerCommand.d.ts +25 -0
  9. package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +22 -0
  10. package/dist-types/commands/CreateDirectoryCommand.d.ts +15 -0
  11. package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +19 -0
  12. package/dist-types/commands/CreateMicrosoftADCommand.d.ts +18 -0
  13. package/dist-types/commands/CreateSnapshotCommand.d.ts +18 -0
  14. package/dist-types/commands/CreateTrustCommand.d.ts +19 -0
  15. package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +19 -0
  16. package/dist-types/commands/DeleteDirectoryCommand.d.ts +10 -0
  17. package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +13 -0
  18. package/dist-types/commands/DeleteSnapshotCommand.d.ts +13 -0
  19. package/dist-types/commands/DeleteTrustCommand.d.ts +16 -0
  20. package/dist-types/commands/DeregisterCertificateCommand.d.ts +26 -0
  21. package/dist-types/commands/DeregisterEventTopicCommand.d.ts +13 -0
  22. package/dist-types/commands/DescribeCertificateCommand.d.ts +19 -0
  23. package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +19 -0
  24. package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +19 -0
  25. package/dist-types/commands/DescribeDirectoriesCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeDomainControllersCommand.d.ts +19 -0
  27. package/dist-types/commands/DescribeEventTopicsCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +19 -0
  29. package/dist-types/commands/DescribeRegionsCommand.d.ts +22 -0
  30. package/dist-types/commands/DescribeSettingsCommand.d.ts +19 -0
  31. package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +19 -0
  32. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeTrustsCommand.d.ts +19 -0
  34. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +19 -0
  35. package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +19 -0
  36. package/dist-types/commands/DisableLDAPSCommand.d.ts +23 -0
  37. package/dist-types/commands/DisableRadiusCommand.d.ts +10 -0
  38. package/dist-types/commands/DisableSsoCommand.d.ts +16 -0
  39. package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +23 -0
  40. package/dist-types/commands/EnableLDAPSCommand.d.ts +27 -0
  41. package/dist-types/commands/EnableRadiusCommand.d.ts +16 -0
  42. package/dist-types/commands/EnableSsoCommand.d.ts +16 -0
  43. package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +10 -0
  44. package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +10 -0
  45. package/dist-types/commands/ListCertificatesCommand.d.ts +19 -0
  46. package/dist-types/commands/ListIpRoutesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +13 -0
  48. package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +13 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  50. package/dist-types/commands/RegisterCertificateCommand.d.ts +28 -0
  51. package/dist-types/commands/RegisterEventTopicCommand.d.ts +13 -0
  52. package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +16 -0
  53. package/dist-types/commands/RemoveIpRoutesCommand.d.ts +16 -0
  54. package/dist-types/commands/RemoveRegionCommand.d.ts +19 -0
  55. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +13 -0
  56. package/dist-types/commands/ResetUserPasswordCommand.d.ts +23 -0
  57. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +13 -0
  58. package/dist-types/commands/ShareDirectoryCommand.d.ts +32 -0
  59. package/dist-types/commands/StartSchemaExtensionCommand.d.ts +21 -0
  60. package/dist-types/commands/UnshareDirectoryCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +19 -0
  62. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +32 -0
  63. package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +23 -0
  64. package/dist-types/commands/UpdateRadiusCommand.d.ts +13 -0
  65. package/dist-types/commands/UpdateSettingsCommand.d.ts +25 -0
  66. package/dist-types/commands/UpdateTrustCommand.d.ts +13 -0
  67. package/dist-types/commands/VerifyTrustCommand.d.ts +16 -0
  68. package/package.json +29 -29
@@ -29,6 +29,25 @@ export interface DescribeDomainControllersCommandOutput extends DescribeDomainCo
29
29
  * @see {@link DescribeDomainControllersCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (client fault)
48
+ * <p>The operation is not supported.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeDomainControllersCommand extends $Command<DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig> {
34
53
  readonly input: DescribeDomainControllersCommandInput;
@@ -32,6 +32,19 @@ export interface DescribeEventTopicsCommandOutput extends DescribeEventTopicsRes
32
32
  * @see {@link DescribeEventTopicsCommandOutput} for command's `response` shape.
33
33
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
34
34
  *
35
+ * @throws {@link ClientException} (client fault)
36
+ * <p>A client exception has occurred.</p>
37
+ *
38
+ * @throws {@link EntityDoesNotExistException} (client fault)
39
+ * <p>The specified entity could not be found.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class DescribeEventTopicsCommand extends $Command<DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig> {
37
50
  readonly input: DescribeEventTopicsCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeLDAPSSettingsCommandOutput extends DescribeLDAPSSetting
29
29
  * @see {@link DescribeLDAPSSettingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
36
+ * <p>The specified directory does not exist in the system.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (client fault)
48
+ * <p>The operation is not supported.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeLDAPSSettingsCommand extends $Command<DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
34
53
  readonly input: DescribeLDAPSSettingsCommandInput;
@@ -30,6 +30,28 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
30
30
  * @see {@link DescribeRegionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>Client authentication is not available in this region at this time.</p>
35
+ *
36
+ * @throws {@link ClientException} (client fault)
37
+ * <p>A client exception has occurred.</p>
38
+ *
39
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
40
+ * <p>The specified directory does not exist in the system.</p>
41
+ *
42
+ * @throws {@link InvalidNextTokenException} (client fault)
43
+ * <p>The <code>NextToken</code> value is not valid.</p>
44
+ *
45
+ * @throws {@link InvalidParameterException} (client fault)
46
+ * <p>One or more parameters are not valid.</p>
47
+ *
48
+ * @throws {@link ServiceException} (server fault)
49
+ * <p>An exception has occurred in Directory Service.</p>
50
+ *
51
+ * @throws {@link UnsupportedOperationException} (client fault)
52
+ * <p>The operation is not supported.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class DescribeRegionsCommand extends $Command<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig> {
35
57
  readonly input: DescribeRegionsCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeSettingsCommandOutput extends DescribeSettingsResult, _
29
29
  * @see {@link DescribeSettingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
36
+ * <p>The specified directory does not exist in the system.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (client fault)
48
+ * <p>The operation is not supported.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeSettingsCommand extends $Command<DescribeSettingsCommandInput, DescribeSettingsCommandOutput, DirectoryServiceClientResolvedConfig> {
34
53
  readonly input: DescribeSettingsCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeSharedDirectoriesCommandOutput extends DescribeSharedDi
29
29
  * @see {@link DescribeSharedDirectoriesCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (client fault)
48
+ * <p>The operation is not supported.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeSharedDirectoriesCommand extends $Command<DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig> {
34
53
  readonly input: DescribeSharedDirectoriesCommandInput;
@@ -35,6 +35,22 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
35
35
  * @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
36
36
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
37
37
  *
38
+ * @throws {@link ClientException} (client fault)
39
+ * <p>A client exception has occurred.</p>
40
+ *
41
+ * @throws {@link EntityDoesNotExistException} (client fault)
42
+ * <p>The specified entity could not be found.</p>
43
+ *
44
+ * @throws {@link InvalidNextTokenException} (client fault)
45
+ * <p>The <code>NextToken</code> value is not valid.</p>
46
+ *
47
+ * @throws {@link InvalidParameterException} (client fault)
48
+ * <p>One or more parameters are not valid.</p>
49
+ *
50
+ * @throws {@link ServiceException} (server fault)
51
+ * <p>An exception has occurred in Directory Service.</p>
52
+ *
53
+ *
38
54
  */
39
55
  export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig> {
40
56
  readonly input: DescribeSnapshotsCommandInput;
@@ -31,6 +31,25 @@ export interface DescribeTrustsCommandOutput extends DescribeTrustsResult, __Met
31
31
  * @see {@link DescribeTrustsCommandOutput} for command's `response` shape.
32
32
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link ClientException} (client fault)
35
+ * <p>A client exception has occurred.</p>
36
+ *
37
+ * @throws {@link EntityDoesNotExistException} (client fault)
38
+ * <p>The specified entity could not be found.</p>
39
+ *
40
+ * @throws {@link InvalidNextTokenException} (client fault)
41
+ * <p>The <code>NextToken</code> value is not valid.</p>
42
+ *
43
+ * @throws {@link InvalidParameterException} (client fault)
44
+ * <p>One or more parameters are not valid.</p>
45
+ *
46
+ * @throws {@link ServiceException} (server fault)
47
+ * <p>An exception has occurred in Directory Service.</p>
48
+ *
49
+ * @throws {@link UnsupportedOperationException} (client fault)
50
+ * <p>The operation is not supported.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class DescribeTrustsCommand extends $Command<DescribeTrustsCommandInput, DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig> {
36
55
  readonly input: DescribeTrustsCommandInput;
@@ -31,6 +31,25 @@ export interface DescribeUpdateDirectoryCommandOutput extends DescribeUpdateDire
31
31
  * @see {@link DescribeUpdateDirectoryCommandOutput} for command's `response` shape.
32
32
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>Client authentication is not available in this region at this time.</p>
36
+ *
37
+ * @throws {@link ClientException} (client fault)
38
+ * <p>A client exception has occurred.</p>
39
+ *
40
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
41
+ * <p>The specified directory does not exist in the system.</p>
42
+ *
43
+ * @throws {@link InvalidNextTokenException} (client fault)
44
+ * <p>The <code>NextToken</code> value is not valid.</p>
45
+ *
46
+ * @throws {@link InvalidParameterException} (client fault)
47
+ * <p>One or more parameters are not valid.</p>
48
+ *
49
+ * @throws {@link ServiceException} (server fault)
50
+ * <p>An exception has occurred in Directory Service.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class DescribeUpdateDirectoryCommand extends $Command<DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
36
55
  readonly input: DescribeUpdateDirectoryCommandInput;
@@ -29,6 +29,25 @@ export interface DisableClientAuthenticationCommandOutput extends DisableClientA
29
29
  * @see {@link DisableClientAuthenticationCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Client authentication is not available in this region at this time.</p>
34
+ *
35
+ * @throws {@link ClientException} (client fault)
36
+ * <p>A client exception has occurred.</p>
37
+ *
38
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
39
+ * <p>The specified directory does not exist in the system.</p>
40
+ *
41
+ * @throws {@link InvalidClientAuthStatusException} (client fault)
42
+ * <p>Client authentication is already enabled.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (client fault)
48
+ * <p>The operation is not supported.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DisableClientAuthenticationCommand extends $Command<DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig> {
34
53
  readonly input: DisableClientAuthenticationCommandInput;
@@ -29,6 +29,29 @@ export interface DisableLDAPSCommandOutput extends DisableLDAPSResult, __Metadat
29
29
  * @see {@link DisableLDAPSCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
36
+ * <p>The specified directory does not exist in the system.</p>
37
+ *
38
+ * @throws {@link DirectoryUnavailableException} (client fault)
39
+ * <p>The specified directory is unavailable or could not be found.</p>
40
+ *
41
+ * @throws {@link InvalidLDAPSStatusException} (client fault)
42
+ * <p>The LDAP activities could not be performed because they are limited by the LDAPS
43
+ * status.</p>
44
+ *
45
+ * @throws {@link InvalidParameterException} (client fault)
46
+ * <p>One or more parameters are not valid.</p>
47
+ *
48
+ * @throws {@link ServiceException} (server fault)
49
+ * <p>An exception has occurred in Directory Service.</p>
50
+ *
51
+ * @throws {@link UnsupportedOperationException} (client fault)
52
+ * <p>The operation is not supported.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class DisableLDAPSCommand extends $Command<DisableLDAPSCommandInput, DisableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig> {
34
57
  readonly input: DisableLDAPSCommandInput;
@@ -30,6 +30,16 @@ export interface DisableRadiusCommandOutput extends DisableRadiusResult, __Metad
30
30
  * @see {@link DisableRadiusCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link ClientException} (client fault)
34
+ * <p>A client exception has occurred.</p>
35
+ *
36
+ * @throws {@link EntityDoesNotExistException} (client fault)
37
+ * <p>The specified entity could not be found.</p>
38
+ *
39
+ * @throws {@link ServiceException} (server fault)
40
+ * <p>An exception has occurred in Directory Service.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class DisableRadiusCommand extends $Command<DisableRadiusCommandInput, DisableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
35
45
  readonly input: DisableRadiusCommandInput;
@@ -29,6 +29,22 @@ export interface DisableSsoCommandOutput extends DisableSsoResult, __MetadataBea
29
29
  * @see {@link DisableSsoCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AuthenticationFailedException} (client fault)
33
+ * <p>An authentication error occurred.</p>
34
+ *
35
+ * @throws {@link ClientException} (client fault)
36
+ * <p>A client exception has occurred.</p>
37
+ *
38
+ * @throws {@link EntityDoesNotExistException} (client fault)
39
+ * <p>The specified entity could not be found.</p>
40
+ *
41
+ * @throws {@link InsufficientPermissionsException} (client fault)
42
+ * <p>The account does not have sufficient permission to perform the operation.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DisableSsoCommand extends $Command<DisableSsoCommandInput, DisableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
34
50
  readonly input: DisableSsoCommandInput;
@@ -29,6 +29,29 @@ export interface EnableClientAuthenticationCommandOutput extends EnableClientAut
29
29
  * @see {@link EnableClientAuthenticationCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Client authentication is not available in this region at this time.</p>
34
+ *
35
+ * @throws {@link ClientException} (client fault)
36
+ * <p>A client exception has occurred.</p>
37
+ *
38
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
39
+ * <p>The specified directory does not exist in the system.</p>
40
+ *
41
+ * @throws {@link InvalidClientAuthStatusException} (client fault)
42
+ * <p>Client authentication is already enabled.</p>
43
+ *
44
+ * @throws {@link NoAvailableCertificateException} (client fault)
45
+ * <p>Client authentication setup could not be completed because at least one valid certificate must be
46
+ * registered in the system.</p>
47
+ *
48
+ * @throws {@link ServiceException} (server fault)
49
+ * <p>An exception has occurred in Directory Service.</p>
50
+ *
51
+ * @throws {@link UnsupportedOperationException} (client fault)
52
+ * <p>The operation is not supported.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class EnableClientAuthenticationCommand extends $Command<EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig> {
34
57
  readonly input: EnableClientAuthenticationCommandInput;
@@ -29,6 +29,33 @@ export interface EnableLDAPSCommandOutput extends EnableLDAPSResult, __MetadataB
29
29
  * @see {@link EnableLDAPSCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
36
+ * <p>The specified directory does not exist in the system.</p>
37
+ *
38
+ * @throws {@link DirectoryUnavailableException} (client fault)
39
+ * <p>The specified directory is unavailable or could not be found.</p>
40
+ *
41
+ * @throws {@link InvalidLDAPSStatusException} (client fault)
42
+ * <p>The LDAP activities could not be performed because they are limited by the LDAPS
43
+ * status.</p>
44
+ *
45
+ * @throws {@link InvalidParameterException} (client fault)
46
+ * <p>One or more parameters are not valid.</p>
47
+ *
48
+ * @throws {@link NoAvailableCertificateException} (client fault)
49
+ * <p>Client authentication setup could not be completed because at least one valid certificate must be
50
+ * registered in the system.</p>
51
+ *
52
+ * @throws {@link ServiceException} (server fault)
53
+ * <p>An exception has occurred in Directory Service.</p>
54
+ *
55
+ * @throws {@link UnsupportedOperationException} (client fault)
56
+ * <p>The operation is not supported.</p>
57
+ *
58
+ *
32
59
  */
33
60
  export declare class EnableLDAPSCommand extends $Command<EnableLDAPSCommandInput, EnableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig> {
34
61
  readonly input: EnableLDAPSCommandInput;
@@ -30,6 +30,22 @@ export interface EnableRadiusCommandOutput extends EnableRadiusResult, __Metadat
30
30
  * @see {@link EnableRadiusCommandOutput} for command's `response` shape.
31
31
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
32
32
  *
33
+ * @throws {@link ClientException} (client fault)
34
+ * <p>A client exception has occurred.</p>
35
+ *
36
+ * @throws {@link EntityAlreadyExistsException} (client fault)
37
+ * <p>The specified entity already exists.</p>
38
+ *
39
+ * @throws {@link EntityDoesNotExistException} (client fault)
40
+ * <p>The specified entity could not be found.</p>
41
+ *
42
+ * @throws {@link InvalidParameterException} (client fault)
43
+ * <p>One or more parameters are not valid.</p>
44
+ *
45
+ * @throws {@link ServiceException} (server fault)
46
+ * <p>An exception has occurred in Directory Service.</p>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class EnableRadiusCommand extends $Command<EnableRadiusCommandInput, EnableRadiusCommandOutput, DirectoryServiceClientResolvedConfig> {
35
51
  readonly input: EnableRadiusCommandInput;
@@ -31,6 +31,22 @@ export interface EnableSsoCommandOutput extends EnableSsoResult, __MetadataBeare
31
31
  * @see {@link EnableSsoCommandOutput} for command's `response` shape.
32
32
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
33
33
  *
34
+ * @throws {@link AuthenticationFailedException} (client fault)
35
+ * <p>An authentication error occurred.</p>
36
+ *
37
+ * @throws {@link ClientException} (client fault)
38
+ * <p>A client exception has occurred.</p>
39
+ *
40
+ * @throws {@link EntityDoesNotExistException} (client fault)
41
+ * <p>The specified entity could not be found.</p>
42
+ *
43
+ * @throws {@link InsufficientPermissionsException} (client fault)
44
+ * <p>The account does not have sufficient permission to perform the operation.</p>
45
+ *
46
+ * @throws {@link ServiceException} (server fault)
47
+ * <p>An exception has occurred in Directory Service.</p>
48
+ *
49
+ *
34
50
  */
35
51
  export declare class EnableSsoCommand extends $Command<EnableSsoCommandInput, EnableSsoCommandOutput, DirectoryServiceClientResolvedConfig> {
36
52
  readonly input: EnableSsoCommandInput;
@@ -29,6 +29,16 @@ export interface GetDirectoryLimitsCommandOutput extends GetDirectoryLimitsResul
29
29
  * @see {@link GetDirectoryLimitsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link ServiceException} (server fault)
39
+ * <p>An exception has occurred in Directory Service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetDirectoryLimitsCommand extends $Command<GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
34
44
  readonly input: GetDirectoryLimitsCommandInput;
@@ -29,6 +29,16 @@ export interface GetSnapshotLimitsCommandOutput extends GetSnapshotLimitsResult,
29
29
  * @see {@link GetSnapshotLimitsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link ServiceException} (server fault)
39
+ * <p>An exception has occurred in Directory Service.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetSnapshotLimitsCommand extends $Command<GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput, DirectoryServiceClientResolvedConfig> {
34
44
  readonly input: GetSnapshotLimitsCommandInput;
@@ -29,6 +29,25 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResult, _
29
29
  * @see {@link ListCertificatesCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
36
+ * <p>The specified directory does not exist in the system.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ * @throws {@link UnsupportedOperationException} (client fault)
48
+ * <p>The operation is not supported.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, DirectoryServiceClientResolvedConfig> {
34
53
  readonly input: ListCertificatesCommandInput;
@@ -29,6 +29,22 @@ export interface ListIpRoutesCommandOutput extends ListIpRoutesResult, __Metadat
29
29
  * @see {@link ListIpRoutesCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListIpRoutesCommand extends $Command<ListIpRoutesCommandInput, ListIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
34
50
  readonly input: ListIpRoutesCommandInput;
@@ -29,6 +29,19 @@ export interface ListLogSubscriptionsCommandOutput extends ListLogSubscriptionsR
29
29
  * @see {@link ListLogSubscriptionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link ServiceException} (server fault)
42
+ * <p>An exception has occurred in Directory Service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListLogSubscriptionsCommand extends $Command<ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput, DirectoryServiceClientResolvedConfig> {
34
47
  readonly input: ListLogSubscriptionsCommandInput;
@@ -29,6 +29,19 @@ export interface ListSchemaExtensionsCommandOutput extends ListSchemaExtensionsR
29
29
  * @see {@link ListSchemaExtensionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link ServiceException} (server fault)
42
+ * <p>An exception has occurred in Directory Service.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListSchemaExtensionsCommand extends $Command<ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput, DirectoryServiceClientResolvedConfig> {
34
47
  readonly input: ListSchemaExtensionsCommandInput;
@@ -29,6 +29,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link ClientException} (client fault)
33
+ * <p>A client exception has occurred.</p>
34
+ *
35
+ * @throws {@link EntityDoesNotExistException} (client fault)
36
+ * <p>The specified entity could not be found.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value is not valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterException} (client fault)
42
+ * <p>One or more parameters are not valid.</p>
43
+ *
44
+ * @throws {@link ServiceException} (server fault)
45
+ * <p>An exception has occurred in Directory Service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
34
50
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,34 @@ export interface RegisterCertificateCommandOutput extends RegisterCertificateRes
29
29
  * @see {@link RegisterCertificateCommandOutput} for command's `response` shape.
30
30
  * @see {@link DirectoryServiceClientResolvedConfig | config} for DirectoryServiceClient's `config` shape.
31
31
  *
32
+ * @throws {@link CertificateAlreadyExistsException} (client fault)
33
+ * <p>The certificate has already been registered into the system.</p>
34
+ *
35
+ * @throws {@link CertificateLimitExceededException} (client fault)
36
+ * <p>The certificate could not be added because the certificate limit has been reached.</p>
37
+ *
38
+ * @throws {@link ClientException} (client fault)
39
+ * <p>A client exception has occurred.</p>
40
+ *
41
+ * @throws {@link DirectoryDoesNotExistException} (client fault)
42
+ * <p>The specified directory does not exist in the system.</p>
43
+ *
44
+ * @throws {@link DirectoryUnavailableException} (client fault)
45
+ * <p>The specified directory is unavailable or could not be found.</p>
46
+ *
47
+ * @throws {@link InvalidCertificateException} (client fault)
48
+ * <p>The certificate PEM that was provided has incorrect encoding.</p>
49
+ *
50
+ * @throws {@link InvalidParameterException} (client fault)
51
+ * <p>One or more parameters are not valid.</p>
52
+ *
53
+ * @throws {@link ServiceException} (server fault)
54
+ * <p>An exception has occurred in Directory Service.</p>
55
+ *
56
+ * @throws {@link UnsupportedOperationException} (client fault)
57
+ * <p>The operation is not supported.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class RegisterCertificateCommand extends $Command<RegisterCertificateCommandInput, RegisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig> {
34
62
  readonly input: RegisterCertificateCommandInput;