@aws-sdk/client-directory-service 3.169.0 → 3.171.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 (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DirectoryService.d.ts +1115 -330
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +495 -138
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1693 -2133
  75. package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  83. package/package.json +34 -34
@@ -1,138 +1,495 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput } from "./commands/AcceptSharedDirectoryCommand";
10
- import { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
11
- import { AddRegionCommandInput, AddRegionCommandOutput } from "./commands/AddRegionCommand";
12
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
13
- import { CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput } from "./commands/CancelSchemaExtensionCommand";
14
- import { ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput } from "./commands/ConnectDirectoryCommand";
15
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
16
- import { CreateComputerCommandInput, CreateComputerCommandOutput } from "./commands/CreateComputerCommand";
17
- import { CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput } from "./commands/CreateConditionalForwarderCommand";
18
- import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
19
- import { CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput } from "./commands/CreateLogSubscriptionCommand";
20
- import { CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput } from "./commands/CreateMicrosoftADCommand";
21
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
22
- import { CreateTrustCommandInput, CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
23
- import { DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput } from "./commands/DeleteConditionalForwarderCommand";
24
- import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
25
- import { DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput } from "./commands/DeleteLogSubscriptionCommand";
26
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
27
- import { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
28
- import { DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput } from "./commands/DeregisterCertificateCommand";
29
- import { DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput } from "./commands/DeregisterEventTopicCommand";
30
- import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
31
- import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
32
- import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
33
- import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "./commands/DescribeDirectoriesCommand";
34
- import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
35
- import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
36
- import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
37
- import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
38
- import { DescribeSettingsCommandInput, DescribeSettingsCommandOutput } from "./commands/DescribeSettingsCommand";
39
- import { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "./commands/DescribeSharedDirectoriesCommand";
40
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
41
- import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
42
- import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "./commands/DisableClientAuthenticationCommand";
43
- import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
44
- import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
45
- import { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
46
- import { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "./commands/EnableClientAuthenticationCommand";
47
- import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
48
- import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
49
- import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
50
- import { GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput } from "./commands/GetDirectoryLimitsCommand";
51
- import { GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput } from "./commands/GetSnapshotLimitsCommand";
52
- import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
53
- import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "./commands/ListIpRoutesCommand";
54
- import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "./commands/ListLogSubscriptionsCommand";
55
- import { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "./commands/ListSchemaExtensionsCommand";
56
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
57
- import { RegisterCertificateCommandInput, RegisterCertificateCommandOutput } from "./commands/RegisterCertificateCommand";
58
- import { RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput } from "./commands/RegisterEventTopicCommand";
59
- import { RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput } from "./commands/RejectSharedDirectoryCommand";
60
- import { RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput } from "./commands/RemoveIpRoutesCommand";
61
- import { RemoveRegionCommandInput, RemoveRegionCommandOutput } from "./commands/RemoveRegionCommand";
62
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
63
- import { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
64
- import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
65
- import { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "./commands/ShareDirectoryCommand";
66
- import { StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput } from "./commands/StartSchemaExtensionCommand";
67
- import { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "./commands/UnshareDirectoryCommand";
68
- import { UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput } from "./commands/UpdateConditionalForwarderCommand";
69
- import { UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput } from "./commands/UpdateNumberOfDomainControllersCommand";
70
- import { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "./commands/UpdateRadiusCommand";
71
- import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
72
- import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
73
- import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
74
- export declare type ServiceInputTypes = AcceptSharedDirectoryCommandInput | AddIpRoutesCommandInput | AddRegionCommandInput | AddTagsToResourceCommandInput | CancelSchemaExtensionCommandInput | ConnectDirectoryCommandInput | CreateAliasCommandInput | CreateComputerCommandInput | CreateConditionalForwarderCommandInput | CreateDirectoryCommandInput | CreateLogSubscriptionCommandInput | CreateMicrosoftADCommandInput | CreateSnapshotCommandInput | CreateTrustCommandInput | DeleteConditionalForwarderCommandInput | DeleteDirectoryCommandInput | DeleteLogSubscriptionCommandInput | DeleteSnapshotCommandInput | DeleteTrustCommandInput | DeregisterCertificateCommandInput | DeregisterEventTopicCommandInput | DescribeCertificateCommandInput | DescribeClientAuthenticationSettingsCommandInput | DescribeConditionalForwardersCommandInput | DescribeDirectoriesCommandInput | DescribeDomainControllersCommandInput | DescribeEventTopicsCommandInput | DescribeLDAPSSettingsCommandInput | DescribeRegionsCommandInput | DescribeSettingsCommandInput | DescribeSharedDirectoriesCommandInput | DescribeSnapshotsCommandInput | DescribeTrustsCommandInput | DisableClientAuthenticationCommandInput | DisableLDAPSCommandInput | DisableRadiusCommandInput | DisableSsoCommandInput | EnableClientAuthenticationCommandInput | EnableLDAPSCommandInput | EnableRadiusCommandInput | EnableSsoCommandInput | GetDirectoryLimitsCommandInput | GetSnapshotLimitsCommandInput | ListCertificatesCommandInput | ListIpRoutesCommandInput | ListLogSubscriptionsCommandInput | ListSchemaExtensionsCommandInput | ListTagsForResourceCommandInput | RegisterCertificateCommandInput | RegisterEventTopicCommandInput | RejectSharedDirectoryCommandInput | RemoveIpRoutesCommandInput | RemoveRegionCommandInput | RemoveTagsFromResourceCommandInput | ResetUserPasswordCommandInput | RestoreFromSnapshotCommandInput | ShareDirectoryCommandInput | StartSchemaExtensionCommandInput | UnshareDirectoryCommandInput | UpdateConditionalForwarderCommandInput | UpdateNumberOfDomainControllersCommandInput | UpdateRadiusCommandInput | UpdateSettingsCommandInput | UpdateTrustCommandInput | VerifyTrustCommandInput;
75
- export declare type ServiceOutputTypes = AcceptSharedDirectoryCommandOutput | AddIpRoutesCommandOutput | AddRegionCommandOutput | AddTagsToResourceCommandOutput | CancelSchemaExtensionCommandOutput | ConnectDirectoryCommandOutput | CreateAliasCommandOutput | CreateComputerCommandOutput | CreateConditionalForwarderCommandOutput | CreateDirectoryCommandOutput | CreateLogSubscriptionCommandOutput | CreateMicrosoftADCommandOutput | CreateSnapshotCommandOutput | CreateTrustCommandOutput | DeleteConditionalForwarderCommandOutput | DeleteDirectoryCommandOutput | DeleteLogSubscriptionCommandOutput | DeleteSnapshotCommandOutput | DeleteTrustCommandOutput | DeregisterCertificateCommandOutput | DeregisterEventTopicCommandOutput | DescribeCertificateCommandOutput | DescribeClientAuthenticationSettingsCommandOutput | DescribeConditionalForwardersCommandOutput | DescribeDirectoriesCommandOutput | DescribeDomainControllersCommandOutput | DescribeEventTopicsCommandOutput | DescribeLDAPSSettingsCommandOutput | DescribeRegionsCommandOutput | DescribeSettingsCommandOutput | DescribeSharedDirectoriesCommandOutput | DescribeSnapshotsCommandOutput | DescribeTrustsCommandOutput | DisableClientAuthenticationCommandOutput | DisableLDAPSCommandOutput | DisableRadiusCommandOutput | DisableSsoCommandOutput | EnableClientAuthenticationCommandOutput | EnableLDAPSCommandOutput | EnableRadiusCommandOutput | EnableSsoCommandOutput | GetDirectoryLimitsCommandOutput | GetSnapshotLimitsCommandOutput | ListCertificatesCommandOutput | ListIpRoutesCommandOutput | ListLogSubscriptionsCommandOutput | ListSchemaExtensionsCommandOutput | ListTagsForResourceCommandOutput | RegisterCertificateCommandOutput | RegisterEventTopicCommandOutput | RejectSharedDirectoryCommandOutput | RemoveIpRoutesCommandOutput | RemoveRegionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetUserPasswordCommandOutput | RestoreFromSnapshotCommandOutput | ShareDirectoryCommandOutput | StartSchemaExtensionCommandOutput | UnshareDirectoryCommandOutput | UpdateConditionalForwarderCommandOutput | UpdateNumberOfDomainControllersCommandOutput | UpdateRadiusCommandOutput | UpdateSettingsCommandOutput | UpdateTrustCommandOutput | VerifyTrustCommandOutput;
76
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
77
-
78
- requestHandler?: __HttpHandler;
79
-
80
- sha256?: __HashConstructor;
81
-
82
- urlParser?: __UrlParser;
83
-
84
- bodyLengthChecker?: __BodyLengthCalculator;
85
-
86
- streamCollector?: __StreamCollector;
87
-
88
- base64Decoder?: __Decoder;
89
-
90
- base64Encoder?: __Encoder;
91
-
92
- utf8Decoder?: __Decoder;
93
-
94
- utf8Encoder?: __Encoder;
95
-
96
- runtime?: string;
97
-
98
- disableHostPrefix?: boolean;
99
-
100
- maxAttempts?: number | __Provider<number>;
101
-
102
- retryMode?: string | __Provider<string>;
103
-
104
- logger?: __Logger;
105
-
106
- useDualstackEndpoint?: boolean | __Provider<boolean>;
107
-
108
- useFipsEndpoint?: boolean | __Provider<boolean>;
109
-
110
- serviceId?: string;
111
-
112
- region?: string | __Provider<string>;
113
-
114
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
115
-
116
- regionInfoProvider?: RegionInfoProvider;
117
-
118
- defaultUserAgentProvider?: Provider<__UserAgent>;
119
-
120
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
121
- }
122
- declare type DirectoryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
123
-
124
- export interface DirectoryServiceClientConfig extends DirectoryServiceClientConfigType {
125
- }
126
- declare type DirectoryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
127
-
128
- export interface DirectoryServiceClientResolvedConfig extends DirectoryServiceClientResolvedConfigType {
129
- }
130
-
131
- export declare class DirectoryServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DirectoryServiceClientResolvedConfig> {
132
-
133
- readonly config: DirectoryServiceClientResolvedConfig;
134
- constructor(configuration: DirectoryServiceClientConfig);
135
-
136
- destroy(): void;
137
- }
138
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AcceptSharedDirectoryCommandInput,
47
+ AcceptSharedDirectoryCommandOutput,
48
+ } from "./commands/AcceptSharedDirectoryCommand";
49
+ import {
50
+ AddIpRoutesCommandInput,
51
+ AddIpRoutesCommandOutput,
52
+ } from "./commands/AddIpRoutesCommand";
53
+ import {
54
+ AddRegionCommandInput,
55
+ AddRegionCommandOutput,
56
+ } from "./commands/AddRegionCommand";
57
+ import {
58
+ AddTagsToResourceCommandInput,
59
+ AddTagsToResourceCommandOutput,
60
+ } from "./commands/AddTagsToResourceCommand";
61
+ import {
62
+ CancelSchemaExtensionCommandInput,
63
+ CancelSchemaExtensionCommandOutput,
64
+ } from "./commands/CancelSchemaExtensionCommand";
65
+ import {
66
+ ConnectDirectoryCommandInput,
67
+ ConnectDirectoryCommandOutput,
68
+ } from "./commands/ConnectDirectoryCommand";
69
+ import {
70
+ CreateAliasCommandInput,
71
+ CreateAliasCommandOutput,
72
+ } from "./commands/CreateAliasCommand";
73
+ import {
74
+ CreateComputerCommandInput,
75
+ CreateComputerCommandOutput,
76
+ } from "./commands/CreateComputerCommand";
77
+ import {
78
+ CreateConditionalForwarderCommandInput,
79
+ CreateConditionalForwarderCommandOutput,
80
+ } from "./commands/CreateConditionalForwarderCommand";
81
+ import {
82
+ CreateDirectoryCommandInput,
83
+ CreateDirectoryCommandOutput,
84
+ } from "./commands/CreateDirectoryCommand";
85
+ import {
86
+ CreateLogSubscriptionCommandInput,
87
+ CreateLogSubscriptionCommandOutput,
88
+ } from "./commands/CreateLogSubscriptionCommand";
89
+ import {
90
+ CreateMicrosoftADCommandInput,
91
+ CreateMicrosoftADCommandOutput,
92
+ } from "./commands/CreateMicrosoftADCommand";
93
+ import {
94
+ CreateSnapshotCommandInput,
95
+ CreateSnapshotCommandOutput,
96
+ } from "./commands/CreateSnapshotCommand";
97
+ import {
98
+ CreateTrustCommandInput,
99
+ CreateTrustCommandOutput,
100
+ } from "./commands/CreateTrustCommand";
101
+ import {
102
+ DeleteConditionalForwarderCommandInput,
103
+ DeleteConditionalForwarderCommandOutput,
104
+ } from "./commands/DeleteConditionalForwarderCommand";
105
+ import {
106
+ DeleteDirectoryCommandInput,
107
+ DeleteDirectoryCommandOutput,
108
+ } from "./commands/DeleteDirectoryCommand";
109
+ import {
110
+ DeleteLogSubscriptionCommandInput,
111
+ DeleteLogSubscriptionCommandOutput,
112
+ } from "./commands/DeleteLogSubscriptionCommand";
113
+ import {
114
+ DeleteSnapshotCommandInput,
115
+ DeleteSnapshotCommandOutput,
116
+ } from "./commands/DeleteSnapshotCommand";
117
+ import {
118
+ DeleteTrustCommandInput,
119
+ DeleteTrustCommandOutput,
120
+ } from "./commands/DeleteTrustCommand";
121
+ import {
122
+ DeregisterCertificateCommandInput,
123
+ DeregisterCertificateCommandOutput,
124
+ } from "./commands/DeregisterCertificateCommand";
125
+ import {
126
+ DeregisterEventTopicCommandInput,
127
+ DeregisterEventTopicCommandOutput,
128
+ } from "./commands/DeregisterEventTopicCommand";
129
+ import {
130
+ DescribeCertificateCommandInput,
131
+ DescribeCertificateCommandOutput,
132
+ } from "./commands/DescribeCertificateCommand";
133
+ import {
134
+ DescribeClientAuthenticationSettingsCommandInput,
135
+ DescribeClientAuthenticationSettingsCommandOutput,
136
+ } from "./commands/DescribeClientAuthenticationSettingsCommand";
137
+ import {
138
+ DescribeConditionalForwardersCommandInput,
139
+ DescribeConditionalForwardersCommandOutput,
140
+ } from "./commands/DescribeConditionalForwardersCommand";
141
+ import {
142
+ DescribeDirectoriesCommandInput,
143
+ DescribeDirectoriesCommandOutput,
144
+ } from "./commands/DescribeDirectoriesCommand";
145
+ import {
146
+ DescribeDomainControllersCommandInput,
147
+ DescribeDomainControllersCommandOutput,
148
+ } from "./commands/DescribeDomainControllersCommand";
149
+ import {
150
+ DescribeEventTopicsCommandInput,
151
+ DescribeEventTopicsCommandOutput,
152
+ } from "./commands/DescribeEventTopicsCommand";
153
+ import {
154
+ DescribeLDAPSSettingsCommandInput,
155
+ DescribeLDAPSSettingsCommandOutput,
156
+ } from "./commands/DescribeLDAPSSettingsCommand";
157
+ import {
158
+ DescribeRegionsCommandInput,
159
+ DescribeRegionsCommandOutput,
160
+ } from "./commands/DescribeRegionsCommand";
161
+ import {
162
+ DescribeSettingsCommandInput,
163
+ DescribeSettingsCommandOutput,
164
+ } from "./commands/DescribeSettingsCommand";
165
+ import {
166
+ DescribeSharedDirectoriesCommandInput,
167
+ DescribeSharedDirectoriesCommandOutput,
168
+ } from "./commands/DescribeSharedDirectoriesCommand";
169
+ import {
170
+ DescribeSnapshotsCommandInput,
171
+ DescribeSnapshotsCommandOutput,
172
+ } from "./commands/DescribeSnapshotsCommand";
173
+ import {
174
+ DescribeTrustsCommandInput,
175
+ DescribeTrustsCommandOutput,
176
+ } from "./commands/DescribeTrustsCommand";
177
+ import {
178
+ DisableClientAuthenticationCommandInput,
179
+ DisableClientAuthenticationCommandOutput,
180
+ } from "./commands/DisableClientAuthenticationCommand";
181
+ import {
182
+ DisableLDAPSCommandInput,
183
+ DisableLDAPSCommandOutput,
184
+ } from "./commands/DisableLDAPSCommand";
185
+ import {
186
+ DisableRadiusCommandInput,
187
+ DisableRadiusCommandOutput,
188
+ } from "./commands/DisableRadiusCommand";
189
+ import {
190
+ DisableSsoCommandInput,
191
+ DisableSsoCommandOutput,
192
+ } from "./commands/DisableSsoCommand";
193
+ import {
194
+ EnableClientAuthenticationCommandInput,
195
+ EnableClientAuthenticationCommandOutput,
196
+ } from "./commands/EnableClientAuthenticationCommand";
197
+ import {
198
+ EnableLDAPSCommandInput,
199
+ EnableLDAPSCommandOutput,
200
+ } from "./commands/EnableLDAPSCommand";
201
+ import {
202
+ EnableRadiusCommandInput,
203
+ EnableRadiusCommandOutput,
204
+ } from "./commands/EnableRadiusCommand";
205
+ import {
206
+ EnableSsoCommandInput,
207
+ EnableSsoCommandOutput,
208
+ } from "./commands/EnableSsoCommand";
209
+ import {
210
+ GetDirectoryLimitsCommandInput,
211
+ GetDirectoryLimitsCommandOutput,
212
+ } from "./commands/GetDirectoryLimitsCommand";
213
+ import {
214
+ GetSnapshotLimitsCommandInput,
215
+ GetSnapshotLimitsCommandOutput,
216
+ } from "./commands/GetSnapshotLimitsCommand";
217
+ import {
218
+ ListCertificatesCommandInput,
219
+ ListCertificatesCommandOutput,
220
+ } from "./commands/ListCertificatesCommand";
221
+ import {
222
+ ListIpRoutesCommandInput,
223
+ ListIpRoutesCommandOutput,
224
+ } from "./commands/ListIpRoutesCommand";
225
+ import {
226
+ ListLogSubscriptionsCommandInput,
227
+ ListLogSubscriptionsCommandOutput,
228
+ } from "./commands/ListLogSubscriptionsCommand";
229
+ import {
230
+ ListSchemaExtensionsCommandInput,
231
+ ListSchemaExtensionsCommandOutput,
232
+ } from "./commands/ListSchemaExtensionsCommand";
233
+ import {
234
+ ListTagsForResourceCommandInput,
235
+ ListTagsForResourceCommandOutput,
236
+ } from "./commands/ListTagsForResourceCommand";
237
+ import {
238
+ RegisterCertificateCommandInput,
239
+ RegisterCertificateCommandOutput,
240
+ } from "./commands/RegisterCertificateCommand";
241
+ import {
242
+ RegisterEventTopicCommandInput,
243
+ RegisterEventTopicCommandOutput,
244
+ } from "./commands/RegisterEventTopicCommand";
245
+ import {
246
+ RejectSharedDirectoryCommandInput,
247
+ RejectSharedDirectoryCommandOutput,
248
+ } from "./commands/RejectSharedDirectoryCommand";
249
+ import {
250
+ RemoveIpRoutesCommandInput,
251
+ RemoveIpRoutesCommandOutput,
252
+ } from "./commands/RemoveIpRoutesCommand";
253
+ import {
254
+ RemoveRegionCommandInput,
255
+ RemoveRegionCommandOutput,
256
+ } from "./commands/RemoveRegionCommand";
257
+ import {
258
+ RemoveTagsFromResourceCommandInput,
259
+ RemoveTagsFromResourceCommandOutput,
260
+ } from "./commands/RemoveTagsFromResourceCommand";
261
+ import {
262
+ ResetUserPasswordCommandInput,
263
+ ResetUserPasswordCommandOutput,
264
+ } from "./commands/ResetUserPasswordCommand";
265
+ import {
266
+ RestoreFromSnapshotCommandInput,
267
+ RestoreFromSnapshotCommandOutput,
268
+ } from "./commands/RestoreFromSnapshotCommand";
269
+ import {
270
+ ShareDirectoryCommandInput,
271
+ ShareDirectoryCommandOutput,
272
+ } from "./commands/ShareDirectoryCommand";
273
+ import {
274
+ StartSchemaExtensionCommandInput,
275
+ StartSchemaExtensionCommandOutput,
276
+ } from "./commands/StartSchemaExtensionCommand";
277
+ import {
278
+ UnshareDirectoryCommandInput,
279
+ UnshareDirectoryCommandOutput,
280
+ } from "./commands/UnshareDirectoryCommand";
281
+ import {
282
+ UpdateConditionalForwarderCommandInput,
283
+ UpdateConditionalForwarderCommandOutput,
284
+ } from "./commands/UpdateConditionalForwarderCommand";
285
+ import {
286
+ UpdateNumberOfDomainControllersCommandInput,
287
+ UpdateNumberOfDomainControllersCommandOutput,
288
+ } from "./commands/UpdateNumberOfDomainControllersCommand";
289
+ import {
290
+ UpdateRadiusCommandInput,
291
+ UpdateRadiusCommandOutput,
292
+ } from "./commands/UpdateRadiusCommand";
293
+ import {
294
+ UpdateSettingsCommandInput,
295
+ UpdateSettingsCommandOutput,
296
+ } from "./commands/UpdateSettingsCommand";
297
+ import {
298
+ UpdateTrustCommandInput,
299
+ UpdateTrustCommandOutput,
300
+ } from "./commands/UpdateTrustCommand";
301
+ import {
302
+ VerifyTrustCommandInput,
303
+ VerifyTrustCommandOutput,
304
+ } from "./commands/VerifyTrustCommand";
305
+ export declare type ServiceInputTypes =
306
+ | AcceptSharedDirectoryCommandInput
307
+ | AddIpRoutesCommandInput
308
+ | AddRegionCommandInput
309
+ | AddTagsToResourceCommandInput
310
+ | CancelSchemaExtensionCommandInput
311
+ | ConnectDirectoryCommandInput
312
+ | CreateAliasCommandInput
313
+ | CreateComputerCommandInput
314
+ | CreateConditionalForwarderCommandInput
315
+ | CreateDirectoryCommandInput
316
+ | CreateLogSubscriptionCommandInput
317
+ | CreateMicrosoftADCommandInput
318
+ | CreateSnapshotCommandInput
319
+ | CreateTrustCommandInput
320
+ | DeleteConditionalForwarderCommandInput
321
+ | DeleteDirectoryCommandInput
322
+ | DeleteLogSubscriptionCommandInput
323
+ | DeleteSnapshotCommandInput
324
+ | DeleteTrustCommandInput
325
+ | DeregisterCertificateCommandInput
326
+ | DeregisterEventTopicCommandInput
327
+ | DescribeCertificateCommandInput
328
+ | DescribeClientAuthenticationSettingsCommandInput
329
+ | DescribeConditionalForwardersCommandInput
330
+ | DescribeDirectoriesCommandInput
331
+ | DescribeDomainControllersCommandInput
332
+ | DescribeEventTopicsCommandInput
333
+ | DescribeLDAPSSettingsCommandInput
334
+ | DescribeRegionsCommandInput
335
+ | DescribeSettingsCommandInput
336
+ | DescribeSharedDirectoriesCommandInput
337
+ | DescribeSnapshotsCommandInput
338
+ | DescribeTrustsCommandInput
339
+ | DisableClientAuthenticationCommandInput
340
+ | DisableLDAPSCommandInput
341
+ | DisableRadiusCommandInput
342
+ | DisableSsoCommandInput
343
+ | EnableClientAuthenticationCommandInput
344
+ | EnableLDAPSCommandInput
345
+ | EnableRadiusCommandInput
346
+ | EnableSsoCommandInput
347
+ | GetDirectoryLimitsCommandInput
348
+ | GetSnapshotLimitsCommandInput
349
+ | ListCertificatesCommandInput
350
+ | ListIpRoutesCommandInput
351
+ | ListLogSubscriptionsCommandInput
352
+ | ListSchemaExtensionsCommandInput
353
+ | ListTagsForResourceCommandInput
354
+ | RegisterCertificateCommandInput
355
+ | RegisterEventTopicCommandInput
356
+ | RejectSharedDirectoryCommandInput
357
+ | RemoveIpRoutesCommandInput
358
+ | RemoveRegionCommandInput
359
+ | RemoveTagsFromResourceCommandInput
360
+ | ResetUserPasswordCommandInput
361
+ | RestoreFromSnapshotCommandInput
362
+ | ShareDirectoryCommandInput
363
+ | StartSchemaExtensionCommandInput
364
+ | UnshareDirectoryCommandInput
365
+ | UpdateConditionalForwarderCommandInput
366
+ | UpdateNumberOfDomainControllersCommandInput
367
+ | UpdateRadiusCommandInput
368
+ | UpdateSettingsCommandInput
369
+ | UpdateTrustCommandInput
370
+ | VerifyTrustCommandInput;
371
+ export declare type ServiceOutputTypes =
372
+ | AcceptSharedDirectoryCommandOutput
373
+ | AddIpRoutesCommandOutput
374
+ | AddRegionCommandOutput
375
+ | AddTagsToResourceCommandOutput
376
+ | CancelSchemaExtensionCommandOutput
377
+ | ConnectDirectoryCommandOutput
378
+ | CreateAliasCommandOutput
379
+ | CreateComputerCommandOutput
380
+ | CreateConditionalForwarderCommandOutput
381
+ | CreateDirectoryCommandOutput
382
+ | CreateLogSubscriptionCommandOutput
383
+ | CreateMicrosoftADCommandOutput
384
+ | CreateSnapshotCommandOutput
385
+ | CreateTrustCommandOutput
386
+ | DeleteConditionalForwarderCommandOutput
387
+ | DeleteDirectoryCommandOutput
388
+ | DeleteLogSubscriptionCommandOutput
389
+ | DeleteSnapshotCommandOutput
390
+ | DeleteTrustCommandOutput
391
+ | DeregisterCertificateCommandOutput
392
+ | DeregisterEventTopicCommandOutput
393
+ | DescribeCertificateCommandOutput
394
+ | DescribeClientAuthenticationSettingsCommandOutput
395
+ | DescribeConditionalForwardersCommandOutput
396
+ | DescribeDirectoriesCommandOutput
397
+ | DescribeDomainControllersCommandOutput
398
+ | DescribeEventTopicsCommandOutput
399
+ | DescribeLDAPSSettingsCommandOutput
400
+ | DescribeRegionsCommandOutput
401
+ | DescribeSettingsCommandOutput
402
+ | DescribeSharedDirectoriesCommandOutput
403
+ | DescribeSnapshotsCommandOutput
404
+ | DescribeTrustsCommandOutput
405
+ | DisableClientAuthenticationCommandOutput
406
+ | DisableLDAPSCommandOutput
407
+ | DisableRadiusCommandOutput
408
+ | DisableSsoCommandOutput
409
+ | EnableClientAuthenticationCommandOutput
410
+ | EnableLDAPSCommandOutput
411
+ | EnableRadiusCommandOutput
412
+ | EnableSsoCommandOutput
413
+ | GetDirectoryLimitsCommandOutput
414
+ | GetSnapshotLimitsCommandOutput
415
+ | ListCertificatesCommandOutput
416
+ | ListIpRoutesCommandOutput
417
+ | ListLogSubscriptionsCommandOutput
418
+ | ListSchemaExtensionsCommandOutput
419
+ | ListTagsForResourceCommandOutput
420
+ | RegisterCertificateCommandOutput
421
+ | RegisterEventTopicCommandOutput
422
+ | RejectSharedDirectoryCommandOutput
423
+ | RemoveIpRoutesCommandOutput
424
+ | RemoveRegionCommandOutput
425
+ | RemoveTagsFromResourceCommandOutput
426
+ | ResetUserPasswordCommandOutput
427
+ | RestoreFromSnapshotCommandOutput
428
+ | ShareDirectoryCommandOutput
429
+ | StartSchemaExtensionCommandOutput
430
+ | UnshareDirectoryCommandOutput
431
+ | UpdateConditionalForwarderCommandOutput
432
+ | UpdateNumberOfDomainControllersCommandOutput
433
+ | UpdateRadiusCommandOutput
434
+ | UpdateSettingsCommandOutput
435
+ | UpdateTrustCommandOutput
436
+ | VerifyTrustCommandOutput;
437
+ export interface ClientDefaults
438
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
439
+ requestHandler?: __HttpHandler;
440
+ sha256?: __HashConstructor;
441
+ urlParser?: __UrlParser;
442
+ bodyLengthChecker?: __BodyLengthCalculator;
443
+ streamCollector?: __StreamCollector;
444
+ base64Decoder?: __Decoder;
445
+ base64Encoder?: __Encoder;
446
+ utf8Decoder?: __Decoder;
447
+ utf8Encoder?: __Encoder;
448
+ runtime?: string;
449
+ disableHostPrefix?: boolean;
450
+ maxAttempts?: number | __Provider<number>;
451
+ retryMode?: string | __Provider<string>;
452
+ logger?: __Logger;
453
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
454
+ useFipsEndpoint?: boolean | __Provider<boolean>;
455
+ serviceId?: string;
456
+ region?: string | __Provider<string>;
457
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
458
+ regionInfoProvider?: RegionInfoProvider;
459
+ defaultUserAgentProvider?: Provider<__UserAgent>;
460
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
461
+ }
462
+ declare type DirectoryServiceClientConfigType = Partial<
463
+ __SmithyConfiguration<__HttpHandlerOptions>
464
+ > &
465
+ ClientDefaults &
466
+ RegionInputConfig &
467
+ EndpointsInputConfig &
468
+ RetryInputConfig &
469
+ HostHeaderInputConfig &
470
+ AwsAuthInputConfig &
471
+ UserAgentInputConfig;
472
+ export interface DirectoryServiceClientConfig
473
+ extends DirectoryServiceClientConfigType {}
474
+ declare type DirectoryServiceClientResolvedConfigType =
475
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
476
+ Required<ClientDefaults> &
477
+ RegionResolvedConfig &
478
+ EndpointsResolvedConfig &
479
+ RetryResolvedConfig &
480
+ HostHeaderResolvedConfig &
481
+ AwsAuthResolvedConfig &
482
+ UserAgentResolvedConfig;
483
+ export interface DirectoryServiceClientResolvedConfig
484
+ extends DirectoryServiceClientResolvedConfigType {}
485
+ export declare class DirectoryServiceClient extends __Client<
486
+ __HttpHandlerOptions,
487
+ ServiceInputTypes,
488
+ ServiceOutputTypes,
489
+ DirectoryServiceClientResolvedConfig
490
+ > {
491
+ readonly config: DirectoryServiceClientResolvedConfig;
492
+ constructor(configuration: DirectoryServiceClientConfig);
493
+ destroy(): void;
494
+ }
495
+ export {};