@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +1115 -330
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +495 -138
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +65 -65
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1693 -2133
- package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,138 +1,495 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
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 {};
|