@aws-sdk/client-directory-service 3.1087.0 → 3.1089.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 (101) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DirectoryService.d.ts +267 -305
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +15 -55
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +7 -5
  10. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +5 -11
  11. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateHybridADCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +5 -11
  20. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteADAssessmentCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DescribeADAssessmentCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DescribeCAEnrollmentPolicyCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DescribeDirectoryDataAccessCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/DescribeHybridADUpdateCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -10
  45. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +3 -8
  46. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DisableCAEnrollmentPolicyCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DisableDirectoryDataAccessCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/EnableCAEnrollmentPolicyCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/EnableDirectoryDataAccessCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +7 -5
  59. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +5 -11
  61. package/dist-types/ts3.4/commands/ListADAssessmentsCommand.d.ts +4 -10
  62. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +5 -11
  74. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/StartADAssessmentCommand.d.ts +4 -10
  77. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +5 -10
  81. package/dist-types/ts3.4/commands/UpdateHybridADCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +4 -9
  85. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +3 -5
  87. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  88. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  89. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  90. package/dist-types/ts3.4/models/enums.d.ts +10 -20
  91. package/dist-types/ts3.4/models/errors.d.ts +38 -156
  92. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  93. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  98. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  99. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  100. package/dist-types/ts3.4/waiters/waitForHybridADUpdated.d.ts +3 -7
  101. package/package.json +38 -38
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateSnapshotRequest,
4
- CreateSnapshotResult,
5
- } from "../models/models_0";
2
+ import { CreateSnapshotRequest, CreateSnapshotResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
8
- export interface CreateSnapshotCommandOutput
9
- extends CreateSnapshotResult,
10
- __MetadataBearer {}
5
+ export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __MetadataBearer {}
11
6
  declare const CreateSnapshotCommand_base: {
12
7
  new (
13
- input: CreateSnapshotCommandInput
8
+ input: CreateSnapshotCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateSnapshotCommandInput,
16
11
  CreateSnapshotCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateSnapshotCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateSnapshotCommandInput
17
+ input: CreateSnapshotCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateSnapshotCommandInput,
25
20
  CreateSnapshotCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateTrustRequest, CreateTrustResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateTrustCommandInput extends CreateTrustRequest {}
5
- export interface CreateTrustCommandOutput
6
- extends CreateTrustResult,
7
- __MetadataBearer {}
5
+ export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataBearer {}
8
6
  declare const CreateTrustCommand_base: {
9
7
  new (
10
- input: CreateTrustCommandInput
8
+ input: CreateTrustCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateTrustCommandInput,
13
11
  CreateTrustCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateTrustCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateTrustCommandInput
17
+ input: CreateTrustCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateTrustCommandInput,
22
20
  CreateTrustCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteADAssessmentRequest,
4
- DeleteADAssessmentResult,
5
- } from "../models/models_0";
2
+ import { DeleteADAssessmentRequest, DeleteADAssessmentResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteADAssessmentCommandInput
8
- extends DeleteADAssessmentRequest {}
4
+ export interface DeleteADAssessmentCommandInput extends DeleteADAssessmentRequest {}
9
5
  export interface DeleteADAssessmentCommandOutput
10
- extends DeleteADAssessmentResult,
11
- __MetadataBearer {}
6
+ extends DeleteADAssessmentResult, __MetadataBearer {}
12
7
  declare const DeleteADAssessmentCommand_base: {
13
8
  new (
14
- input: DeleteADAssessmentCommandInput
9
+ input: DeleteADAssessmentCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteADAssessmentCommandInput,
17
12
  DeleteADAssessmentCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteADAssessmentCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteADAssessmentCommandInput
18
+ input: DeleteADAssessmentCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteADAssessmentCommandInput,
26
21
  DeleteADAssessmentCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteConditionalForwarderResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteConditionalForwarderCommandInput
8
- extends DeleteConditionalForwarderRequest {}
7
+ export interface DeleteConditionalForwarderCommandInput extends DeleteConditionalForwarderRequest {}
9
8
  export interface DeleteConditionalForwarderCommandOutput
10
- extends DeleteConditionalForwarderResult,
11
- __MetadataBearer {}
9
+ extends DeleteConditionalForwarderResult, __MetadataBearer {}
12
10
  declare const DeleteConditionalForwarderCommand_base: {
13
11
  new (
14
- input: DeleteConditionalForwarderCommandInput
12
+ input: DeleteConditionalForwarderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteConditionalForwarderCommandInput,
17
15
  DeleteConditionalForwarderCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteConditionalForwarderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteConditionalForwarderCommandInput
21
+ input: DeleteConditionalForwarderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteConditionalForwarderCommandInput,
26
24
  DeleteConditionalForwarderCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteDirectoryRequest,
4
- DeleteDirectoryResult,
5
- } from "../models/models_0";
2
+ import { DeleteDirectoryRequest, DeleteDirectoryResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {}
8
- export interface DeleteDirectoryCommandOutput
9
- extends DeleteDirectoryResult,
10
- __MetadataBearer {}
5
+ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __MetadataBearer {}
11
6
  declare const DeleteDirectoryCommand_base: {
12
7
  new (
13
- input: DeleteDirectoryCommandInput
8
+ input: DeleteDirectoryCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteDirectoryCommandInput,
16
11
  DeleteDirectoryCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteDirectoryCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteDirectoryCommandInput
17
+ input: DeleteDirectoryCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteDirectoryCommandInput,
25
20
  DeleteDirectoryCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteLogSubscriptionRequest,
4
- DeleteLogSubscriptionResult,
5
- } from "../models/models_0";
2
+ import { DeleteLogSubscriptionRequest, DeleteLogSubscriptionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteLogSubscriptionCommandInput
8
- extends DeleteLogSubscriptionRequest {}
4
+ export interface DeleteLogSubscriptionCommandInput extends DeleteLogSubscriptionRequest {}
9
5
  export interface DeleteLogSubscriptionCommandOutput
10
- extends DeleteLogSubscriptionResult,
11
- __MetadataBearer {}
6
+ extends DeleteLogSubscriptionResult, __MetadataBearer {}
12
7
  declare const DeleteLogSubscriptionCommand_base: {
13
8
  new (
14
- input: DeleteLogSubscriptionCommandInput
9
+ input: DeleteLogSubscriptionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteLogSubscriptionCommandInput,
17
12
  DeleteLogSubscriptionCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteLogSubscriptionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteLogSubscriptionCommandInput
18
+ input: DeleteLogSubscriptionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteLogSubscriptionCommandInput,
26
21
  DeleteLogSubscriptionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteSnapshotRequest,
4
- DeleteSnapshotResult,
5
- } from "../models/models_0";
2
+ import { DeleteSnapshotRequest, DeleteSnapshotResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteSnapshotCommandInput extends DeleteSnapshotRequest {}
8
- export interface DeleteSnapshotCommandOutput
9
- extends DeleteSnapshotResult,
10
- __MetadataBearer {}
5
+ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResult, __MetadataBearer {}
11
6
  declare const DeleteSnapshotCommand_base: {
12
7
  new (
13
- input: DeleteSnapshotCommandInput
8
+ input: DeleteSnapshotCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteSnapshotCommandInput,
16
11
  DeleteSnapshotCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteSnapshotCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteSnapshotCommandInput
17
+ input: DeleteSnapshotCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteSnapshotCommandInput,
25
20
  DeleteSnapshotCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteTrustRequest, DeleteTrustResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteTrustCommandInput extends DeleteTrustRequest {}
5
- export interface DeleteTrustCommandOutput
6
- extends DeleteTrustResult,
7
- __MetadataBearer {}
5
+ export interface DeleteTrustCommandOutput extends DeleteTrustResult, __MetadataBearer {}
8
6
  declare const DeleteTrustCommand_base: {
9
7
  new (
10
- input: DeleteTrustCommandInput
8
+ input: DeleteTrustCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteTrustCommandInput,
13
11
  DeleteTrustCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteTrustCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteTrustCommandInput
17
+ input: DeleteTrustCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteTrustCommandInput,
22
20
  DeleteTrustCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeregisterCertificateRequest,
4
- DeregisterCertificateResult,
5
- } from "../models/models_0";
2
+ import { DeregisterCertificateRequest, DeregisterCertificateResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeregisterCertificateCommandInput
8
- extends DeregisterCertificateRequest {}
4
+ export interface DeregisterCertificateCommandInput extends DeregisterCertificateRequest {}
9
5
  export interface DeregisterCertificateCommandOutput
10
- extends DeregisterCertificateResult,
11
- __MetadataBearer {}
6
+ extends DeregisterCertificateResult, __MetadataBearer {}
12
7
  declare const DeregisterCertificateCommand_base: {
13
8
  new (
14
- input: DeregisterCertificateCommandInput
9
+ input: DeregisterCertificateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeregisterCertificateCommandInput,
17
12
  DeregisterCertificateCommandOutput,
@@ -20,7 +15,7 @@ declare const DeregisterCertificateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeregisterCertificateCommandInput
18
+ input: DeregisterCertificateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeregisterCertificateCommandInput,
26
21
  DeregisterCertificateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeregisterEventTopicRequest,
4
- DeregisterEventTopicResult,
5
- } from "../models/models_0";
2
+ import { DeregisterEventTopicRequest, DeregisterEventTopicResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeregisterEventTopicCommandInput
8
- extends DeregisterEventTopicRequest {}
4
+ export interface DeregisterEventTopicCommandInput extends DeregisterEventTopicRequest {}
9
5
  export interface DeregisterEventTopicCommandOutput
10
- extends DeregisterEventTopicResult,
11
- __MetadataBearer {}
6
+ extends DeregisterEventTopicResult, __MetadataBearer {}
12
7
  declare const DeregisterEventTopicCommand_base: {
13
8
  new (
14
- input: DeregisterEventTopicCommandInput
9
+ input: DeregisterEventTopicCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeregisterEventTopicCommandInput,
17
12
  DeregisterEventTopicCommandOutput,
@@ -20,7 +15,7 @@ declare const DeregisterEventTopicCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeregisterEventTopicCommandInput
18
+ input: DeregisterEventTopicCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeregisterEventTopicCommandInput,
26
21
  DeregisterEventTopicCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeADAssessmentRequest,
4
- DescribeADAssessmentResult,
5
- } from "../models/models_0";
2
+ import { DescribeADAssessmentRequest, DescribeADAssessmentResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeADAssessmentCommandInput
8
- extends DescribeADAssessmentRequest {}
4
+ export interface DescribeADAssessmentCommandInput extends DescribeADAssessmentRequest {}
9
5
  export interface DescribeADAssessmentCommandOutput
10
- extends DescribeADAssessmentResult,
11
- __MetadataBearer {}
6
+ extends DescribeADAssessmentResult, __MetadataBearer {}
12
7
  declare const DescribeADAssessmentCommand_base: {
13
8
  new (
14
- input: DescribeADAssessmentCommandInput
9
+ input: DescribeADAssessmentCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeADAssessmentCommandInput,
17
12
  DescribeADAssessmentCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeADAssessmentCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeADAssessmentCommandInput
18
+ input: DescribeADAssessmentCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeADAssessmentCommandInput,
26
21
  DescribeADAssessmentCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeCAEnrollmentPolicyResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeCAEnrollmentPolicyCommandInput
8
- extends DescribeCAEnrollmentPolicyRequest {}
7
+ export interface DescribeCAEnrollmentPolicyCommandInput extends DescribeCAEnrollmentPolicyRequest {}
9
8
  export interface DescribeCAEnrollmentPolicyCommandOutput
10
- extends DescribeCAEnrollmentPolicyResult,
11
- __MetadataBearer {}
9
+ extends DescribeCAEnrollmentPolicyResult, __MetadataBearer {}
12
10
  declare const DescribeCAEnrollmentPolicyCommand_base: {
13
11
  new (
14
- input: DescribeCAEnrollmentPolicyCommandInput
12
+ input: DescribeCAEnrollmentPolicyCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeCAEnrollmentPolicyCommandInput,
17
15
  DescribeCAEnrollmentPolicyCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeCAEnrollmentPolicyCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeCAEnrollmentPolicyCommandInput
21
+ input: DescribeCAEnrollmentPolicyCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeCAEnrollmentPolicyCommandInput,
26
24
  DescribeCAEnrollmentPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeCertificateRequest,
4
- DescribeCertificateResult,
5
- } from "../models/models_0";
2
+ import { DescribeCertificateRequest, DescribeCertificateResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeCertificateCommandInput
8
- extends DescribeCertificateRequest {}
4
+ export interface DescribeCertificateCommandInput extends DescribeCertificateRequest {}
9
5
  export interface DescribeCertificateCommandOutput
10
- extends DescribeCertificateResult,
11
- __MetadataBearer {}
6
+ extends DescribeCertificateResult, __MetadataBearer {}
12
7
  declare const DescribeCertificateCommand_base: {
13
8
  new (
14
- input: DescribeCertificateCommandInput
9
+ input: DescribeCertificateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeCertificateCommandInput,
17
12
  DescribeCertificateCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeCertificateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeCertificateCommandInput
18
+ input: DescribeCertificateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeCertificateCommandInput,
26
21
  DescribeCertificateCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeClientAuthenticationSettingsResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeClientAuthenticationSettingsCommandInput
8
- extends DescribeClientAuthenticationSettingsRequest {}
7
+ export interface DescribeClientAuthenticationSettingsCommandInput extends DescribeClientAuthenticationSettingsRequest {}
9
8
  export interface DescribeClientAuthenticationSettingsCommandOutput
10
- extends DescribeClientAuthenticationSettingsResult,
11
- __MetadataBearer {}
9
+ extends DescribeClientAuthenticationSettingsResult, __MetadataBearer {}
12
10
  declare const DescribeClientAuthenticationSettingsCommand_base: {
13
11
  new (
14
- input: DescribeClientAuthenticationSettingsCommandInput
12
+ input: DescribeClientAuthenticationSettingsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeClientAuthenticationSettingsCommandInput,
17
15
  DescribeClientAuthenticationSettingsCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeClientAuthenticationSettingsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeClientAuthenticationSettingsCommandInput
21
+ input: DescribeClientAuthenticationSettingsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeClientAuthenticationSettingsCommandInput,
26
24
  DescribeClientAuthenticationSettingsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeConditionalForwardersResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeConditionalForwardersCommandInput
8
- extends DescribeConditionalForwardersRequest {}
7
+ export interface DescribeConditionalForwardersCommandInput extends DescribeConditionalForwardersRequest {}
9
8
  export interface DescribeConditionalForwardersCommandOutput
10
- extends DescribeConditionalForwardersResult,
11
- __MetadataBearer {}
9
+ extends DescribeConditionalForwardersResult, __MetadataBearer {}
12
10
  declare const DescribeConditionalForwardersCommand_base: {
13
11
  new (
14
- input: DescribeConditionalForwardersCommandInput
12
+ input: DescribeConditionalForwardersCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeConditionalForwardersCommandInput,
17
15
  DescribeConditionalForwardersCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeConditionalForwardersCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeConditionalForwardersCommandInput
21
+ input: DescribeConditionalForwardersCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeConditionalForwardersCommandInput,
26
24
  DescribeConditionalForwardersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeDirectoriesRequest,
4
- DescribeDirectoriesResult,
5
- } from "../models/models_0";
2
+ import { DescribeDirectoriesRequest, DescribeDirectoriesResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeDirectoriesCommandInput
8
- extends DescribeDirectoriesRequest {}
4
+ export interface DescribeDirectoriesCommandInput extends DescribeDirectoriesRequest {}
9
5
  export interface DescribeDirectoriesCommandOutput
10
- extends DescribeDirectoriesResult,
11
- __MetadataBearer {}
6
+ extends DescribeDirectoriesResult, __MetadataBearer {}
12
7
  declare const DescribeDirectoriesCommand_base: {
13
8
  new (
14
- input: DescribeDirectoriesCommandInput
9
+ input: DescribeDirectoriesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeDirectoriesCommandInput,
17
12
  DescribeDirectoriesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeDirectoryDataAccessResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeDirectoryDataAccessCommandInput
8
- extends DescribeDirectoryDataAccessRequest {}
7
+ export interface DescribeDirectoryDataAccessCommandInput extends DescribeDirectoryDataAccessRequest {}
9
8
  export interface DescribeDirectoryDataAccessCommandOutput
10
- extends DescribeDirectoryDataAccessResult,
11
- __MetadataBearer {}
9
+ extends DescribeDirectoryDataAccessResult, __MetadataBearer {}
12
10
  declare const DescribeDirectoryDataAccessCommand_base: {
13
11
  new (
14
- input: DescribeDirectoryDataAccessCommandInput
12
+ input: DescribeDirectoryDataAccessCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeDirectoryDataAccessCommandInput,
17
15
  DescribeDirectoryDataAccessCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeDirectoryDataAccessCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeDirectoryDataAccessCommandInput
21
+ input: DescribeDirectoryDataAccessCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeDirectoryDataAccessCommandInput,
26
24
  DescribeDirectoryDataAccessCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeDomainControllersResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeDomainControllersCommandInput
8
- extends DescribeDomainControllersRequest {}
7
+ export interface DescribeDomainControllersCommandInput extends DescribeDomainControllersRequest {}
9
8
  export interface DescribeDomainControllersCommandOutput
10
- extends DescribeDomainControllersResult,
11
- __MetadataBearer {}
9
+ extends DescribeDomainControllersResult, __MetadataBearer {}
12
10
  declare const DescribeDomainControllersCommand_base: {
13
11
  new (
14
- input: DescribeDomainControllersCommandInput
12
+ input: DescribeDomainControllersCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeDomainControllersCommandInput,
17
15
  DescribeDomainControllersCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeDomainControllersCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeDomainControllersCommandInput
21
+ input: DescribeDomainControllersCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeDomainControllersCommandInput,
26
24
  DescribeDomainControllersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeEventTopicsRequest,
4
- DescribeEventTopicsResult,
5
- } from "../models/models_0";
2
+ import { DescribeEventTopicsRequest, DescribeEventTopicsResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeEventTopicsCommandInput
8
- extends DescribeEventTopicsRequest {}
4
+ export interface DescribeEventTopicsCommandInput extends DescribeEventTopicsRequest {}
9
5
  export interface DescribeEventTopicsCommandOutput
10
- extends DescribeEventTopicsResult,
11
- __MetadataBearer {}
6
+ extends DescribeEventTopicsResult, __MetadataBearer {}
12
7
  declare const DescribeEventTopicsCommand_base: {
13
8
  new (
14
- input: DescribeEventTopicsCommandInput
9
+ input: DescribeEventTopicsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeEventTopicsCommandInput,
17
12
  DescribeEventTopicsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeHybridADUpdateRequest,
4
- DescribeHybridADUpdateResult,
5
- } from "../models/models_0";
2
+ import { DescribeHybridADUpdateRequest, DescribeHybridADUpdateResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeHybridADUpdateCommandInput
8
- extends DescribeHybridADUpdateRequest {}
4
+ export interface DescribeHybridADUpdateCommandInput extends DescribeHybridADUpdateRequest {}
9
5
  export interface DescribeHybridADUpdateCommandOutput
10
- extends DescribeHybridADUpdateResult,
11
- __MetadataBearer {}
6
+ extends DescribeHybridADUpdateResult, __MetadataBearer {}
12
7
  declare const DescribeHybridADUpdateCommand_base: {
13
8
  new (
14
- input: DescribeHybridADUpdateCommandInput
9
+ input: DescribeHybridADUpdateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeHybridADUpdateCommandInput,
17
12
  DescribeHybridADUpdateCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeHybridADUpdateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeHybridADUpdateCommandInput
18
+ input: DescribeHybridADUpdateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeHybridADUpdateCommandInput,
26
21
  DescribeHybridADUpdateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeLDAPSSettingsRequest,
4
- DescribeLDAPSSettingsResult,
5
- } from "../models/models_0";
2
+ import { DescribeLDAPSSettingsRequest, DescribeLDAPSSettingsResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeLDAPSSettingsCommandInput
8
- extends DescribeLDAPSSettingsRequest {}
4
+ export interface DescribeLDAPSSettingsCommandInput extends DescribeLDAPSSettingsRequest {}
9
5
  export interface DescribeLDAPSSettingsCommandOutput
10
- extends DescribeLDAPSSettingsResult,
11
- __MetadataBearer {}
6
+ extends DescribeLDAPSSettingsResult, __MetadataBearer {}
12
7
  declare const DescribeLDAPSSettingsCommand_base: {
13
8
  new (
14
- input: DescribeLDAPSSettingsCommandInput
9
+ input: DescribeLDAPSSettingsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeLDAPSSettingsCommandInput,
17
12
  DescribeLDAPSSettingsCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeLDAPSSettingsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeLDAPSSettingsCommandInput
18
+ input: DescribeLDAPSSettingsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeLDAPSSettingsCommandInput,
26
21
  DescribeLDAPSSettingsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeRegionsRequest,
4
- DescribeRegionsResult,
5
- } from "../models/models_0";
2
+ import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeRegionsCommandInput extends DescribeRegionsRequest {}
8
- export interface DescribeRegionsCommandOutput
9
- extends DescribeRegionsResult,
10
- __MetadataBearer {}
5
+ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __MetadataBearer {}
11
6
  declare const DescribeRegionsCommand_base: {
12
7
  new (
13
- input: DescribeRegionsCommandInput
8
+ input: DescribeRegionsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeRegionsCommandInput,
16
11
  DescribeRegionsCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeRegionsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeRegionsCommandInput
17
+ input: DescribeRegionsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeRegionsCommandInput,
25
20
  DescribeRegionsCommandOutput,