@aws-sdk/client-directory-service 3.1086.0 → 3.1088.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 +39 -39
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -40,14 +37,8 @@ import {
40
37
  AcceptSharedDirectoryCommandInput,
41
38
  AcceptSharedDirectoryCommandOutput,
42
39
  } from "./commands/AcceptSharedDirectoryCommand";
43
- import {
44
- AddIpRoutesCommandInput,
45
- AddIpRoutesCommandOutput,
46
- } from "./commands/AddIpRoutesCommand";
47
- import {
48
- AddRegionCommandInput,
49
- AddRegionCommandOutput,
50
- } from "./commands/AddRegionCommand";
40
+ import { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
41
+ import { AddRegionCommandInput, AddRegionCommandOutput } from "./commands/AddRegionCommand";
51
42
  import {
52
43
  AddTagsToResourceCommandInput,
53
44
  AddTagsToResourceCommandOutput,
@@ -60,10 +51,7 @@ import {
60
51
  ConnectDirectoryCommandInput,
61
52
  ConnectDirectoryCommandOutput,
62
53
  } from "./commands/ConnectDirectoryCommand";
63
- import {
64
- CreateAliasCommandInput,
65
- CreateAliasCommandOutput,
66
- } from "./commands/CreateAliasCommand";
54
+ import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
67
55
  import {
68
56
  CreateComputerCommandInput,
69
57
  CreateComputerCommandOutput,
@@ -92,10 +80,7 @@ import {
92
80
  CreateSnapshotCommandInput,
93
81
  CreateSnapshotCommandOutput,
94
82
  } from "./commands/CreateSnapshotCommand";
95
- import {
96
- CreateTrustCommandInput,
97
- CreateTrustCommandOutput,
98
- } from "./commands/CreateTrustCommand";
83
+ import { CreateTrustCommandInput, CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
99
84
  import {
100
85
  DeleteADAssessmentCommandInput,
101
86
  DeleteADAssessmentCommandOutput,
@@ -116,10 +101,7 @@ import {
116
101
  DeleteSnapshotCommandInput,
117
102
  DeleteSnapshotCommandOutput,
118
103
  } from "./commands/DeleteSnapshotCommand";
119
- import {
120
- DeleteTrustCommandInput,
121
- DeleteTrustCommandOutput,
122
- } from "./commands/DeleteTrustCommand";
104
+ import { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
123
105
  import {
124
106
  DeregisterCertificateCommandInput,
125
107
  DeregisterCertificateCommandOutput,
@@ -216,10 +198,7 @@ import {
216
198
  DisableRadiusCommandInput,
217
199
  DisableRadiusCommandOutput,
218
200
  } from "./commands/DisableRadiusCommand";
219
- import {
220
- DisableSsoCommandInput,
221
- DisableSsoCommandOutput,
222
- } from "./commands/DisableSsoCommand";
201
+ import { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
223
202
  import {
224
203
  EnableCAEnrollmentPolicyCommandInput,
225
204
  EnableCAEnrollmentPolicyCommandOutput,
@@ -232,18 +211,12 @@ import {
232
211
  EnableDirectoryDataAccessCommandInput,
233
212
  EnableDirectoryDataAccessCommandOutput,
234
213
  } from "./commands/EnableDirectoryDataAccessCommand";
235
- import {
236
- EnableLDAPSCommandInput,
237
- EnableLDAPSCommandOutput,
238
- } from "./commands/EnableLDAPSCommand";
214
+ import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
239
215
  import {
240
216
  EnableRadiusCommandInput,
241
217
  EnableRadiusCommandOutput,
242
218
  } from "./commands/EnableRadiusCommand";
243
- import {
244
- EnableSsoCommandInput,
245
- EnableSsoCommandOutput,
246
- } from "./commands/EnableSsoCommand";
219
+ import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
247
220
  import {
248
221
  GetDirectoryLimitsCommandInput,
249
222
  GetDirectoryLimitsCommandOutput,
@@ -348,14 +321,8 @@ import {
348
321
  UpdateSettingsCommandInput,
349
322
  UpdateSettingsCommandOutput,
350
323
  } from "./commands/UpdateSettingsCommand";
351
- import {
352
- UpdateTrustCommandInput,
353
- UpdateTrustCommandOutput,
354
- } from "./commands/UpdateTrustCommand";
355
- import {
356
- VerifyTrustCommandInput,
357
- VerifyTrustCommandOutput,
358
- } from "./commands/VerifyTrustCommand";
324
+ import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
325
+ import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
359
326
  import {
360
327
  ClientInputEndpointParameters,
361
328
  ClientResolvedEndpointParameters,
@@ -525,8 +492,7 @@ export type ServiceOutputTypes =
525
492
  | UpdateSettingsCommandOutput
526
493
  | UpdateTrustCommandOutput
527
494
  | VerifyTrustCommandOutput;
528
- export interface ClientDefaults
529
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
495
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
530
496
  requestHandler?: __HttpHandlerUserInput;
531
497
  sha256?: __ChecksumConstructor | __HashConstructor;
532
498
  urlParser?: __UrlParser;
@@ -562,8 +528,7 @@ export type DirectoryServiceClientConfigType = Partial<
562
528
  EndpointInputConfig<EndpointParameters> &
563
529
  HttpAuthSchemeInputConfig &
564
530
  ClientInputEndpointParameters;
565
- export interface DirectoryServiceClientConfig
566
- extends DirectoryServiceClientConfigType {}
531
+ export interface DirectoryServiceClientConfig extends DirectoryServiceClientConfigType {}
567
532
  export type DirectoryServiceClientResolvedConfigType =
568
533
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
569
534
  Required<ClientDefaults> &
@@ -575,8 +540,7 @@ export type DirectoryServiceClientResolvedConfigType =
575
540
  EndpointResolvedConfig<EndpointParameters> &
576
541
  HttpAuthSchemeResolvedConfig &
577
542
  ClientResolvedEndpointParameters;
578
- export interface DirectoryServiceClientResolvedConfig
579
- extends DirectoryServiceClientResolvedConfigType {}
543
+ export interface DirectoryServiceClientResolvedConfig extends DirectoryServiceClientResolvedConfigType {}
580
544
  export declare class DirectoryServiceClient extends __Client<
581
545
  __HttpHandlerOptions,
582
546
  ServiceInputTypes,
@@ -584,10 +548,6 @@ export declare class DirectoryServiceClient extends __Client<
584
548
  DirectoryServiceClientResolvedConfig
585
549
  > {
586
550
  readonly config: DirectoryServiceClientResolvedConfig;
587
- constructor(
588
- ...[
589
- configuration,
590
- ]: __CheckOptionalClientConfig<DirectoryServiceClientConfig>
591
- );
551
+ constructor(...[configuration]: __CheckOptionalClientConfig<DirectoryServiceClientConfig>);
592
552
  destroy(): void;
593
553
  }
@@ -7,17 +7,10 @@ import { DirectoryServiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DirectoryServiceHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DirectoryServiceHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DirectoryServiceHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { DirectoryServiceClientResolvedConfig } from "../DirectoryServiceClient";
15
- export interface DirectoryServiceHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DirectoryServiceHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DirectoryServiceHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DirectoryServiceClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DirectoryServiceHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DirectoryServiceHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DirectoryServiceClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DirectoryServiceHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDirectoryServiceHttpAuthSchemeParametersProvider: (
27
25
  config: DirectoryServiceClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DirectoryServiceHttpAuthSchemeParameters>;
31
- export interface DirectoryServiceHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DirectoryServiceHttpAuthSchemeParameters> {}
29
+ export interface DirectoryServiceHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DirectoryServiceHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDirectoryServiceHttpAuthSchemeProvider: DirectoryServiceHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DirectoryServiceHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: DirectoryServiceHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./DirectoryServiceClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  DirectoryServiceClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AcceptSharedDirectoryRequest,
4
- AcceptSharedDirectoryResult,
5
- } from "../models/models_0";
2
+ import { AcceptSharedDirectoryRequest, AcceptSharedDirectoryResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AcceptSharedDirectoryCommandInput
8
- extends AcceptSharedDirectoryRequest {}
4
+ export interface AcceptSharedDirectoryCommandInput extends AcceptSharedDirectoryRequest {}
9
5
  export interface AcceptSharedDirectoryCommandOutput
10
- extends AcceptSharedDirectoryResult,
11
- __MetadataBearer {}
6
+ extends AcceptSharedDirectoryResult, __MetadataBearer {}
12
7
  declare const AcceptSharedDirectoryCommand_base: {
13
8
  new (
14
- input: AcceptSharedDirectoryCommandInput
9
+ input: AcceptSharedDirectoryCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  AcceptSharedDirectoryCommandInput,
17
12
  AcceptSharedDirectoryCommandOutput,
@@ -20,7 +15,7 @@ declare const AcceptSharedDirectoryCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: AcceptSharedDirectoryCommandInput
18
+ input: AcceptSharedDirectoryCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  AcceptSharedDirectoryCommandInput,
26
21
  AcceptSharedDirectoryCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AddIpRoutesRequest, AddIpRoutesResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface AddIpRoutesCommandInput extends AddIpRoutesRequest {}
5
- export interface AddIpRoutesCommandOutput
6
- extends AddIpRoutesResult,
7
- __MetadataBearer {}
5
+ export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataBearer {}
8
6
  declare const AddIpRoutesCommand_base: {
9
7
  new (
10
- input: AddIpRoutesCommandInput
8
+ input: AddIpRoutesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  AddIpRoutesCommandInput,
13
11
  AddIpRoutesCommandOutput,
@@ -16,7 +14,7 @@ declare const AddIpRoutesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: AddIpRoutesCommandInput
17
+ input: AddIpRoutesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  AddIpRoutesCommandInput,
22
20
  AddIpRoutesCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { AddRegionRequest, AddRegionResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface AddRegionCommandInput extends AddRegionRequest {}
5
- export interface AddRegionCommandOutput
6
- extends AddRegionResult,
7
- __MetadataBearer {}
5
+ export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBearer {}
8
6
  declare const AddRegionCommand_base: {
9
- new (input: AddRegionCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: AddRegionCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  AddRegionCommandInput,
11
11
  AddRegionCommandOutput,
12
12
  import("..").DirectoryServiceClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: AddRegionCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: AddRegionCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  AddRegionCommandInput,
18
20
  AddRegionCommandOutput,
19
21
  import("..").DirectoryServiceClientResolvedConfig,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AddTagsToResourceRequest,
4
- AddTagsToResourceResult,
5
- } from "../models/models_0";
2
+ import { AddTagsToResourceRequest, AddTagsToResourceResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface AddTagsToResourceCommandInput
8
- extends AddTagsToResourceRequest {}
9
- export interface AddTagsToResourceCommandOutput
10
- extends AddTagsToResourceResult,
11
- __MetadataBearer {}
4
+ export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest {}
5
+ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult, __MetadataBearer {}
12
6
  declare const AddTagsToResourceCommand_base: {
13
7
  new (
14
- input: AddTagsToResourceCommandInput
8
+ input: AddTagsToResourceCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  AddTagsToResourceCommandInput,
17
11
  AddTagsToResourceCommandOutput,
@@ -20,7 +14,7 @@ declare const AddTagsToResourceCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: AddTagsToResourceCommandInput
17
+ input: AddTagsToResourceCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  AddTagsToResourceCommandInput,
26
20
  AddTagsToResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CancelSchemaExtensionRequest,
4
- CancelSchemaExtensionResult,
5
- } from "../models/models_0";
2
+ import { CancelSchemaExtensionRequest, CancelSchemaExtensionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CancelSchemaExtensionCommandInput
8
- extends CancelSchemaExtensionRequest {}
4
+ export interface CancelSchemaExtensionCommandInput extends CancelSchemaExtensionRequest {}
9
5
  export interface CancelSchemaExtensionCommandOutput
10
- extends CancelSchemaExtensionResult,
11
- __MetadataBearer {}
6
+ extends CancelSchemaExtensionResult, __MetadataBearer {}
12
7
  declare const CancelSchemaExtensionCommand_base: {
13
8
  new (
14
- input: CancelSchemaExtensionCommandInput
9
+ input: CancelSchemaExtensionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CancelSchemaExtensionCommandInput,
17
12
  CancelSchemaExtensionCommandOutput,
@@ -20,7 +15,7 @@ declare const CancelSchemaExtensionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CancelSchemaExtensionCommandInput
18
+ input: CancelSchemaExtensionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CancelSchemaExtensionCommandInput,
26
21
  CancelSchemaExtensionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ConnectDirectoryRequest,
4
- ConnectDirectoryResult,
5
- } from "../models/models_0";
2
+ import { ConnectDirectoryRequest, ConnectDirectoryResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ConnectDirectoryCommandInput extends ConnectDirectoryRequest {}
8
- export interface ConnectDirectoryCommandOutput
9
- extends ConnectDirectoryResult,
10
- __MetadataBearer {}
5
+ export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, __MetadataBearer {}
11
6
  declare const ConnectDirectoryCommand_base: {
12
7
  new (
13
- input: ConnectDirectoryCommandInput
8
+ input: ConnectDirectoryCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ConnectDirectoryCommandInput,
16
11
  ConnectDirectoryCommandOutput,
@@ -19,7 +14,7 @@ declare const ConnectDirectoryCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ConnectDirectoryCommandInput
17
+ input: ConnectDirectoryCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ConnectDirectoryCommandInput,
25
20
  ConnectDirectoryCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateAliasRequest, CreateAliasResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateAliasCommandInput extends CreateAliasRequest {}
5
- export interface CreateAliasCommandOutput
6
- extends CreateAliasResult,
7
- __MetadataBearer {}
5
+ export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataBearer {}
8
6
  declare const CreateAliasCommand_base: {
9
7
  new (
10
- input: CreateAliasCommandInput
8
+ input: CreateAliasCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateAliasCommandInput,
13
11
  CreateAliasCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateAliasCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateAliasCommandInput
17
+ input: CreateAliasCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateAliasCommandInput,
22
20
  CreateAliasCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateComputerRequest,
4
- CreateComputerResult,
5
- } from "../models/models_0";
2
+ import { CreateComputerRequest, CreateComputerResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateComputerCommandInput extends CreateComputerRequest {}
8
- export interface CreateComputerCommandOutput
9
- extends CreateComputerResult,
10
- __MetadataBearer {}
5
+ export interface CreateComputerCommandOutput extends CreateComputerResult, __MetadataBearer {}
11
6
  declare const CreateComputerCommand_base: {
12
7
  new (
13
- input: CreateComputerCommandInput
8
+ input: CreateComputerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateComputerCommandInput,
16
11
  CreateComputerCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateComputerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateComputerCommandInput
17
+ input: CreateComputerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateComputerCommandInput,
25
20
  CreateComputerCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateConditionalForwarderResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateConditionalForwarderCommandInput
8
- extends CreateConditionalForwarderRequest {}
7
+ export interface CreateConditionalForwarderCommandInput extends CreateConditionalForwarderRequest {}
9
8
  export interface CreateConditionalForwarderCommandOutput
10
- extends CreateConditionalForwarderResult,
11
- __MetadataBearer {}
9
+ extends CreateConditionalForwarderResult, __MetadataBearer {}
12
10
  declare const CreateConditionalForwarderCommand_base: {
13
11
  new (
14
- input: CreateConditionalForwarderCommandInput
12
+ input: CreateConditionalForwarderCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateConditionalForwarderCommandInput,
17
15
  CreateConditionalForwarderCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateConditionalForwarderCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateConditionalForwarderCommandInput
21
+ input: CreateConditionalForwarderCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateConditionalForwarderCommandInput,
26
24
  CreateConditionalForwarderCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDirectoryRequest,
4
- CreateDirectoryResult,
5
- } from "../models/models_0";
2
+ import { CreateDirectoryRequest, CreateDirectoryResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {}
8
- export interface CreateDirectoryCommandOutput
9
- extends CreateDirectoryResult,
10
- __MetadataBearer {}
5
+ export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __MetadataBearer {}
11
6
  declare const CreateDirectoryCommand_base: {
12
7
  new (
13
- input: CreateDirectoryCommandInput
8
+ input: CreateDirectoryCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDirectoryCommandInput,
16
11
  CreateDirectoryCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDirectoryCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDirectoryCommandInput
17
+ input: CreateDirectoryCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDirectoryCommandInput,
25
20
  CreateDirectoryCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateHybridADRequest,
4
- CreateHybridADResult,
5
- } from "../models/models_0";
2
+ import { CreateHybridADRequest, CreateHybridADResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateHybridADCommandInput extends CreateHybridADRequest {}
8
- export interface CreateHybridADCommandOutput
9
- extends CreateHybridADResult,
10
- __MetadataBearer {}
5
+ export interface CreateHybridADCommandOutput extends CreateHybridADResult, __MetadataBearer {}
11
6
  declare const CreateHybridADCommand_base: {
12
7
  new (
13
- input: CreateHybridADCommandInput
8
+ input: CreateHybridADCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateHybridADCommandInput,
16
11
  CreateHybridADCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateHybridADCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateHybridADCommandInput
17
+ input: CreateHybridADCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateHybridADCommandInput,
25
20
  CreateHybridADCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLogSubscriptionRequest,
4
- CreateLogSubscriptionResult,
5
- } from "../models/models_0";
2
+ import { CreateLogSubscriptionRequest, CreateLogSubscriptionResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateLogSubscriptionCommandInput
8
- extends CreateLogSubscriptionRequest {}
4
+ export interface CreateLogSubscriptionCommandInput extends CreateLogSubscriptionRequest {}
9
5
  export interface CreateLogSubscriptionCommandOutput
10
- extends CreateLogSubscriptionResult,
11
- __MetadataBearer {}
6
+ extends CreateLogSubscriptionResult, __MetadataBearer {}
12
7
  declare const CreateLogSubscriptionCommand_base: {
13
8
  new (
14
- input: CreateLogSubscriptionCommandInput
9
+ input: CreateLogSubscriptionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateLogSubscriptionCommandInput,
17
12
  CreateLogSubscriptionCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateLogSubscriptionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateLogSubscriptionCommandInput
18
+ input: CreateLogSubscriptionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateLogSubscriptionCommandInput,
26
21
  CreateLogSubscriptionCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateMicrosoftADRequest,
4
- CreateMicrosoftADResult,
5
- } from "../models/models_0";
2
+ import { CreateMicrosoftADRequest, CreateMicrosoftADResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateMicrosoftADCommandInput
8
- extends CreateMicrosoftADRequest {}
9
- export interface CreateMicrosoftADCommandOutput
10
- extends CreateMicrosoftADResult,
11
- __MetadataBearer {}
4
+ export interface CreateMicrosoftADCommandInput extends CreateMicrosoftADRequest {}
5
+ export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult, __MetadataBearer {}
12
6
  declare const CreateMicrosoftADCommand_base: {
13
7
  new (
14
- input: CreateMicrosoftADCommandInput
8
+ input: CreateMicrosoftADCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateMicrosoftADCommandInput,
17
11
  CreateMicrosoftADCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateMicrosoftADCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateMicrosoftADCommandInput
17
+ input: CreateMicrosoftADCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateMicrosoftADCommandInput,
26
20
  CreateMicrosoftADCommandOutput,