@aws-sdk/client-clouddirectory 3.933.0 → 3.935.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 +84 -83
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +83 -0
- package/dist-es/models/errors.js +495 -0
- package/dist-es/models/models_0.js +1 -578
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +171 -0
- package/dist-types/models/errors.d.ts +472 -0
- package/dist-types/models/models_0.d.ts +1 -642
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +101 -0
- package/dist-types/ts3.4/models/errors.d.ts +291 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -391
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,578 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export class AccessDeniedException extends __BaseException {
|
|
3
|
-
name = "AccessDeniedException";
|
|
4
|
-
$fault = "client";
|
|
5
|
-
Message;
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export class DirectoryNotEnabledException extends __BaseException {
|
|
17
|
-
name = "DirectoryNotEnabledException";
|
|
18
|
-
$fault = "client";
|
|
19
|
-
Message;
|
|
20
|
-
constructor(opts) {
|
|
21
|
-
super({
|
|
22
|
-
name: "DirectoryNotEnabledException",
|
|
23
|
-
$fault: "client",
|
|
24
|
-
...opts,
|
|
25
|
-
});
|
|
26
|
-
Object.setPrototypeOf(this, DirectoryNotEnabledException.prototype);
|
|
27
|
-
this.Message = opts.Message;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export class FacetValidationException extends __BaseException {
|
|
31
|
-
name = "FacetValidationException";
|
|
32
|
-
$fault = "client";
|
|
33
|
-
Message;
|
|
34
|
-
constructor(opts) {
|
|
35
|
-
super({
|
|
36
|
-
name: "FacetValidationException",
|
|
37
|
-
$fault: "client",
|
|
38
|
-
...opts,
|
|
39
|
-
});
|
|
40
|
-
Object.setPrototypeOf(this, FacetValidationException.prototype);
|
|
41
|
-
this.Message = opts.Message;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
export class InternalServiceException extends __BaseException {
|
|
45
|
-
name = "InternalServiceException";
|
|
46
|
-
$fault = "server";
|
|
47
|
-
Message;
|
|
48
|
-
constructor(opts) {
|
|
49
|
-
super({
|
|
50
|
-
name: "InternalServiceException",
|
|
51
|
-
$fault: "server",
|
|
52
|
-
...opts,
|
|
53
|
-
});
|
|
54
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
55
|
-
this.Message = opts.Message;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
export class InvalidArnException extends __BaseException {
|
|
59
|
-
name = "InvalidArnException";
|
|
60
|
-
$fault = "client";
|
|
61
|
-
Message;
|
|
62
|
-
constructor(opts) {
|
|
63
|
-
super({
|
|
64
|
-
name: "InvalidArnException",
|
|
65
|
-
$fault: "client",
|
|
66
|
-
...opts,
|
|
67
|
-
});
|
|
68
|
-
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
69
|
-
this.Message = opts.Message;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export class LimitExceededException extends __BaseException {
|
|
73
|
-
name = "LimitExceededException";
|
|
74
|
-
$fault = "client";
|
|
75
|
-
Message;
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "LimitExceededException",
|
|
79
|
-
$fault: "client",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
83
|
-
this.Message = opts.Message;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
87
|
-
name = "ResourceNotFoundException";
|
|
88
|
-
$fault = "client";
|
|
89
|
-
Message;
|
|
90
|
-
constructor(opts) {
|
|
91
|
-
super({
|
|
92
|
-
name: "ResourceNotFoundException",
|
|
93
|
-
$fault: "client",
|
|
94
|
-
...opts,
|
|
95
|
-
});
|
|
96
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
97
|
-
this.Message = opts.Message;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
export class RetryableConflictException extends __BaseException {
|
|
101
|
-
name = "RetryableConflictException";
|
|
102
|
-
$fault = "client";
|
|
103
|
-
Message;
|
|
104
|
-
constructor(opts) {
|
|
105
|
-
super({
|
|
106
|
-
name: "RetryableConflictException",
|
|
107
|
-
$fault: "client",
|
|
108
|
-
...opts,
|
|
109
|
-
});
|
|
110
|
-
Object.setPrototypeOf(this, RetryableConflictException.prototype);
|
|
111
|
-
this.Message = opts.Message;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
export class ValidationException extends __BaseException {
|
|
115
|
-
name = "ValidationException";
|
|
116
|
-
$fault = "client";
|
|
117
|
-
Message;
|
|
118
|
-
constructor(opts) {
|
|
119
|
-
super({
|
|
120
|
-
name: "ValidationException",
|
|
121
|
-
$fault: "client",
|
|
122
|
-
...opts,
|
|
123
|
-
});
|
|
124
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
125
|
-
this.Message = opts.Message;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
export class InvalidAttachmentException extends __BaseException {
|
|
129
|
-
name = "InvalidAttachmentException";
|
|
130
|
-
$fault = "client";
|
|
131
|
-
Message;
|
|
132
|
-
constructor(opts) {
|
|
133
|
-
super({
|
|
134
|
-
name: "InvalidAttachmentException",
|
|
135
|
-
$fault: "client",
|
|
136
|
-
...opts,
|
|
137
|
-
});
|
|
138
|
-
Object.setPrototypeOf(this, InvalidAttachmentException.prototype);
|
|
139
|
-
this.Message = opts.Message;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
export class SchemaAlreadyExistsException extends __BaseException {
|
|
143
|
-
name = "SchemaAlreadyExistsException";
|
|
144
|
-
$fault = "client";
|
|
145
|
-
Message;
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "SchemaAlreadyExistsException",
|
|
149
|
-
$fault: "client",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
Object.setPrototypeOf(this, SchemaAlreadyExistsException.prototype);
|
|
153
|
-
this.Message = opts.Message;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
export class LinkNameAlreadyInUseException extends __BaseException {
|
|
157
|
-
name = "LinkNameAlreadyInUseException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
Message;
|
|
160
|
-
constructor(opts) {
|
|
161
|
-
super({
|
|
162
|
-
name: "LinkNameAlreadyInUseException",
|
|
163
|
-
$fault: "client",
|
|
164
|
-
...opts,
|
|
165
|
-
});
|
|
166
|
-
Object.setPrototypeOf(this, LinkNameAlreadyInUseException.prototype);
|
|
167
|
-
this.Message = opts.Message;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
export class NotPolicyException extends __BaseException {
|
|
171
|
-
name = "NotPolicyException";
|
|
172
|
-
$fault = "client";
|
|
173
|
-
Message;
|
|
174
|
-
constructor(opts) {
|
|
175
|
-
super({
|
|
176
|
-
name: "NotPolicyException",
|
|
177
|
-
$fault: "client",
|
|
178
|
-
...opts,
|
|
179
|
-
});
|
|
180
|
-
Object.setPrototypeOf(this, NotPolicyException.prototype);
|
|
181
|
-
this.Message = opts.Message;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
export class IndexedAttributeMissingException extends __BaseException {
|
|
185
|
-
name = "IndexedAttributeMissingException";
|
|
186
|
-
$fault = "client";
|
|
187
|
-
Message;
|
|
188
|
-
constructor(opts) {
|
|
189
|
-
super({
|
|
190
|
-
name: "IndexedAttributeMissingException",
|
|
191
|
-
$fault: "client",
|
|
192
|
-
...opts,
|
|
193
|
-
});
|
|
194
|
-
Object.setPrototypeOf(this, IndexedAttributeMissingException.prototype);
|
|
195
|
-
this.Message = opts.Message;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
export class NotIndexException extends __BaseException {
|
|
199
|
-
name = "NotIndexException";
|
|
200
|
-
$fault = "client";
|
|
201
|
-
Message;
|
|
202
|
-
constructor(opts) {
|
|
203
|
-
super({
|
|
204
|
-
name: "NotIndexException",
|
|
205
|
-
$fault: "client",
|
|
206
|
-
...opts,
|
|
207
|
-
});
|
|
208
|
-
Object.setPrototypeOf(this, NotIndexException.prototype);
|
|
209
|
-
this.Message = opts.Message;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
export const ConsistencyLevel = {
|
|
213
|
-
EVENTUAL: "EVENTUAL",
|
|
214
|
-
SERIALIZABLE: "SERIALIZABLE",
|
|
215
|
-
};
|
|
216
|
-
export const RangeMode = {
|
|
217
|
-
EXCLUSIVE: "EXCLUSIVE",
|
|
218
|
-
FIRST: "FIRST",
|
|
219
|
-
INCLUSIVE: "INCLUSIVE",
|
|
220
|
-
LAST: "LAST",
|
|
221
|
-
LAST_BEFORE_MISSING_VALUES: "LAST_BEFORE_MISSING_VALUES",
|
|
222
|
-
};
|
|
223
|
-
export const BatchReadExceptionType = {
|
|
224
|
-
AccessDeniedException: "AccessDeniedException",
|
|
225
|
-
CannotListParentOfRootException: "CannotListParentOfRootException",
|
|
226
|
-
DirectoryNotEnabledException: "DirectoryNotEnabledException",
|
|
227
|
-
FacetValidationException: "FacetValidationException",
|
|
228
|
-
InternalServiceException: "InternalServiceException",
|
|
229
|
-
InvalidArnException: "InvalidArnException",
|
|
230
|
-
InvalidNextTokenException: "InvalidNextTokenException",
|
|
231
|
-
LimitExceededException: "LimitExceededException",
|
|
232
|
-
NotIndexException: "NotIndexException",
|
|
233
|
-
NotNodeException: "NotNodeException",
|
|
234
|
-
NotPolicyException: "NotPolicyException",
|
|
235
|
-
ResourceNotFoundException: "ResourceNotFoundException",
|
|
236
|
-
ValidationException: "ValidationException",
|
|
237
|
-
};
|
|
238
|
-
export const BatchWriteExceptionType = {
|
|
239
|
-
AccessDeniedException: "AccessDeniedException",
|
|
240
|
-
DirectoryNotEnabledException: "DirectoryNotEnabledException",
|
|
241
|
-
FacetValidationException: "FacetValidationException",
|
|
242
|
-
IndexedAttributeMissingException: "IndexedAttributeMissingException",
|
|
243
|
-
InternalServiceException: "InternalServiceException",
|
|
244
|
-
InvalidArnException: "InvalidArnException",
|
|
245
|
-
InvalidAttachmentException: "InvalidAttachmentException",
|
|
246
|
-
LimitExceededException: "LimitExceededException",
|
|
247
|
-
LinkNameAlreadyInUseException: "LinkNameAlreadyInUseException",
|
|
248
|
-
NotIndexException: "NotIndexException",
|
|
249
|
-
NotNodeException: "NotNodeException",
|
|
250
|
-
NotPolicyException: "NotPolicyException",
|
|
251
|
-
ObjectAlreadyDetachedException: "ObjectAlreadyDetachedException",
|
|
252
|
-
ObjectNotDetachedException: "ObjectNotDetachedException",
|
|
253
|
-
ResourceNotFoundException: "ResourceNotFoundException",
|
|
254
|
-
StillContainsLinksException: "StillContainsLinksException",
|
|
255
|
-
UnsupportedIndexTypeException: "UnsupportedIndexTypeException",
|
|
256
|
-
ValidationException: "ValidationException",
|
|
257
|
-
};
|
|
258
|
-
export class BatchWriteException extends __BaseException {
|
|
259
|
-
name = "BatchWriteException";
|
|
260
|
-
$fault = "client";
|
|
261
|
-
Index;
|
|
262
|
-
Type;
|
|
263
|
-
Message;
|
|
264
|
-
constructor(opts) {
|
|
265
|
-
super({
|
|
266
|
-
name: "BatchWriteException",
|
|
267
|
-
$fault: "client",
|
|
268
|
-
...opts,
|
|
269
|
-
});
|
|
270
|
-
Object.setPrototypeOf(this, BatchWriteException.prototype);
|
|
271
|
-
this.Index = opts.Index;
|
|
272
|
-
this.Type = opts.Type;
|
|
273
|
-
this.Message = opts.Message;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
export const UpdateActionType = {
|
|
277
|
-
CREATE_OR_UPDATE: "CREATE_OR_UPDATE",
|
|
278
|
-
DELETE: "DELETE",
|
|
279
|
-
};
|
|
280
|
-
export class DirectoryAlreadyExistsException extends __BaseException {
|
|
281
|
-
name = "DirectoryAlreadyExistsException";
|
|
282
|
-
$fault = "client";
|
|
283
|
-
Message;
|
|
284
|
-
constructor(opts) {
|
|
285
|
-
super({
|
|
286
|
-
name: "DirectoryAlreadyExistsException",
|
|
287
|
-
$fault: "client",
|
|
288
|
-
...opts,
|
|
289
|
-
});
|
|
290
|
-
Object.setPrototypeOf(this, DirectoryAlreadyExistsException.prototype);
|
|
291
|
-
this.Message = opts.Message;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
export const RuleType = {
|
|
295
|
-
BINARY_LENGTH: "BINARY_LENGTH",
|
|
296
|
-
NUMBER_COMPARISON: "NUMBER_COMPARISON",
|
|
297
|
-
STRING_FROM_SET: "STRING_FROM_SET",
|
|
298
|
-
STRING_LENGTH: "STRING_LENGTH",
|
|
299
|
-
};
|
|
300
|
-
export const FacetAttributeType = {
|
|
301
|
-
BINARY: "BINARY",
|
|
302
|
-
BOOLEAN: "BOOLEAN",
|
|
303
|
-
DATETIME: "DATETIME",
|
|
304
|
-
NUMBER: "NUMBER",
|
|
305
|
-
STRING: "STRING",
|
|
306
|
-
VARIANT: "VARIANT",
|
|
307
|
-
};
|
|
308
|
-
export const RequiredAttributeBehavior = {
|
|
309
|
-
NOT_REQUIRED: "NOT_REQUIRED",
|
|
310
|
-
REQUIRED_ALWAYS: "REQUIRED_ALWAYS",
|
|
311
|
-
};
|
|
312
|
-
export const FacetStyle = {
|
|
313
|
-
DYNAMIC: "DYNAMIC",
|
|
314
|
-
STATIC: "STATIC",
|
|
315
|
-
};
|
|
316
|
-
export const ObjectType = {
|
|
317
|
-
INDEX: "INDEX",
|
|
318
|
-
LEAF_NODE: "LEAF_NODE",
|
|
319
|
-
NODE: "NODE",
|
|
320
|
-
POLICY: "POLICY",
|
|
321
|
-
};
|
|
322
|
-
export class FacetAlreadyExistsException extends __BaseException {
|
|
323
|
-
name = "FacetAlreadyExistsException";
|
|
324
|
-
$fault = "client";
|
|
325
|
-
Message;
|
|
326
|
-
constructor(opts) {
|
|
327
|
-
super({
|
|
328
|
-
name: "FacetAlreadyExistsException",
|
|
329
|
-
$fault: "client",
|
|
330
|
-
...opts,
|
|
331
|
-
});
|
|
332
|
-
Object.setPrototypeOf(this, FacetAlreadyExistsException.prototype);
|
|
333
|
-
this.Message = opts.Message;
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
export class InvalidRuleException extends __BaseException {
|
|
337
|
-
name = "InvalidRuleException";
|
|
338
|
-
$fault = "client";
|
|
339
|
-
Message;
|
|
340
|
-
constructor(opts) {
|
|
341
|
-
super({
|
|
342
|
-
name: "InvalidRuleException",
|
|
343
|
-
$fault: "client",
|
|
344
|
-
...opts,
|
|
345
|
-
});
|
|
346
|
-
Object.setPrototypeOf(this, InvalidRuleException.prototype);
|
|
347
|
-
this.Message = opts.Message;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
export class UnsupportedIndexTypeException extends __BaseException {
|
|
351
|
-
name = "UnsupportedIndexTypeException";
|
|
352
|
-
$fault = "client";
|
|
353
|
-
Message;
|
|
354
|
-
constructor(opts) {
|
|
355
|
-
super({
|
|
356
|
-
name: "UnsupportedIndexTypeException",
|
|
357
|
-
$fault: "client",
|
|
358
|
-
...opts,
|
|
359
|
-
});
|
|
360
|
-
Object.setPrototypeOf(this, UnsupportedIndexTypeException.prototype);
|
|
361
|
-
this.Message = opts.Message;
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
export class DirectoryDeletedException extends __BaseException {
|
|
365
|
-
name = "DirectoryDeletedException";
|
|
366
|
-
$fault = "client";
|
|
367
|
-
Message;
|
|
368
|
-
constructor(opts) {
|
|
369
|
-
super({
|
|
370
|
-
name: "DirectoryDeletedException",
|
|
371
|
-
$fault: "client",
|
|
372
|
-
...opts,
|
|
373
|
-
});
|
|
374
|
-
Object.setPrototypeOf(this, DirectoryDeletedException.prototype);
|
|
375
|
-
this.Message = opts.Message;
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
export class DirectoryNotDisabledException extends __BaseException {
|
|
379
|
-
name = "DirectoryNotDisabledException";
|
|
380
|
-
$fault = "client";
|
|
381
|
-
Message;
|
|
382
|
-
constructor(opts) {
|
|
383
|
-
super({
|
|
384
|
-
name: "DirectoryNotDisabledException",
|
|
385
|
-
$fault: "client",
|
|
386
|
-
...opts,
|
|
387
|
-
});
|
|
388
|
-
Object.setPrototypeOf(this, DirectoryNotDisabledException.prototype);
|
|
389
|
-
this.Message = opts.Message;
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
export class FacetInUseException extends __BaseException {
|
|
393
|
-
name = "FacetInUseException";
|
|
394
|
-
$fault = "client";
|
|
395
|
-
Message;
|
|
396
|
-
constructor(opts) {
|
|
397
|
-
super({
|
|
398
|
-
name: "FacetInUseException",
|
|
399
|
-
$fault: "client",
|
|
400
|
-
...opts,
|
|
401
|
-
});
|
|
402
|
-
Object.setPrototypeOf(this, FacetInUseException.prototype);
|
|
403
|
-
this.Message = opts.Message;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
export class FacetNotFoundException extends __BaseException {
|
|
407
|
-
name = "FacetNotFoundException";
|
|
408
|
-
$fault = "client";
|
|
409
|
-
Message;
|
|
410
|
-
constructor(opts) {
|
|
411
|
-
super({
|
|
412
|
-
name: "FacetNotFoundException",
|
|
413
|
-
$fault: "client",
|
|
414
|
-
...opts,
|
|
415
|
-
});
|
|
416
|
-
Object.setPrototypeOf(this, FacetNotFoundException.prototype);
|
|
417
|
-
this.Message = opts.Message;
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
export class ObjectNotDetachedException extends __BaseException {
|
|
421
|
-
name = "ObjectNotDetachedException";
|
|
422
|
-
$fault = "client";
|
|
423
|
-
Message;
|
|
424
|
-
constructor(opts) {
|
|
425
|
-
super({
|
|
426
|
-
name: "ObjectNotDetachedException",
|
|
427
|
-
$fault: "client",
|
|
428
|
-
...opts,
|
|
429
|
-
});
|
|
430
|
-
Object.setPrototypeOf(this, ObjectNotDetachedException.prototype);
|
|
431
|
-
this.Message = opts.Message;
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
export class StillContainsLinksException extends __BaseException {
|
|
435
|
-
name = "StillContainsLinksException";
|
|
436
|
-
$fault = "client";
|
|
437
|
-
Message;
|
|
438
|
-
constructor(opts) {
|
|
439
|
-
super({
|
|
440
|
-
name: "StillContainsLinksException",
|
|
441
|
-
$fault: "client",
|
|
442
|
-
...opts,
|
|
443
|
-
});
|
|
444
|
-
Object.setPrototypeOf(this, StillContainsLinksException.prototype);
|
|
445
|
-
this.Message = opts.Message;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
export class ObjectAlreadyDetachedException extends __BaseException {
|
|
449
|
-
name = "ObjectAlreadyDetachedException";
|
|
450
|
-
$fault = "client";
|
|
451
|
-
Message;
|
|
452
|
-
constructor(opts) {
|
|
453
|
-
super({
|
|
454
|
-
name: "ObjectAlreadyDetachedException",
|
|
455
|
-
$fault: "client",
|
|
456
|
-
...opts,
|
|
457
|
-
});
|
|
458
|
-
Object.setPrototypeOf(this, ObjectAlreadyDetachedException.prototype);
|
|
459
|
-
this.Message = opts.Message;
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
export class NotNodeException extends __BaseException {
|
|
463
|
-
name = "NotNodeException";
|
|
464
|
-
$fault = "client";
|
|
465
|
-
Message;
|
|
466
|
-
constructor(opts) {
|
|
467
|
-
super({
|
|
468
|
-
name: "NotNodeException",
|
|
469
|
-
$fault: "client",
|
|
470
|
-
...opts,
|
|
471
|
-
});
|
|
472
|
-
Object.setPrototypeOf(this, NotNodeException.prototype);
|
|
473
|
-
this.Message = opts.Message;
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
export const DirectoryState = {
|
|
477
|
-
DELETED: "DELETED",
|
|
478
|
-
DISABLED: "DISABLED",
|
|
479
|
-
ENABLED: "ENABLED",
|
|
480
|
-
};
|
|
481
|
-
export class InvalidNextTokenException extends __BaseException {
|
|
482
|
-
name = "InvalidNextTokenException";
|
|
483
|
-
$fault = "client";
|
|
484
|
-
Message;
|
|
485
|
-
constructor(opts) {
|
|
486
|
-
super({
|
|
487
|
-
name: "InvalidNextTokenException",
|
|
488
|
-
$fault: "client",
|
|
489
|
-
...opts,
|
|
490
|
-
});
|
|
491
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
492
|
-
this.Message = opts.Message;
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
export class CannotListParentOfRootException extends __BaseException {
|
|
496
|
-
name = "CannotListParentOfRootException";
|
|
497
|
-
$fault = "client";
|
|
498
|
-
Message;
|
|
499
|
-
constructor(opts) {
|
|
500
|
-
super({
|
|
501
|
-
name: "CannotListParentOfRootException",
|
|
502
|
-
$fault: "client",
|
|
503
|
-
...opts,
|
|
504
|
-
});
|
|
505
|
-
Object.setPrototypeOf(this, CannotListParentOfRootException.prototype);
|
|
506
|
-
this.Message = opts.Message;
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
export class InvalidTaggingRequestException extends __BaseException {
|
|
510
|
-
name = "InvalidTaggingRequestException";
|
|
511
|
-
$fault = "client";
|
|
512
|
-
Message;
|
|
513
|
-
constructor(opts) {
|
|
514
|
-
super({
|
|
515
|
-
name: "InvalidTaggingRequestException",
|
|
516
|
-
$fault: "client",
|
|
517
|
-
...opts,
|
|
518
|
-
});
|
|
519
|
-
Object.setPrototypeOf(this, InvalidTaggingRequestException.prototype);
|
|
520
|
-
this.Message = opts.Message;
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
export class SchemaAlreadyPublishedException extends __BaseException {
|
|
524
|
-
name = "SchemaAlreadyPublishedException";
|
|
525
|
-
$fault = "client";
|
|
526
|
-
Message;
|
|
527
|
-
constructor(opts) {
|
|
528
|
-
super({
|
|
529
|
-
name: "SchemaAlreadyPublishedException",
|
|
530
|
-
$fault: "client",
|
|
531
|
-
...opts,
|
|
532
|
-
});
|
|
533
|
-
Object.setPrototypeOf(this, SchemaAlreadyPublishedException.prototype);
|
|
534
|
-
this.Message = opts.Message;
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
export class InvalidSchemaDocException extends __BaseException {
|
|
538
|
-
name = "InvalidSchemaDocException";
|
|
539
|
-
$fault = "client";
|
|
540
|
-
Message;
|
|
541
|
-
constructor(opts) {
|
|
542
|
-
super({
|
|
543
|
-
name: "InvalidSchemaDocException",
|
|
544
|
-
$fault: "client",
|
|
545
|
-
...opts,
|
|
546
|
-
});
|
|
547
|
-
Object.setPrototypeOf(this, InvalidSchemaDocException.prototype);
|
|
548
|
-
this.Message = opts.Message;
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
export class InvalidFacetUpdateException extends __BaseException {
|
|
552
|
-
name = "InvalidFacetUpdateException";
|
|
553
|
-
$fault = "client";
|
|
554
|
-
Message;
|
|
555
|
-
constructor(opts) {
|
|
556
|
-
super({
|
|
557
|
-
name: "InvalidFacetUpdateException",
|
|
558
|
-
$fault: "client",
|
|
559
|
-
...opts,
|
|
560
|
-
});
|
|
561
|
-
Object.setPrototypeOf(this, InvalidFacetUpdateException.prototype);
|
|
562
|
-
this.Message = opts.Message;
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
export class IncompatibleSchemaException extends __BaseException {
|
|
566
|
-
name = "IncompatibleSchemaException";
|
|
567
|
-
$fault = "client";
|
|
568
|
-
Message;
|
|
569
|
-
constructor(opts) {
|
|
570
|
-
super({
|
|
571
|
-
name: "IncompatibleSchemaException",
|
|
572
|
-
$fault: "client",
|
|
573
|
-
...opts,
|
|
574
|
-
});
|
|
575
|
-
Object.setPrototypeOf(this, IncompatibleSchemaException.prototype);
|
|
576
|
-
this.Message = opts.Message;
|
|
577
|
-
}
|
|
578
|
-
}
|
|
1
|
+
export {};
|
|
@@ -469,7 +469,7 @@ const _xadp = "x-amz-data-partition";
|
|
|
469
469
|
const n0 = "com.amazonaws.clouddirectory";
|
|
470
470
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
471
471
|
import { CloudDirectoryServiceException as __CloudDirectoryServiceException } from "../models/CloudDirectoryServiceException";
|
|
472
|
-
import { AccessDeniedException as __AccessDeniedException, BatchWriteException as __BatchWriteException, CannotListParentOfRootException as __CannotListParentOfRootException, DirectoryAlreadyExistsException as __DirectoryAlreadyExistsException, DirectoryDeletedException as __DirectoryDeletedException, DirectoryNotDisabledException as __DirectoryNotDisabledException, DirectoryNotEnabledException as __DirectoryNotEnabledException, FacetAlreadyExistsException as __FacetAlreadyExistsException, FacetInUseException as __FacetInUseException, FacetNotFoundException as __FacetNotFoundException, FacetValidationException as __FacetValidationException, IncompatibleSchemaException as __IncompatibleSchemaException, IndexedAttributeMissingException as __IndexedAttributeMissingException, InternalServiceException as __InternalServiceException, InvalidArnException as __InvalidArnException, InvalidAttachmentException as __InvalidAttachmentException, InvalidFacetUpdateException as __InvalidFacetUpdateException, InvalidNextTokenException as __InvalidNextTokenException, InvalidRuleException as __InvalidRuleException, InvalidSchemaDocException as __InvalidSchemaDocException, InvalidTaggingRequestException as __InvalidTaggingRequestException, LimitExceededException as __LimitExceededException, LinkNameAlreadyInUseException as __LinkNameAlreadyInUseException, NotIndexException as __NotIndexException, NotNodeException as __NotNodeException, NotPolicyException as __NotPolicyException, ObjectAlreadyDetachedException as __ObjectAlreadyDetachedException, ObjectNotDetachedException as __ObjectNotDetachedException, ResourceNotFoundException as __ResourceNotFoundException, RetryableConflictException as __RetryableConflictException, SchemaAlreadyExistsException as __SchemaAlreadyExistsException, SchemaAlreadyPublishedException as __SchemaAlreadyPublishedException, StillContainsLinksException as __StillContainsLinksException, UnsupportedIndexTypeException as __UnsupportedIndexTypeException, ValidationException as __ValidationException, } from "../models/
|
|
472
|
+
import { AccessDeniedException as __AccessDeniedException, BatchWriteException as __BatchWriteException, CannotListParentOfRootException as __CannotListParentOfRootException, DirectoryAlreadyExistsException as __DirectoryAlreadyExistsException, DirectoryDeletedException as __DirectoryDeletedException, DirectoryNotDisabledException as __DirectoryNotDisabledException, DirectoryNotEnabledException as __DirectoryNotEnabledException, FacetAlreadyExistsException as __FacetAlreadyExistsException, FacetInUseException as __FacetInUseException, FacetNotFoundException as __FacetNotFoundException, FacetValidationException as __FacetValidationException, IncompatibleSchemaException as __IncompatibleSchemaException, IndexedAttributeMissingException as __IndexedAttributeMissingException, InternalServiceException as __InternalServiceException, InvalidArnException as __InvalidArnException, InvalidAttachmentException as __InvalidAttachmentException, InvalidFacetUpdateException as __InvalidFacetUpdateException, InvalidNextTokenException as __InvalidNextTokenException, InvalidRuleException as __InvalidRuleException, InvalidSchemaDocException as __InvalidSchemaDocException, InvalidTaggingRequestException as __InvalidTaggingRequestException, LimitExceededException as __LimitExceededException, LinkNameAlreadyInUseException as __LinkNameAlreadyInUseException, NotIndexException as __NotIndexException, NotNodeException as __NotNodeException, NotPolicyException as __NotPolicyException, ObjectAlreadyDetachedException as __ObjectAlreadyDetachedException, ObjectNotDetachedException as __ObjectNotDetachedException, ResourceNotFoundException as __ResourceNotFoundException, RetryableConflictException as __RetryableConflictException, SchemaAlreadyExistsException as __SchemaAlreadyExistsException, SchemaAlreadyPublishedException as __SchemaAlreadyPublishedException, StillContainsLinksException as __StillContainsLinksException, UnsupportedIndexTypeException as __UnsupportedIndexTypeException, ValidationException as __ValidationException, } from "../models/errors";
|
|
473
473
|
export var AccessDeniedException = [
|
|
474
474
|
-3,
|
|
475
475
|
n0,
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,5 +15,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
15
15
|
export type { CloudDirectoryExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
|
-
export * from "./models";
|
|
18
|
+
export * from "./models/enums";
|
|
19
|
+
export * from "./models/errors";
|
|
20
|
+
export type * from "./models/models_0";
|
|
19
21
|
export { CloudDirectoryServiceException } from "./models/CloudDirectoryServiceException";
|