@aws-sdk/client-directory-service 3.1075.0 → 3.1077.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/dist-cjs/index.js +3361 -15
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -46
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/DirectoryServiceServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -641
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -39
- package/dist-cjs/schemas/schemas_0.js +0 -2433
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultDirectoryServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "ds",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultDirectoryServiceHttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,2943 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const k = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [g]],
|
|
80
|
+
[c, j],
|
|
81
|
+
["aws.partition", j, d],
|
|
82
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
|
|
86
|
+
],
|
|
87
|
+
results: [
|
|
88
|
+
[a],
|
|
89
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
90
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
91
|
+
[g, i],
|
|
92
|
+
["https://ds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
93
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
94
|
+
["https://ds-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
95
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
96
|
+
["https://ds.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
97
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
98
|
+
["https://ds.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
99
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
100
|
+
]
|
|
101
|
+
};
|
|
102
|
+
const root = 2;
|
|
103
|
+
const r = 100_000_000;
|
|
104
|
+
const nodes = new Int32Array([
|
|
105
|
+
-1, 1, -1,
|
|
106
|
+
0, 12, 3,
|
|
107
|
+
1, 4, r + 11,
|
|
108
|
+
2, 5, r + 11,
|
|
109
|
+
3, 8, 6,
|
|
110
|
+
4, 7, r + 10,
|
|
111
|
+
5, r + 8, r + 9,
|
|
112
|
+
4, 10, 9,
|
|
113
|
+
6, r + 6, r + 7,
|
|
114
|
+
5, 11, r + 5,
|
|
115
|
+
6, r + 4, r + 5,
|
|
116
|
+
3, r + 1, 13,
|
|
117
|
+
4, r + 2, r + 3,
|
|
118
|
+
]);
|
|
119
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
120
|
+
|
|
121
|
+
const cache = new EndpointCache({
|
|
122
|
+
size: 50,
|
|
123
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
124
|
+
});
|
|
125
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
126
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
127
|
+
endpointParams: endpointParams,
|
|
128
|
+
logger: context.logger,
|
|
129
|
+
}));
|
|
130
|
+
};
|
|
131
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
132
|
+
|
|
133
|
+
class DirectoryServiceServiceException extends ServiceException$1 {
|
|
134
|
+
constructor(options) {
|
|
135
|
+
super(options);
|
|
136
|
+
Object.setPrototypeOf(this, DirectoryServiceServiceException.prototype);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
class ClientException extends DirectoryServiceServiceException {
|
|
141
|
+
name = "ClientException";
|
|
142
|
+
$fault = "client";
|
|
143
|
+
Message;
|
|
144
|
+
RequestId;
|
|
145
|
+
constructor(opts) {
|
|
146
|
+
super({
|
|
147
|
+
name: "ClientException",
|
|
148
|
+
$fault: "client",
|
|
149
|
+
...opts,
|
|
150
|
+
});
|
|
151
|
+
Object.setPrototypeOf(this, ClientException.prototype);
|
|
152
|
+
this.Message = opts.Message;
|
|
153
|
+
this.RequestId = opts.RequestId;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
class DirectoryAlreadySharedException extends DirectoryServiceServiceException {
|
|
157
|
+
name = "DirectoryAlreadySharedException";
|
|
158
|
+
$fault = "client";
|
|
159
|
+
Message;
|
|
160
|
+
RequestId;
|
|
161
|
+
constructor(opts) {
|
|
162
|
+
super({
|
|
163
|
+
name: "DirectoryAlreadySharedException",
|
|
164
|
+
$fault: "client",
|
|
165
|
+
...opts,
|
|
166
|
+
});
|
|
167
|
+
Object.setPrototypeOf(this, DirectoryAlreadySharedException.prototype);
|
|
168
|
+
this.Message = opts.Message;
|
|
169
|
+
this.RequestId = opts.RequestId;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
class EntityDoesNotExistException extends DirectoryServiceServiceException {
|
|
173
|
+
name = "EntityDoesNotExistException";
|
|
174
|
+
$fault = "client";
|
|
175
|
+
Message;
|
|
176
|
+
RequestId;
|
|
177
|
+
constructor(opts) {
|
|
178
|
+
super({
|
|
179
|
+
name: "EntityDoesNotExistException",
|
|
180
|
+
$fault: "client",
|
|
181
|
+
...opts,
|
|
182
|
+
});
|
|
183
|
+
Object.setPrototypeOf(this, EntityDoesNotExistException.prototype);
|
|
184
|
+
this.Message = opts.Message;
|
|
185
|
+
this.RequestId = opts.RequestId;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
class InvalidParameterException extends DirectoryServiceServiceException {
|
|
189
|
+
name = "InvalidParameterException";
|
|
190
|
+
$fault = "client";
|
|
191
|
+
Message;
|
|
192
|
+
RequestId;
|
|
193
|
+
constructor(opts) {
|
|
194
|
+
super({
|
|
195
|
+
name: "InvalidParameterException",
|
|
196
|
+
$fault: "client",
|
|
197
|
+
...opts,
|
|
198
|
+
});
|
|
199
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
200
|
+
this.Message = opts.Message;
|
|
201
|
+
this.RequestId = opts.RequestId;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
class ServiceException extends DirectoryServiceServiceException {
|
|
205
|
+
name = "ServiceException";
|
|
206
|
+
$fault = "server";
|
|
207
|
+
Message;
|
|
208
|
+
RequestId;
|
|
209
|
+
constructor(opts) {
|
|
210
|
+
super({
|
|
211
|
+
name: "ServiceException",
|
|
212
|
+
$fault: "server",
|
|
213
|
+
...opts,
|
|
214
|
+
});
|
|
215
|
+
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
216
|
+
this.Message = opts.Message;
|
|
217
|
+
this.RequestId = opts.RequestId;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
class AccessDeniedException extends DirectoryServiceServiceException {
|
|
221
|
+
name = "AccessDeniedException";
|
|
222
|
+
$fault = "client";
|
|
223
|
+
Message;
|
|
224
|
+
RequestId;
|
|
225
|
+
constructor(opts) {
|
|
226
|
+
super({
|
|
227
|
+
name: "AccessDeniedException",
|
|
228
|
+
$fault: "client",
|
|
229
|
+
...opts,
|
|
230
|
+
});
|
|
231
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
232
|
+
this.Message = opts.Message;
|
|
233
|
+
this.RequestId = opts.RequestId;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
class ADAssessmentLimitExceededException extends DirectoryServiceServiceException {
|
|
237
|
+
name = "ADAssessmentLimitExceededException";
|
|
238
|
+
$fault = "client";
|
|
239
|
+
Message;
|
|
240
|
+
RequestId;
|
|
241
|
+
constructor(opts) {
|
|
242
|
+
super({
|
|
243
|
+
name: "ADAssessmentLimitExceededException",
|
|
244
|
+
$fault: "client",
|
|
245
|
+
...opts,
|
|
246
|
+
});
|
|
247
|
+
Object.setPrototypeOf(this, ADAssessmentLimitExceededException.prototype);
|
|
248
|
+
this.Message = opts.Message;
|
|
249
|
+
this.RequestId = opts.RequestId;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
class DirectoryUnavailableException extends DirectoryServiceServiceException {
|
|
253
|
+
name = "DirectoryUnavailableException";
|
|
254
|
+
$fault = "client";
|
|
255
|
+
Message;
|
|
256
|
+
RequestId;
|
|
257
|
+
constructor(opts) {
|
|
258
|
+
super({
|
|
259
|
+
name: "DirectoryUnavailableException",
|
|
260
|
+
$fault: "client",
|
|
261
|
+
...opts,
|
|
262
|
+
});
|
|
263
|
+
Object.setPrototypeOf(this, DirectoryUnavailableException.prototype);
|
|
264
|
+
this.Message = opts.Message;
|
|
265
|
+
this.RequestId = opts.RequestId;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
class EntityAlreadyExistsException extends DirectoryServiceServiceException {
|
|
269
|
+
name = "EntityAlreadyExistsException";
|
|
270
|
+
$fault = "client";
|
|
271
|
+
Message;
|
|
272
|
+
RequestId;
|
|
273
|
+
constructor(opts) {
|
|
274
|
+
super({
|
|
275
|
+
name: "EntityAlreadyExistsException",
|
|
276
|
+
$fault: "client",
|
|
277
|
+
...opts,
|
|
278
|
+
});
|
|
279
|
+
Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);
|
|
280
|
+
this.Message = opts.Message;
|
|
281
|
+
this.RequestId = opts.RequestId;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
class IpRouteLimitExceededException extends DirectoryServiceServiceException {
|
|
285
|
+
name = "IpRouteLimitExceededException";
|
|
286
|
+
$fault = "client";
|
|
287
|
+
Message;
|
|
288
|
+
RequestId;
|
|
289
|
+
constructor(opts) {
|
|
290
|
+
super({
|
|
291
|
+
name: "IpRouteLimitExceededException",
|
|
292
|
+
$fault: "client",
|
|
293
|
+
...opts,
|
|
294
|
+
});
|
|
295
|
+
Object.setPrototypeOf(this, IpRouteLimitExceededException.prototype);
|
|
296
|
+
this.Message = opts.Message;
|
|
297
|
+
this.RequestId = opts.RequestId;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
class DirectoryAlreadyInRegionException extends DirectoryServiceServiceException {
|
|
301
|
+
name = "DirectoryAlreadyInRegionException";
|
|
302
|
+
$fault = "client";
|
|
303
|
+
Message;
|
|
304
|
+
RequestId;
|
|
305
|
+
constructor(opts) {
|
|
306
|
+
super({
|
|
307
|
+
name: "DirectoryAlreadyInRegionException",
|
|
308
|
+
$fault: "client",
|
|
309
|
+
...opts,
|
|
310
|
+
});
|
|
311
|
+
Object.setPrototypeOf(this, DirectoryAlreadyInRegionException.prototype);
|
|
312
|
+
this.Message = opts.Message;
|
|
313
|
+
this.RequestId = opts.RequestId;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
class DirectoryDoesNotExistException extends DirectoryServiceServiceException {
|
|
317
|
+
name = "DirectoryDoesNotExistException";
|
|
318
|
+
$fault = "client";
|
|
319
|
+
Message;
|
|
320
|
+
RequestId;
|
|
321
|
+
constructor(opts) {
|
|
322
|
+
super({
|
|
323
|
+
name: "DirectoryDoesNotExistException",
|
|
324
|
+
$fault: "client",
|
|
325
|
+
...opts,
|
|
326
|
+
});
|
|
327
|
+
Object.setPrototypeOf(this, DirectoryDoesNotExistException.prototype);
|
|
328
|
+
this.Message = opts.Message;
|
|
329
|
+
this.RequestId = opts.RequestId;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
class RegionLimitExceededException extends DirectoryServiceServiceException {
|
|
333
|
+
name = "RegionLimitExceededException";
|
|
334
|
+
$fault = "client";
|
|
335
|
+
Message;
|
|
336
|
+
RequestId;
|
|
337
|
+
constructor(opts) {
|
|
338
|
+
super({
|
|
339
|
+
name: "RegionLimitExceededException",
|
|
340
|
+
$fault: "client",
|
|
341
|
+
...opts,
|
|
342
|
+
});
|
|
343
|
+
Object.setPrototypeOf(this, RegionLimitExceededException.prototype);
|
|
344
|
+
this.Message = opts.Message;
|
|
345
|
+
this.RequestId = opts.RequestId;
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
class UnsupportedOperationException extends DirectoryServiceServiceException {
|
|
349
|
+
name = "UnsupportedOperationException";
|
|
350
|
+
$fault = "client";
|
|
351
|
+
Message;
|
|
352
|
+
RequestId;
|
|
353
|
+
constructor(opts) {
|
|
354
|
+
super({
|
|
355
|
+
name: "UnsupportedOperationException",
|
|
356
|
+
$fault: "client",
|
|
357
|
+
...opts,
|
|
358
|
+
});
|
|
359
|
+
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
360
|
+
this.Message = opts.Message;
|
|
361
|
+
this.RequestId = opts.RequestId;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
class TagLimitExceededException extends DirectoryServiceServiceException {
|
|
365
|
+
name = "TagLimitExceededException";
|
|
366
|
+
$fault = "client";
|
|
367
|
+
Message;
|
|
368
|
+
RequestId;
|
|
369
|
+
constructor(opts) {
|
|
370
|
+
super({
|
|
371
|
+
name: "TagLimitExceededException",
|
|
372
|
+
$fault: "client",
|
|
373
|
+
...opts,
|
|
374
|
+
});
|
|
375
|
+
Object.setPrototypeOf(this, TagLimitExceededException.prototype);
|
|
376
|
+
this.Message = opts.Message;
|
|
377
|
+
this.RequestId = opts.RequestId;
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
class AuthenticationFailedException extends DirectoryServiceServiceException {
|
|
381
|
+
name = "AuthenticationFailedException";
|
|
382
|
+
$fault = "client";
|
|
383
|
+
Message;
|
|
384
|
+
RequestId;
|
|
385
|
+
constructor(opts) {
|
|
386
|
+
super({
|
|
387
|
+
name: "AuthenticationFailedException",
|
|
388
|
+
$fault: "client",
|
|
389
|
+
...opts,
|
|
390
|
+
});
|
|
391
|
+
Object.setPrototypeOf(this, AuthenticationFailedException.prototype);
|
|
392
|
+
this.Message = opts.Message;
|
|
393
|
+
this.RequestId = opts.RequestId;
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
class CertificateAlreadyExistsException extends DirectoryServiceServiceException {
|
|
397
|
+
name = "CertificateAlreadyExistsException";
|
|
398
|
+
$fault = "client";
|
|
399
|
+
Message;
|
|
400
|
+
RequestId;
|
|
401
|
+
constructor(opts) {
|
|
402
|
+
super({
|
|
403
|
+
name: "CertificateAlreadyExistsException",
|
|
404
|
+
$fault: "client",
|
|
405
|
+
...opts,
|
|
406
|
+
});
|
|
407
|
+
Object.setPrototypeOf(this, CertificateAlreadyExistsException.prototype);
|
|
408
|
+
this.Message = opts.Message;
|
|
409
|
+
this.RequestId = opts.RequestId;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
class CertificateDoesNotExistException extends DirectoryServiceServiceException {
|
|
413
|
+
name = "CertificateDoesNotExistException";
|
|
414
|
+
$fault = "client";
|
|
415
|
+
Message;
|
|
416
|
+
RequestId;
|
|
417
|
+
constructor(opts) {
|
|
418
|
+
super({
|
|
419
|
+
name: "CertificateDoesNotExistException",
|
|
420
|
+
$fault: "client",
|
|
421
|
+
...opts,
|
|
422
|
+
});
|
|
423
|
+
Object.setPrototypeOf(this, CertificateDoesNotExistException.prototype);
|
|
424
|
+
this.Message = opts.Message;
|
|
425
|
+
this.RequestId = opts.RequestId;
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
class CertificateInUseException extends DirectoryServiceServiceException {
|
|
429
|
+
name = "CertificateInUseException";
|
|
430
|
+
$fault = "client";
|
|
431
|
+
Message;
|
|
432
|
+
RequestId;
|
|
433
|
+
constructor(opts) {
|
|
434
|
+
super({
|
|
435
|
+
name: "CertificateInUseException",
|
|
436
|
+
$fault: "client",
|
|
437
|
+
...opts,
|
|
438
|
+
});
|
|
439
|
+
Object.setPrototypeOf(this, CertificateInUseException.prototype);
|
|
440
|
+
this.Message = opts.Message;
|
|
441
|
+
this.RequestId = opts.RequestId;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
class CertificateLimitExceededException extends DirectoryServiceServiceException {
|
|
445
|
+
name = "CertificateLimitExceededException";
|
|
446
|
+
$fault = "client";
|
|
447
|
+
Message;
|
|
448
|
+
RequestId;
|
|
449
|
+
constructor(opts) {
|
|
450
|
+
super({
|
|
451
|
+
name: "CertificateLimitExceededException",
|
|
452
|
+
$fault: "client",
|
|
453
|
+
...opts,
|
|
454
|
+
});
|
|
455
|
+
Object.setPrototypeOf(this, CertificateLimitExceededException.prototype);
|
|
456
|
+
this.Message = opts.Message;
|
|
457
|
+
this.RequestId = opts.RequestId;
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
class DirectoryLimitExceededException extends DirectoryServiceServiceException {
|
|
461
|
+
name = "DirectoryLimitExceededException";
|
|
462
|
+
$fault = "client";
|
|
463
|
+
Message;
|
|
464
|
+
RequestId;
|
|
465
|
+
constructor(opts) {
|
|
466
|
+
super({
|
|
467
|
+
name: "DirectoryLimitExceededException",
|
|
468
|
+
$fault: "client",
|
|
469
|
+
...opts,
|
|
470
|
+
});
|
|
471
|
+
Object.setPrototypeOf(this, DirectoryLimitExceededException.prototype);
|
|
472
|
+
this.Message = opts.Message;
|
|
473
|
+
this.RequestId = opts.RequestId;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
class InsufficientPermissionsException extends DirectoryServiceServiceException {
|
|
477
|
+
name = "InsufficientPermissionsException";
|
|
478
|
+
$fault = "client";
|
|
479
|
+
Message;
|
|
480
|
+
RequestId;
|
|
481
|
+
constructor(opts) {
|
|
482
|
+
super({
|
|
483
|
+
name: "InsufficientPermissionsException",
|
|
484
|
+
$fault: "client",
|
|
485
|
+
...opts,
|
|
486
|
+
});
|
|
487
|
+
Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
|
|
488
|
+
this.Message = opts.Message;
|
|
489
|
+
this.RequestId = opts.RequestId;
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
class SnapshotLimitExceededException extends DirectoryServiceServiceException {
|
|
493
|
+
name = "SnapshotLimitExceededException";
|
|
494
|
+
$fault = "client";
|
|
495
|
+
Message;
|
|
496
|
+
RequestId;
|
|
497
|
+
constructor(opts) {
|
|
498
|
+
super({
|
|
499
|
+
name: "SnapshotLimitExceededException",
|
|
500
|
+
$fault: "client",
|
|
501
|
+
...opts,
|
|
502
|
+
});
|
|
503
|
+
Object.setPrototypeOf(this, SnapshotLimitExceededException.prototype);
|
|
504
|
+
this.Message = opts.Message;
|
|
505
|
+
this.RequestId = opts.RequestId;
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
class InvalidNextTokenException extends DirectoryServiceServiceException {
|
|
509
|
+
name = "InvalidNextTokenException";
|
|
510
|
+
$fault = "client";
|
|
511
|
+
Message;
|
|
512
|
+
RequestId;
|
|
513
|
+
constructor(opts) {
|
|
514
|
+
super({
|
|
515
|
+
name: "InvalidNextTokenException",
|
|
516
|
+
$fault: "client",
|
|
517
|
+
...opts,
|
|
518
|
+
});
|
|
519
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
520
|
+
this.Message = opts.Message;
|
|
521
|
+
this.RequestId = opts.RequestId;
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
class DirectoryInDesiredStateException extends DirectoryServiceServiceException {
|
|
525
|
+
name = "DirectoryInDesiredStateException";
|
|
526
|
+
$fault = "client";
|
|
527
|
+
Message;
|
|
528
|
+
RequestId;
|
|
529
|
+
constructor(opts) {
|
|
530
|
+
super({
|
|
531
|
+
name: "DirectoryInDesiredStateException",
|
|
532
|
+
$fault: "client",
|
|
533
|
+
...opts,
|
|
534
|
+
});
|
|
535
|
+
Object.setPrototypeOf(this, DirectoryInDesiredStateException.prototype);
|
|
536
|
+
this.Message = opts.Message;
|
|
537
|
+
this.RequestId = opts.RequestId;
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
class DirectoryNotSharedException extends DirectoryServiceServiceException {
|
|
541
|
+
name = "DirectoryNotSharedException";
|
|
542
|
+
$fault = "client";
|
|
543
|
+
Message;
|
|
544
|
+
RequestId;
|
|
545
|
+
constructor(opts) {
|
|
546
|
+
super({
|
|
547
|
+
name: "DirectoryNotSharedException",
|
|
548
|
+
$fault: "client",
|
|
549
|
+
...opts,
|
|
550
|
+
});
|
|
551
|
+
Object.setPrototypeOf(this, DirectoryNotSharedException.prototype);
|
|
552
|
+
this.Message = opts.Message;
|
|
553
|
+
this.RequestId = opts.RequestId;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
class DisableAlreadyInProgressException extends DirectoryServiceServiceException {
|
|
557
|
+
name = "DisableAlreadyInProgressException";
|
|
558
|
+
$fault = "client";
|
|
559
|
+
Message;
|
|
560
|
+
RequestId;
|
|
561
|
+
constructor(opts) {
|
|
562
|
+
super({
|
|
563
|
+
name: "DisableAlreadyInProgressException",
|
|
564
|
+
$fault: "client",
|
|
565
|
+
...opts,
|
|
566
|
+
});
|
|
567
|
+
Object.setPrototypeOf(this, DisableAlreadyInProgressException.prototype);
|
|
568
|
+
this.Message = opts.Message;
|
|
569
|
+
this.RequestId = opts.RequestId;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
class InvalidClientAuthStatusException extends DirectoryServiceServiceException {
|
|
573
|
+
name = "InvalidClientAuthStatusException";
|
|
574
|
+
$fault = "client";
|
|
575
|
+
Message;
|
|
576
|
+
RequestId;
|
|
577
|
+
constructor(opts) {
|
|
578
|
+
super({
|
|
579
|
+
name: "InvalidClientAuthStatusException",
|
|
580
|
+
$fault: "client",
|
|
581
|
+
...opts,
|
|
582
|
+
});
|
|
583
|
+
Object.setPrototypeOf(this, InvalidClientAuthStatusException.prototype);
|
|
584
|
+
this.Message = opts.Message;
|
|
585
|
+
this.RequestId = opts.RequestId;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
class InvalidLDAPSStatusException extends DirectoryServiceServiceException {
|
|
589
|
+
name = "InvalidLDAPSStatusException";
|
|
590
|
+
$fault = "client";
|
|
591
|
+
Message;
|
|
592
|
+
RequestId;
|
|
593
|
+
constructor(opts) {
|
|
594
|
+
super({
|
|
595
|
+
name: "InvalidLDAPSStatusException",
|
|
596
|
+
$fault: "client",
|
|
597
|
+
...opts,
|
|
598
|
+
});
|
|
599
|
+
Object.setPrototypeOf(this, InvalidLDAPSStatusException.prototype);
|
|
600
|
+
this.Message = opts.Message;
|
|
601
|
+
this.RequestId = opts.RequestId;
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
class EnableAlreadyInProgressException extends DirectoryServiceServiceException {
|
|
605
|
+
name = "EnableAlreadyInProgressException";
|
|
606
|
+
$fault = "client";
|
|
607
|
+
Message;
|
|
608
|
+
RequestId;
|
|
609
|
+
constructor(opts) {
|
|
610
|
+
super({
|
|
611
|
+
name: "EnableAlreadyInProgressException",
|
|
612
|
+
$fault: "client",
|
|
613
|
+
...opts,
|
|
614
|
+
});
|
|
615
|
+
Object.setPrototypeOf(this, EnableAlreadyInProgressException.prototype);
|
|
616
|
+
this.Message = opts.Message;
|
|
617
|
+
this.RequestId = opts.RequestId;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
class NoAvailableCertificateException extends DirectoryServiceServiceException {
|
|
621
|
+
name = "NoAvailableCertificateException";
|
|
622
|
+
$fault = "client";
|
|
623
|
+
Message;
|
|
624
|
+
RequestId;
|
|
625
|
+
constructor(opts) {
|
|
626
|
+
super({
|
|
627
|
+
name: "NoAvailableCertificateException",
|
|
628
|
+
$fault: "client",
|
|
629
|
+
...opts,
|
|
630
|
+
});
|
|
631
|
+
Object.setPrototypeOf(this, NoAvailableCertificateException.prototype);
|
|
632
|
+
this.Message = opts.Message;
|
|
633
|
+
this.RequestId = opts.RequestId;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
class InvalidCertificateException extends DirectoryServiceServiceException {
|
|
637
|
+
name = "InvalidCertificateException";
|
|
638
|
+
$fault = "client";
|
|
639
|
+
Message;
|
|
640
|
+
RequestId;
|
|
641
|
+
constructor(opts) {
|
|
642
|
+
super({
|
|
643
|
+
name: "InvalidCertificateException",
|
|
644
|
+
$fault: "client",
|
|
645
|
+
...opts,
|
|
646
|
+
});
|
|
647
|
+
Object.setPrototypeOf(this, InvalidCertificateException.prototype);
|
|
648
|
+
this.Message = opts.Message;
|
|
649
|
+
this.RequestId = opts.RequestId;
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
class InvalidPasswordException extends DirectoryServiceServiceException {
|
|
653
|
+
name = "InvalidPasswordException";
|
|
654
|
+
$fault = "client";
|
|
655
|
+
Message;
|
|
656
|
+
RequestId;
|
|
657
|
+
constructor(opts) {
|
|
658
|
+
super({
|
|
659
|
+
name: "InvalidPasswordException",
|
|
660
|
+
$fault: "client",
|
|
661
|
+
...opts,
|
|
662
|
+
});
|
|
663
|
+
Object.setPrototypeOf(this, InvalidPasswordException.prototype);
|
|
664
|
+
this.Message = opts.Message;
|
|
665
|
+
this.RequestId = opts.RequestId;
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
class UserDoesNotExistException extends DirectoryServiceServiceException {
|
|
669
|
+
name = "UserDoesNotExistException";
|
|
670
|
+
$fault = "client";
|
|
671
|
+
Message;
|
|
672
|
+
RequestId;
|
|
673
|
+
constructor(opts) {
|
|
674
|
+
super({
|
|
675
|
+
name: "UserDoesNotExistException",
|
|
676
|
+
$fault: "client",
|
|
677
|
+
...opts,
|
|
678
|
+
});
|
|
679
|
+
Object.setPrototypeOf(this, UserDoesNotExistException.prototype);
|
|
680
|
+
this.Message = opts.Message;
|
|
681
|
+
this.RequestId = opts.RequestId;
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
class InvalidTargetException extends DirectoryServiceServiceException {
|
|
685
|
+
name = "InvalidTargetException";
|
|
686
|
+
$fault = "client";
|
|
687
|
+
Message;
|
|
688
|
+
RequestId;
|
|
689
|
+
constructor(opts) {
|
|
690
|
+
super({
|
|
691
|
+
name: "InvalidTargetException",
|
|
692
|
+
$fault: "client",
|
|
693
|
+
...opts,
|
|
694
|
+
});
|
|
695
|
+
Object.setPrototypeOf(this, InvalidTargetException.prototype);
|
|
696
|
+
this.Message = opts.Message;
|
|
697
|
+
this.RequestId = opts.RequestId;
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
class OrganizationsException extends DirectoryServiceServiceException {
|
|
701
|
+
name = "OrganizationsException";
|
|
702
|
+
$fault = "client";
|
|
703
|
+
Message;
|
|
704
|
+
RequestId;
|
|
705
|
+
constructor(opts) {
|
|
706
|
+
super({
|
|
707
|
+
name: "OrganizationsException",
|
|
708
|
+
$fault: "client",
|
|
709
|
+
...opts,
|
|
710
|
+
});
|
|
711
|
+
Object.setPrototypeOf(this, OrganizationsException.prototype);
|
|
712
|
+
this.Message = opts.Message;
|
|
713
|
+
this.RequestId = opts.RequestId;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
class ShareLimitExceededException extends DirectoryServiceServiceException {
|
|
717
|
+
name = "ShareLimitExceededException";
|
|
718
|
+
$fault = "client";
|
|
719
|
+
Message;
|
|
720
|
+
RequestId;
|
|
721
|
+
constructor(opts) {
|
|
722
|
+
super({
|
|
723
|
+
name: "ShareLimitExceededException",
|
|
724
|
+
$fault: "client",
|
|
725
|
+
...opts,
|
|
726
|
+
});
|
|
727
|
+
Object.setPrototypeOf(this, ShareLimitExceededException.prototype);
|
|
728
|
+
this.Message = opts.Message;
|
|
729
|
+
this.RequestId = opts.RequestId;
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
class DomainControllerLimitExceededException extends DirectoryServiceServiceException {
|
|
733
|
+
name = "DomainControllerLimitExceededException";
|
|
734
|
+
$fault = "client";
|
|
735
|
+
Message;
|
|
736
|
+
RequestId;
|
|
737
|
+
constructor(opts) {
|
|
738
|
+
super({
|
|
739
|
+
name: "DomainControllerLimitExceededException",
|
|
740
|
+
$fault: "client",
|
|
741
|
+
...opts,
|
|
742
|
+
});
|
|
743
|
+
Object.setPrototypeOf(this, DomainControllerLimitExceededException.prototype);
|
|
744
|
+
this.Message = opts.Message;
|
|
745
|
+
this.RequestId = opts.RequestId;
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
class IncompatibleSettingsException extends DirectoryServiceServiceException {
|
|
749
|
+
name = "IncompatibleSettingsException";
|
|
750
|
+
$fault = "client";
|
|
751
|
+
Message;
|
|
752
|
+
RequestId;
|
|
753
|
+
constructor(opts) {
|
|
754
|
+
super({
|
|
755
|
+
name: "IncompatibleSettingsException",
|
|
756
|
+
$fault: "client",
|
|
757
|
+
...opts,
|
|
758
|
+
});
|
|
759
|
+
Object.setPrototypeOf(this, IncompatibleSettingsException.prototype);
|
|
760
|
+
this.Message = opts.Message;
|
|
761
|
+
this.RequestId = opts.RequestId;
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
class UnsupportedSettingsException extends DirectoryServiceServiceException {
|
|
765
|
+
name = "UnsupportedSettingsException";
|
|
766
|
+
$fault = "client";
|
|
767
|
+
Message;
|
|
768
|
+
RequestId;
|
|
769
|
+
constructor(opts) {
|
|
770
|
+
super({
|
|
771
|
+
name: "UnsupportedSettingsException",
|
|
772
|
+
$fault: "client",
|
|
773
|
+
...opts,
|
|
774
|
+
});
|
|
775
|
+
Object.setPrototypeOf(this, UnsupportedSettingsException.prototype);
|
|
776
|
+
this.Message = opts.Message;
|
|
777
|
+
this.RequestId = opts.RequestId;
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
const _A = "Assessment";
|
|
782
|
+
const _AC = "AssessmentConfiguration";
|
|
783
|
+
const _ADALEE = "ADAssessmentLimitExceededException";
|
|
784
|
+
const _ADE = "AccessDeniedException";
|
|
785
|
+
const _ADT = "AddedDateTime";
|
|
786
|
+
const _AFE = "AuthenticationFailedException";
|
|
787
|
+
const _AI = "AssessmentId";
|
|
788
|
+
const _AIR = "AddIpRoutes";
|
|
789
|
+
const _AIRR = "AddIpRoutesRequest";
|
|
790
|
+
const _AIRRd = "AddIpRoutesResult";
|
|
791
|
+
const _AIc = "AccountId";
|
|
792
|
+
const _AP = "AuthenticationProtocol";
|
|
793
|
+
const _AR = "AssessmentReport";
|
|
794
|
+
const _ARR = "AddRegionRequest";
|
|
795
|
+
const _ARRd = "AddRegionResult";
|
|
796
|
+
const _ARd = "AdditionalRegions";
|
|
797
|
+
const _ARdd = "AddRegion";
|
|
798
|
+
const _ARs = "AssessmentReports";
|
|
799
|
+
const _AS = "AssessmentSummary";
|
|
800
|
+
const _ASD = "AcceptSharedDirectory";
|
|
801
|
+
const _ASDR = "AcceptSharedDirectoryRequest";
|
|
802
|
+
const _ASDRc = "AcceptSharedDirectoryResult";
|
|
803
|
+
const _ATTR = "AddTagsToResource";
|
|
804
|
+
const _ATTRR = "AddTagsToResourceRequest";
|
|
805
|
+
const _ATTRRd = "AddTagsToResourceResult";
|
|
806
|
+
const _AU = "AccessUrl";
|
|
807
|
+
const _AV = "AssessmentValidation";
|
|
808
|
+
const _AVl = "AllowedValues";
|
|
809
|
+
const _AVp = "AppliedValue";
|
|
810
|
+
const _AVs = "AssessmentValidations";
|
|
811
|
+
const _AZ = "AvailabilityZones";
|
|
812
|
+
const _AZv = "AvailabilityZone";
|
|
813
|
+
const _Al = "Alias";
|
|
814
|
+
const _As = "Assessments";
|
|
815
|
+
const _At = "Attribute";
|
|
816
|
+
const _Att = "Attributes";
|
|
817
|
+
const _C = "Category";
|
|
818
|
+
const _CA = "ComputerAttributes";
|
|
819
|
+
const _CAEE = "CertificateAlreadyExistsException";
|
|
820
|
+
const _CAR = "CreateAliasRequest";
|
|
821
|
+
const _CARr = "CreateAliasResult";
|
|
822
|
+
const _CASI = "ClientAuthenticationSettingInfo";
|
|
823
|
+
const _CASIl = "ClientAuthenticationSettingsInfo";
|
|
824
|
+
const _CAr = "CreateAlias";
|
|
825
|
+
const _CC = "CreateComputer";
|
|
826
|
+
const _CCAS = "ClientCertAuthSettings";
|
|
827
|
+
const _CCF = "CreateConditionalForwarder";
|
|
828
|
+
const _CCFR = "CreateConditionalForwarderRequest";
|
|
829
|
+
const _CCFRr = "CreateConditionalForwarderResult";
|
|
830
|
+
const _CCR = "CreateComputerRequest";
|
|
831
|
+
const _CCRr = "CreateComputerResult";
|
|
832
|
+
const _CD = "CertificateData";
|
|
833
|
+
const _CDCC = "ConnectedDirectoriesCurrentCount";
|
|
834
|
+
const _CDI = "CustomerDnsIps";
|
|
835
|
+
const _CDIV = "CustomerDnsIpsV6";
|
|
836
|
+
const _CDL = "ConnectedDirectoriesLimit";
|
|
837
|
+
const _CDLR = "ConnectedDirectoriesLimitReached";
|
|
838
|
+
const _CDNEE = "CertificateDoesNotExistException";
|
|
839
|
+
const _CDR = "ConnectDirectoryRequest";
|
|
840
|
+
const _CDRo = "ConnectDirectoryResult";
|
|
841
|
+
const _CDRr = "CreateDirectoryRequest";
|
|
842
|
+
const _CDRre = "CreateDirectoryResult";
|
|
843
|
+
const _CDT = "CreatedDateTime";
|
|
844
|
+
const _CDo = "ConnectDirectory";
|
|
845
|
+
const _CDr = "CreateDirectory";
|
|
846
|
+
const _CE = "ClientException";
|
|
847
|
+
const _CEPS = "CaEnrollmentPolicyStatus";
|
|
848
|
+
const _CEPSR = "CaEnrollmentPolicyStatusReason";
|
|
849
|
+
const _CF = "ConditionalForwarder";
|
|
850
|
+
const _CFIA = "ConditionalForwarderIpAddrs";
|
|
851
|
+
const _CFIAo = "ConditionalForwarderIpv6Addrs";
|
|
852
|
+
const _CFo = "ConditionalForwarders";
|
|
853
|
+
const _CHAD = "CreateHybridAD";
|
|
854
|
+
const _CHADR = "CreateHybridADRequest";
|
|
855
|
+
const _CHADRr = "CreateHybridADResult";
|
|
856
|
+
const _CI = "CertificateId";
|
|
857
|
+
const _CIUE = "CertificateInUseException";
|
|
858
|
+
const _CIV = "ConnectIpsV6";
|
|
859
|
+
const _CIe = "CertificateInfo";
|
|
860
|
+
const _CIer = "CertificatesInfo";
|
|
861
|
+
const _CIi = "CidrIp";
|
|
862
|
+
const _CIid = "CidrIpv6";
|
|
863
|
+
const _CIidr = "CidrIps";
|
|
864
|
+
const _CIidrp = "CidrIpv6s";
|
|
865
|
+
const _CIo = "ComputerId";
|
|
866
|
+
const _CIon = "ConnectIps";
|
|
867
|
+
const _CLEE = "CertificateLimitExceededException";
|
|
868
|
+
const _CLS = "CreateLogSubscription";
|
|
869
|
+
const _CLSR = "CreateLogSubscriptionRequest";
|
|
870
|
+
const _CLSRr = "CreateLogSubscriptionResult";
|
|
871
|
+
const _CMAD = "CreateMicrosoftAD";
|
|
872
|
+
const _CMADR = "CreateMicrosoftADRequest";
|
|
873
|
+
const _CMADRr = "CreateMicrosoftADResult";
|
|
874
|
+
const _CN = "CommonName";
|
|
875
|
+
const _CNo = "ComputerName";
|
|
876
|
+
const _CODCC = "CloudOnlyDirectoriesCurrentCount";
|
|
877
|
+
const _CODL = "CloudOnlyDirectoriesLimit";
|
|
878
|
+
const _CODLR = "CloudOnlyDirectoriesLimitReached";
|
|
879
|
+
const _COMADCC = "CloudOnlyMicrosoftADCurrentCount";
|
|
880
|
+
const _COMADL = "CloudOnlyMicrosoftADLimit";
|
|
881
|
+
const _COMADLR = "CloudOnlyMicrosoftADLimitReached";
|
|
882
|
+
const _CP = "ComputerPassword";
|
|
883
|
+
const _CPo = "ConnectPassword";
|
|
884
|
+
const _CS = "ConnectSettings";
|
|
885
|
+
const _CSBSE = "CreateSnapshotBeforeSchemaExtension";
|
|
886
|
+
const _CSBU = "CreateSnapshotBeforeUpdate";
|
|
887
|
+
const _CSE = "CancelSchemaExtension";
|
|
888
|
+
const _CSER = "CancelSchemaExtensionRequest";
|
|
889
|
+
const _CSERa = "CancelSchemaExtensionResult";
|
|
890
|
+
const _CSR = "CreateSnapshotRequest";
|
|
891
|
+
const _CSRr = "CreateSnapshotResult";
|
|
892
|
+
const _CSr = "CreateSnapshot";
|
|
893
|
+
const _CT = "CreateTrust";
|
|
894
|
+
const _CTR = "CreateTrustRequest";
|
|
895
|
+
const _CTRr = "CreateTrustResult";
|
|
896
|
+
const _CUN = "CustomerUserName";
|
|
897
|
+
const _Ce = "Certificate";
|
|
898
|
+
const _Co = "Computer";
|
|
899
|
+
const _D = "Description";
|
|
900
|
+
const _DACF = "DeleteAssociatedConditionalForwarder";
|
|
901
|
+
const _DADA = "DeleteADAssessment";
|
|
902
|
+
const _DADAR = "DeleteADAssessmentRequest";
|
|
903
|
+
const _DADARe = "DeleteADAssessmentResult";
|
|
904
|
+
const _DADARes = "DescribeADAssessmentRequest";
|
|
905
|
+
const _DADAResc = "DescribeADAssessmentResult";
|
|
906
|
+
const _DADAe = "DescribeADAssessment";
|
|
907
|
+
const _DAIPE = "DisableAlreadyInProgressException";
|
|
908
|
+
const _DAIRE = "DirectoryAlreadyInRegionException";
|
|
909
|
+
const _DAS = "DataAccessStatus";
|
|
910
|
+
const _DASE = "DirectoryAlreadySharedException";
|
|
911
|
+
const _DC = "DomainControllers";
|
|
912
|
+
const _DCA = "DisableClientAuthentication";
|
|
913
|
+
const _DCAEP = "DescribeCAEnrollmentPolicy";
|
|
914
|
+
const _DCAEPR = "DescribeCAEnrollmentPolicyRequest";
|
|
915
|
+
const _DCAEPRe = "DescribeCAEnrollmentPolicyResult";
|
|
916
|
+
const _DCAEPRi = "DisableCAEnrollmentPolicyRequest";
|
|
917
|
+
const _DCAEPRis = "DisableCAEnrollmentPolicyResult";
|
|
918
|
+
const _DCAEPi = "DisableCAEnrollmentPolicy";
|
|
919
|
+
const _DCAR = "DisableClientAuthenticationRequest";
|
|
920
|
+
const _DCARi = "DisableClientAuthenticationResult";
|
|
921
|
+
const _DCAS = "DescribeClientAuthenticationSettings";
|
|
922
|
+
const _DCASR = "DescribeClientAuthenticationSettingsRequest";
|
|
923
|
+
const _DCASRe = "DescribeClientAuthenticationSettingsResult";
|
|
924
|
+
const _DCF = "DeleteConditionalForwarder";
|
|
925
|
+
const _DCFR = "DeleteConditionalForwarderRequest";
|
|
926
|
+
const _DCFRe = "DeleteConditionalForwarderResult";
|
|
927
|
+
const _DCFRes = "DescribeConditionalForwardersRequest";
|
|
928
|
+
const _DCFResc = "DescribeConditionalForwardersResult";
|
|
929
|
+
const _DCFe = "DescribeConditionalForwarders";
|
|
930
|
+
const _DCI = "DomainControllerIp";
|
|
931
|
+
const _DCIo = "DomainControllerIds";
|
|
932
|
+
const _DCIom = "DomainControllerId";
|
|
933
|
+
const _DCLEE = "DomainControllerLimitExceededException";
|
|
934
|
+
const _DCR = "DeregisterCertificateRequest";
|
|
935
|
+
const _DCRe = "DeregisterCertificateResult";
|
|
936
|
+
const _DCRes = "DescribeCertificateRequest";
|
|
937
|
+
const _DCResc = "DescribeCertificateResult";
|
|
938
|
+
const _DCS = "DirectoryConnectSettings";
|
|
939
|
+
const _DCSD = "DirectoryConnectSettingsDescription";
|
|
940
|
+
const _DCe = "DeregisterCertificate";
|
|
941
|
+
const _DCes = "DescribeCertificate";
|
|
942
|
+
const _DCo = "DomainController";
|
|
943
|
+
const _DD = "DirectoryDescriptions";
|
|
944
|
+
const _DDC = "DescribeDomainControllers";
|
|
945
|
+
const _DDCR = "DescribeDomainControllersRequest";
|
|
946
|
+
const _DDCRe = "DescribeDomainControllersResult";
|
|
947
|
+
const _DDDA = "DescribeDirectoryDataAccess";
|
|
948
|
+
const _DDDAR = "DescribeDirectoryDataAccessRequest";
|
|
949
|
+
const _DDDARe = "DescribeDirectoryDataAccessResult";
|
|
950
|
+
const _DDDARi = "DisableDirectoryDataAccessRequest";
|
|
951
|
+
const _DDDARis = "DisableDirectoryDataAccessResult";
|
|
952
|
+
const _DDDAi = "DisableDirectoryDataAccess";
|
|
953
|
+
const _DDNEE = "DirectoryDoesNotExistException";
|
|
954
|
+
const _DDR = "DeleteDirectoryRequest";
|
|
955
|
+
const _DDRe = "DeleteDirectoryResult";
|
|
956
|
+
const _DDRes = "DescribeDirectoriesRequest";
|
|
957
|
+
const _DDResc = "DescribeDirectoriesResult";
|
|
958
|
+
const _DDe = "DeleteDirectory";
|
|
959
|
+
const _DDes = "DescribeDirectories";
|
|
960
|
+
const _DDi = "DirectoryDescription";
|
|
961
|
+
const _DET = "DeregisterEventTopic";
|
|
962
|
+
const _DETR = "DeregisterEventTopicRequest";
|
|
963
|
+
const _DETRe = "DeregisterEventTopicResult";
|
|
964
|
+
const _DETRes = "DescribeEventTopicsRequest";
|
|
965
|
+
const _DETResc = "DescribeEventTopicsResult";
|
|
966
|
+
const _DETe = "DescribeEventTopics";
|
|
967
|
+
const _DHADU = "DescribeHybridADUpdate";
|
|
968
|
+
const _DHADUR = "DescribeHybridADUpdateRequest";
|
|
969
|
+
const _DHADURe = "DescribeHybridADUpdateResult";
|
|
970
|
+
const _DI = "DirectoryId";
|
|
971
|
+
const _DIA = "DnsIpAddrs";
|
|
972
|
+
const _DIAn = "DnsIpv6Addrs";
|
|
973
|
+
const _DIAns = "DnsIpAddr";
|
|
974
|
+
const _DIAnsp = "DnsIpv6Addr";
|
|
975
|
+
const _DIDSE = "DirectoryInDesiredStateException";
|
|
976
|
+
const _DIi = "DirectoryIds";
|
|
977
|
+
const _DIn = "DnsIps";
|
|
978
|
+
const _DL = "DirectoryLimits";
|
|
979
|
+
const _DLDAPS = "DisableLDAPS";
|
|
980
|
+
const _DLDAPSR = "DisableLDAPSRequest";
|
|
981
|
+
const _DLDAPSRi = "DisableLDAPSResult";
|
|
982
|
+
const _DLDAPSS = "DescribeLDAPSSettings";
|
|
983
|
+
const _DLDAPSSR = "DescribeLDAPSSettingsRequest";
|
|
984
|
+
const _DLDAPSSRe = "DescribeLDAPSSettingsResult";
|
|
985
|
+
const _DLEE = "DirectoryLimitExceededException";
|
|
986
|
+
const _DLS = "DeleteLogSubscription";
|
|
987
|
+
const _DLSR = "DeleteLogSubscriptionRequest";
|
|
988
|
+
const _DLSRe = "DeleteLogSubscriptionResult";
|
|
989
|
+
const _DLi = "DisplayLabel";
|
|
990
|
+
const _DN = "DnsName";
|
|
991
|
+
const _DNODC = "DesiredNumberOfDomainControllers";
|
|
992
|
+
const _DNSE = "DirectoryNotSharedException";
|
|
993
|
+
const _DNe = "DesiredNumber";
|
|
994
|
+
const _DR = "DescribeRegions";
|
|
995
|
+
const _DRR = "DescribeRegionsRequest";
|
|
996
|
+
const _DRRe = "DescribeRegionsResult";
|
|
997
|
+
const _DRRi = "DisableRadiusRequest";
|
|
998
|
+
const _DRRis = "DisableRadiusResult";
|
|
999
|
+
const _DRi = "DisableRadius";
|
|
1000
|
+
const _DS = "DirectorySize";
|
|
1001
|
+
const _DSD = "DescribeSharedDirectories";
|
|
1002
|
+
const _DSDR = "DescribeSharedDirectoriesRequest";
|
|
1003
|
+
const _DSDRe = "DescribeSharedDirectoriesResult";
|
|
1004
|
+
const _DSR = "DeleteSnapshotRequest";
|
|
1005
|
+
const _DSRe = "DeleteSnapshotResult";
|
|
1006
|
+
const _DSRes = "DescribeSettingsRequest";
|
|
1007
|
+
const _DSResc = "DescribeSettingsResult";
|
|
1008
|
+
const _DSRescr = "DescribeSnapshotsRequest";
|
|
1009
|
+
const _DSRescri = "DescribeSnapshotsResult";
|
|
1010
|
+
const _DSRi = "DisableSsoRequest";
|
|
1011
|
+
const _DSRis = "DisableSsoResult";
|
|
1012
|
+
const _DSUS = "DirectorySizeUpdateSettings";
|
|
1013
|
+
const _DSe = "DeleteSnapshot";
|
|
1014
|
+
const _DSes = "DescribeSettings";
|
|
1015
|
+
const _DSesc = "DescribeSnapshots";
|
|
1016
|
+
const _DSi = "DisableSso";
|
|
1017
|
+
const _DT = "DataType";
|
|
1018
|
+
const _DTR = "DeleteTrustRequest";
|
|
1019
|
+
const _DTRe = "DeleteTrustResult";
|
|
1020
|
+
const _DTRes = "DescribeTrustsRequest";
|
|
1021
|
+
const _DTResc = "DescribeTrustsResult";
|
|
1022
|
+
const _DTe = "DeleteTrust";
|
|
1023
|
+
const _DTes = "DescribeTrusts";
|
|
1024
|
+
const _DUD = "DescribeUpdateDirectory";
|
|
1025
|
+
const _DUDR = "DescribeUpdateDirectoryRequest";
|
|
1026
|
+
const _DUDRe = "DescribeUpdateDirectoryResult";
|
|
1027
|
+
const _DUE = "DirectoryUnavailableException";
|
|
1028
|
+
const _DVS = "DirectoryVpcSettings";
|
|
1029
|
+
const _DVSD = "DirectoryVpcSettingsDescription";
|
|
1030
|
+
const _E = "Edition";
|
|
1031
|
+
const _EAEE = "EntityAlreadyExistsException";
|
|
1032
|
+
const _EAIPE = "EnableAlreadyInProgressException";
|
|
1033
|
+
const _ECA = "EnableClientAuthentication";
|
|
1034
|
+
const _ECAEP = "EnableCAEnrollmentPolicy";
|
|
1035
|
+
const _ECAEPR = "EnableCAEnrollmentPolicyRequest";
|
|
1036
|
+
const _ECAEPRn = "EnableCAEnrollmentPolicyResult";
|
|
1037
|
+
const _ECAR = "EnableClientAuthenticationRequest";
|
|
1038
|
+
const _ECARn = "EnableClientAuthenticationResult";
|
|
1039
|
+
const _EDDA = "EnableDirectoryDataAccess";
|
|
1040
|
+
const _EDDAR = "EnableDirectoryDataAccessRequest";
|
|
1041
|
+
const _EDDARn = "EnableDirectoryDataAccessResult";
|
|
1042
|
+
const _EDNEE = "EntityDoesNotExistException";
|
|
1043
|
+
const _EDT = "ExpiryDateTime";
|
|
1044
|
+
const _EDTn = "EndDateTime";
|
|
1045
|
+
const _ELDAPS = "EnableLDAPS";
|
|
1046
|
+
const _ELDAPSR = "EnableLDAPSRequest";
|
|
1047
|
+
const _ELDAPSRn = "EnableLDAPSResult";
|
|
1048
|
+
const _ER = "EnableRadius";
|
|
1049
|
+
const _ERR = "EnableRadiusRequest";
|
|
1050
|
+
const _ERRn = "EnableRadiusResult";
|
|
1051
|
+
const _ES = "EnableSso";
|
|
1052
|
+
const _ESR = "EnableSsoRequest";
|
|
1053
|
+
const _ESRn = "EnableSsoResult";
|
|
1054
|
+
const _ET = "EventTopics";
|
|
1055
|
+
const _ETv = "EventTopic";
|
|
1056
|
+
const _GDL = "GetDirectoryLimits";
|
|
1057
|
+
const _GDLR = "GetDirectoryLimitsRequest";
|
|
1058
|
+
const _GDLRe = "GetDirectoryLimitsResult";
|
|
1059
|
+
const _GSL = "GetSnapshotLimits";
|
|
1060
|
+
const _GSLR = "GetSnapshotLimitsRequest";
|
|
1061
|
+
const _GSLRe = "GetSnapshotLimitsResult";
|
|
1062
|
+
const _HAA = "HybridAdministratorAccount";
|
|
1063
|
+
const _HAAU = "HybridAdministratorAccountUpdate";
|
|
1064
|
+
const _HCIS = "HybridCustomerInstancesSettings";
|
|
1065
|
+
const _HS = "HybridSettings";
|
|
1066
|
+
const _HSD = "HybridSettingsDescription";
|
|
1067
|
+
const _HUA = "HybridUpdateActivities";
|
|
1068
|
+
const _HUIE = "HybridUpdateInfoEntry";
|
|
1069
|
+
const _HUIEy = "HybridUpdateInfoEntries";
|
|
1070
|
+
const _HUV = "HybridUpdateValue";
|
|
1071
|
+
const _I = "Id";
|
|
1072
|
+
const _IB = "InitiatedBy";
|
|
1073
|
+
const _ICASE = "InvalidClientAuthStatusException";
|
|
1074
|
+
const _ICE = "InvalidCertificateException";
|
|
1075
|
+
const _II = "InstanceIds";
|
|
1076
|
+
const _ILDAPSSE = "InvalidLDAPSStatusException";
|
|
1077
|
+
const _INTE = "InvalidNextTokenException";
|
|
1078
|
+
const _IPE = "InsufficientPermissionsException";
|
|
1079
|
+
const _IPEn = "InvalidParameterException";
|
|
1080
|
+
const _IPEnv = "InvalidPasswordException";
|
|
1081
|
+
const _IR = "IpRoutes";
|
|
1082
|
+
const _IRI = "IpRouteInfo";
|
|
1083
|
+
const _IRIp = "IpRoutesInfo";
|
|
1084
|
+
const _IRLEE = "IpRouteLimitExceededException";
|
|
1085
|
+
const _IRSM = "IpRouteStatusMsg";
|
|
1086
|
+
const _IRSR = "IpRouteStatusReason";
|
|
1087
|
+
const _IRp = "IpRoute";
|
|
1088
|
+
const _ISE = "IncompatibleSettingsException";
|
|
1089
|
+
const _ITE = "InvalidTargetException";
|
|
1090
|
+
const _K = "Key";
|
|
1091
|
+
const _L = "Limit";
|
|
1092
|
+
const _LADA = "ListADAssessments";
|
|
1093
|
+
const _LADAR = "ListADAssessmentsRequest";
|
|
1094
|
+
const _LADARi = "ListADAssessmentsResult";
|
|
1095
|
+
const _LC = "LdifContent";
|
|
1096
|
+
const _LCR = "ListCertificatesRequest";
|
|
1097
|
+
const _LCRi = "ListCertificatesResult";
|
|
1098
|
+
const _LCi = "ListCertificates";
|
|
1099
|
+
const _LDAPSS = "LDAPSStatus";
|
|
1100
|
+
const _LDAPSSI = "LDAPSSettingsInfo";
|
|
1101
|
+
const _LDAPSSIe = "LDAPSSettingInfo";
|
|
1102
|
+
const _LDAPSSR = "LDAPSStatusReason";
|
|
1103
|
+
const _LGN = "LogGroupName";
|
|
1104
|
+
const _LIR = "ListIpRoutes";
|
|
1105
|
+
const _LIRR = "ListIpRoutesRequest";
|
|
1106
|
+
const _LIRRi = "ListIpRoutesResult";
|
|
1107
|
+
const _LLS = "ListLogSubscriptions";
|
|
1108
|
+
const _LLSR = "ListLogSubscriptionsRequest";
|
|
1109
|
+
const _LLSRi = "ListLogSubscriptionsResult";
|
|
1110
|
+
const _LRDT = "LastRequestedDateTime";
|
|
1111
|
+
const _LS = "LogSubscriptions";
|
|
1112
|
+
const _LSE = "ListSchemaExtensions";
|
|
1113
|
+
const _LSER = "ListSchemaExtensionsRequest";
|
|
1114
|
+
const _LSERi = "ListSchemaExtensionsResult";
|
|
1115
|
+
const _LSo = "LogSubscription";
|
|
1116
|
+
const _LT = "LaunchTime";
|
|
1117
|
+
const _LTFR = "ListTagsForResource";
|
|
1118
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
1119
|
+
const _LTFRRi = "ListTagsForResourceResult";
|
|
1120
|
+
const _LUDT = "LastUpdateDateTime";
|
|
1121
|
+
const _LUDTa = "LastUpdatedDateTime";
|
|
1122
|
+
const _M = "Message";
|
|
1123
|
+
const _MSCC = "ManualSnapshotsCurrentCount";
|
|
1124
|
+
const _MSL = "ManualSnapshotsLimit";
|
|
1125
|
+
const _MSLR = "ManualSnapshotsLimitReached";
|
|
1126
|
+
const _N = "Notes";
|
|
1127
|
+
const _NACE = "NoAvailableCertificateException";
|
|
1128
|
+
const _NP = "NewPassword";
|
|
1129
|
+
const _NT = "NetworkType";
|
|
1130
|
+
const _NTe = "NextToken";
|
|
1131
|
+
const _NUS = "NetworkUpdateSettings";
|
|
1132
|
+
const _NV = "NewValue";
|
|
1133
|
+
const _Na = "Name";
|
|
1134
|
+
const _OAI = "OwnerAccountId";
|
|
1135
|
+
const _OCSPU = "OCSPUrl";
|
|
1136
|
+
const _ODD = "OwnerDirectoryDescription";
|
|
1137
|
+
const _ODI = "OwnerDirectoryId";
|
|
1138
|
+
const _OE = "OrganizationsException";
|
|
1139
|
+
const _OSUS = "OSUpdateSettings";
|
|
1140
|
+
const _OSV = "OSVersion";
|
|
1141
|
+
const _OUDN = "OrganizationalUnitDistinguishedName";
|
|
1142
|
+
const _OV = "OsVersion";
|
|
1143
|
+
const _P = "Password";
|
|
1144
|
+
const _PCA = "PcaConnectorArn";
|
|
1145
|
+
const _PR = "PrimaryRegion";
|
|
1146
|
+
const _PV = "PreviousValue";
|
|
1147
|
+
const _R = "Region";
|
|
1148
|
+
const _RC = "RegisterCertificate";
|
|
1149
|
+
const _RCR = "RegisterCertificateRequest";
|
|
1150
|
+
const _RCRe = "RegisterCertificateResult";
|
|
1151
|
+
const _RD = "RegionsDescription";
|
|
1152
|
+
const _RDN = "RemoteDomainName";
|
|
1153
|
+
const _RDNe = "RemoteDomainNames";
|
|
1154
|
+
const _RDS = "RequestDetailedStatus";
|
|
1155
|
+
const _RDT = "RegisteredDateTime";
|
|
1156
|
+
const _RDe = "RegionDescription";
|
|
1157
|
+
const _RET = "RegisterEventTopic";
|
|
1158
|
+
const _RETR = "RegisterEventTopicRequest";
|
|
1159
|
+
const _RETRe = "RegisterEventTopicResult";
|
|
1160
|
+
const _RFS = "RestoreFromSnapshot";
|
|
1161
|
+
const _RFSR = "RestoreFromSnapshotRequest";
|
|
1162
|
+
const _RFSRe = "RestoreFromSnapshotResult";
|
|
1163
|
+
const _RI = "RequestId";
|
|
1164
|
+
const _RIR = "RemoveIpRoutes";
|
|
1165
|
+
const _RIRR = "RemoveIpRoutesRequest";
|
|
1166
|
+
const _RIRRe = "RemoveIpRoutesResult";
|
|
1167
|
+
const _RIe = "ResourceId";
|
|
1168
|
+
const _RIeg = "RegionsInfo";
|
|
1169
|
+
const _RLEE = "RegionLimitExceededException";
|
|
1170
|
+
const _RN = "RegionName";
|
|
1171
|
+
const _RP = "RadiusPort";
|
|
1172
|
+
const _RR = "RadiusRetries";
|
|
1173
|
+
const _RRR = "RemoveRegionRequest";
|
|
1174
|
+
const _RRRe = "RemoveRegionResult";
|
|
1175
|
+
const _RRe = "RemoveRegion";
|
|
1176
|
+
const _RS = "ReplicationScope";
|
|
1177
|
+
const _RSD = "RejectSharedDirectory";
|
|
1178
|
+
const _RSDR = "RejectSharedDirectoryRequest";
|
|
1179
|
+
const _RSDRe = "RejectSharedDirectoryResult";
|
|
1180
|
+
const _RSI = "RadiusServersIpv6";
|
|
1181
|
+
const _RSM = "RequestStatusMessage";
|
|
1182
|
+
const _RSS = "RadiusSharedSecret";
|
|
1183
|
+
const _RSa = "RadiusSettings";
|
|
1184
|
+
const _RSad = "RadiusStatus";
|
|
1185
|
+
const _RSadi = "RadiusServers";
|
|
1186
|
+
const _RSe = "RequestStatus";
|
|
1187
|
+
const _RT = "ReportType";
|
|
1188
|
+
const _RTFR = "RemoveTagsFromResource";
|
|
1189
|
+
const _RTFRR = "RemoveTagsFromResourceRequest";
|
|
1190
|
+
const _RTFRRe = "RemoveTagsFromResourceResult";
|
|
1191
|
+
const _RTa = "RadiusTimeout";
|
|
1192
|
+
const _RTe = "RegionType";
|
|
1193
|
+
const _RUP = "ResetUserPassword";
|
|
1194
|
+
const _RUPR = "ResetUserPasswordRequest";
|
|
1195
|
+
const _RUPRe = "ResetUserPasswordResult";
|
|
1196
|
+
const _RV = "RequestedValue";
|
|
1197
|
+
const _S = "Status";
|
|
1198
|
+
const _SA = "SecretArn";
|
|
1199
|
+
const _SADA = "StartADAssessment";
|
|
1200
|
+
const _SADAR = "StartADAssessmentRequest";
|
|
1201
|
+
const _SADARt = "StartADAssessmentResult";
|
|
1202
|
+
const _SAI = "SharedAccountId";
|
|
1203
|
+
const _SAe = "SelectiveAuth";
|
|
1204
|
+
const _SC = "StatusCode";
|
|
1205
|
+
const _SCDT = "SubscriptionCreatedDateTime";
|
|
1206
|
+
const _SD = "SharedDirectory";
|
|
1207
|
+
const _SDI = "SharedDirectoryId";
|
|
1208
|
+
const _SDIh = "SharedDirectoryIds";
|
|
1209
|
+
const _SDR = "ShareDirectoryRequest";
|
|
1210
|
+
const _SDRh = "ShareDirectoryResult";
|
|
1211
|
+
const _SDT = "StartDateTime";
|
|
1212
|
+
const _SDh = "SharedDirectories";
|
|
1213
|
+
const _SDha = "ShareDirectory";
|
|
1214
|
+
const _SE = "ServiceException";
|
|
1215
|
+
const _SEI = "SchemaExtensionId";
|
|
1216
|
+
const _SEIc = "SchemaExtensionsInfo";
|
|
1217
|
+
const _SEIch = "SchemaExtensionInfo";
|
|
1218
|
+
const _SES = "SchemaExtensionStatus";
|
|
1219
|
+
const _SESR = "SchemaExtensionStatusReason";
|
|
1220
|
+
const _SEe = "SettingEntries";
|
|
1221
|
+
const _SEet = "SettingEntry";
|
|
1222
|
+
const _SEs = "SsoEnabled";
|
|
1223
|
+
const _SGI = "SecurityGroupIds";
|
|
1224
|
+
const _SGIe = "SecurityGroupId";
|
|
1225
|
+
const _SI = "SubnetIds";
|
|
1226
|
+
const _SIn = "SnapshotId";
|
|
1227
|
+
const _SIna = "SnapshotIds";
|
|
1228
|
+
const _SIu = "SubnetId";
|
|
1229
|
+
const _SL = "SnapshotLimits";
|
|
1230
|
+
const _SLEE = "ShareLimitExceededException";
|
|
1231
|
+
const _SLEEn = "SnapshotLimitExceededException";
|
|
1232
|
+
const _SLUDT = "StageLastUpdatedDateTime";
|
|
1233
|
+
const _SLUDTt = "StatusLastUpdatedDateTime";
|
|
1234
|
+
const _SLUDTta = "StateLastUpdatedDateTime";
|
|
1235
|
+
const _SM = "ShareMethod";
|
|
1236
|
+
const _SMDIA = "SelfManagedDnsIpAddrs";
|
|
1237
|
+
const _SMI = "SelfManagedInstances";
|
|
1238
|
+
const _SMII = "SelfManagedInstanceIds";
|
|
1239
|
+
const _SMIS = "SelfManagedInstancesSettings";
|
|
1240
|
+
const _SN = "ShortName";
|
|
1241
|
+
const _SNh = "ShareNotes";
|
|
1242
|
+
const _SR = "StatusReason";
|
|
1243
|
+
const _SRt = "StateReason";
|
|
1244
|
+
const _SRta = "StageReason";
|
|
1245
|
+
const _SS = "ShareStatus";
|
|
1246
|
+
const _SSE = "StartSchemaExtension";
|
|
1247
|
+
const _SSER = "StartSchemaExtensionRequest";
|
|
1248
|
+
const _SSERt = "StartSchemaExtensionResult";
|
|
1249
|
+
const _SSh = "SharedSecret";
|
|
1250
|
+
const _ST = "StartTime";
|
|
1251
|
+
const _STh = "ShareTarget";
|
|
1252
|
+
const _Se = "Setting";
|
|
1253
|
+
const _Set = "Settings";
|
|
1254
|
+
const _Si = "Size";
|
|
1255
|
+
const _Sn = "Snapshots";
|
|
1256
|
+
const _Sna = "Snapshot";
|
|
1257
|
+
const _St = "State";
|
|
1258
|
+
const _Sta = "Stage";
|
|
1259
|
+
const _T = "Tags";
|
|
1260
|
+
const _TA = "TopicArn";
|
|
1261
|
+
const _TD = "TrustDirection";
|
|
1262
|
+
const _TI = "TrustId";
|
|
1263
|
+
const _TIr = "TrustIds";
|
|
1264
|
+
const _TK = "TagKeys";
|
|
1265
|
+
const _TLEE = "TagLimitExceededException";
|
|
1266
|
+
const _TN = "TopicName";
|
|
1267
|
+
const _TNo = "TopicNames";
|
|
1268
|
+
const _TP = "TrustPassword";
|
|
1269
|
+
const _TS = "TrustState";
|
|
1270
|
+
const _TSR = "TrustStateReason";
|
|
1271
|
+
const _TT = "TrustType";
|
|
1272
|
+
const _Ta = "Tag";
|
|
1273
|
+
const _Tr = "Trusts";
|
|
1274
|
+
const _Tru = "Trust";
|
|
1275
|
+
const _Ty = "Type";
|
|
1276
|
+
const _UA = "UpdateActivities";
|
|
1277
|
+
const _UCF = "UpdateConditionalForwarder";
|
|
1278
|
+
const _UCFR = "UpdateConditionalForwarderRequest";
|
|
1279
|
+
const _UCFRp = "UpdateConditionalForwarderResult";
|
|
1280
|
+
const _UD = "UnshareDirectory";
|
|
1281
|
+
const _UDNEE = "UserDoesNotExistException";
|
|
1282
|
+
const _UDR = "UnshareDirectoryRequest";
|
|
1283
|
+
const _UDRn = "UnshareDirectoryResult";
|
|
1284
|
+
const _UDS = "UpdateDirectorySetup";
|
|
1285
|
+
const _UDSR = "UpdateDirectorySetupRequest";
|
|
1286
|
+
const _UDSRp = "UpdateDirectorySetupResult";
|
|
1287
|
+
const _UHAD = "UpdateHybridAD";
|
|
1288
|
+
const _UHADR = "UpdateHybridADRequest";
|
|
1289
|
+
const _UHADRp = "UpdateHybridADResult";
|
|
1290
|
+
const _UIE = "UpdateInfoEntry";
|
|
1291
|
+
const _UN = "UserName";
|
|
1292
|
+
const _UNODC = "UpdateNumberOfDomainControllers";
|
|
1293
|
+
const _UNODCR = "UpdateNumberOfDomainControllersRequest";
|
|
1294
|
+
const _UNODCRp = "UpdateNumberOfDomainControllersResult";
|
|
1295
|
+
const _UOE = "UnsupportedOperationException";
|
|
1296
|
+
const _UP = "UserPassword";
|
|
1297
|
+
const _UR = "UpdateRadius";
|
|
1298
|
+
const _URR = "UpdateRadiusRequest";
|
|
1299
|
+
const _URRp = "UpdateRadiusResult";
|
|
1300
|
+
const _US = "UpdateSettings";
|
|
1301
|
+
const _USE = "UnsupportedSettingsException";
|
|
1302
|
+
const _USGFDC = "UpdateSecurityGroupForDirectoryControllers";
|
|
1303
|
+
const _USR = "UpdateSettingsRequest";
|
|
1304
|
+
const _USRp = "UpdateSettingsResult";
|
|
1305
|
+
const _USU = "UseSameUsername";
|
|
1306
|
+
const _UT = "UpdateType";
|
|
1307
|
+
const _UTR = "UpdateTrustRequest";
|
|
1308
|
+
const _UTRp = "UpdateTrustResult";
|
|
1309
|
+
const _UTn = "UnshareTarget";
|
|
1310
|
+
const _UTp = "UpdateTrust";
|
|
1311
|
+
const _UV = "UpdateValue";
|
|
1312
|
+
const _V = "Version";
|
|
1313
|
+
const _VI = "VpcId";
|
|
1314
|
+
const _VPCS = "VPCSettings";
|
|
1315
|
+
const _VS = "VpcSettings";
|
|
1316
|
+
const _VT = "VerifyTrust";
|
|
1317
|
+
const _VTR = "VerifyTrustRequest";
|
|
1318
|
+
const _VTRe = "VerifyTrustResult";
|
|
1319
|
+
const _Va = "Validations";
|
|
1320
|
+
const _Val = "Value";
|
|
1321
|
+
const _c = "client";
|
|
1322
|
+
const _e = "error";
|
|
1323
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.directoryservice";
|
|
1324
|
+
const _se = "server";
|
|
1325
|
+
const n0 = "com.amazonaws.directoryservice";
|
|
1326
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1327
|
+
var DirectoryServiceServiceException$ = [-3, _s, "DirectoryServiceServiceException", 0, [], []];
|
|
1328
|
+
_s_registry.registerError(DirectoryServiceServiceException$, DirectoryServiceServiceException);
|
|
1329
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1330
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1331
|
+
{ [_e]: _c },
|
|
1332
|
+
[_M, _RI],
|
|
1333
|
+
[0, 0]
|
|
1334
|
+
];
|
|
1335
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
1336
|
+
var ADAssessmentLimitExceededException$ = [-3, n0, _ADALEE,
|
|
1337
|
+
{ [_e]: _c },
|
|
1338
|
+
[_M, _RI],
|
|
1339
|
+
[0, 0]
|
|
1340
|
+
];
|
|
1341
|
+
n0_registry.registerError(ADAssessmentLimitExceededException$, ADAssessmentLimitExceededException);
|
|
1342
|
+
var AuthenticationFailedException$ = [-3, n0, _AFE,
|
|
1343
|
+
{ [_e]: _c },
|
|
1344
|
+
[_M, _RI],
|
|
1345
|
+
[0, 0]
|
|
1346
|
+
];
|
|
1347
|
+
n0_registry.registerError(AuthenticationFailedException$, AuthenticationFailedException);
|
|
1348
|
+
var CertificateAlreadyExistsException$ = [-3, n0, _CAEE,
|
|
1349
|
+
{ [_e]: _c },
|
|
1350
|
+
[_M, _RI],
|
|
1351
|
+
[0, 0]
|
|
1352
|
+
];
|
|
1353
|
+
n0_registry.registerError(CertificateAlreadyExistsException$, CertificateAlreadyExistsException);
|
|
1354
|
+
var CertificateDoesNotExistException$ = [-3, n0, _CDNEE,
|
|
1355
|
+
{ [_e]: _c },
|
|
1356
|
+
[_M, _RI],
|
|
1357
|
+
[0, 0]
|
|
1358
|
+
];
|
|
1359
|
+
n0_registry.registerError(CertificateDoesNotExistException$, CertificateDoesNotExistException);
|
|
1360
|
+
var CertificateInUseException$ = [-3, n0, _CIUE,
|
|
1361
|
+
{ [_e]: _c },
|
|
1362
|
+
[_M, _RI],
|
|
1363
|
+
[0, 0]
|
|
1364
|
+
];
|
|
1365
|
+
n0_registry.registerError(CertificateInUseException$, CertificateInUseException);
|
|
1366
|
+
var CertificateLimitExceededException$ = [-3, n0, _CLEE,
|
|
1367
|
+
{ [_e]: _c },
|
|
1368
|
+
[_M, _RI],
|
|
1369
|
+
[0, 0]
|
|
1370
|
+
];
|
|
1371
|
+
n0_registry.registerError(CertificateLimitExceededException$, CertificateLimitExceededException);
|
|
1372
|
+
var ClientException$ = [-3, n0, _CE,
|
|
1373
|
+
{ [_e]: _c },
|
|
1374
|
+
[_M, _RI],
|
|
1375
|
+
[0, 0]
|
|
1376
|
+
];
|
|
1377
|
+
n0_registry.registerError(ClientException$, ClientException);
|
|
1378
|
+
var DirectoryAlreadyInRegionException$ = [-3, n0, _DAIRE,
|
|
1379
|
+
{ [_e]: _c },
|
|
1380
|
+
[_M, _RI],
|
|
1381
|
+
[0, 0]
|
|
1382
|
+
];
|
|
1383
|
+
n0_registry.registerError(DirectoryAlreadyInRegionException$, DirectoryAlreadyInRegionException);
|
|
1384
|
+
var DirectoryAlreadySharedException$ = [-3, n0, _DASE,
|
|
1385
|
+
{ [_e]: _c },
|
|
1386
|
+
[_M, _RI],
|
|
1387
|
+
[0, 0]
|
|
1388
|
+
];
|
|
1389
|
+
n0_registry.registerError(DirectoryAlreadySharedException$, DirectoryAlreadySharedException);
|
|
1390
|
+
var DirectoryDoesNotExistException$ = [-3, n0, _DDNEE,
|
|
1391
|
+
{ [_e]: _c },
|
|
1392
|
+
[_M, _RI],
|
|
1393
|
+
[0, 0]
|
|
1394
|
+
];
|
|
1395
|
+
n0_registry.registerError(DirectoryDoesNotExistException$, DirectoryDoesNotExistException);
|
|
1396
|
+
var DirectoryInDesiredStateException$ = [-3, n0, _DIDSE,
|
|
1397
|
+
{ [_e]: _c },
|
|
1398
|
+
[_M, _RI],
|
|
1399
|
+
[0, 0]
|
|
1400
|
+
];
|
|
1401
|
+
n0_registry.registerError(DirectoryInDesiredStateException$, DirectoryInDesiredStateException);
|
|
1402
|
+
var DirectoryLimitExceededException$ = [-3, n0, _DLEE,
|
|
1403
|
+
{ [_e]: _c },
|
|
1404
|
+
[_M, _RI],
|
|
1405
|
+
[0, 0]
|
|
1406
|
+
];
|
|
1407
|
+
n0_registry.registerError(DirectoryLimitExceededException$, DirectoryLimitExceededException);
|
|
1408
|
+
var DirectoryNotSharedException$ = [-3, n0, _DNSE,
|
|
1409
|
+
{ [_e]: _c },
|
|
1410
|
+
[_M, _RI],
|
|
1411
|
+
[0, 0]
|
|
1412
|
+
];
|
|
1413
|
+
n0_registry.registerError(DirectoryNotSharedException$, DirectoryNotSharedException);
|
|
1414
|
+
var DirectoryUnavailableException$ = [-3, n0, _DUE,
|
|
1415
|
+
{ [_e]: _c },
|
|
1416
|
+
[_M, _RI],
|
|
1417
|
+
[0, 0]
|
|
1418
|
+
];
|
|
1419
|
+
n0_registry.registerError(DirectoryUnavailableException$, DirectoryUnavailableException);
|
|
1420
|
+
var DisableAlreadyInProgressException$ = [-3, n0, _DAIPE,
|
|
1421
|
+
{ [_e]: _c },
|
|
1422
|
+
[_M, _RI],
|
|
1423
|
+
[0, 0]
|
|
1424
|
+
];
|
|
1425
|
+
n0_registry.registerError(DisableAlreadyInProgressException$, DisableAlreadyInProgressException);
|
|
1426
|
+
var DomainControllerLimitExceededException$ = [-3, n0, _DCLEE,
|
|
1427
|
+
{ [_e]: _c },
|
|
1428
|
+
[_M, _RI],
|
|
1429
|
+
[0, 0]
|
|
1430
|
+
];
|
|
1431
|
+
n0_registry.registerError(DomainControllerLimitExceededException$, DomainControllerLimitExceededException);
|
|
1432
|
+
var EnableAlreadyInProgressException$ = [-3, n0, _EAIPE,
|
|
1433
|
+
{ [_e]: _c },
|
|
1434
|
+
[_M, _RI],
|
|
1435
|
+
[0, 0]
|
|
1436
|
+
];
|
|
1437
|
+
n0_registry.registerError(EnableAlreadyInProgressException$, EnableAlreadyInProgressException);
|
|
1438
|
+
var EntityAlreadyExistsException$ = [-3, n0, _EAEE,
|
|
1439
|
+
{ [_e]: _c },
|
|
1440
|
+
[_M, _RI],
|
|
1441
|
+
[0, 0]
|
|
1442
|
+
];
|
|
1443
|
+
n0_registry.registerError(EntityAlreadyExistsException$, EntityAlreadyExistsException);
|
|
1444
|
+
var EntityDoesNotExistException$ = [-3, n0, _EDNEE,
|
|
1445
|
+
{ [_e]: _c },
|
|
1446
|
+
[_M, _RI],
|
|
1447
|
+
[0, 0]
|
|
1448
|
+
];
|
|
1449
|
+
n0_registry.registerError(EntityDoesNotExistException$, EntityDoesNotExistException);
|
|
1450
|
+
var IncompatibleSettingsException$ = [-3, n0, _ISE,
|
|
1451
|
+
{ [_e]: _c },
|
|
1452
|
+
[_M, _RI],
|
|
1453
|
+
[0, 0]
|
|
1454
|
+
];
|
|
1455
|
+
n0_registry.registerError(IncompatibleSettingsException$, IncompatibleSettingsException);
|
|
1456
|
+
var InsufficientPermissionsException$ = [-3, n0, _IPE,
|
|
1457
|
+
{ [_e]: _c },
|
|
1458
|
+
[_M, _RI],
|
|
1459
|
+
[0, 0]
|
|
1460
|
+
];
|
|
1461
|
+
n0_registry.registerError(InsufficientPermissionsException$, InsufficientPermissionsException);
|
|
1462
|
+
var InvalidCertificateException$ = [-3, n0, _ICE,
|
|
1463
|
+
{ [_e]: _c },
|
|
1464
|
+
[_M, _RI],
|
|
1465
|
+
[0, 0]
|
|
1466
|
+
];
|
|
1467
|
+
n0_registry.registerError(InvalidCertificateException$, InvalidCertificateException);
|
|
1468
|
+
var InvalidClientAuthStatusException$ = [-3, n0, _ICASE,
|
|
1469
|
+
{ [_e]: _c },
|
|
1470
|
+
[_M, _RI],
|
|
1471
|
+
[0, 0]
|
|
1472
|
+
];
|
|
1473
|
+
n0_registry.registerError(InvalidClientAuthStatusException$, InvalidClientAuthStatusException);
|
|
1474
|
+
var InvalidLDAPSStatusException$ = [-3, n0, _ILDAPSSE,
|
|
1475
|
+
{ [_e]: _c },
|
|
1476
|
+
[_M, _RI],
|
|
1477
|
+
[0, 0]
|
|
1478
|
+
];
|
|
1479
|
+
n0_registry.registerError(InvalidLDAPSStatusException$, InvalidLDAPSStatusException);
|
|
1480
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1481
|
+
{ [_e]: _c },
|
|
1482
|
+
[_M, _RI],
|
|
1483
|
+
[0, 0]
|
|
1484
|
+
];
|
|
1485
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1486
|
+
var InvalidParameterException$ = [-3, n0, _IPEn,
|
|
1487
|
+
{ [_e]: _c },
|
|
1488
|
+
[_M, _RI],
|
|
1489
|
+
[0, 0]
|
|
1490
|
+
];
|
|
1491
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
1492
|
+
var InvalidPasswordException$ = [-3, n0, _IPEnv,
|
|
1493
|
+
{ [_e]: _c },
|
|
1494
|
+
[_M, _RI],
|
|
1495
|
+
[0, 0]
|
|
1496
|
+
];
|
|
1497
|
+
n0_registry.registerError(InvalidPasswordException$, InvalidPasswordException);
|
|
1498
|
+
var InvalidTargetException$ = [-3, n0, _ITE,
|
|
1499
|
+
{ [_e]: _c },
|
|
1500
|
+
[_M, _RI],
|
|
1501
|
+
[0, 0]
|
|
1502
|
+
];
|
|
1503
|
+
n0_registry.registerError(InvalidTargetException$, InvalidTargetException);
|
|
1504
|
+
var IpRouteLimitExceededException$ = [-3, n0, _IRLEE,
|
|
1505
|
+
{ [_e]: _c },
|
|
1506
|
+
[_M, _RI],
|
|
1507
|
+
[0, 0]
|
|
1508
|
+
];
|
|
1509
|
+
n0_registry.registerError(IpRouteLimitExceededException$, IpRouteLimitExceededException);
|
|
1510
|
+
var NoAvailableCertificateException$ = [-3, n0, _NACE,
|
|
1511
|
+
{ [_e]: _c },
|
|
1512
|
+
[_M, _RI],
|
|
1513
|
+
[0, 0]
|
|
1514
|
+
];
|
|
1515
|
+
n0_registry.registerError(NoAvailableCertificateException$, NoAvailableCertificateException);
|
|
1516
|
+
var OrganizationsException$ = [-3, n0, _OE,
|
|
1517
|
+
{ [_e]: _c },
|
|
1518
|
+
[_M, _RI],
|
|
1519
|
+
[0, 0]
|
|
1520
|
+
];
|
|
1521
|
+
n0_registry.registerError(OrganizationsException$, OrganizationsException);
|
|
1522
|
+
var RegionLimitExceededException$ = [-3, n0, _RLEE,
|
|
1523
|
+
{ [_e]: _c },
|
|
1524
|
+
[_M, _RI],
|
|
1525
|
+
[0, 0]
|
|
1526
|
+
];
|
|
1527
|
+
n0_registry.registerError(RegionLimitExceededException$, RegionLimitExceededException);
|
|
1528
|
+
var ServiceException$ = [-3, n0, _SE,
|
|
1529
|
+
{ [_e]: _se },
|
|
1530
|
+
[_M, _RI],
|
|
1531
|
+
[0, 0]
|
|
1532
|
+
];
|
|
1533
|
+
n0_registry.registerError(ServiceException$, ServiceException);
|
|
1534
|
+
var ShareLimitExceededException$ = [-3, n0, _SLEE,
|
|
1535
|
+
{ [_e]: _c },
|
|
1536
|
+
[_M, _RI],
|
|
1537
|
+
[0, 0]
|
|
1538
|
+
];
|
|
1539
|
+
n0_registry.registerError(ShareLimitExceededException$, ShareLimitExceededException);
|
|
1540
|
+
var SnapshotLimitExceededException$ = [-3, n0, _SLEEn,
|
|
1541
|
+
{ [_e]: _c },
|
|
1542
|
+
[_M, _RI],
|
|
1543
|
+
[0, 0]
|
|
1544
|
+
];
|
|
1545
|
+
n0_registry.registerError(SnapshotLimitExceededException$, SnapshotLimitExceededException);
|
|
1546
|
+
var TagLimitExceededException$ = [-3, n0, _TLEE,
|
|
1547
|
+
{ [_e]: _c },
|
|
1548
|
+
[_M, _RI],
|
|
1549
|
+
[0, 0]
|
|
1550
|
+
];
|
|
1551
|
+
n0_registry.registerError(TagLimitExceededException$, TagLimitExceededException);
|
|
1552
|
+
var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
1553
|
+
{ [_e]: _c },
|
|
1554
|
+
[_M, _RI],
|
|
1555
|
+
[0, 0]
|
|
1556
|
+
];
|
|
1557
|
+
n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
1558
|
+
var UnsupportedSettingsException$ = [-3, n0, _USE,
|
|
1559
|
+
{ [_e]: _c },
|
|
1560
|
+
[_M, _RI],
|
|
1561
|
+
[0, 0]
|
|
1562
|
+
];
|
|
1563
|
+
n0_registry.registerError(UnsupportedSettingsException$, UnsupportedSettingsException);
|
|
1564
|
+
var UserDoesNotExistException$ = [-3, n0, _UDNEE,
|
|
1565
|
+
{ [_e]: _c },
|
|
1566
|
+
[_M, _RI],
|
|
1567
|
+
[0, 0]
|
|
1568
|
+
];
|
|
1569
|
+
n0_registry.registerError(UserDoesNotExistException$, UserDoesNotExistException);
|
|
1570
|
+
const errorTypeRegistries = [
|
|
1571
|
+
_s_registry,
|
|
1572
|
+
n0_registry,
|
|
1573
|
+
];
|
|
1574
|
+
var ComputerPassword = [0, n0, _CP, 8, 0];
|
|
1575
|
+
var ConnectPassword = [0, n0, _CPo, 8, 0];
|
|
1576
|
+
var Notes = [0, n0, _N, 8, 0];
|
|
1577
|
+
var Password = [0, n0, _P, 8, 0];
|
|
1578
|
+
var RadiusSharedSecret = [0, n0, _RSS, 8, 0];
|
|
1579
|
+
var TrustPassword = [0, n0, _TP, 8, 0];
|
|
1580
|
+
var UserPassword = [0, n0, _UP, 8, 0];
|
|
1581
|
+
var AcceptSharedDirectoryRequest$ = [3, n0, _ASDR,
|
|
1582
|
+
0,
|
|
1583
|
+
[_SDI],
|
|
1584
|
+
[0], 1
|
|
1585
|
+
];
|
|
1586
|
+
var AcceptSharedDirectoryResult$ = [3, n0, _ASDRc,
|
|
1587
|
+
0,
|
|
1588
|
+
[_SD],
|
|
1589
|
+
[[() => SharedDirectory$, 0]]
|
|
1590
|
+
];
|
|
1591
|
+
var AddIpRoutesRequest$ = [3, n0, _AIRR,
|
|
1592
|
+
0,
|
|
1593
|
+
[_DI, _IR, _USGFDC],
|
|
1594
|
+
[0, () => IpRoutes, 2], 2
|
|
1595
|
+
];
|
|
1596
|
+
var AddIpRoutesResult$ = [3, n0, _AIRRd,
|
|
1597
|
+
0,
|
|
1598
|
+
[],
|
|
1599
|
+
[]
|
|
1600
|
+
];
|
|
1601
|
+
var AddRegionRequest$ = [3, n0, _ARR,
|
|
1602
|
+
0,
|
|
1603
|
+
[_DI, _RN, _VPCS],
|
|
1604
|
+
[0, 0, () => DirectoryVpcSettings$], 3
|
|
1605
|
+
];
|
|
1606
|
+
var AddRegionResult$ = [3, n0, _ARRd,
|
|
1607
|
+
0,
|
|
1608
|
+
[],
|
|
1609
|
+
[]
|
|
1610
|
+
];
|
|
1611
|
+
var AddTagsToResourceRequest$ = [3, n0, _ATTRR,
|
|
1612
|
+
0,
|
|
1613
|
+
[_RIe, _T],
|
|
1614
|
+
[0, () => Tags], 2
|
|
1615
|
+
];
|
|
1616
|
+
var AddTagsToResourceResult$ = [3, n0, _ATTRRd,
|
|
1617
|
+
0,
|
|
1618
|
+
[],
|
|
1619
|
+
[]
|
|
1620
|
+
];
|
|
1621
|
+
var Assessment$ = [3, n0, _A,
|
|
1622
|
+
0,
|
|
1623
|
+
[_AI, _DI, _DN, _ST, _LUDT, _S, _SC, _SR, _CDI, _VI, _SI, _SGI, _SMII, _RT, _V],
|
|
1624
|
+
[0, 0, 0, 4, 4, 0, 0, 0, 64 | 0, 0, 64 | 0, 64 | 0, 64 | 0, 0, 0]
|
|
1625
|
+
];
|
|
1626
|
+
var AssessmentConfiguration$ = [3, n0, _AC,
|
|
1627
|
+
0,
|
|
1628
|
+
[_CDI, _DN, _VS, _II, _SGI],
|
|
1629
|
+
[64 | 0, 0, () => DirectoryVpcSettings$, 64 | 0, 64 | 0], 4
|
|
1630
|
+
];
|
|
1631
|
+
var AssessmentReport$ = [3, n0, _AR,
|
|
1632
|
+
0,
|
|
1633
|
+
[_DCI, _Va],
|
|
1634
|
+
[0, () => AssessmentValidations]
|
|
1635
|
+
];
|
|
1636
|
+
var AssessmentSummary$ = [3, n0, _AS,
|
|
1637
|
+
0,
|
|
1638
|
+
[_AI, _DI, _DN, _ST, _LUDT, _S, _CDI, _RT],
|
|
1639
|
+
[0, 0, 0, 4, 4, 0, 64 | 0, 0]
|
|
1640
|
+
];
|
|
1641
|
+
var AssessmentValidation$ = [3, n0, _AV,
|
|
1642
|
+
0,
|
|
1643
|
+
[_C, _Na, _S, _SC, _SR, _ST, _LUDT],
|
|
1644
|
+
[0, 0, 0, 0, 0, 4, 4]
|
|
1645
|
+
];
|
|
1646
|
+
var Attribute$ = [3, n0, _At,
|
|
1647
|
+
0,
|
|
1648
|
+
[_Na, _Val],
|
|
1649
|
+
[0, 0]
|
|
1650
|
+
];
|
|
1651
|
+
var CancelSchemaExtensionRequest$ = [3, n0, _CSER,
|
|
1652
|
+
0,
|
|
1653
|
+
[_DI, _SEI],
|
|
1654
|
+
[0, 0], 2
|
|
1655
|
+
];
|
|
1656
|
+
var CancelSchemaExtensionResult$ = [3, n0, _CSERa,
|
|
1657
|
+
0,
|
|
1658
|
+
[],
|
|
1659
|
+
[]
|
|
1660
|
+
];
|
|
1661
|
+
var Certificate$ = [3, n0, _Ce,
|
|
1662
|
+
0,
|
|
1663
|
+
[_CI, _St, _SRt, _CN, _RDT, _EDT, _Ty, _CCAS],
|
|
1664
|
+
[0, 0, 0, 0, 4, 4, 0, () => ClientCertAuthSettings$]
|
|
1665
|
+
];
|
|
1666
|
+
var CertificateInfo$ = [3, n0, _CIe,
|
|
1667
|
+
0,
|
|
1668
|
+
[_CI, _CN, _St, _EDT, _Ty],
|
|
1669
|
+
[0, 0, 0, 4, 0]
|
|
1670
|
+
];
|
|
1671
|
+
var ClientAuthenticationSettingInfo$ = [3, n0, _CASI,
|
|
1672
|
+
0,
|
|
1673
|
+
[_Ty, _S, _LUDTa],
|
|
1674
|
+
[0, 0, 4]
|
|
1675
|
+
];
|
|
1676
|
+
var ClientCertAuthSettings$ = [3, n0, _CCAS,
|
|
1677
|
+
0,
|
|
1678
|
+
[_OCSPU],
|
|
1679
|
+
[0]
|
|
1680
|
+
];
|
|
1681
|
+
var Computer$ = [3, n0, _Co,
|
|
1682
|
+
0,
|
|
1683
|
+
[_CIo, _CNo, _CA],
|
|
1684
|
+
[0, 0, () => Attributes]
|
|
1685
|
+
];
|
|
1686
|
+
var ConditionalForwarder$ = [3, n0, _CF,
|
|
1687
|
+
0,
|
|
1688
|
+
[_RDN, _DIA, _DIAn, _RS],
|
|
1689
|
+
[0, 64 | 0, 64 | 0, 0]
|
|
1690
|
+
];
|
|
1691
|
+
var ConnectDirectoryRequest$ = [3, n0, _CDR,
|
|
1692
|
+
0,
|
|
1693
|
+
[_Na, _P, _Si, _CS, _SN, _D, _T, _NT],
|
|
1694
|
+
[0, [() => ConnectPassword, 0], 0, () => DirectoryConnectSettings$, 0, 0, () => Tags, 0], 4
|
|
1695
|
+
];
|
|
1696
|
+
var ConnectDirectoryResult$ = [3, n0, _CDRo,
|
|
1697
|
+
0,
|
|
1698
|
+
[_DI],
|
|
1699
|
+
[0]
|
|
1700
|
+
];
|
|
1701
|
+
var CreateAliasRequest$ = [3, n0, _CAR,
|
|
1702
|
+
0,
|
|
1703
|
+
[_DI, _Al],
|
|
1704
|
+
[0, 0], 2
|
|
1705
|
+
];
|
|
1706
|
+
var CreateAliasResult$ = [3, n0, _CARr,
|
|
1707
|
+
0,
|
|
1708
|
+
[_DI, _Al],
|
|
1709
|
+
[0, 0]
|
|
1710
|
+
];
|
|
1711
|
+
var CreateComputerRequest$ = [3, n0, _CCR,
|
|
1712
|
+
0,
|
|
1713
|
+
[_DI, _CNo, _P, _OUDN, _CA],
|
|
1714
|
+
[0, 0, [() => ComputerPassword, 0], 0, () => Attributes], 3
|
|
1715
|
+
];
|
|
1716
|
+
var CreateComputerResult$ = [3, n0, _CCRr,
|
|
1717
|
+
0,
|
|
1718
|
+
[_Co],
|
|
1719
|
+
[() => Computer$]
|
|
1720
|
+
];
|
|
1721
|
+
var CreateConditionalForwarderRequest$ = [3, n0, _CCFR,
|
|
1722
|
+
0,
|
|
1723
|
+
[_DI, _RDN, _DIA, _DIAn],
|
|
1724
|
+
[0, 0, 64 | 0, 64 | 0], 2
|
|
1725
|
+
];
|
|
1726
|
+
var CreateConditionalForwarderResult$ = [3, n0, _CCFRr,
|
|
1727
|
+
0,
|
|
1728
|
+
[],
|
|
1729
|
+
[]
|
|
1730
|
+
];
|
|
1731
|
+
var CreateDirectoryRequest$ = [3, n0, _CDRr,
|
|
1732
|
+
0,
|
|
1733
|
+
[_Na, _P, _Si, _SN, _D, _VS, _T, _NT],
|
|
1734
|
+
[0, [() => Password, 0], 0, 0, 0, () => DirectoryVpcSettings$, () => Tags, 0], 3
|
|
1735
|
+
];
|
|
1736
|
+
var CreateDirectoryResult$ = [3, n0, _CDRre,
|
|
1737
|
+
0,
|
|
1738
|
+
[_DI],
|
|
1739
|
+
[0]
|
|
1740
|
+
];
|
|
1741
|
+
var CreateHybridADRequest$ = [3, n0, _CHADR,
|
|
1742
|
+
0,
|
|
1743
|
+
[_SA, _AI, _T],
|
|
1744
|
+
[0, 0, () => Tags], 2
|
|
1745
|
+
];
|
|
1746
|
+
var CreateHybridADResult$ = [3, n0, _CHADRr,
|
|
1747
|
+
0,
|
|
1748
|
+
[_DI],
|
|
1749
|
+
[0]
|
|
1750
|
+
];
|
|
1751
|
+
var CreateLogSubscriptionRequest$ = [3, n0, _CLSR,
|
|
1752
|
+
0,
|
|
1753
|
+
[_DI, _LGN],
|
|
1754
|
+
[0, 0], 2
|
|
1755
|
+
];
|
|
1756
|
+
var CreateLogSubscriptionResult$ = [3, n0, _CLSRr,
|
|
1757
|
+
0,
|
|
1758
|
+
[],
|
|
1759
|
+
[]
|
|
1760
|
+
];
|
|
1761
|
+
var CreateMicrosoftADRequest$ = [3, n0, _CMADR,
|
|
1762
|
+
0,
|
|
1763
|
+
[_Na, _P, _VS, _SN, _D, _E, _T, _NT],
|
|
1764
|
+
[0, [() => Password, 0], () => DirectoryVpcSettings$, 0, 0, 0, () => Tags, 0], 3
|
|
1765
|
+
];
|
|
1766
|
+
var CreateMicrosoftADResult$ = [3, n0, _CMADRr,
|
|
1767
|
+
0,
|
|
1768
|
+
[_DI],
|
|
1769
|
+
[0]
|
|
1770
|
+
];
|
|
1771
|
+
var CreateSnapshotRequest$ = [3, n0, _CSR,
|
|
1772
|
+
0,
|
|
1773
|
+
[_DI, _Na],
|
|
1774
|
+
[0, 0], 1
|
|
1775
|
+
];
|
|
1776
|
+
var CreateSnapshotResult$ = [3, n0, _CSRr,
|
|
1777
|
+
0,
|
|
1778
|
+
[_SIn],
|
|
1779
|
+
[0]
|
|
1780
|
+
];
|
|
1781
|
+
var CreateTrustRequest$ = [3, n0, _CTR,
|
|
1782
|
+
0,
|
|
1783
|
+
[_DI, _RDN, _TP, _TD, _TT, _CFIA, _CFIAo, _SAe],
|
|
1784
|
+
[0, 0, [() => TrustPassword, 0], 0, 0, 64 | 0, 64 | 0, 0], 4
|
|
1785
|
+
];
|
|
1786
|
+
var CreateTrustResult$ = [3, n0, _CTRr,
|
|
1787
|
+
0,
|
|
1788
|
+
[_TI],
|
|
1789
|
+
[0]
|
|
1790
|
+
];
|
|
1791
|
+
var DeleteADAssessmentRequest$ = [3, n0, _DADAR,
|
|
1792
|
+
0,
|
|
1793
|
+
[_AI],
|
|
1794
|
+
[0], 1
|
|
1795
|
+
];
|
|
1796
|
+
var DeleteADAssessmentResult$ = [3, n0, _DADARe,
|
|
1797
|
+
0,
|
|
1798
|
+
[_AI],
|
|
1799
|
+
[0]
|
|
1800
|
+
];
|
|
1801
|
+
var DeleteConditionalForwarderRequest$ = [3, n0, _DCFR,
|
|
1802
|
+
0,
|
|
1803
|
+
[_DI, _RDN],
|
|
1804
|
+
[0, 0], 2
|
|
1805
|
+
];
|
|
1806
|
+
var DeleteConditionalForwarderResult$ = [3, n0, _DCFRe,
|
|
1807
|
+
0,
|
|
1808
|
+
[],
|
|
1809
|
+
[]
|
|
1810
|
+
];
|
|
1811
|
+
var DeleteDirectoryRequest$ = [3, n0, _DDR,
|
|
1812
|
+
0,
|
|
1813
|
+
[_DI],
|
|
1814
|
+
[0], 1
|
|
1815
|
+
];
|
|
1816
|
+
var DeleteDirectoryResult$ = [3, n0, _DDRe,
|
|
1817
|
+
0,
|
|
1818
|
+
[_DI],
|
|
1819
|
+
[0]
|
|
1820
|
+
];
|
|
1821
|
+
var DeleteLogSubscriptionRequest$ = [3, n0, _DLSR,
|
|
1822
|
+
0,
|
|
1823
|
+
[_DI],
|
|
1824
|
+
[0], 1
|
|
1825
|
+
];
|
|
1826
|
+
var DeleteLogSubscriptionResult$ = [3, n0, _DLSRe,
|
|
1827
|
+
0,
|
|
1828
|
+
[],
|
|
1829
|
+
[]
|
|
1830
|
+
];
|
|
1831
|
+
var DeleteSnapshotRequest$ = [3, n0, _DSR,
|
|
1832
|
+
0,
|
|
1833
|
+
[_SIn],
|
|
1834
|
+
[0], 1
|
|
1835
|
+
];
|
|
1836
|
+
var DeleteSnapshotResult$ = [3, n0, _DSRe,
|
|
1837
|
+
0,
|
|
1838
|
+
[_SIn],
|
|
1839
|
+
[0]
|
|
1840
|
+
];
|
|
1841
|
+
var DeleteTrustRequest$ = [3, n0, _DTR,
|
|
1842
|
+
0,
|
|
1843
|
+
[_TI, _DACF],
|
|
1844
|
+
[0, 2], 1
|
|
1845
|
+
];
|
|
1846
|
+
var DeleteTrustResult$ = [3, n0, _DTRe,
|
|
1847
|
+
0,
|
|
1848
|
+
[_TI],
|
|
1849
|
+
[0]
|
|
1850
|
+
];
|
|
1851
|
+
var DeregisterCertificateRequest$ = [3, n0, _DCR,
|
|
1852
|
+
0,
|
|
1853
|
+
[_DI, _CI],
|
|
1854
|
+
[0, 0], 2
|
|
1855
|
+
];
|
|
1856
|
+
var DeregisterCertificateResult$ = [3, n0, _DCRe,
|
|
1857
|
+
0,
|
|
1858
|
+
[],
|
|
1859
|
+
[]
|
|
1860
|
+
];
|
|
1861
|
+
var DeregisterEventTopicRequest$ = [3, n0, _DETR,
|
|
1862
|
+
0,
|
|
1863
|
+
[_DI, _TN],
|
|
1864
|
+
[0, 0], 2
|
|
1865
|
+
];
|
|
1866
|
+
var DeregisterEventTopicResult$ = [3, n0, _DETRe,
|
|
1867
|
+
0,
|
|
1868
|
+
[],
|
|
1869
|
+
[]
|
|
1870
|
+
];
|
|
1871
|
+
var DescribeADAssessmentRequest$ = [3, n0, _DADARes,
|
|
1872
|
+
0,
|
|
1873
|
+
[_AI],
|
|
1874
|
+
[0], 1
|
|
1875
|
+
];
|
|
1876
|
+
var DescribeADAssessmentResult$ = [3, n0, _DADAResc,
|
|
1877
|
+
0,
|
|
1878
|
+
[_A, _ARs],
|
|
1879
|
+
[() => Assessment$, () => AssessmentReports]
|
|
1880
|
+
];
|
|
1881
|
+
var DescribeCAEnrollmentPolicyRequest$ = [3, n0, _DCAEPR,
|
|
1882
|
+
0,
|
|
1883
|
+
[_DI],
|
|
1884
|
+
[0], 1
|
|
1885
|
+
];
|
|
1886
|
+
var DescribeCAEnrollmentPolicyResult$ = [3, n0, _DCAEPRe,
|
|
1887
|
+
0,
|
|
1888
|
+
[_DI, _PCA, _CEPS, _LUDTa, _CEPSR],
|
|
1889
|
+
[0, 0, 0, 4, 0]
|
|
1890
|
+
];
|
|
1891
|
+
var DescribeCertificateRequest$ = [3, n0, _DCRes,
|
|
1892
|
+
0,
|
|
1893
|
+
[_DI, _CI],
|
|
1894
|
+
[0, 0], 2
|
|
1895
|
+
];
|
|
1896
|
+
var DescribeCertificateResult$ = [3, n0, _DCResc,
|
|
1897
|
+
0,
|
|
1898
|
+
[_Ce],
|
|
1899
|
+
[() => Certificate$]
|
|
1900
|
+
];
|
|
1901
|
+
var DescribeClientAuthenticationSettingsRequest$ = [3, n0, _DCASR,
|
|
1902
|
+
0,
|
|
1903
|
+
[_DI, _Ty, _NTe, _L],
|
|
1904
|
+
[0, 0, 0, 1], 1
|
|
1905
|
+
];
|
|
1906
|
+
var DescribeClientAuthenticationSettingsResult$ = [3, n0, _DCASRe,
|
|
1907
|
+
0,
|
|
1908
|
+
[_CASIl, _NTe],
|
|
1909
|
+
[() => ClientAuthenticationSettingsInfo, 0]
|
|
1910
|
+
];
|
|
1911
|
+
var DescribeConditionalForwardersRequest$ = [3, n0, _DCFRes,
|
|
1912
|
+
0,
|
|
1913
|
+
[_DI, _RDNe],
|
|
1914
|
+
[0, 64 | 0], 1
|
|
1915
|
+
];
|
|
1916
|
+
var DescribeConditionalForwardersResult$ = [3, n0, _DCFResc,
|
|
1917
|
+
0,
|
|
1918
|
+
[_CFo],
|
|
1919
|
+
[() => ConditionalForwarders]
|
|
1920
|
+
];
|
|
1921
|
+
var DescribeDirectoriesRequest$ = [3, n0, _DDRes,
|
|
1922
|
+
0,
|
|
1923
|
+
[_DIi, _NTe, _L],
|
|
1924
|
+
[64 | 0, 0, 1]
|
|
1925
|
+
];
|
|
1926
|
+
var DescribeDirectoriesResult$ = [3, n0, _DDResc,
|
|
1927
|
+
0,
|
|
1928
|
+
[_DD, _NTe],
|
|
1929
|
+
[[() => DirectoryDescriptions, 0], 0]
|
|
1930
|
+
];
|
|
1931
|
+
var DescribeDirectoryDataAccessRequest$ = [3, n0, _DDDAR,
|
|
1932
|
+
0,
|
|
1933
|
+
[_DI],
|
|
1934
|
+
[0], 1
|
|
1935
|
+
];
|
|
1936
|
+
var DescribeDirectoryDataAccessResult$ = [3, n0, _DDDARe,
|
|
1937
|
+
0,
|
|
1938
|
+
[_DAS],
|
|
1939
|
+
[0]
|
|
1940
|
+
];
|
|
1941
|
+
var DescribeDomainControllersRequest$ = [3, n0, _DDCR,
|
|
1942
|
+
0,
|
|
1943
|
+
[_DI, _DCIo, _NTe, _L],
|
|
1944
|
+
[0, 64 | 0, 0, 1], 1
|
|
1945
|
+
];
|
|
1946
|
+
var DescribeDomainControllersResult$ = [3, n0, _DDCRe,
|
|
1947
|
+
0,
|
|
1948
|
+
[_DC, _NTe],
|
|
1949
|
+
[() => DomainControllers, 0]
|
|
1950
|
+
];
|
|
1951
|
+
var DescribeEventTopicsRequest$ = [3, n0, _DETRes,
|
|
1952
|
+
0,
|
|
1953
|
+
[_DI, _TNo],
|
|
1954
|
+
[0, 64 | 0]
|
|
1955
|
+
];
|
|
1956
|
+
var DescribeEventTopicsResult$ = [3, n0, _DETResc,
|
|
1957
|
+
0,
|
|
1958
|
+
[_ET],
|
|
1959
|
+
[() => EventTopics]
|
|
1960
|
+
];
|
|
1961
|
+
var DescribeHybridADUpdateRequest$ = [3, n0, _DHADUR,
|
|
1962
|
+
0,
|
|
1963
|
+
[_DI, _UT, _NTe],
|
|
1964
|
+
[0, 0, 0], 1
|
|
1965
|
+
];
|
|
1966
|
+
var DescribeHybridADUpdateResult$ = [3, n0, _DHADURe,
|
|
1967
|
+
0,
|
|
1968
|
+
[_UA, _NTe],
|
|
1969
|
+
[() => HybridUpdateActivities$, 0]
|
|
1970
|
+
];
|
|
1971
|
+
var DescribeLDAPSSettingsRequest$ = [3, n0, _DLDAPSSR,
|
|
1972
|
+
0,
|
|
1973
|
+
[_DI, _Ty, _NTe, _L],
|
|
1974
|
+
[0, 0, 0, 1], 1
|
|
1975
|
+
];
|
|
1976
|
+
var DescribeLDAPSSettingsResult$ = [3, n0, _DLDAPSSRe,
|
|
1977
|
+
0,
|
|
1978
|
+
[_LDAPSSI, _NTe],
|
|
1979
|
+
[() => LDAPSSettingsInfo, 0]
|
|
1980
|
+
];
|
|
1981
|
+
var DescribeRegionsRequest$ = [3, n0, _DRR,
|
|
1982
|
+
0,
|
|
1983
|
+
[_DI, _RN, _NTe],
|
|
1984
|
+
[0, 0, 0], 1
|
|
1985
|
+
];
|
|
1986
|
+
var DescribeRegionsResult$ = [3, n0, _DRRe,
|
|
1987
|
+
0,
|
|
1988
|
+
[_RD, _NTe],
|
|
1989
|
+
[() => RegionsDescription, 0]
|
|
1990
|
+
];
|
|
1991
|
+
var DescribeSettingsRequest$ = [3, n0, _DSRes,
|
|
1992
|
+
0,
|
|
1993
|
+
[_DI, _S, _NTe],
|
|
1994
|
+
[0, 0, 0], 1
|
|
1995
|
+
];
|
|
1996
|
+
var DescribeSettingsResult$ = [3, n0, _DSResc,
|
|
1997
|
+
0,
|
|
1998
|
+
[_DI, _SEe, _NTe],
|
|
1999
|
+
[0, () => SettingEntries, 0]
|
|
2000
|
+
];
|
|
2001
|
+
var DescribeSharedDirectoriesRequest$ = [3, n0, _DSDR,
|
|
2002
|
+
0,
|
|
2003
|
+
[_ODI, _SDIh, _NTe, _L],
|
|
2004
|
+
[0, 64 | 0, 0, 1], 1
|
|
2005
|
+
];
|
|
2006
|
+
var DescribeSharedDirectoriesResult$ = [3, n0, _DSDRe,
|
|
2007
|
+
0,
|
|
2008
|
+
[_SDh, _NTe],
|
|
2009
|
+
[[() => SharedDirectories, 0], 0]
|
|
2010
|
+
];
|
|
2011
|
+
var DescribeSnapshotsRequest$ = [3, n0, _DSRescr,
|
|
2012
|
+
0,
|
|
2013
|
+
[_DI, _SIna, _NTe, _L],
|
|
2014
|
+
[0, 64 | 0, 0, 1]
|
|
2015
|
+
];
|
|
2016
|
+
var DescribeSnapshotsResult$ = [3, n0, _DSRescri,
|
|
2017
|
+
0,
|
|
2018
|
+
[_Sn, _NTe],
|
|
2019
|
+
[() => Snapshots, 0]
|
|
2020
|
+
];
|
|
2021
|
+
var DescribeTrustsRequest$ = [3, n0, _DTRes,
|
|
2022
|
+
0,
|
|
2023
|
+
[_DI, _TIr, _NTe, _L],
|
|
2024
|
+
[0, 64 | 0, 0, 1]
|
|
2025
|
+
];
|
|
2026
|
+
var DescribeTrustsResult$ = [3, n0, _DTResc,
|
|
2027
|
+
0,
|
|
2028
|
+
[_Tr, _NTe],
|
|
2029
|
+
[() => Trusts, 0]
|
|
2030
|
+
];
|
|
2031
|
+
var DescribeUpdateDirectoryRequest$ = [3, n0, _DUDR,
|
|
2032
|
+
0,
|
|
2033
|
+
[_DI, _UT, _RN, _NTe],
|
|
2034
|
+
[0, 0, 0, 0], 2
|
|
2035
|
+
];
|
|
2036
|
+
var DescribeUpdateDirectoryResult$ = [3, n0, _DUDRe,
|
|
2037
|
+
0,
|
|
2038
|
+
[_UA, _NTe],
|
|
2039
|
+
[() => UpdateActivities, 0]
|
|
2040
|
+
];
|
|
2041
|
+
var DirectoryConnectSettings$ = [3, n0, _DCS,
|
|
2042
|
+
0,
|
|
2043
|
+
[_VI, _SI, _CUN, _CDI, _CDIV],
|
|
2044
|
+
[0, 64 | 0, 0, 64 | 0, 64 | 0], 3
|
|
2045
|
+
];
|
|
2046
|
+
var DirectoryConnectSettingsDescription$ = [3, n0, _DCSD,
|
|
2047
|
+
0,
|
|
2048
|
+
[_VI, _SI, _CUN, _SGIe, _AZ, _CIon, _CIV],
|
|
2049
|
+
[0, 64 | 0, 0, 0, 64 | 0, 64 | 0, 64 | 0]
|
|
2050
|
+
];
|
|
2051
|
+
var DirectoryDescription$ = [3, n0, _DDi,
|
|
2052
|
+
0,
|
|
2053
|
+
[_DI, _Na, _SN, _Si, _E, _Al, _AU, _D, _DIA, _DIAn, _Sta, _SS, _SM, _SNh, _LT, _SLUDT, _Ty, _VS, _CS, _RSa, _RSad, _SRta, _SEs, _DNODC, _ODD, _RIeg, _OV, _HS, _NT],
|
|
2054
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, [() => Notes, 0], 4, 4, 0, () => DirectoryVpcSettingsDescription$, () => DirectoryConnectSettingsDescription$, [() => RadiusSettings$, 0], 0, 0, 2, 1, [() => OwnerDirectoryDescription$, 0], () => RegionsInfo$, 0, () => HybridSettingsDescription$, 0]
|
|
2055
|
+
];
|
|
2056
|
+
var DirectoryLimits$ = [3, n0, _DL,
|
|
2057
|
+
0,
|
|
2058
|
+
[_CODL, _CODCC, _CODLR, _COMADL, _COMADCC, _COMADLR, _CDL, _CDCC, _CDLR],
|
|
2059
|
+
[1, 1, 2, 1, 1, 2, 1, 1, 2]
|
|
2060
|
+
];
|
|
2061
|
+
var DirectorySizeUpdateSettings$ = [3, n0, _DSUS,
|
|
2062
|
+
0,
|
|
2063
|
+
[_DS],
|
|
2064
|
+
[0]
|
|
2065
|
+
];
|
|
2066
|
+
var DirectoryVpcSettings$ = [3, n0, _DVS,
|
|
2067
|
+
0,
|
|
2068
|
+
[_VI, _SI],
|
|
2069
|
+
[0, 64 | 0], 2
|
|
2070
|
+
];
|
|
2071
|
+
var DirectoryVpcSettingsDescription$ = [3, n0, _DVSD,
|
|
2072
|
+
0,
|
|
2073
|
+
[_VI, _SI, _SGIe, _AZ],
|
|
2074
|
+
[0, 64 | 0, 0, 64 | 0]
|
|
2075
|
+
];
|
|
2076
|
+
var DisableCAEnrollmentPolicyRequest$ = [3, n0, _DCAEPRi,
|
|
2077
|
+
0,
|
|
2078
|
+
[_DI],
|
|
2079
|
+
[0], 1
|
|
2080
|
+
];
|
|
2081
|
+
var DisableCAEnrollmentPolicyResult$ = [3, n0, _DCAEPRis,
|
|
2082
|
+
0,
|
|
2083
|
+
[],
|
|
2084
|
+
[]
|
|
2085
|
+
];
|
|
2086
|
+
var DisableClientAuthenticationRequest$ = [3, n0, _DCAR,
|
|
2087
|
+
0,
|
|
2088
|
+
[_DI, _Ty],
|
|
2089
|
+
[0, 0], 2
|
|
2090
|
+
];
|
|
2091
|
+
var DisableClientAuthenticationResult$ = [3, n0, _DCARi,
|
|
2092
|
+
0,
|
|
2093
|
+
[],
|
|
2094
|
+
[]
|
|
2095
|
+
];
|
|
2096
|
+
var DisableDirectoryDataAccessRequest$ = [3, n0, _DDDARi,
|
|
2097
|
+
0,
|
|
2098
|
+
[_DI],
|
|
2099
|
+
[0], 1
|
|
2100
|
+
];
|
|
2101
|
+
var DisableDirectoryDataAccessResult$ = [3, n0, _DDDARis,
|
|
2102
|
+
0,
|
|
2103
|
+
[],
|
|
2104
|
+
[]
|
|
2105
|
+
];
|
|
2106
|
+
var DisableLDAPSRequest$ = [3, n0, _DLDAPSR,
|
|
2107
|
+
0,
|
|
2108
|
+
[_DI, _Ty],
|
|
2109
|
+
[0, 0], 2
|
|
2110
|
+
];
|
|
2111
|
+
var DisableLDAPSResult$ = [3, n0, _DLDAPSRi,
|
|
2112
|
+
0,
|
|
2113
|
+
[],
|
|
2114
|
+
[]
|
|
2115
|
+
];
|
|
2116
|
+
var DisableRadiusRequest$ = [3, n0, _DRRi,
|
|
2117
|
+
0,
|
|
2118
|
+
[_DI],
|
|
2119
|
+
[0], 1
|
|
2120
|
+
];
|
|
2121
|
+
var DisableRadiusResult$ = [3, n0, _DRRis,
|
|
2122
|
+
0,
|
|
2123
|
+
[],
|
|
2124
|
+
[]
|
|
2125
|
+
];
|
|
2126
|
+
var DisableSsoRequest$ = [3, n0, _DSRi,
|
|
2127
|
+
0,
|
|
2128
|
+
[_DI, _UN, _P],
|
|
2129
|
+
[0, 0, [() => ConnectPassword, 0]], 1
|
|
2130
|
+
];
|
|
2131
|
+
var DisableSsoResult$ = [3, n0, _DSRis,
|
|
2132
|
+
0,
|
|
2133
|
+
[],
|
|
2134
|
+
[]
|
|
2135
|
+
];
|
|
2136
|
+
var DomainController$ = [3, n0, _DCo,
|
|
2137
|
+
0,
|
|
2138
|
+
[_DI, _DCIom, _DIAns, _DIAnsp, _VI, _SIu, _AZv, _S, _SR, _LT, _SLUDTt],
|
|
2139
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4]
|
|
2140
|
+
];
|
|
2141
|
+
var EnableCAEnrollmentPolicyRequest$ = [3, n0, _ECAEPR,
|
|
2142
|
+
0,
|
|
2143
|
+
[_DI, _PCA],
|
|
2144
|
+
[0, 0], 2
|
|
2145
|
+
];
|
|
2146
|
+
var EnableCAEnrollmentPolicyResult$ = [3, n0, _ECAEPRn,
|
|
2147
|
+
0,
|
|
2148
|
+
[],
|
|
2149
|
+
[]
|
|
2150
|
+
];
|
|
2151
|
+
var EnableClientAuthenticationRequest$ = [3, n0, _ECAR,
|
|
2152
|
+
0,
|
|
2153
|
+
[_DI, _Ty],
|
|
2154
|
+
[0, 0], 2
|
|
2155
|
+
];
|
|
2156
|
+
var EnableClientAuthenticationResult$ = [3, n0, _ECARn,
|
|
2157
|
+
0,
|
|
2158
|
+
[],
|
|
2159
|
+
[]
|
|
2160
|
+
];
|
|
2161
|
+
var EnableDirectoryDataAccessRequest$ = [3, n0, _EDDAR,
|
|
2162
|
+
0,
|
|
2163
|
+
[_DI],
|
|
2164
|
+
[0], 1
|
|
2165
|
+
];
|
|
2166
|
+
var EnableDirectoryDataAccessResult$ = [3, n0, _EDDARn,
|
|
2167
|
+
0,
|
|
2168
|
+
[],
|
|
2169
|
+
[]
|
|
2170
|
+
];
|
|
2171
|
+
var EnableLDAPSRequest$ = [3, n0, _ELDAPSR,
|
|
2172
|
+
0,
|
|
2173
|
+
[_DI, _Ty],
|
|
2174
|
+
[0, 0], 2
|
|
2175
|
+
];
|
|
2176
|
+
var EnableLDAPSResult$ = [3, n0, _ELDAPSRn,
|
|
2177
|
+
0,
|
|
2178
|
+
[],
|
|
2179
|
+
[]
|
|
2180
|
+
];
|
|
2181
|
+
var EnableRadiusRequest$ = [3, n0, _ERR,
|
|
2182
|
+
0,
|
|
2183
|
+
[_DI, _RSa],
|
|
2184
|
+
[0, [() => RadiusSettings$, 0]], 2
|
|
2185
|
+
];
|
|
2186
|
+
var EnableRadiusResult$ = [3, n0, _ERRn,
|
|
2187
|
+
0,
|
|
2188
|
+
[],
|
|
2189
|
+
[]
|
|
2190
|
+
];
|
|
2191
|
+
var EnableSsoRequest$ = [3, n0, _ESR,
|
|
2192
|
+
0,
|
|
2193
|
+
[_DI, _UN, _P],
|
|
2194
|
+
[0, 0, [() => ConnectPassword, 0]], 1
|
|
2195
|
+
];
|
|
2196
|
+
var EnableSsoResult$ = [3, n0, _ESRn,
|
|
2197
|
+
0,
|
|
2198
|
+
[],
|
|
2199
|
+
[]
|
|
2200
|
+
];
|
|
2201
|
+
var EventTopic$ = [3, n0, _ETv,
|
|
2202
|
+
0,
|
|
2203
|
+
[_DI, _TN, _TA, _CDT, _S],
|
|
2204
|
+
[0, 0, 0, 4, 0]
|
|
2205
|
+
];
|
|
2206
|
+
var GetDirectoryLimitsRequest$ = [3, n0, _GDLR,
|
|
2207
|
+
0,
|
|
2208
|
+
[],
|
|
2209
|
+
[]
|
|
2210
|
+
];
|
|
2211
|
+
var GetDirectoryLimitsResult$ = [3, n0, _GDLRe,
|
|
2212
|
+
0,
|
|
2213
|
+
[_DL],
|
|
2214
|
+
[() => DirectoryLimits$]
|
|
2215
|
+
];
|
|
2216
|
+
var GetSnapshotLimitsRequest$ = [3, n0, _GSLR,
|
|
2217
|
+
0,
|
|
2218
|
+
[_DI],
|
|
2219
|
+
[0], 1
|
|
2220
|
+
];
|
|
2221
|
+
var GetSnapshotLimitsResult$ = [3, n0, _GSLRe,
|
|
2222
|
+
0,
|
|
2223
|
+
[_SL],
|
|
2224
|
+
[() => SnapshotLimits$]
|
|
2225
|
+
];
|
|
2226
|
+
var HybridAdministratorAccountUpdate$ = [3, n0, _HAAU,
|
|
2227
|
+
0,
|
|
2228
|
+
[_SA],
|
|
2229
|
+
[0], 1
|
|
2230
|
+
];
|
|
2231
|
+
var HybridCustomerInstancesSettings$ = [3, n0, _HCIS,
|
|
2232
|
+
0,
|
|
2233
|
+
[_CDI, _II],
|
|
2234
|
+
[64 | 0, 64 | 0], 2
|
|
2235
|
+
];
|
|
2236
|
+
var HybridSettingsDescription$ = [3, n0, _HSD,
|
|
2237
|
+
0,
|
|
2238
|
+
[_SMDIA, _SMII],
|
|
2239
|
+
[64 | 0, 64 | 0]
|
|
2240
|
+
];
|
|
2241
|
+
var HybridUpdateActivities$ = [3, n0, _HUA,
|
|
2242
|
+
0,
|
|
2243
|
+
[_SMI, _HAA],
|
|
2244
|
+
[() => HybridUpdateInfoEntries, () => HybridUpdateInfoEntries]
|
|
2245
|
+
];
|
|
2246
|
+
var HybridUpdateInfoEntry$ = [3, n0, _HUIE,
|
|
2247
|
+
0,
|
|
2248
|
+
[_S, _SR, _IB, _NV, _PV, _ST, _LUDTa, _AI],
|
|
2249
|
+
[0, 0, 0, () => HybridUpdateValue$, () => HybridUpdateValue$, 4, 4, 0]
|
|
2250
|
+
];
|
|
2251
|
+
var HybridUpdateValue$ = [3, n0, _HUV,
|
|
2252
|
+
0,
|
|
2253
|
+
[_II, _DIn],
|
|
2254
|
+
[64 | 0, 64 | 0]
|
|
2255
|
+
];
|
|
2256
|
+
var IpRoute$ = [3, n0, _IRp,
|
|
2257
|
+
0,
|
|
2258
|
+
[_CIi, _CIid, _D],
|
|
2259
|
+
[0, 0, 0]
|
|
2260
|
+
];
|
|
2261
|
+
var IpRouteInfo$ = [3, n0, _IRI,
|
|
2262
|
+
0,
|
|
2263
|
+
[_DI, _CIi, _CIid, _IRSM, _ADT, _IRSR, _D],
|
|
2264
|
+
[0, 0, 0, 0, 4, 0, 0]
|
|
2265
|
+
];
|
|
2266
|
+
var LDAPSSettingInfo$ = [3, n0, _LDAPSSIe,
|
|
2267
|
+
0,
|
|
2268
|
+
[_LDAPSS, _LDAPSSR, _LUDTa],
|
|
2269
|
+
[0, 0, 4]
|
|
2270
|
+
];
|
|
2271
|
+
var ListADAssessmentsRequest$ = [3, n0, _LADAR,
|
|
2272
|
+
0,
|
|
2273
|
+
[_DI, _NTe, _L],
|
|
2274
|
+
[0, 0, 1]
|
|
2275
|
+
];
|
|
2276
|
+
var ListADAssessmentsResult$ = [3, n0, _LADARi,
|
|
2277
|
+
0,
|
|
2278
|
+
[_As, _NTe],
|
|
2279
|
+
[() => Assessments, 0]
|
|
2280
|
+
];
|
|
2281
|
+
var ListCertificatesRequest$ = [3, n0, _LCR,
|
|
2282
|
+
0,
|
|
2283
|
+
[_DI, _NTe, _L],
|
|
2284
|
+
[0, 0, 1], 1
|
|
2285
|
+
];
|
|
2286
|
+
var ListCertificatesResult$ = [3, n0, _LCRi,
|
|
2287
|
+
0,
|
|
2288
|
+
[_NTe, _CIer],
|
|
2289
|
+
[0, () => CertificatesInfo]
|
|
2290
|
+
];
|
|
2291
|
+
var ListIpRoutesRequest$ = [3, n0, _LIRR,
|
|
2292
|
+
0,
|
|
2293
|
+
[_DI, _NTe, _L],
|
|
2294
|
+
[0, 0, 1], 1
|
|
2295
|
+
];
|
|
2296
|
+
var ListIpRoutesResult$ = [3, n0, _LIRRi,
|
|
2297
|
+
0,
|
|
2298
|
+
[_IRIp, _NTe],
|
|
2299
|
+
[() => IpRoutesInfo, 0]
|
|
2300
|
+
];
|
|
2301
|
+
var ListLogSubscriptionsRequest$ = [3, n0, _LLSR,
|
|
2302
|
+
0,
|
|
2303
|
+
[_DI, _NTe, _L],
|
|
2304
|
+
[0, 0, 1]
|
|
2305
|
+
];
|
|
2306
|
+
var ListLogSubscriptionsResult$ = [3, n0, _LLSRi,
|
|
2307
|
+
0,
|
|
2308
|
+
[_LS, _NTe],
|
|
2309
|
+
[() => LogSubscriptions, 0]
|
|
2310
|
+
];
|
|
2311
|
+
var ListSchemaExtensionsRequest$ = [3, n0, _LSER,
|
|
2312
|
+
0,
|
|
2313
|
+
[_DI, _NTe, _L],
|
|
2314
|
+
[0, 0, 1], 1
|
|
2315
|
+
];
|
|
2316
|
+
var ListSchemaExtensionsResult$ = [3, n0, _LSERi,
|
|
2317
|
+
0,
|
|
2318
|
+
[_SEIc, _NTe],
|
|
2319
|
+
[() => SchemaExtensionsInfo, 0]
|
|
2320
|
+
];
|
|
2321
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2322
|
+
0,
|
|
2323
|
+
[_RIe, _NTe, _L],
|
|
2324
|
+
[0, 0, 1], 1
|
|
2325
|
+
];
|
|
2326
|
+
var ListTagsForResourceResult$ = [3, n0, _LTFRRi,
|
|
2327
|
+
0,
|
|
2328
|
+
[_T, _NTe],
|
|
2329
|
+
[() => Tags, 0]
|
|
2330
|
+
];
|
|
2331
|
+
var LogSubscription$ = [3, n0, _LSo,
|
|
2332
|
+
0,
|
|
2333
|
+
[_DI, _LGN, _SCDT],
|
|
2334
|
+
[0, 0, 4]
|
|
2335
|
+
];
|
|
2336
|
+
var NetworkUpdateSettings$ = [3, n0, _NUS,
|
|
2337
|
+
0,
|
|
2338
|
+
[_NT, _CDIV],
|
|
2339
|
+
[0, 64 | 0]
|
|
2340
|
+
];
|
|
2341
|
+
var OSUpdateSettings$ = [3, n0, _OSUS,
|
|
2342
|
+
0,
|
|
2343
|
+
[_OSV],
|
|
2344
|
+
[0]
|
|
2345
|
+
];
|
|
2346
|
+
var OwnerDirectoryDescription$ = [3, n0, _ODD,
|
|
2347
|
+
0,
|
|
2348
|
+
[_DI, _AIc, _DIA, _DIAn, _VS, _RSa, _RSad, _NT],
|
|
2349
|
+
[0, 0, 64 | 0, 64 | 0, () => DirectoryVpcSettingsDescription$, [() => RadiusSettings$, 0], 0, 0]
|
|
2350
|
+
];
|
|
2351
|
+
var RadiusSettings$ = [3, n0, _RSa,
|
|
2352
|
+
0,
|
|
2353
|
+
[_RSadi, _RSI, _RP, _RTa, _RR, _SSh, _AP, _DLi, _USU],
|
|
2354
|
+
[64 | 0, 64 | 0, 1, 1, 1, [() => RadiusSharedSecret, 0], 0, 0, 2]
|
|
2355
|
+
];
|
|
2356
|
+
var RegionDescription$ = [3, n0, _RDe,
|
|
2357
|
+
0,
|
|
2358
|
+
[_DI, _RN, _RTe, _S, _VS, _DNODC, _LT, _SLUDTt, _LUDTa],
|
|
2359
|
+
[0, 0, 0, 0, () => DirectoryVpcSettings$, 1, 4, 4, 4]
|
|
2360
|
+
];
|
|
2361
|
+
var RegionsInfo$ = [3, n0, _RIeg,
|
|
2362
|
+
0,
|
|
2363
|
+
[_PR, _ARd],
|
|
2364
|
+
[0, 64 | 0]
|
|
2365
|
+
];
|
|
2366
|
+
var RegisterCertificateRequest$ = [3, n0, _RCR,
|
|
2367
|
+
0,
|
|
2368
|
+
[_DI, _CD, _Ty, _CCAS],
|
|
2369
|
+
[0, 0, 0, () => ClientCertAuthSettings$], 2
|
|
2370
|
+
];
|
|
2371
|
+
var RegisterCertificateResult$ = [3, n0, _RCRe,
|
|
2372
|
+
0,
|
|
2373
|
+
[_CI],
|
|
2374
|
+
[0]
|
|
2375
|
+
];
|
|
2376
|
+
var RegisterEventTopicRequest$ = [3, n0, _RETR,
|
|
2377
|
+
0,
|
|
2378
|
+
[_DI, _TN],
|
|
2379
|
+
[0, 0], 2
|
|
2380
|
+
];
|
|
2381
|
+
var RegisterEventTopicResult$ = [3, n0, _RETRe,
|
|
2382
|
+
0,
|
|
2383
|
+
[],
|
|
2384
|
+
[]
|
|
2385
|
+
];
|
|
2386
|
+
var RejectSharedDirectoryRequest$ = [3, n0, _RSDR,
|
|
2387
|
+
0,
|
|
2388
|
+
[_SDI],
|
|
2389
|
+
[0], 1
|
|
2390
|
+
];
|
|
2391
|
+
var RejectSharedDirectoryResult$ = [3, n0, _RSDRe,
|
|
2392
|
+
0,
|
|
2393
|
+
[_SDI],
|
|
2394
|
+
[0]
|
|
2395
|
+
];
|
|
2396
|
+
var RemoveIpRoutesRequest$ = [3, n0, _RIRR,
|
|
2397
|
+
0,
|
|
2398
|
+
[_DI, _CIidr, _CIidrp],
|
|
2399
|
+
[0, 64 | 0, 64 | 0], 1
|
|
2400
|
+
];
|
|
2401
|
+
var RemoveIpRoutesResult$ = [3, n0, _RIRRe,
|
|
2402
|
+
0,
|
|
2403
|
+
[],
|
|
2404
|
+
[]
|
|
2405
|
+
];
|
|
2406
|
+
var RemoveRegionRequest$ = [3, n0, _RRR,
|
|
2407
|
+
0,
|
|
2408
|
+
[_DI],
|
|
2409
|
+
[0], 1
|
|
2410
|
+
];
|
|
2411
|
+
var RemoveRegionResult$ = [3, n0, _RRRe,
|
|
2412
|
+
0,
|
|
2413
|
+
[],
|
|
2414
|
+
[]
|
|
2415
|
+
];
|
|
2416
|
+
var RemoveTagsFromResourceRequest$ = [3, n0, _RTFRR,
|
|
2417
|
+
0,
|
|
2418
|
+
[_RIe, _TK],
|
|
2419
|
+
[0, 64 | 0], 2
|
|
2420
|
+
];
|
|
2421
|
+
var RemoveTagsFromResourceResult$ = [3, n0, _RTFRRe,
|
|
2422
|
+
0,
|
|
2423
|
+
[],
|
|
2424
|
+
[]
|
|
2425
|
+
];
|
|
2426
|
+
var ResetUserPasswordRequest$ = [3, n0, _RUPR,
|
|
2427
|
+
0,
|
|
2428
|
+
[_DI, _UN, _NP],
|
|
2429
|
+
[0, 0, [() => UserPassword, 0]], 3
|
|
2430
|
+
];
|
|
2431
|
+
var ResetUserPasswordResult$ = [3, n0, _RUPRe,
|
|
2432
|
+
0,
|
|
2433
|
+
[],
|
|
2434
|
+
[]
|
|
2435
|
+
];
|
|
2436
|
+
var RestoreFromSnapshotRequest$ = [3, n0, _RFSR,
|
|
2437
|
+
0,
|
|
2438
|
+
[_SIn],
|
|
2439
|
+
[0], 1
|
|
2440
|
+
];
|
|
2441
|
+
var RestoreFromSnapshotResult$ = [3, n0, _RFSRe,
|
|
2442
|
+
0,
|
|
2443
|
+
[],
|
|
2444
|
+
[]
|
|
2445
|
+
];
|
|
2446
|
+
var SchemaExtensionInfo$ = [3, n0, _SEIch,
|
|
2447
|
+
0,
|
|
2448
|
+
[_DI, _SEI, _D, _SES, _SESR, _SDT, _EDTn],
|
|
2449
|
+
[0, 0, 0, 0, 0, 4, 4]
|
|
2450
|
+
];
|
|
2451
|
+
var Setting$ = [3, n0, _Se,
|
|
2452
|
+
0,
|
|
2453
|
+
[_Na, _Val],
|
|
2454
|
+
[0, 0], 2
|
|
2455
|
+
];
|
|
2456
|
+
var SettingEntry$ = [3, n0, _SEet,
|
|
2457
|
+
0,
|
|
2458
|
+
[_Ty, _Na, _AVl, _AVp, _RV, _RSe, _RDS, _RSM, _LUDTa, _LRDT, _DT],
|
|
2459
|
+
[0, 0, 0, 0, 0, 0, 128 | 0, 0, 4, 4, 0]
|
|
2460
|
+
];
|
|
2461
|
+
var SharedDirectory$ = [3, n0, _SD,
|
|
2462
|
+
0,
|
|
2463
|
+
[_OAI, _ODI, _SM, _SAI, _SDI, _SS, _SNh, _CDT, _LUDTa],
|
|
2464
|
+
[0, 0, 0, 0, 0, 0, [() => Notes, 0], 4, 4]
|
|
2465
|
+
];
|
|
2466
|
+
var ShareDirectoryRequest$ = [3, n0, _SDR,
|
|
2467
|
+
0,
|
|
2468
|
+
[_DI, _STh, _SM, _SNh],
|
|
2469
|
+
[0, () => ShareTarget$, 0, [() => Notes, 0]], 3
|
|
2470
|
+
];
|
|
2471
|
+
var ShareDirectoryResult$ = [3, n0, _SDRh,
|
|
2472
|
+
0,
|
|
2473
|
+
[_SDI],
|
|
2474
|
+
[0]
|
|
2475
|
+
];
|
|
2476
|
+
var ShareTarget$ = [3, n0, _STh,
|
|
2477
|
+
0,
|
|
2478
|
+
[_I, _Ty],
|
|
2479
|
+
[0, 0], 2
|
|
2480
|
+
];
|
|
2481
|
+
var Snapshot$ = [3, n0, _Sna,
|
|
2482
|
+
0,
|
|
2483
|
+
[_DI, _SIn, _Ty, _Na, _S, _ST],
|
|
2484
|
+
[0, 0, 0, 0, 0, 4]
|
|
2485
|
+
];
|
|
2486
|
+
var SnapshotLimits$ = [3, n0, _SL,
|
|
2487
|
+
0,
|
|
2488
|
+
[_MSL, _MSCC, _MSLR],
|
|
2489
|
+
[1, 1, 2]
|
|
2490
|
+
];
|
|
2491
|
+
var StartADAssessmentRequest$ = [3, n0, _SADAR,
|
|
2492
|
+
0,
|
|
2493
|
+
[_AC, _DI],
|
|
2494
|
+
[() => AssessmentConfiguration$, 0]
|
|
2495
|
+
];
|
|
2496
|
+
var StartADAssessmentResult$ = [3, n0, _SADARt,
|
|
2497
|
+
0,
|
|
2498
|
+
[_AI],
|
|
2499
|
+
[0]
|
|
2500
|
+
];
|
|
2501
|
+
var StartSchemaExtensionRequest$ = [3, n0, _SSER,
|
|
2502
|
+
0,
|
|
2503
|
+
[_DI, _CSBSE, _LC, _D],
|
|
2504
|
+
[0, 2, 0, 0], 4
|
|
2505
|
+
];
|
|
2506
|
+
var StartSchemaExtensionResult$ = [3, n0, _SSERt,
|
|
2507
|
+
0,
|
|
2508
|
+
[_SEI],
|
|
2509
|
+
[0]
|
|
2510
|
+
];
|
|
2511
|
+
var Tag$ = [3, n0, _Ta,
|
|
2512
|
+
0,
|
|
2513
|
+
[_K, _Val],
|
|
2514
|
+
[0, 0], 2
|
|
2515
|
+
];
|
|
2516
|
+
var Trust$ = [3, n0, _Tru,
|
|
2517
|
+
0,
|
|
2518
|
+
[_DI, _TI, _RDN, _TT, _TD, _TS, _CDT, _LUDTa, _SLUDTta, _TSR, _SAe],
|
|
2519
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 4, 0, 0]
|
|
2520
|
+
];
|
|
2521
|
+
var UnshareDirectoryRequest$ = [3, n0, _UDR,
|
|
2522
|
+
0,
|
|
2523
|
+
[_DI, _UTn],
|
|
2524
|
+
[0, () => UnshareTarget$], 2
|
|
2525
|
+
];
|
|
2526
|
+
var UnshareDirectoryResult$ = [3, n0, _UDRn,
|
|
2527
|
+
0,
|
|
2528
|
+
[_SDI],
|
|
2529
|
+
[0]
|
|
2530
|
+
];
|
|
2531
|
+
var UnshareTarget$ = [3, n0, _UTn,
|
|
2532
|
+
0,
|
|
2533
|
+
[_I, _Ty],
|
|
2534
|
+
[0, 0], 2
|
|
2535
|
+
];
|
|
2536
|
+
var UpdateConditionalForwarderRequest$ = [3, n0, _UCFR,
|
|
2537
|
+
0,
|
|
2538
|
+
[_DI, _RDN, _DIA, _DIAn],
|
|
2539
|
+
[0, 0, 64 | 0, 64 | 0], 2
|
|
2540
|
+
];
|
|
2541
|
+
var UpdateConditionalForwarderResult$ = [3, n0, _UCFRp,
|
|
2542
|
+
0,
|
|
2543
|
+
[],
|
|
2544
|
+
[]
|
|
2545
|
+
];
|
|
2546
|
+
var UpdateDirectorySetupRequest$ = [3, n0, _UDSR,
|
|
2547
|
+
0,
|
|
2548
|
+
[_DI, _UT, _OSUS, _DSUS, _NUS, _CSBU],
|
|
2549
|
+
[0, 0, () => OSUpdateSettings$, () => DirectorySizeUpdateSettings$, () => NetworkUpdateSettings$, 2], 2
|
|
2550
|
+
];
|
|
2551
|
+
var UpdateDirectorySetupResult$ = [3, n0, _UDSRp,
|
|
2552
|
+
0,
|
|
2553
|
+
[],
|
|
2554
|
+
[]
|
|
2555
|
+
];
|
|
2556
|
+
var UpdateHybridADRequest$ = [3, n0, _UHADR,
|
|
2557
|
+
0,
|
|
2558
|
+
[_DI, _HAAU, _SMIS],
|
|
2559
|
+
[0, () => HybridAdministratorAccountUpdate$, () => HybridCustomerInstancesSettings$], 1
|
|
2560
|
+
];
|
|
2561
|
+
var UpdateHybridADResult$ = [3, n0, _UHADRp,
|
|
2562
|
+
0,
|
|
2563
|
+
[_DI, _AI],
|
|
2564
|
+
[0, 0]
|
|
2565
|
+
];
|
|
2566
|
+
var UpdateInfoEntry$ = [3, n0, _UIE,
|
|
2567
|
+
0,
|
|
2568
|
+
[_R, _S, _SR, _IB, _NV, _PV, _ST, _LUDTa],
|
|
2569
|
+
[0, 0, 0, 0, () => UpdateValue$, () => UpdateValue$, 4, 4]
|
|
2570
|
+
];
|
|
2571
|
+
var UpdateNumberOfDomainControllersRequest$ = [3, n0, _UNODCR,
|
|
2572
|
+
0,
|
|
2573
|
+
[_DI, _DNe],
|
|
2574
|
+
[0, 1], 2
|
|
2575
|
+
];
|
|
2576
|
+
var UpdateNumberOfDomainControllersResult$ = [3, n0, _UNODCRp,
|
|
2577
|
+
0,
|
|
2578
|
+
[],
|
|
2579
|
+
[]
|
|
2580
|
+
];
|
|
2581
|
+
var UpdateRadiusRequest$ = [3, n0, _URR,
|
|
2582
|
+
0,
|
|
2583
|
+
[_DI, _RSa],
|
|
2584
|
+
[0, [() => RadiusSettings$, 0]], 2
|
|
2585
|
+
];
|
|
2586
|
+
var UpdateRadiusResult$ = [3, n0, _URRp,
|
|
2587
|
+
0,
|
|
2588
|
+
[],
|
|
2589
|
+
[]
|
|
2590
|
+
];
|
|
2591
|
+
var UpdateSettingsRequest$ = [3, n0, _USR,
|
|
2592
|
+
0,
|
|
2593
|
+
[_DI, _Set],
|
|
2594
|
+
[0, () => Settings], 2
|
|
2595
|
+
];
|
|
2596
|
+
var UpdateSettingsResult$ = [3, n0, _USRp,
|
|
2597
|
+
0,
|
|
2598
|
+
[_DI],
|
|
2599
|
+
[0]
|
|
2600
|
+
];
|
|
2601
|
+
var UpdateTrustRequest$ = [3, n0, _UTR,
|
|
2602
|
+
0,
|
|
2603
|
+
[_TI, _SAe],
|
|
2604
|
+
[0, 0], 1
|
|
2605
|
+
];
|
|
2606
|
+
var UpdateTrustResult$ = [3, n0, _UTRp,
|
|
2607
|
+
0,
|
|
2608
|
+
[_RI, _TI],
|
|
2609
|
+
[0, 0]
|
|
2610
|
+
];
|
|
2611
|
+
var UpdateValue$ = [3, n0, _UV,
|
|
2612
|
+
0,
|
|
2613
|
+
[_OSUS],
|
|
2614
|
+
[() => OSUpdateSettings$]
|
|
2615
|
+
];
|
|
2616
|
+
var VerifyTrustRequest$ = [3, n0, _VTR,
|
|
2617
|
+
0,
|
|
2618
|
+
[_TI],
|
|
2619
|
+
[0], 1
|
|
2620
|
+
];
|
|
2621
|
+
var VerifyTrustResult$ = [3, n0, _VTRe,
|
|
2622
|
+
0,
|
|
2623
|
+
[_TI],
|
|
2624
|
+
[0]
|
|
2625
|
+
];
|
|
2626
|
+
var AssessmentReports = [1, n0, _ARs,
|
|
2627
|
+
0, () => AssessmentReport$
|
|
2628
|
+
];
|
|
2629
|
+
var Assessments = [1, n0, _As,
|
|
2630
|
+
0, () => AssessmentSummary$
|
|
2631
|
+
];
|
|
2632
|
+
var AssessmentValidations = [1, n0, _AVs,
|
|
2633
|
+
0, () => AssessmentValidation$
|
|
2634
|
+
];
|
|
2635
|
+
var Attributes = [1, n0, _Att,
|
|
2636
|
+
0, () => Attribute$
|
|
2637
|
+
];
|
|
2638
|
+
var CertificatesInfo = [1, n0, _CIer,
|
|
2639
|
+
0, () => CertificateInfo$
|
|
2640
|
+
];
|
|
2641
|
+
var ClientAuthenticationSettingsInfo = [1, n0, _CASIl,
|
|
2642
|
+
0, () => ClientAuthenticationSettingInfo$
|
|
2643
|
+
];
|
|
2644
|
+
var ConditionalForwarders = [1, n0, _CFo,
|
|
2645
|
+
0, () => ConditionalForwarder$
|
|
2646
|
+
];
|
|
2647
|
+
var DirectoryDescriptions = [1, n0, _DD,
|
|
2648
|
+
0, [() => DirectoryDescription$,
|
|
2649
|
+
0]
|
|
2650
|
+
];
|
|
2651
|
+
var DomainControllers = [1, n0, _DC,
|
|
2652
|
+
0, () => DomainController$
|
|
2653
|
+
];
|
|
2654
|
+
var EventTopics = [1, n0, _ET,
|
|
2655
|
+
0, () => EventTopic$
|
|
2656
|
+
];
|
|
2657
|
+
var HybridUpdateInfoEntries = [1, n0, _HUIEy,
|
|
2658
|
+
0, () => HybridUpdateInfoEntry$
|
|
2659
|
+
];
|
|
2660
|
+
var IpRoutes = [1, n0, _IR,
|
|
2661
|
+
0, () => IpRoute$
|
|
2662
|
+
];
|
|
2663
|
+
var IpRoutesInfo = [1, n0, _IRIp,
|
|
2664
|
+
0, () => IpRouteInfo$
|
|
2665
|
+
];
|
|
2666
|
+
var LDAPSSettingsInfo = [1, n0, _LDAPSSI,
|
|
2667
|
+
0, () => LDAPSSettingInfo$
|
|
2668
|
+
];
|
|
2669
|
+
var LogSubscriptions = [1, n0, _LS,
|
|
2670
|
+
0, () => LogSubscription$
|
|
2671
|
+
];
|
|
2672
|
+
var RegionsDescription = [1, n0, _RD,
|
|
2673
|
+
0, () => RegionDescription$
|
|
2674
|
+
];
|
|
2675
|
+
var SchemaExtensionsInfo = [1, n0, _SEIc,
|
|
2676
|
+
0, () => SchemaExtensionInfo$
|
|
2677
|
+
];
|
|
2678
|
+
var SettingEntries = [1, n0, _SEe,
|
|
2679
|
+
0, () => SettingEntry$
|
|
2680
|
+
];
|
|
2681
|
+
var Settings = [1, n0, _Set,
|
|
2682
|
+
0, () => Setting$
|
|
2683
|
+
];
|
|
2684
|
+
var SharedDirectories = [1, n0, _SDh,
|
|
2685
|
+
0, [() => SharedDirectory$,
|
|
2686
|
+
0]
|
|
2687
|
+
];
|
|
2688
|
+
var Snapshots = [1, n0, _Sn,
|
|
2689
|
+
0, () => Snapshot$
|
|
2690
|
+
];
|
|
2691
|
+
var Tags = [1, n0, _T,
|
|
2692
|
+
0, () => Tag$
|
|
2693
|
+
];
|
|
2694
|
+
var Trusts = [1, n0, _Tr,
|
|
2695
|
+
0, () => Trust$
|
|
2696
|
+
];
|
|
2697
|
+
var UpdateActivities = [1, n0, _UA,
|
|
2698
|
+
0, () => UpdateInfoEntry$
|
|
2699
|
+
];
|
|
2700
|
+
var AcceptSharedDirectory$ = [9, n0, _ASD,
|
|
2701
|
+
0, () => AcceptSharedDirectoryRequest$, () => AcceptSharedDirectoryResult$
|
|
2702
|
+
];
|
|
2703
|
+
var AddIpRoutes$ = [9, n0, _AIR,
|
|
2704
|
+
0, () => AddIpRoutesRequest$, () => AddIpRoutesResult$
|
|
2705
|
+
];
|
|
2706
|
+
var AddRegion$ = [9, n0, _ARdd,
|
|
2707
|
+
0, () => AddRegionRequest$, () => AddRegionResult$
|
|
2708
|
+
];
|
|
2709
|
+
var AddTagsToResource$ = [9, n0, _ATTR,
|
|
2710
|
+
0, () => AddTagsToResourceRequest$, () => AddTagsToResourceResult$
|
|
2711
|
+
];
|
|
2712
|
+
var CancelSchemaExtension$ = [9, n0, _CSE,
|
|
2713
|
+
0, () => CancelSchemaExtensionRequest$, () => CancelSchemaExtensionResult$
|
|
2714
|
+
];
|
|
2715
|
+
var ConnectDirectory$ = [9, n0, _CDo,
|
|
2716
|
+
0, () => ConnectDirectoryRequest$, () => ConnectDirectoryResult$
|
|
2717
|
+
];
|
|
2718
|
+
var CreateAlias$ = [9, n0, _CAr,
|
|
2719
|
+
0, () => CreateAliasRequest$, () => CreateAliasResult$
|
|
2720
|
+
];
|
|
2721
|
+
var CreateComputer$ = [9, n0, _CC,
|
|
2722
|
+
0, () => CreateComputerRequest$, () => CreateComputerResult$
|
|
2723
|
+
];
|
|
2724
|
+
var CreateConditionalForwarder$ = [9, n0, _CCF,
|
|
2725
|
+
0, () => CreateConditionalForwarderRequest$, () => CreateConditionalForwarderResult$
|
|
2726
|
+
];
|
|
2727
|
+
var CreateDirectory$ = [9, n0, _CDr,
|
|
2728
|
+
0, () => CreateDirectoryRequest$, () => CreateDirectoryResult$
|
|
2729
|
+
];
|
|
2730
|
+
var CreateHybridAD$ = [9, n0, _CHAD,
|
|
2731
|
+
0, () => CreateHybridADRequest$, () => CreateHybridADResult$
|
|
2732
|
+
];
|
|
2733
|
+
var CreateLogSubscription$ = [9, n0, _CLS,
|
|
2734
|
+
0, () => CreateLogSubscriptionRequest$, () => CreateLogSubscriptionResult$
|
|
2735
|
+
];
|
|
2736
|
+
var CreateMicrosoftAD$ = [9, n0, _CMAD,
|
|
2737
|
+
0, () => CreateMicrosoftADRequest$, () => CreateMicrosoftADResult$
|
|
2738
|
+
];
|
|
2739
|
+
var CreateSnapshot$ = [9, n0, _CSr,
|
|
2740
|
+
0, () => CreateSnapshotRequest$, () => CreateSnapshotResult$
|
|
2741
|
+
];
|
|
2742
|
+
var CreateTrust$ = [9, n0, _CT,
|
|
2743
|
+
0, () => CreateTrustRequest$, () => CreateTrustResult$
|
|
2744
|
+
];
|
|
2745
|
+
var DeleteADAssessment$ = [9, n0, _DADA,
|
|
2746
|
+
0, () => DeleteADAssessmentRequest$, () => DeleteADAssessmentResult$
|
|
2747
|
+
];
|
|
2748
|
+
var DeleteConditionalForwarder$ = [9, n0, _DCF,
|
|
2749
|
+
0, () => DeleteConditionalForwarderRequest$, () => DeleteConditionalForwarderResult$
|
|
2750
|
+
];
|
|
2751
|
+
var DeleteDirectory$ = [9, n0, _DDe,
|
|
2752
|
+
0, () => DeleteDirectoryRequest$, () => DeleteDirectoryResult$
|
|
2753
|
+
];
|
|
2754
|
+
var DeleteLogSubscription$ = [9, n0, _DLS,
|
|
2755
|
+
0, () => DeleteLogSubscriptionRequest$, () => DeleteLogSubscriptionResult$
|
|
2756
|
+
];
|
|
2757
|
+
var DeleteSnapshot$ = [9, n0, _DSe,
|
|
2758
|
+
0, () => DeleteSnapshotRequest$, () => DeleteSnapshotResult$
|
|
2759
|
+
];
|
|
2760
|
+
var DeleteTrust$ = [9, n0, _DTe,
|
|
2761
|
+
0, () => DeleteTrustRequest$, () => DeleteTrustResult$
|
|
2762
|
+
];
|
|
2763
|
+
var DeregisterCertificate$ = [9, n0, _DCe,
|
|
2764
|
+
0, () => DeregisterCertificateRequest$, () => DeregisterCertificateResult$
|
|
2765
|
+
];
|
|
2766
|
+
var DeregisterEventTopic$ = [9, n0, _DET,
|
|
2767
|
+
0, () => DeregisterEventTopicRequest$, () => DeregisterEventTopicResult$
|
|
2768
|
+
];
|
|
2769
|
+
var DescribeADAssessment$ = [9, n0, _DADAe,
|
|
2770
|
+
0, () => DescribeADAssessmentRequest$, () => DescribeADAssessmentResult$
|
|
2771
|
+
];
|
|
2772
|
+
var DescribeCAEnrollmentPolicy$ = [9, n0, _DCAEP,
|
|
2773
|
+
0, () => DescribeCAEnrollmentPolicyRequest$, () => DescribeCAEnrollmentPolicyResult$
|
|
2774
|
+
];
|
|
2775
|
+
var DescribeCertificate$ = [9, n0, _DCes,
|
|
2776
|
+
0, () => DescribeCertificateRequest$, () => DescribeCertificateResult$
|
|
2777
|
+
];
|
|
2778
|
+
var DescribeClientAuthenticationSettings$ = [9, n0, _DCAS,
|
|
2779
|
+
0, () => DescribeClientAuthenticationSettingsRequest$, () => DescribeClientAuthenticationSettingsResult$
|
|
2780
|
+
];
|
|
2781
|
+
var DescribeConditionalForwarders$ = [9, n0, _DCFe,
|
|
2782
|
+
0, () => DescribeConditionalForwardersRequest$, () => DescribeConditionalForwardersResult$
|
|
2783
|
+
];
|
|
2784
|
+
var DescribeDirectories$ = [9, n0, _DDes,
|
|
2785
|
+
0, () => DescribeDirectoriesRequest$, () => DescribeDirectoriesResult$
|
|
2786
|
+
];
|
|
2787
|
+
var DescribeDirectoryDataAccess$ = [9, n0, _DDDA,
|
|
2788
|
+
0, () => DescribeDirectoryDataAccessRequest$, () => DescribeDirectoryDataAccessResult$
|
|
2789
|
+
];
|
|
2790
|
+
var DescribeDomainControllers$ = [9, n0, _DDC,
|
|
2791
|
+
0, () => DescribeDomainControllersRequest$, () => DescribeDomainControllersResult$
|
|
2792
|
+
];
|
|
2793
|
+
var DescribeEventTopics$ = [9, n0, _DETe,
|
|
2794
|
+
0, () => DescribeEventTopicsRequest$, () => DescribeEventTopicsResult$
|
|
2795
|
+
];
|
|
2796
|
+
var DescribeHybridADUpdate$ = [9, n0, _DHADU,
|
|
2797
|
+
0, () => DescribeHybridADUpdateRequest$, () => DescribeHybridADUpdateResult$
|
|
2798
|
+
];
|
|
2799
|
+
var DescribeLDAPSSettings$ = [9, n0, _DLDAPSS,
|
|
2800
|
+
0, () => DescribeLDAPSSettingsRequest$, () => DescribeLDAPSSettingsResult$
|
|
2801
|
+
];
|
|
2802
|
+
var DescribeRegions$ = [9, n0, _DR,
|
|
2803
|
+
0, () => DescribeRegionsRequest$, () => DescribeRegionsResult$
|
|
2804
|
+
];
|
|
2805
|
+
var DescribeSettings$ = [9, n0, _DSes,
|
|
2806
|
+
0, () => DescribeSettingsRequest$, () => DescribeSettingsResult$
|
|
2807
|
+
];
|
|
2808
|
+
var DescribeSharedDirectories$ = [9, n0, _DSD,
|
|
2809
|
+
0, () => DescribeSharedDirectoriesRequest$, () => DescribeSharedDirectoriesResult$
|
|
2810
|
+
];
|
|
2811
|
+
var DescribeSnapshots$ = [9, n0, _DSesc,
|
|
2812
|
+
0, () => DescribeSnapshotsRequest$, () => DescribeSnapshotsResult$
|
|
2813
|
+
];
|
|
2814
|
+
var DescribeTrusts$ = [9, n0, _DTes,
|
|
2815
|
+
0, () => DescribeTrustsRequest$, () => DescribeTrustsResult$
|
|
2816
|
+
];
|
|
2817
|
+
var DescribeUpdateDirectory$ = [9, n0, _DUD,
|
|
2818
|
+
0, () => DescribeUpdateDirectoryRequest$, () => DescribeUpdateDirectoryResult$
|
|
2819
|
+
];
|
|
2820
|
+
var DisableCAEnrollmentPolicy$ = [9, n0, _DCAEPi,
|
|
2821
|
+
0, () => DisableCAEnrollmentPolicyRequest$, () => DisableCAEnrollmentPolicyResult$
|
|
2822
|
+
];
|
|
2823
|
+
var DisableClientAuthentication$ = [9, n0, _DCA,
|
|
2824
|
+
0, () => DisableClientAuthenticationRequest$, () => DisableClientAuthenticationResult$
|
|
2825
|
+
];
|
|
2826
|
+
var DisableDirectoryDataAccess$ = [9, n0, _DDDAi,
|
|
2827
|
+
0, () => DisableDirectoryDataAccessRequest$, () => DisableDirectoryDataAccessResult$
|
|
2828
|
+
];
|
|
2829
|
+
var DisableLDAPS$ = [9, n0, _DLDAPS,
|
|
2830
|
+
0, () => DisableLDAPSRequest$, () => DisableLDAPSResult$
|
|
2831
|
+
];
|
|
2832
|
+
var DisableRadius$ = [9, n0, _DRi,
|
|
2833
|
+
0, () => DisableRadiusRequest$, () => DisableRadiusResult$
|
|
2834
|
+
];
|
|
2835
|
+
var DisableSso$ = [9, n0, _DSi,
|
|
2836
|
+
0, () => DisableSsoRequest$, () => DisableSsoResult$
|
|
2837
|
+
];
|
|
2838
|
+
var EnableCAEnrollmentPolicy$ = [9, n0, _ECAEP,
|
|
2839
|
+
0, () => EnableCAEnrollmentPolicyRequest$, () => EnableCAEnrollmentPolicyResult$
|
|
2840
|
+
];
|
|
2841
|
+
var EnableClientAuthentication$ = [9, n0, _ECA,
|
|
2842
|
+
0, () => EnableClientAuthenticationRequest$, () => EnableClientAuthenticationResult$
|
|
2843
|
+
];
|
|
2844
|
+
var EnableDirectoryDataAccess$ = [9, n0, _EDDA,
|
|
2845
|
+
0, () => EnableDirectoryDataAccessRequest$, () => EnableDirectoryDataAccessResult$
|
|
2846
|
+
];
|
|
2847
|
+
var EnableLDAPS$ = [9, n0, _ELDAPS,
|
|
2848
|
+
0, () => EnableLDAPSRequest$, () => EnableLDAPSResult$
|
|
2849
|
+
];
|
|
2850
|
+
var EnableRadius$ = [9, n0, _ER,
|
|
2851
|
+
0, () => EnableRadiusRequest$, () => EnableRadiusResult$
|
|
2852
|
+
];
|
|
2853
|
+
var EnableSso$ = [9, n0, _ES,
|
|
2854
|
+
0, () => EnableSsoRequest$, () => EnableSsoResult$
|
|
2855
|
+
];
|
|
2856
|
+
var GetDirectoryLimits$ = [9, n0, _GDL,
|
|
2857
|
+
0, () => GetDirectoryLimitsRequest$, () => GetDirectoryLimitsResult$
|
|
2858
|
+
];
|
|
2859
|
+
var GetSnapshotLimits$ = [9, n0, _GSL,
|
|
2860
|
+
0, () => GetSnapshotLimitsRequest$, () => GetSnapshotLimitsResult$
|
|
2861
|
+
];
|
|
2862
|
+
var ListADAssessments$ = [9, n0, _LADA,
|
|
2863
|
+
0, () => ListADAssessmentsRequest$, () => ListADAssessmentsResult$
|
|
2864
|
+
];
|
|
2865
|
+
var ListCertificates$ = [9, n0, _LCi,
|
|
2866
|
+
0, () => ListCertificatesRequest$, () => ListCertificatesResult$
|
|
2867
|
+
];
|
|
2868
|
+
var ListIpRoutes$ = [9, n0, _LIR,
|
|
2869
|
+
0, () => ListIpRoutesRequest$, () => ListIpRoutesResult$
|
|
2870
|
+
];
|
|
2871
|
+
var ListLogSubscriptions$ = [9, n0, _LLS,
|
|
2872
|
+
0, () => ListLogSubscriptionsRequest$, () => ListLogSubscriptionsResult$
|
|
2873
|
+
];
|
|
2874
|
+
var ListSchemaExtensions$ = [9, n0, _LSE,
|
|
2875
|
+
0, () => ListSchemaExtensionsRequest$, () => ListSchemaExtensionsResult$
|
|
2876
|
+
];
|
|
2877
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2878
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResult$
|
|
2879
|
+
];
|
|
2880
|
+
var RegisterCertificate$ = [9, n0, _RC,
|
|
2881
|
+
0, () => RegisterCertificateRequest$, () => RegisterCertificateResult$
|
|
2882
|
+
];
|
|
2883
|
+
var RegisterEventTopic$ = [9, n0, _RET,
|
|
2884
|
+
0, () => RegisterEventTopicRequest$, () => RegisterEventTopicResult$
|
|
2885
|
+
];
|
|
2886
|
+
var RejectSharedDirectory$ = [9, n0, _RSD,
|
|
2887
|
+
0, () => RejectSharedDirectoryRequest$, () => RejectSharedDirectoryResult$
|
|
2888
|
+
];
|
|
2889
|
+
var RemoveIpRoutes$ = [9, n0, _RIR,
|
|
2890
|
+
0, () => RemoveIpRoutesRequest$, () => RemoveIpRoutesResult$
|
|
2891
|
+
];
|
|
2892
|
+
var RemoveRegion$ = [9, n0, _RRe,
|
|
2893
|
+
0, () => RemoveRegionRequest$, () => RemoveRegionResult$
|
|
2894
|
+
];
|
|
2895
|
+
var RemoveTagsFromResource$ = [9, n0, _RTFR,
|
|
2896
|
+
0, () => RemoveTagsFromResourceRequest$, () => RemoveTagsFromResourceResult$
|
|
2897
|
+
];
|
|
2898
|
+
var ResetUserPassword$ = [9, n0, _RUP,
|
|
2899
|
+
0, () => ResetUserPasswordRequest$, () => ResetUserPasswordResult$
|
|
2900
|
+
];
|
|
2901
|
+
var RestoreFromSnapshot$ = [9, n0, _RFS,
|
|
2902
|
+
0, () => RestoreFromSnapshotRequest$, () => RestoreFromSnapshotResult$
|
|
2903
|
+
];
|
|
2904
|
+
var ShareDirectory$ = [9, n0, _SDha,
|
|
2905
|
+
0, () => ShareDirectoryRequest$, () => ShareDirectoryResult$
|
|
2906
|
+
];
|
|
2907
|
+
var StartADAssessment$ = [9, n0, _SADA,
|
|
2908
|
+
0, () => StartADAssessmentRequest$, () => StartADAssessmentResult$
|
|
2909
|
+
];
|
|
2910
|
+
var StartSchemaExtension$ = [9, n0, _SSE,
|
|
2911
|
+
0, () => StartSchemaExtensionRequest$, () => StartSchemaExtensionResult$
|
|
2912
|
+
];
|
|
2913
|
+
var UnshareDirectory$ = [9, n0, _UD,
|
|
2914
|
+
0, () => UnshareDirectoryRequest$, () => UnshareDirectoryResult$
|
|
2915
|
+
];
|
|
2916
|
+
var UpdateConditionalForwarder$ = [9, n0, _UCF,
|
|
2917
|
+
0, () => UpdateConditionalForwarderRequest$, () => UpdateConditionalForwarderResult$
|
|
2918
|
+
];
|
|
2919
|
+
var UpdateDirectorySetup$ = [9, n0, _UDS,
|
|
2920
|
+
0, () => UpdateDirectorySetupRequest$, () => UpdateDirectorySetupResult$
|
|
2921
|
+
];
|
|
2922
|
+
var UpdateHybridAD$ = [9, n0, _UHAD,
|
|
2923
|
+
0, () => UpdateHybridADRequest$, () => UpdateHybridADResult$
|
|
2924
|
+
];
|
|
2925
|
+
var UpdateNumberOfDomainControllers$ = [9, n0, _UNODC,
|
|
2926
|
+
0, () => UpdateNumberOfDomainControllersRequest$, () => UpdateNumberOfDomainControllersResult$
|
|
2927
|
+
];
|
|
2928
|
+
var UpdateRadius$ = [9, n0, _UR,
|
|
2929
|
+
0, () => UpdateRadiusRequest$, () => UpdateRadiusResult$
|
|
2930
|
+
];
|
|
2931
|
+
var UpdateSettings$ = [9, n0, _US,
|
|
2932
|
+
0, () => UpdateSettingsRequest$, () => UpdateSettingsResult$
|
|
2933
|
+
];
|
|
2934
|
+
var UpdateTrust$ = [9, n0, _UTp,
|
|
2935
|
+
0, () => UpdateTrustRequest$, () => UpdateTrustResult$
|
|
2936
|
+
];
|
|
2937
|
+
var VerifyTrust$ = [9, n0, _VT,
|
|
2938
|
+
0, () => VerifyTrustRequest$, () => VerifyTrustResult$
|
|
2939
|
+
];
|
|
2940
|
+
|
|
2941
|
+
const getRuntimeConfig$1 = (config) => {
|
|
2942
|
+
return {
|
|
2943
|
+
apiVersion: "2015-04-16",
|
|
2944
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
2945
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
2946
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
2947
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
2948
|
+
extensions: config?.extensions ?? [],
|
|
2949
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultDirectoryServiceHttpAuthSchemeProvider,
|
|
2950
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
2951
|
+
{
|
|
2952
|
+
schemeId: "aws.auth#sigv4",
|
|
2953
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
2954
|
+
signer: new AwsSdkSigV4Signer(),
|
|
2955
|
+
},
|
|
2956
|
+
],
|
|
2957
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
2958
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
2959
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
2960
|
+
defaultNamespace: "com.amazonaws.directoryservice",
|
|
2961
|
+
errorTypeRegistries,
|
|
2962
|
+
xmlNamespace: "http://directoryservice.amazonaws.com/doc/2015-04-16/",
|
|
2963
|
+
version: "2015-04-16",
|
|
2964
|
+
serviceTarget: "DirectoryService_20150416",
|
|
2965
|
+
},
|
|
2966
|
+
serviceId: config?.serviceId ?? "Directory Service",
|
|
2967
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2968
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
2969
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2970
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
2971
|
+
};
|
|
2972
|
+
};
|
|
2973
|
+
|
|
2974
|
+
const getRuntimeConfig = (config) => {
|
|
2975
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
2976
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
2977
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
2978
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
2979
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
2980
|
+
const loaderConfig = {
|
|
2981
|
+
profile: config?.profile,
|
|
2982
|
+
logger: clientSharedValues.logger,
|
|
2983
|
+
};
|
|
2984
|
+
return {
|
|
2985
|
+
...clientSharedValues,
|
|
2986
|
+
...config,
|
|
2987
|
+
runtime: "node",
|
|
2988
|
+
defaultsMode,
|
|
2989
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
2990
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
2991
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
2992
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
2993
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
2994
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
2995
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
2996
|
+
retryMode: config?.retryMode ??
|
|
2997
|
+
loadConfig({
|
|
2998
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2999
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
3000
|
+
}, config),
|
|
3001
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
3002
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3003
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3004
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
3005
|
+
};
|
|
3006
|
+
};
|
|
3007
|
+
|
|
34
3008
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
3009
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
3010
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -1470,123 +4444,495 @@ const TargetType = {
|
|
|
1470
4444
|
ACCOUNT: "ACCOUNT",
|
|
1471
4445
|
};
|
|
1472
4446
|
|
|
4447
|
+
exports.ADAssessmentLimitExceededException = ADAssessmentLimitExceededException;
|
|
4448
|
+
exports.ADAssessmentLimitExceededException$ = ADAssessmentLimitExceededException$;
|
|
4449
|
+
exports.AcceptSharedDirectory$ = AcceptSharedDirectory$;
|
|
1473
4450
|
exports.AcceptSharedDirectoryCommand = AcceptSharedDirectoryCommand;
|
|
4451
|
+
exports.AcceptSharedDirectoryRequest$ = AcceptSharedDirectoryRequest$;
|
|
4452
|
+
exports.AcceptSharedDirectoryResult$ = AcceptSharedDirectoryResult$;
|
|
4453
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
4454
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
4455
|
+
exports.AddIpRoutes$ = AddIpRoutes$;
|
|
1474
4456
|
exports.AddIpRoutesCommand = AddIpRoutesCommand;
|
|
4457
|
+
exports.AddIpRoutesRequest$ = AddIpRoutesRequest$;
|
|
4458
|
+
exports.AddIpRoutesResult$ = AddIpRoutesResult$;
|
|
4459
|
+
exports.AddRegion$ = AddRegion$;
|
|
1475
4460
|
exports.AddRegionCommand = AddRegionCommand;
|
|
4461
|
+
exports.AddRegionRequest$ = AddRegionRequest$;
|
|
4462
|
+
exports.AddRegionResult$ = AddRegionResult$;
|
|
4463
|
+
exports.AddTagsToResource$ = AddTagsToResource$;
|
|
1476
4464
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
4465
|
+
exports.AddTagsToResourceRequest$ = AddTagsToResourceRequest$;
|
|
4466
|
+
exports.AddTagsToResourceResult$ = AddTagsToResourceResult$;
|
|
4467
|
+
exports.Assessment$ = Assessment$;
|
|
4468
|
+
exports.AssessmentConfiguration$ = AssessmentConfiguration$;
|
|
4469
|
+
exports.AssessmentReport$ = AssessmentReport$;
|
|
4470
|
+
exports.AssessmentSummary$ = AssessmentSummary$;
|
|
4471
|
+
exports.AssessmentValidation$ = AssessmentValidation$;
|
|
4472
|
+
exports.Attribute$ = Attribute$;
|
|
4473
|
+
exports.AuthenticationFailedException = AuthenticationFailedException;
|
|
4474
|
+
exports.AuthenticationFailedException$ = AuthenticationFailedException$;
|
|
1477
4475
|
exports.CaEnrollmentPolicyStatus = CaEnrollmentPolicyStatus;
|
|
4476
|
+
exports.CancelSchemaExtension$ = CancelSchemaExtension$;
|
|
1478
4477
|
exports.CancelSchemaExtensionCommand = CancelSchemaExtensionCommand;
|
|
4478
|
+
exports.CancelSchemaExtensionRequest$ = CancelSchemaExtensionRequest$;
|
|
4479
|
+
exports.CancelSchemaExtensionResult$ = CancelSchemaExtensionResult$;
|
|
4480
|
+
exports.Certificate$ = Certificate$;
|
|
4481
|
+
exports.CertificateAlreadyExistsException = CertificateAlreadyExistsException;
|
|
4482
|
+
exports.CertificateAlreadyExistsException$ = CertificateAlreadyExistsException$;
|
|
4483
|
+
exports.CertificateDoesNotExistException = CertificateDoesNotExistException;
|
|
4484
|
+
exports.CertificateDoesNotExistException$ = CertificateDoesNotExistException$;
|
|
4485
|
+
exports.CertificateInUseException = CertificateInUseException;
|
|
4486
|
+
exports.CertificateInUseException$ = CertificateInUseException$;
|
|
4487
|
+
exports.CertificateInfo$ = CertificateInfo$;
|
|
4488
|
+
exports.CertificateLimitExceededException = CertificateLimitExceededException;
|
|
4489
|
+
exports.CertificateLimitExceededException$ = CertificateLimitExceededException$;
|
|
1479
4490
|
exports.CertificateState = CertificateState;
|
|
1480
4491
|
exports.CertificateType = CertificateType;
|
|
4492
|
+
exports.ClientAuthenticationSettingInfo$ = ClientAuthenticationSettingInfo$;
|
|
1481
4493
|
exports.ClientAuthenticationStatus = ClientAuthenticationStatus;
|
|
1482
4494
|
exports.ClientAuthenticationType = ClientAuthenticationType;
|
|
4495
|
+
exports.ClientCertAuthSettings$ = ClientCertAuthSettings$;
|
|
4496
|
+
exports.ClientException = ClientException;
|
|
4497
|
+
exports.ClientException$ = ClientException$;
|
|
4498
|
+
exports.Computer$ = Computer$;
|
|
4499
|
+
exports.ConditionalForwarder$ = ConditionalForwarder$;
|
|
4500
|
+
exports.ConnectDirectory$ = ConnectDirectory$;
|
|
1483
4501
|
exports.ConnectDirectoryCommand = ConnectDirectoryCommand;
|
|
4502
|
+
exports.ConnectDirectoryRequest$ = ConnectDirectoryRequest$;
|
|
4503
|
+
exports.ConnectDirectoryResult$ = ConnectDirectoryResult$;
|
|
4504
|
+
exports.CreateAlias$ = CreateAlias$;
|
|
1484
4505
|
exports.CreateAliasCommand = CreateAliasCommand;
|
|
4506
|
+
exports.CreateAliasRequest$ = CreateAliasRequest$;
|
|
4507
|
+
exports.CreateAliasResult$ = CreateAliasResult$;
|
|
4508
|
+
exports.CreateComputer$ = CreateComputer$;
|
|
1485
4509
|
exports.CreateComputerCommand = CreateComputerCommand;
|
|
4510
|
+
exports.CreateComputerRequest$ = CreateComputerRequest$;
|
|
4511
|
+
exports.CreateComputerResult$ = CreateComputerResult$;
|
|
4512
|
+
exports.CreateConditionalForwarder$ = CreateConditionalForwarder$;
|
|
1486
4513
|
exports.CreateConditionalForwarderCommand = CreateConditionalForwarderCommand;
|
|
4514
|
+
exports.CreateConditionalForwarderRequest$ = CreateConditionalForwarderRequest$;
|
|
4515
|
+
exports.CreateConditionalForwarderResult$ = CreateConditionalForwarderResult$;
|
|
4516
|
+
exports.CreateDirectory$ = CreateDirectory$;
|
|
1487
4517
|
exports.CreateDirectoryCommand = CreateDirectoryCommand;
|
|
4518
|
+
exports.CreateDirectoryRequest$ = CreateDirectoryRequest$;
|
|
4519
|
+
exports.CreateDirectoryResult$ = CreateDirectoryResult$;
|
|
4520
|
+
exports.CreateHybridAD$ = CreateHybridAD$;
|
|
1488
4521
|
exports.CreateHybridADCommand = CreateHybridADCommand;
|
|
4522
|
+
exports.CreateHybridADRequest$ = CreateHybridADRequest$;
|
|
4523
|
+
exports.CreateHybridADResult$ = CreateHybridADResult$;
|
|
4524
|
+
exports.CreateLogSubscription$ = CreateLogSubscription$;
|
|
1489
4525
|
exports.CreateLogSubscriptionCommand = CreateLogSubscriptionCommand;
|
|
4526
|
+
exports.CreateLogSubscriptionRequest$ = CreateLogSubscriptionRequest$;
|
|
4527
|
+
exports.CreateLogSubscriptionResult$ = CreateLogSubscriptionResult$;
|
|
4528
|
+
exports.CreateMicrosoftAD$ = CreateMicrosoftAD$;
|
|
1490
4529
|
exports.CreateMicrosoftADCommand = CreateMicrosoftADCommand;
|
|
4530
|
+
exports.CreateMicrosoftADRequest$ = CreateMicrosoftADRequest$;
|
|
4531
|
+
exports.CreateMicrosoftADResult$ = CreateMicrosoftADResult$;
|
|
4532
|
+
exports.CreateSnapshot$ = CreateSnapshot$;
|
|
1491
4533
|
exports.CreateSnapshotCommand = CreateSnapshotCommand;
|
|
4534
|
+
exports.CreateSnapshotRequest$ = CreateSnapshotRequest$;
|
|
4535
|
+
exports.CreateSnapshotResult$ = CreateSnapshotResult$;
|
|
4536
|
+
exports.CreateTrust$ = CreateTrust$;
|
|
1492
4537
|
exports.CreateTrustCommand = CreateTrustCommand;
|
|
4538
|
+
exports.CreateTrustRequest$ = CreateTrustRequest$;
|
|
4539
|
+
exports.CreateTrustResult$ = CreateTrustResult$;
|
|
1493
4540
|
exports.DataAccessStatus = DataAccessStatus;
|
|
4541
|
+
exports.DeleteADAssessment$ = DeleteADAssessment$;
|
|
1494
4542
|
exports.DeleteADAssessmentCommand = DeleteADAssessmentCommand;
|
|
4543
|
+
exports.DeleteADAssessmentRequest$ = DeleteADAssessmentRequest$;
|
|
4544
|
+
exports.DeleteADAssessmentResult$ = DeleteADAssessmentResult$;
|
|
4545
|
+
exports.DeleteConditionalForwarder$ = DeleteConditionalForwarder$;
|
|
1495
4546
|
exports.DeleteConditionalForwarderCommand = DeleteConditionalForwarderCommand;
|
|
4547
|
+
exports.DeleteConditionalForwarderRequest$ = DeleteConditionalForwarderRequest$;
|
|
4548
|
+
exports.DeleteConditionalForwarderResult$ = DeleteConditionalForwarderResult$;
|
|
4549
|
+
exports.DeleteDirectory$ = DeleteDirectory$;
|
|
1496
4550
|
exports.DeleteDirectoryCommand = DeleteDirectoryCommand;
|
|
4551
|
+
exports.DeleteDirectoryRequest$ = DeleteDirectoryRequest$;
|
|
4552
|
+
exports.DeleteDirectoryResult$ = DeleteDirectoryResult$;
|
|
4553
|
+
exports.DeleteLogSubscription$ = DeleteLogSubscription$;
|
|
1497
4554
|
exports.DeleteLogSubscriptionCommand = DeleteLogSubscriptionCommand;
|
|
4555
|
+
exports.DeleteLogSubscriptionRequest$ = DeleteLogSubscriptionRequest$;
|
|
4556
|
+
exports.DeleteLogSubscriptionResult$ = DeleteLogSubscriptionResult$;
|
|
4557
|
+
exports.DeleteSnapshot$ = DeleteSnapshot$;
|
|
1498
4558
|
exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
|
|
4559
|
+
exports.DeleteSnapshotRequest$ = DeleteSnapshotRequest$;
|
|
4560
|
+
exports.DeleteSnapshotResult$ = DeleteSnapshotResult$;
|
|
4561
|
+
exports.DeleteTrust$ = DeleteTrust$;
|
|
1499
4562
|
exports.DeleteTrustCommand = DeleteTrustCommand;
|
|
4563
|
+
exports.DeleteTrustRequest$ = DeleteTrustRequest$;
|
|
4564
|
+
exports.DeleteTrustResult$ = DeleteTrustResult$;
|
|
4565
|
+
exports.DeregisterCertificate$ = DeregisterCertificate$;
|
|
1500
4566
|
exports.DeregisterCertificateCommand = DeregisterCertificateCommand;
|
|
4567
|
+
exports.DeregisterCertificateRequest$ = DeregisterCertificateRequest$;
|
|
4568
|
+
exports.DeregisterCertificateResult$ = DeregisterCertificateResult$;
|
|
4569
|
+
exports.DeregisterEventTopic$ = DeregisterEventTopic$;
|
|
1501
4570
|
exports.DeregisterEventTopicCommand = DeregisterEventTopicCommand;
|
|
4571
|
+
exports.DeregisterEventTopicRequest$ = DeregisterEventTopicRequest$;
|
|
4572
|
+
exports.DeregisterEventTopicResult$ = DeregisterEventTopicResult$;
|
|
4573
|
+
exports.DescribeADAssessment$ = DescribeADAssessment$;
|
|
1502
4574
|
exports.DescribeADAssessmentCommand = DescribeADAssessmentCommand;
|
|
4575
|
+
exports.DescribeADAssessmentRequest$ = DescribeADAssessmentRequest$;
|
|
4576
|
+
exports.DescribeADAssessmentResult$ = DescribeADAssessmentResult$;
|
|
4577
|
+
exports.DescribeCAEnrollmentPolicy$ = DescribeCAEnrollmentPolicy$;
|
|
1503
4578
|
exports.DescribeCAEnrollmentPolicyCommand = DescribeCAEnrollmentPolicyCommand;
|
|
4579
|
+
exports.DescribeCAEnrollmentPolicyRequest$ = DescribeCAEnrollmentPolicyRequest$;
|
|
4580
|
+
exports.DescribeCAEnrollmentPolicyResult$ = DescribeCAEnrollmentPolicyResult$;
|
|
4581
|
+
exports.DescribeCertificate$ = DescribeCertificate$;
|
|
1504
4582
|
exports.DescribeCertificateCommand = DescribeCertificateCommand;
|
|
4583
|
+
exports.DescribeCertificateRequest$ = DescribeCertificateRequest$;
|
|
4584
|
+
exports.DescribeCertificateResult$ = DescribeCertificateResult$;
|
|
4585
|
+
exports.DescribeClientAuthenticationSettings$ = DescribeClientAuthenticationSettings$;
|
|
1505
4586
|
exports.DescribeClientAuthenticationSettingsCommand = DescribeClientAuthenticationSettingsCommand;
|
|
4587
|
+
exports.DescribeClientAuthenticationSettingsRequest$ = DescribeClientAuthenticationSettingsRequest$;
|
|
4588
|
+
exports.DescribeClientAuthenticationSettingsResult$ = DescribeClientAuthenticationSettingsResult$;
|
|
4589
|
+
exports.DescribeConditionalForwarders$ = DescribeConditionalForwarders$;
|
|
1506
4590
|
exports.DescribeConditionalForwardersCommand = DescribeConditionalForwardersCommand;
|
|
4591
|
+
exports.DescribeConditionalForwardersRequest$ = DescribeConditionalForwardersRequest$;
|
|
4592
|
+
exports.DescribeConditionalForwardersResult$ = DescribeConditionalForwardersResult$;
|
|
4593
|
+
exports.DescribeDirectories$ = DescribeDirectories$;
|
|
1507
4594
|
exports.DescribeDirectoriesCommand = DescribeDirectoriesCommand;
|
|
4595
|
+
exports.DescribeDirectoriesRequest$ = DescribeDirectoriesRequest$;
|
|
4596
|
+
exports.DescribeDirectoriesResult$ = DescribeDirectoriesResult$;
|
|
4597
|
+
exports.DescribeDirectoryDataAccess$ = DescribeDirectoryDataAccess$;
|
|
1508
4598
|
exports.DescribeDirectoryDataAccessCommand = DescribeDirectoryDataAccessCommand;
|
|
4599
|
+
exports.DescribeDirectoryDataAccessRequest$ = DescribeDirectoryDataAccessRequest$;
|
|
4600
|
+
exports.DescribeDirectoryDataAccessResult$ = DescribeDirectoryDataAccessResult$;
|
|
4601
|
+
exports.DescribeDomainControllers$ = DescribeDomainControllers$;
|
|
1509
4602
|
exports.DescribeDomainControllersCommand = DescribeDomainControllersCommand;
|
|
4603
|
+
exports.DescribeDomainControllersRequest$ = DescribeDomainControllersRequest$;
|
|
4604
|
+
exports.DescribeDomainControllersResult$ = DescribeDomainControllersResult$;
|
|
4605
|
+
exports.DescribeEventTopics$ = DescribeEventTopics$;
|
|
1510
4606
|
exports.DescribeEventTopicsCommand = DescribeEventTopicsCommand;
|
|
4607
|
+
exports.DescribeEventTopicsRequest$ = DescribeEventTopicsRequest$;
|
|
4608
|
+
exports.DescribeEventTopicsResult$ = DescribeEventTopicsResult$;
|
|
4609
|
+
exports.DescribeHybridADUpdate$ = DescribeHybridADUpdate$;
|
|
1511
4610
|
exports.DescribeHybridADUpdateCommand = DescribeHybridADUpdateCommand;
|
|
4611
|
+
exports.DescribeHybridADUpdateRequest$ = DescribeHybridADUpdateRequest$;
|
|
4612
|
+
exports.DescribeHybridADUpdateResult$ = DescribeHybridADUpdateResult$;
|
|
4613
|
+
exports.DescribeLDAPSSettings$ = DescribeLDAPSSettings$;
|
|
1512
4614
|
exports.DescribeLDAPSSettingsCommand = DescribeLDAPSSettingsCommand;
|
|
4615
|
+
exports.DescribeLDAPSSettingsRequest$ = DescribeLDAPSSettingsRequest$;
|
|
4616
|
+
exports.DescribeLDAPSSettingsResult$ = DescribeLDAPSSettingsResult$;
|
|
4617
|
+
exports.DescribeRegions$ = DescribeRegions$;
|
|
1513
4618
|
exports.DescribeRegionsCommand = DescribeRegionsCommand;
|
|
4619
|
+
exports.DescribeRegionsRequest$ = DescribeRegionsRequest$;
|
|
4620
|
+
exports.DescribeRegionsResult$ = DescribeRegionsResult$;
|
|
4621
|
+
exports.DescribeSettings$ = DescribeSettings$;
|
|
1514
4622
|
exports.DescribeSettingsCommand = DescribeSettingsCommand;
|
|
4623
|
+
exports.DescribeSettingsRequest$ = DescribeSettingsRequest$;
|
|
4624
|
+
exports.DescribeSettingsResult$ = DescribeSettingsResult$;
|
|
4625
|
+
exports.DescribeSharedDirectories$ = DescribeSharedDirectories$;
|
|
1515
4626
|
exports.DescribeSharedDirectoriesCommand = DescribeSharedDirectoriesCommand;
|
|
4627
|
+
exports.DescribeSharedDirectoriesRequest$ = DescribeSharedDirectoriesRequest$;
|
|
4628
|
+
exports.DescribeSharedDirectoriesResult$ = DescribeSharedDirectoriesResult$;
|
|
4629
|
+
exports.DescribeSnapshots$ = DescribeSnapshots$;
|
|
1516
4630
|
exports.DescribeSnapshotsCommand = DescribeSnapshotsCommand;
|
|
4631
|
+
exports.DescribeSnapshotsRequest$ = DescribeSnapshotsRequest$;
|
|
4632
|
+
exports.DescribeSnapshotsResult$ = DescribeSnapshotsResult$;
|
|
4633
|
+
exports.DescribeTrusts$ = DescribeTrusts$;
|
|
1517
4634
|
exports.DescribeTrustsCommand = DescribeTrustsCommand;
|
|
4635
|
+
exports.DescribeTrustsRequest$ = DescribeTrustsRequest$;
|
|
4636
|
+
exports.DescribeTrustsResult$ = DescribeTrustsResult$;
|
|
4637
|
+
exports.DescribeUpdateDirectory$ = DescribeUpdateDirectory$;
|
|
1518
4638
|
exports.DescribeUpdateDirectoryCommand = DescribeUpdateDirectoryCommand;
|
|
4639
|
+
exports.DescribeUpdateDirectoryRequest$ = DescribeUpdateDirectoryRequest$;
|
|
4640
|
+
exports.DescribeUpdateDirectoryResult$ = DescribeUpdateDirectoryResult$;
|
|
4641
|
+
exports.DirectoryAlreadyInRegionException = DirectoryAlreadyInRegionException;
|
|
4642
|
+
exports.DirectoryAlreadyInRegionException$ = DirectoryAlreadyInRegionException$;
|
|
4643
|
+
exports.DirectoryAlreadySharedException = DirectoryAlreadySharedException;
|
|
4644
|
+
exports.DirectoryAlreadySharedException$ = DirectoryAlreadySharedException$;
|
|
1519
4645
|
exports.DirectoryConfigurationStatus = DirectoryConfigurationStatus;
|
|
4646
|
+
exports.DirectoryConnectSettings$ = DirectoryConnectSettings$;
|
|
4647
|
+
exports.DirectoryConnectSettingsDescription$ = DirectoryConnectSettingsDescription$;
|
|
4648
|
+
exports.DirectoryDescription$ = DirectoryDescription$;
|
|
4649
|
+
exports.DirectoryDoesNotExistException = DirectoryDoesNotExistException;
|
|
4650
|
+
exports.DirectoryDoesNotExistException$ = DirectoryDoesNotExistException$;
|
|
1520
4651
|
exports.DirectoryEdition = DirectoryEdition;
|
|
4652
|
+
exports.DirectoryInDesiredStateException = DirectoryInDesiredStateException;
|
|
4653
|
+
exports.DirectoryInDesiredStateException$ = DirectoryInDesiredStateException$;
|
|
4654
|
+
exports.DirectoryLimitExceededException = DirectoryLimitExceededException;
|
|
4655
|
+
exports.DirectoryLimitExceededException$ = DirectoryLimitExceededException$;
|
|
4656
|
+
exports.DirectoryLimits$ = DirectoryLimits$;
|
|
4657
|
+
exports.DirectoryNotSharedException = DirectoryNotSharedException;
|
|
4658
|
+
exports.DirectoryNotSharedException$ = DirectoryNotSharedException$;
|
|
1521
4659
|
exports.DirectoryService = DirectoryService;
|
|
1522
4660
|
exports.DirectoryServiceClient = DirectoryServiceClient;
|
|
4661
|
+
exports.DirectoryServiceServiceException = DirectoryServiceServiceException;
|
|
4662
|
+
exports.DirectoryServiceServiceException$ = DirectoryServiceServiceException$;
|
|
1523
4663
|
exports.DirectorySize = DirectorySize;
|
|
4664
|
+
exports.DirectorySizeUpdateSettings$ = DirectorySizeUpdateSettings$;
|
|
1524
4665
|
exports.DirectoryStage = DirectoryStage;
|
|
1525
4666
|
exports.DirectoryType = DirectoryType;
|
|
4667
|
+
exports.DirectoryUnavailableException = DirectoryUnavailableException;
|
|
4668
|
+
exports.DirectoryUnavailableException$ = DirectoryUnavailableException$;
|
|
4669
|
+
exports.DirectoryVpcSettings$ = DirectoryVpcSettings$;
|
|
4670
|
+
exports.DirectoryVpcSettingsDescription$ = DirectoryVpcSettingsDescription$;
|
|
4671
|
+
exports.DisableAlreadyInProgressException = DisableAlreadyInProgressException;
|
|
4672
|
+
exports.DisableAlreadyInProgressException$ = DisableAlreadyInProgressException$;
|
|
4673
|
+
exports.DisableCAEnrollmentPolicy$ = DisableCAEnrollmentPolicy$;
|
|
1526
4674
|
exports.DisableCAEnrollmentPolicyCommand = DisableCAEnrollmentPolicyCommand;
|
|
4675
|
+
exports.DisableCAEnrollmentPolicyRequest$ = DisableCAEnrollmentPolicyRequest$;
|
|
4676
|
+
exports.DisableCAEnrollmentPolicyResult$ = DisableCAEnrollmentPolicyResult$;
|
|
4677
|
+
exports.DisableClientAuthentication$ = DisableClientAuthentication$;
|
|
1527
4678
|
exports.DisableClientAuthenticationCommand = DisableClientAuthenticationCommand;
|
|
4679
|
+
exports.DisableClientAuthenticationRequest$ = DisableClientAuthenticationRequest$;
|
|
4680
|
+
exports.DisableClientAuthenticationResult$ = DisableClientAuthenticationResult$;
|
|
4681
|
+
exports.DisableDirectoryDataAccess$ = DisableDirectoryDataAccess$;
|
|
1528
4682
|
exports.DisableDirectoryDataAccessCommand = DisableDirectoryDataAccessCommand;
|
|
4683
|
+
exports.DisableDirectoryDataAccessRequest$ = DisableDirectoryDataAccessRequest$;
|
|
4684
|
+
exports.DisableDirectoryDataAccessResult$ = DisableDirectoryDataAccessResult$;
|
|
4685
|
+
exports.DisableLDAPS$ = DisableLDAPS$;
|
|
1529
4686
|
exports.DisableLDAPSCommand = DisableLDAPSCommand;
|
|
4687
|
+
exports.DisableLDAPSRequest$ = DisableLDAPSRequest$;
|
|
4688
|
+
exports.DisableLDAPSResult$ = DisableLDAPSResult$;
|
|
4689
|
+
exports.DisableRadius$ = DisableRadius$;
|
|
1530
4690
|
exports.DisableRadiusCommand = DisableRadiusCommand;
|
|
4691
|
+
exports.DisableRadiusRequest$ = DisableRadiusRequest$;
|
|
4692
|
+
exports.DisableRadiusResult$ = DisableRadiusResult$;
|
|
4693
|
+
exports.DisableSso$ = DisableSso$;
|
|
1531
4694
|
exports.DisableSsoCommand = DisableSsoCommand;
|
|
4695
|
+
exports.DisableSsoRequest$ = DisableSsoRequest$;
|
|
4696
|
+
exports.DisableSsoResult$ = DisableSsoResult$;
|
|
4697
|
+
exports.DomainController$ = DomainController$;
|
|
4698
|
+
exports.DomainControllerLimitExceededException = DomainControllerLimitExceededException;
|
|
4699
|
+
exports.DomainControllerLimitExceededException$ = DomainControllerLimitExceededException$;
|
|
1532
4700
|
exports.DomainControllerStatus = DomainControllerStatus;
|
|
4701
|
+
exports.EnableAlreadyInProgressException = EnableAlreadyInProgressException;
|
|
4702
|
+
exports.EnableAlreadyInProgressException$ = EnableAlreadyInProgressException$;
|
|
4703
|
+
exports.EnableCAEnrollmentPolicy$ = EnableCAEnrollmentPolicy$;
|
|
1533
4704
|
exports.EnableCAEnrollmentPolicyCommand = EnableCAEnrollmentPolicyCommand;
|
|
4705
|
+
exports.EnableCAEnrollmentPolicyRequest$ = EnableCAEnrollmentPolicyRequest$;
|
|
4706
|
+
exports.EnableCAEnrollmentPolicyResult$ = EnableCAEnrollmentPolicyResult$;
|
|
4707
|
+
exports.EnableClientAuthentication$ = EnableClientAuthentication$;
|
|
1534
4708
|
exports.EnableClientAuthenticationCommand = EnableClientAuthenticationCommand;
|
|
4709
|
+
exports.EnableClientAuthenticationRequest$ = EnableClientAuthenticationRequest$;
|
|
4710
|
+
exports.EnableClientAuthenticationResult$ = EnableClientAuthenticationResult$;
|
|
4711
|
+
exports.EnableDirectoryDataAccess$ = EnableDirectoryDataAccess$;
|
|
1535
4712
|
exports.EnableDirectoryDataAccessCommand = EnableDirectoryDataAccessCommand;
|
|
4713
|
+
exports.EnableDirectoryDataAccessRequest$ = EnableDirectoryDataAccessRequest$;
|
|
4714
|
+
exports.EnableDirectoryDataAccessResult$ = EnableDirectoryDataAccessResult$;
|
|
4715
|
+
exports.EnableLDAPS$ = EnableLDAPS$;
|
|
1536
4716
|
exports.EnableLDAPSCommand = EnableLDAPSCommand;
|
|
4717
|
+
exports.EnableLDAPSRequest$ = EnableLDAPSRequest$;
|
|
4718
|
+
exports.EnableLDAPSResult$ = EnableLDAPSResult$;
|
|
4719
|
+
exports.EnableRadius$ = EnableRadius$;
|
|
1537
4720
|
exports.EnableRadiusCommand = EnableRadiusCommand;
|
|
4721
|
+
exports.EnableRadiusRequest$ = EnableRadiusRequest$;
|
|
4722
|
+
exports.EnableRadiusResult$ = EnableRadiusResult$;
|
|
4723
|
+
exports.EnableSso$ = EnableSso$;
|
|
1538
4724
|
exports.EnableSsoCommand = EnableSsoCommand;
|
|
4725
|
+
exports.EnableSsoRequest$ = EnableSsoRequest$;
|
|
4726
|
+
exports.EnableSsoResult$ = EnableSsoResult$;
|
|
4727
|
+
exports.EntityAlreadyExistsException = EntityAlreadyExistsException;
|
|
4728
|
+
exports.EntityAlreadyExistsException$ = EntityAlreadyExistsException$;
|
|
4729
|
+
exports.EntityDoesNotExistException = EntityDoesNotExistException;
|
|
4730
|
+
exports.EntityDoesNotExistException$ = EntityDoesNotExistException$;
|
|
4731
|
+
exports.EventTopic$ = EventTopic$;
|
|
4732
|
+
exports.GetDirectoryLimits$ = GetDirectoryLimits$;
|
|
1539
4733
|
exports.GetDirectoryLimitsCommand = GetDirectoryLimitsCommand;
|
|
4734
|
+
exports.GetDirectoryLimitsRequest$ = GetDirectoryLimitsRequest$;
|
|
4735
|
+
exports.GetDirectoryLimitsResult$ = GetDirectoryLimitsResult$;
|
|
4736
|
+
exports.GetSnapshotLimits$ = GetSnapshotLimits$;
|
|
1540
4737
|
exports.GetSnapshotLimitsCommand = GetSnapshotLimitsCommand;
|
|
4738
|
+
exports.GetSnapshotLimitsRequest$ = GetSnapshotLimitsRequest$;
|
|
4739
|
+
exports.GetSnapshotLimitsResult$ = GetSnapshotLimitsResult$;
|
|
4740
|
+
exports.HybridAdministratorAccountUpdate$ = HybridAdministratorAccountUpdate$;
|
|
4741
|
+
exports.HybridCustomerInstancesSettings$ = HybridCustomerInstancesSettings$;
|
|
4742
|
+
exports.HybridSettingsDescription$ = HybridSettingsDescription$;
|
|
4743
|
+
exports.HybridUpdateActivities$ = HybridUpdateActivities$;
|
|
4744
|
+
exports.HybridUpdateInfoEntry$ = HybridUpdateInfoEntry$;
|
|
1541
4745
|
exports.HybridUpdateType = HybridUpdateType;
|
|
4746
|
+
exports.HybridUpdateValue$ = HybridUpdateValue$;
|
|
4747
|
+
exports.IncompatibleSettingsException = IncompatibleSettingsException;
|
|
4748
|
+
exports.IncompatibleSettingsException$ = IncompatibleSettingsException$;
|
|
4749
|
+
exports.InsufficientPermissionsException = InsufficientPermissionsException;
|
|
4750
|
+
exports.InsufficientPermissionsException$ = InsufficientPermissionsException$;
|
|
4751
|
+
exports.InvalidCertificateException = InvalidCertificateException;
|
|
4752
|
+
exports.InvalidCertificateException$ = InvalidCertificateException$;
|
|
4753
|
+
exports.InvalidClientAuthStatusException = InvalidClientAuthStatusException;
|
|
4754
|
+
exports.InvalidClientAuthStatusException$ = InvalidClientAuthStatusException$;
|
|
4755
|
+
exports.InvalidLDAPSStatusException = InvalidLDAPSStatusException;
|
|
4756
|
+
exports.InvalidLDAPSStatusException$ = InvalidLDAPSStatusException$;
|
|
4757
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
4758
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
4759
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
4760
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
4761
|
+
exports.InvalidPasswordException = InvalidPasswordException;
|
|
4762
|
+
exports.InvalidPasswordException$ = InvalidPasswordException$;
|
|
4763
|
+
exports.InvalidTargetException = InvalidTargetException;
|
|
4764
|
+
exports.InvalidTargetException$ = InvalidTargetException$;
|
|
4765
|
+
exports.IpRoute$ = IpRoute$;
|
|
4766
|
+
exports.IpRouteInfo$ = IpRouteInfo$;
|
|
4767
|
+
exports.IpRouteLimitExceededException = IpRouteLimitExceededException;
|
|
4768
|
+
exports.IpRouteLimitExceededException$ = IpRouteLimitExceededException$;
|
|
1542
4769
|
exports.IpRouteStatusMsg = IpRouteStatusMsg;
|
|
4770
|
+
exports.LDAPSSettingInfo$ = LDAPSSettingInfo$;
|
|
1543
4771
|
exports.LDAPSStatus = LDAPSStatus;
|
|
1544
4772
|
exports.LDAPSType = LDAPSType;
|
|
4773
|
+
exports.ListADAssessments$ = ListADAssessments$;
|
|
1545
4774
|
exports.ListADAssessmentsCommand = ListADAssessmentsCommand;
|
|
4775
|
+
exports.ListADAssessmentsRequest$ = ListADAssessmentsRequest$;
|
|
4776
|
+
exports.ListADAssessmentsResult$ = ListADAssessmentsResult$;
|
|
4777
|
+
exports.ListCertificates$ = ListCertificates$;
|
|
1546
4778
|
exports.ListCertificatesCommand = ListCertificatesCommand;
|
|
4779
|
+
exports.ListCertificatesRequest$ = ListCertificatesRequest$;
|
|
4780
|
+
exports.ListCertificatesResult$ = ListCertificatesResult$;
|
|
4781
|
+
exports.ListIpRoutes$ = ListIpRoutes$;
|
|
1547
4782
|
exports.ListIpRoutesCommand = ListIpRoutesCommand;
|
|
4783
|
+
exports.ListIpRoutesRequest$ = ListIpRoutesRequest$;
|
|
4784
|
+
exports.ListIpRoutesResult$ = ListIpRoutesResult$;
|
|
4785
|
+
exports.ListLogSubscriptions$ = ListLogSubscriptions$;
|
|
1548
4786
|
exports.ListLogSubscriptionsCommand = ListLogSubscriptionsCommand;
|
|
4787
|
+
exports.ListLogSubscriptionsRequest$ = ListLogSubscriptionsRequest$;
|
|
4788
|
+
exports.ListLogSubscriptionsResult$ = ListLogSubscriptionsResult$;
|
|
4789
|
+
exports.ListSchemaExtensions$ = ListSchemaExtensions$;
|
|
1549
4790
|
exports.ListSchemaExtensionsCommand = ListSchemaExtensionsCommand;
|
|
4791
|
+
exports.ListSchemaExtensionsRequest$ = ListSchemaExtensionsRequest$;
|
|
4792
|
+
exports.ListSchemaExtensionsResult$ = ListSchemaExtensionsResult$;
|
|
4793
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1550
4794
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4795
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4796
|
+
exports.ListTagsForResourceResult$ = ListTagsForResourceResult$;
|
|
4797
|
+
exports.LogSubscription$ = LogSubscription$;
|
|
1551
4798
|
exports.NetworkType = NetworkType;
|
|
4799
|
+
exports.NetworkUpdateSettings$ = NetworkUpdateSettings$;
|
|
4800
|
+
exports.NoAvailableCertificateException = NoAvailableCertificateException;
|
|
4801
|
+
exports.NoAvailableCertificateException$ = NoAvailableCertificateException$;
|
|
4802
|
+
exports.OSUpdateSettings$ = OSUpdateSettings$;
|
|
1552
4803
|
exports.OSVersion = OSVersion;
|
|
4804
|
+
exports.OrganizationsException = OrganizationsException;
|
|
4805
|
+
exports.OrganizationsException$ = OrganizationsException$;
|
|
4806
|
+
exports.OwnerDirectoryDescription$ = OwnerDirectoryDescription$;
|
|
1553
4807
|
exports.RadiusAuthenticationProtocol = RadiusAuthenticationProtocol;
|
|
4808
|
+
exports.RadiusSettings$ = RadiusSettings$;
|
|
1554
4809
|
exports.RadiusStatus = RadiusStatus;
|
|
4810
|
+
exports.RegionDescription$ = RegionDescription$;
|
|
4811
|
+
exports.RegionLimitExceededException = RegionLimitExceededException;
|
|
4812
|
+
exports.RegionLimitExceededException$ = RegionLimitExceededException$;
|
|
1555
4813
|
exports.RegionType = RegionType;
|
|
4814
|
+
exports.RegionsInfo$ = RegionsInfo$;
|
|
4815
|
+
exports.RegisterCertificate$ = RegisterCertificate$;
|
|
1556
4816
|
exports.RegisterCertificateCommand = RegisterCertificateCommand;
|
|
4817
|
+
exports.RegisterCertificateRequest$ = RegisterCertificateRequest$;
|
|
4818
|
+
exports.RegisterCertificateResult$ = RegisterCertificateResult$;
|
|
4819
|
+
exports.RegisterEventTopic$ = RegisterEventTopic$;
|
|
1557
4820
|
exports.RegisterEventTopicCommand = RegisterEventTopicCommand;
|
|
4821
|
+
exports.RegisterEventTopicRequest$ = RegisterEventTopicRequest$;
|
|
4822
|
+
exports.RegisterEventTopicResult$ = RegisterEventTopicResult$;
|
|
4823
|
+
exports.RejectSharedDirectory$ = RejectSharedDirectory$;
|
|
1558
4824
|
exports.RejectSharedDirectoryCommand = RejectSharedDirectoryCommand;
|
|
4825
|
+
exports.RejectSharedDirectoryRequest$ = RejectSharedDirectoryRequest$;
|
|
4826
|
+
exports.RejectSharedDirectoryResult$ = RejectSharedDirectoryResult$;
|
|
4827
|
+
exports.RemoveIpRoutes$ = RemoveIpRoutes$;
|
|
1559
4828
|
exports.RemoveIpRoutesCommand = RemoveIpRoutesCommand;
|
|
4829
|
+
exports.RemoveIpRoutesRequest$ = RemoveIpRoutesRequest$;
|
|
4830
|
+
exports.RemoveIpRoutesResult$ = RemoveIpRoutesResult$;
|
|
4831
|
+
exports.RemoveRegion$ = RemoveRegion$;
|
|
1560
4832
|
exports.RemoveRegionCommand = RemoveRegionCommand;
|
|
4833
|
+
exports.RemoveRegionRequest$ = RemoveRegionRequest$;
|
|
4834
|
+
exports.RemoveRegionResult$ = RemoveRegionResult$;
|
|
4835
|
+
exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
|
|
1561
4836
|
exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
|
|
4837
|
+
exports.RemoveTagsFromResourceRequest$ = RemoveTagsFromResourceRequest$;
|
|
4838
|
+
exports.RemoveTagsFromResourceResult$ = RemoveTagsFromResourceResult$;
|
|
1562
4839
|
exports.ReplicationScope = ReplicationScope;
|
|
4840
|
+
exports.ResetUserPassword$ = ResetUserPassword$;
|
|
1563
4841
|
exports.ResetUserPasswordCommand = ResetUserPasswordCommand;
|
|
4842
|
+
exports.ResetUserPasswordRequest$ = ResetUserPasswordRequest$;
|
|
4843
|
+
exports.ResetUserPasswordResult$ = ResetUserPasswordResult$;
|
|
4844
|
+
exports.RestoreFromSnapshot$ = RestoreFromSnapshot$;
|
|
1564
4845
|
exports.RestoreFromSnapshotCommand = RestoreFromSnapshotCommand;
|
|
4846
|
+
exports.RestoreFromSnapshotRequest$ = RestoreFromSnapshotRequest$;
|
|
4847
|
+
exports.RestoreFromSnapshotResult$ = RestoreFromSnapshotResult$;
|
|
4848
|
+
exports.SchemaExtensionInfo$ = SchemaExtensionInfo$;
|
|
1565
4849
|
exports.SchemaExtensionStatus = SchemaExtensionStatus;
|
|
1566
4850
|
exports.SelectiveAuth = SelectiveAuth;
|
|
4851
|
+
exports.ServiceException = ServiceException;
|
|
4852
|
+
exports.ServiceException$ = ServiceException$;
|
|
4853
|
+
exports.Setting$ = Setting$;
|
|
4854
|
+
exports.SettingEntry$ = SettingEntry$;
|
|
4855
|
+
exports.ShareDirectory$ = ShareDirectory$;
|
|
1567
4856
|
exports.ShareDirectoryCommand = ShareDirectoryCommand;
|
|
4857
|
+
exports.ShareDirectoryRequest$ = ShareDirectoryRequest$;
|
|
4858
|
+
exports.ShareDirectoryResult$ = ShareDirectoryResult$;
|
|
4859
|
+
exports.ShareLimitExceededException = ShareLimitExceededException;
|
|
4860
|
+
exports.ShareLimitExceededException$ = ShareLimitExceededException$;
|
|
1568
4861
|
exports.ShareMethod = ShareMethod;
|
|
1569
4862
|
exports.ShareStatus = ShareStatus;
|
|
4863
|
+
exports.ShareTarget$ = ShareTarget$;
|
|
4864
|
+
exports.SharedDirectory$ = SharedDirectory$;
|
|
4865
|
+
exports.Snapshot$ = Snapshot$;
|
|
4866
|
+
exports.SnapshotLimitExceededException = SnapshotLimitExceededException;
|
|
4867
|
+
exports.SnapshotLimitExceededException$ = SnapshotLimitExceededException$;
|
|
4868
|
+
exports.SnapshotLimits$ = SnapshotLimits$;
|
|
1570
4869
|
exports.SnapshotStatus = SnapshotStatus;
|
|
1571
4870
|
exports.SnapshotType = SnapshotType;
|
|
4871
|
+
exports.StartADAssessment$ = StartADAssessment$;
|
|
1572
4872
|
exports.StartADAssessmentCommand = StartADAssessmentCommand;
|
|
4873
|
+
exports.StartADAssessmentRequest$ = StartADAssessmentRequest$;
|
|
4874
|
+
exports.StartADAssessmentResult$ = StartADAssessmentResult$;
|
|
4875
|
+
exports.StartSchemaExtension$ = StartSchemaExtension$;
|
|
1573
4876
|
exports.StartSchemaExtensionCommand = StartSchemaExtensionCommand;
|
|
4877
|
+
exports.StartSchemaExtensionRequest$ = StartSchemaExtensionRequest$;
|
|
4878
|
+
exports.StartSchemaExtensionResult$ = StartSchemaExtensionResult$;
|
|
4879
|
+
exports.Tag$ = Tag$;
|
|
4880
|
+
exports.TagLimitExceededException = TagLimitExceededException;
|
|
4881
|
+
exports.TagLimitExceededException$ = TagLimitExceededException$;
|
|
1574
4882
|
exports.TargetType = TargetType;
|
|
1575
4883
|
exports.TopicStatus = TopicStatus;
|
|
4884
|
+
exports.Trust$ = Trust$;
|
|
1576
4885
|
exports.TrustDirection = TrustDirection;
|
|
1577
4886
|
exports.TrustState = TrustState;
|
|
1578
4887
|
exports.TrustType = TrustType;
|
|
4888
|
+
exports.UnshareDirectory$ = UnshareDirectory$;
|
|
1579
4889
|
exports.UnshareDirectoryCommand = UnshareDirectoryCommand;
|
|
4890
|
+
exports.UnshareDirectoryRequest$ = UnshareDirectoryRequest$;
|
|
4891
|
+
exports.UnshareDirectoryResult$ = UnshareDirectoryResult$;
|
|
4892
|
+
exports.UnshareTarget$ = UnshareTarget$;
|
|
4893
|
+
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
4894
|
+
exports.UnsupportedOperationException$ = UnsupportedOperationException$;
|
|
4895
|
+
exports.UnsupportedSettingsException = UnsupportedSettingsException;
|
|
4896
|
+
exports.UnsupportedSettingsException$ = UnsupportedSettingsException$;
|
|
4897
|
+
exports.UpdateConditionalForwarder$ = UpdateConditionalForwarder$;
|
|
1580
4898
|
exports.UpdateConditionalForwarderCommand = UpdateConditionalForwarderCommand;
|
|
4899
|
+
exports.UpdateConditionalForwarderRequest$ = UpdateConditionalForwarderRequest$;
|
|
4900
|
+
exports.UpdateConditionalForwarderResult$ = UpdateConditionalForwarderResult$;
|
|
4901
|
+
exports.UpdateDirectorySetup$ = UpdateDirectorySetup$;
|
|
1581
4902
|
exports.UpdateDirectorySetupCommand = UpdateDirectorySetupCommand;
|
|
4903
|
+
exports.UpdateDirectorySetupRequest$ = UpdateDirectorySetupRequest$;
|
|
4904
|
+
exports.UpdateDirectorySetupResult$ = UpdateDirectorySetupResult$;
|
|
4905
|
+
exports.UpdateHybridAD$ = UpdateHybridAD$;
|
|
1582
4906
|
exports.UpdateHybridADCommand = UpdateHybridADCommand;
|
|
4907
|
+
exports.UpdateHybridADRequest$ = UpdateHybridADRequest$;
|
|
4908
|
+
exports.UpdateHybridADResult$ = UpdateHybridADResult$;
|
|
4909
|
+
exports.UpdateInfoEntry$ = UpdateInfoEntry$;
|
|
4910
|
+
exports.UpdateNumberOfDomainControllers$ = UpdateNumberOfDomainControllers$;
|
|
1583
4911
|
exports.UpdateNumberOfDomainControllersCommand = UpdateNumberOfDomainControllersCommand;
|
|
4912
|
+
exports.UpdateNumberOfDomainControllersRequest$ = UpdateNumberOfDomainControllersRequest$;
|
|
4913
|
+
exports.UpdateNumberOfDomainControllersResult$ = UpdateNumberOfDomainControllersResult$;
|
|
4914
|
+
exports.UpdateRadius$ = UpdateRadius$;
|
|
1584
4915
|
exports.UpdateRadiusCommand = UpdateRadiusCommand;
|
|
4916
|
+
exports.UpdateRadiusRequest$ = UpdateRadiusRequest$;
|
|
4917
|
+
exports.UpdateRadiusResult$ = UpdateRadiusResult$;
|
|
4918
|
+
exports.UpdateSettings$ = UpdateSettings$;
|
|
1585
4919
|
exports.UpdateSettingsCommand = UpdateSettingsCommand;
|
|
4920
|
+
exports.UpdateSettingsRequest$ = UpdateSettingsRequest$;
|
|
4921
|
+
exports.UpdateSettingsResult$ = UpdateSettingsResult$;
|
|
1586
4922
|
exports.UpdateStatus = UpdateStatus;
|
|
4923
|
+
exports.UpdateTrust$ = UpdateTrust$;
|
|
1587
4924
|
exports.UpdateTrustCommand = UpdateTrustCommand;
|
|
4925
|
+
exports.UpdateTrustRequest$ = UpdateTrustRequest$;
|
|
4926
|
+
exports.UpdateTrustResult$ = UpdateTrustResult$;
|
|
1588
4927
|
exports.UpdateType = UpdateType;
|
|
4928
|
+
exports.UpdateValue$ = UpdateValue$;
|
|
4929
|
+
exports.UserDoesNotExistException = UserDoesNotExistException;
|
|
4930
|
+
exports.UserDoesNotExistException$ = UserDoesNotExistException$;
|
|
4931
|
+
exports.VerifyTrust$ = VerifyTrust$;
|
|
1589
4932
|
exports.VerifyTrustCommand = VerifyTrustCommand;
|
|
4933
|
+
exports.VerifyTrustRequest$ = VerifyTrustRequest$;
|
|
4934
|
+
exports.VerifyTrustResult$ = VerifyTrustResult$;
|
|
4935
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
1590
4936
|
exports.paginateDescribeClientAuthenticationSettings = paginateDescribeClientAuthenticationSettings;
|
|
1591
4937
|
exports.paginateDescribeDirectories = paginateDescribeDirectories;
|
|
1592
4938
|
exports.paginateDescribeDomainControllers = paginateDescribeDomainControllers;
|