@aws-sdk/client-clouddirectory 3.490.0 → 3.496.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist-cjs/CloudDirectory.js +1 -143
  2. package/dist-cjs/CloudDirectoryClient.js +1 -43
  3. package/dist-cjs/commands/AddFacetToObjectCommand.js +1 -28
  4. package/dist-cjs/commands/ApplySchemaCommand.js +1 -28
  5. package/dist-cjs/commands/AttachObjectCommand.js +1 -28
  6. package/dist-cjs/commands/AttachPolicyCommand.js +1 -28
  7. package/dist-cjs/commands/AttachToIndexCommand.js +1 -28
  8. package/dist-cjs/commands/AttachTypedLinkCommand.js +1 -28
  9. package/dist-cjs/commands/BatchReadCommand.js +1 -28
  10. package/dist-cjs/commands/BatchWriteCommand.js +1 -28
  11. package/dist-cjs/commands/CreateDirectoryCommand.js +1 -28
  12. package/dist-cjs/commands/CreateFacetCommand.js +1 -28
  13. package/dist-cjs/commands/CreateIndexCommand.js +1 -28
  14. package/dist-cjs/commands/CreateObjectCommand.js +1 -28
  15. package/dist-cjs/commands/CreateSchemaCommand.js +1 -28
  16. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDirectoryCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteFacetCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteObjectCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteSchemaCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +1 -28
  22. package/dist-cjs/commands/DetachFromIndexCommand.js +1 -28
  23. package/dist-cjs/commands/DetachObjectCommand.js +1 -28
  24. package/dist-cjs/commands/DetachPolicyCommand.js +1 -28
  25. package/dist-cjs/commands/DetachTypedLinkCommand.js +1 -28
  26. package/dist-cjs/commands/DisableDirectoryCommand.js +1 -28
  27. package/dist-cjs/commands/EnableDirectoryCommand.js +1 -28
  28. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +1 -28
  29. package/dist-cjs/commands/GetDirectoryCommand.js +1 -28
  30. package/dist-cjs/commands/GetFacetCommand.js +1 -28
  31. package/dist-cjs/commands/GetLinkAttributesCommand.js +1 -28
  32. package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -28
  33. package/dist-cjs/commands/GetObjectInformationCommand.js +1 -28
  34. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +1 -28
  35. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +1 -28
  36. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +1 -28
  37. package/dist-cjs/commands/ListAttachedIndicesCommand.js +1 -28
  38. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +1 -28
  39. package/dist-cjs/commands/ListDirectoriesCommand.js +1 -28
  40. package/dist-cjs/commands/ListFacetAttributesCommand.js +1 -28
  41. package/dist-cjs/commands/ListFacetNamesCommand.js +1 -28
  42. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +1 -28
  43. package/dist-cjs/commands/ListIndexCommand.js +1 -28
  44. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +1 -28
  45. package/dist-cjs/commands/ListObjectAttributesCommand.js +1 -28
  46. package/dist-cjs/commands/ListObjectChildrenCommand.js +1 -28
  47. package/dist-cjs/commands/ListObjectParentPathsCommand.js +1 -28
  48. package/dist-cjs/commands/ListObjectParentsCommand.js +1 -28
  49. package/dist-cjs/commands/ListObjectPoliciesCommand.js +1 -28
  50. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +1 -28
  51. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +1 -28
  52. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +1 -28
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  54. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +1 -28
  55. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +1 -28
  56. package/dist-cjs/commands/LookupPolicyCommand.js +1 -28
  57. package/dist-cjs/commands/PublishSchemaCommand.js +1 -28
  58. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +1 -28
  59. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +1 -28
  60. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  61. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateFacetCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateSchemaCommand.js +1 -28
  66. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +1 -28
  67. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +1 -28
  68. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +1 -28
  69. package/dist-cjs/commands/index.js +1 -69
  70. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  71. package/dist-cjs/extensionConfiguration.js +1 -2
  72. package/dist-cjs/index.js +8252 -11
  73. package/dist-cjs/models/CloudDirectoryServiceException.js +1 -12
  74. package/dist-cjs/models/index.js +1 -4
  75. package/dist-cjs/models/models_0.js +1 -595
  76. package/dist-cjs/pagination/Interfaces.js +1 -2
  77. package/dist-cjs/pagination/ListAppliedSchemaArnsPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListAttachedIndicesPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListDevelopmentSchemaArnsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListDirectoriesPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListFacetAttributesPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListFacetNamesPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListIndexPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListManagedSchemaArnsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListObjectAttributesPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListObjectChildrenPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListObjectParentPathsPaginator.js +1 -7
  88. package/dist-cjs/pagination/ListObjectParentsPaginator.js +1 -7
  89. package/dist-cjs/pagination/ListObjectPoliciesPaginator.js +1 -7
  90. package/dist-cjs/pagination/ListPolicyAttachmentsPaginator.js +1 -7
  91. package/dist-cjs/pagination/ListPublishedSchemaArnsPaginator.js +1 -7
  92. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  93. package/dist-cjs/pagination/ListTypedLinkFacetAttributesPaginator.js +1 -7
  94. package/dist-cjs/pagination/ListTypedLinkFacetNamesPaginator.js +1 -7
  95. package/dist-cjs/pagination/LookupPolicyPaginator.js +1 -7
  96. package/dist-cjs/pagination/index.js +1 -23
  97. package/dist-cjs/protocols/Aws_restJson1.js +1 -5899
  98. package/dist-cjs/runtimeExtensions.js +1 -22
  99. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudDirectoryServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class CloudDirectoryServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, CloudDirectoryServiceException.prototype);
10
- }
11
- }
12
- exports.CloudDirectoryServiceException = CloudDirectoryServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,595 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IncompatibleSchemaException = exports.InvalidFacetUpdateException = exports.InvalidSchemaDocException = exports.SchemaAlreadyPublishedException = exports.InvalidTaggingRequestException = exports.CannotListParentOfRootException = exports.InvalidNextTokenException = exports.DirectoryState = exports.NotNodeException = exports.ObjectAlreadyDetachedException = exports.StillContainsLinksException = exports.ObjectNotDetachedException = exports.FacetNotFoundException = exports.FacetInUseException = exports.DirectoryNotDisabledException = exports.DirectoryDeletedException = exports.UnsupportedIndexTypeException = exports.InvalidRuleException = exports.FacetAlreadyExistsException = exports.ObjectType = exports.FacetStyle = exports.RequiredAttributeBehavior = exports.FacetAttributeType = exports.RuleType = exports.DirectoryAlreadyExistsException = exports.UpdateActionType = exports.BatchWriteException = exports.BatchWriteExceptionType = exports.BatchReadExceptionType = exports.RangeMode = exports.ConsistencyLevel = exports.NotIndexException = exports.IndexedAttributeMissingException = exports.NotPolicyException = exports.LinkNameAlreadyInUseException = exports.SchemaAlreadyExistsException = exports.InvalidAttachmentException = exports.ValidationException = exports.RetryableConflictException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InvalidArnException = exports.InternalServiceException = exports.FacetValidationException = exports.DirectoryNotEnabledException = exports.TypedAttributeValue = exports.AccessDeniedException = void 0;
4
- const CloudDirectoryServiceException_1 = require("./CloudDirectoryServiceException");
5
- class AccessDeniedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "AccessDeniedException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- this.Message = opts.Message;
16
- }
17
- }
18
- exports.AccessDeniedException = AccessDeniedException;
19
- var TypedAttributeValue;
20
- (function (TypedAttributeValue) {
21
- TypedAttributeValue.visit = (value, visitor) => {
22
- if (value.StringValue !== undefined)
23
- return visitor.StringValue(value.StringValue);
24
- if (value.BinaryValue !== undefined)
25
- return visitor.BinaryValue(value.BinaryValue);
26
- if (value.BooleanValue !== undefined)
27
- return visitor.BooleanValue(value.BooleanValue);
28
- if (value.NumberValue !== undefined)
29
- return visitor.NumberValue(value.NumberValue);
30
- if (value.DatetimeValue !== undefined)
31
- return visitor.DatetimeValue(value.DatetimeValue);
32
- return visitor._(value.$unknown[0], value.$unknown[1]);
33
- };
34
- })(TypedAttributeValue = exports.TypedAttributeValue || (exports.TypedAttributeValue = {}));
35
- class DirectoryNotEnabledException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
36
- constructor(opts) {
37
- super({
38
- name: "DirectoryNotEnabledException",
39
- $fault: "client",
40
- ...opts,
41
- });
42
- this.name = "DirectoryNotEnabledException";
43
- this.$fault = "client";
44
- Object.setPrototypeOf(this, DirectoryNotEnabledException.prototype);
45
- this.Message = opts.Message;
46
- }
47
- }
48
- exports.DirectoryNotEnabledException = DirectoryNotEnabledException;
49
- class FacetValidationException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
50
- constructor(opts) {
51
- super({
52
- name: "FacetValidationException",
53
- $fault: "client",
54
- ...opts,
55
- });
56
- this.name = "FacetValidationException";
57
- this.$fault = "client";
58
- Object.setPrototypeOf(this, FacetValidationException.prototype);
59
- this.Message = opts.Message;
60
- }
61
- }
62
- exports.FacetValidationException = FacetValidationException;
63
- class InternalServiceException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
64
- constructor(opts) {
65
- super({
66
- name: "InternalServiceException",
67
- $fault: "server",
68
- ...opts,
69
- });
70
- this.name = "InternalServiceException";
71
- this.$fault = "server";
72
- Object.setPrototypeOf(this, InternalServiceException.prototype);
73
- this.Message = opts.Message;
74
- }
75
- }
76
- exports.InternalServiceException = InternalServiceException;
77
- class InvalidArnException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
78
- constructor(opts) {
79
- super({
80
- name: "InvalidArnException",
81
- $fault: "client",
82
- ...opts,
83
- });
84
- this.name = "InvalidArnException";
85
- this.$fault = "client";
86
- Object.setPrototypeOf(this, InvalidArnException.prototype);
87
- this.Message = opts.Message;
88
- }
89
- }
90
- exports.InvalidArnException = InvalidArnException;
91
- class LimitExceededException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
92
- constructor(opts) {
93
- super({
94
- name: "LimitExceededException",
95
- $fault: "client",
96
- ...opts,
97
- });
98
- this.name = "LimitExceededException";
99
- this.$fault = "client";
100
- Object.setPrototypeOf(this, LimitExceededException.prototype);
101
- this.Message = opts.Message;
102
- }
103
- }
104
- exports.LimitExceededException = LimitExceededException;
105
- class ResourceNotFoundException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
106
- constructor(opts) {
107
- super({
108
- name: "ResourceNotFoundException",
109
- $fault: "client",
110
- ...opts,
111
- });
112
- this.name = "ResourceNotFoundException";
113
- this.$fault = "client";
114
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
115
- this.Message = opts.Message;
116
- }
117
- }
118
- exports.ResourceNotFoundException = ResourceNotFoundException;
119
- class RetryableConflictException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
120
- constructor(opts) {
121
- super({
122
- name: "RetryableConflictException",
123
- $fault: "client",
124
- ...opts,
125
- });
126
- this.name = "RetryableConflictException";
127
- this.$fault = "client";
128
- Object.setPrototypeOf(this, RetryableConflictException.prototype);
129
- this.Message = opts.Message;
130
- }
131
- }
132
- exports.RetryableConflictException = RetryableConflictException;
133
- class ValidationException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
134
- constructor(opts) {
135
- super({
136
- name: "ValidationException",
137
- $fault: "client",
138
- ...opts,
139
- });
140
- this.name = "ValidationException";
141
- this.$fault = "client";
142
- Object.setPrototypeOf(this, ValidationException.prototype);
143
- this.Message = opts.Message;
144
- }
145
- }
146
- exports.ValidationException = ValidationException;
147
- class InvalidAttachmentException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
148
- constructor(opts) {
149
- super({
150
- name: "InvalidAttachmentException",
151
- $fault: "client",
152
- ...opts,
153
- });
154
- this.name = "InvalidAttachmentException";
155
- this.$fault = "client";
156
- Object.setPrototypeOf(this, InvalidAttachmentException.prototype);
157
- this.Message = opts.Message;
158
- }
159
- }
160
- exports.InvalidAttachmentException = InvalidAttachmentException;
161
- class SchemaAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
162
- constructor(opts) {
163
- super({
164
- name: "SchemaAlreadyExistsException",
165
- $fault: "client",
166
- ...opts,
167
- });
168
- this.name = "SchemaAlreadyExistsException";
169
- this.$fault = "client";
170
- Object.setPrototypeOf(this, SchemaAlreadyExistsException.prototype);
171
- this.Message = opts.Message;
172
- }
173
- }
174
- exports.SchemaAlreadyExistsException = SchemaAlreadyExistsException;
175
- class LinkNameAlreadyInUseException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
176
- constructor(opts) {
177
- super({
178
- name: "LinkNameAlreadyInUseException",
179
- $fault: "client",
180
- ...opts,
181
- });
182
- this.name = "LinkNameAlreadyInUseException";
183
- this.$fault = "client";
184
- Object.setPrototypeOf(this, LinkNameAlreadyInUseException.prototype);
185
- this.Message = opts.Message;
186
- }
187
- }
188
- exports.LinkNameAlreadyInUseException = LinkNameAlreadyInUseException;
189
- class NotPolicyException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
190
- constructor(opts) {
191
- super({
192
- name: "NotPolicyException",
193
- $fault: "client",
194
- ...opts,
195
- });
196
- this.name = "NotPolicyException";
197
- this.$fault = "client";
198
- Object.setPrototypeOf(this, NotPolicyException.prototype);
199
- this.Message = opts.Message;
200
- }
201
- }
202
- exports.NotPolicyException = NotPolicyException;
203
- class IndexedAttributeMissingException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
204
- constructor(opts) {
205
- super({
206
- name: "IndexedAttributeMissingException",
207
- $fault: "client",
208
- ...opts,
209
- });
210
- this.name = "IndexedAttributeMissingException";
211
- this.$fault = "client";
212
- Object.setPrototypeOf(this, IndexedAttributeMissingException.prototype);
213
- this.Message = opts.Message;
214
- }
215
- }
216
- exports.IndexedAttributeMissingException = IndexedAttributeMissingException;
217
- class NotIndexException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
218
- constructor(opts) {
219
- super({
220
- name: "NotIndexException",
221
- $fault: "client",
222
- ...opts,
223
- });
224
- this.name = "NotIndexException";
225
- this.$fault = "client";
226
- Object.setPrototypeOf(this, NotIndexException.prototype);
227
- this.Message = opts.Message;
228
- }
229
- }
230
- exports.NotIndexException = NotIndexException;
231
- exports.ConsistencyLevel = {
232
- EVENTUAL: "EVENTUAL",
233
- SERIALIZABLE: "SERIALIZABLE",
234
- };
235
- exports.RangeMode = {
236
- EXCLUSIVE: "EXCLUSIVE",
237
- FIRST: "FIRST",
238
- INCLUSIVE: "INCLUSIVE",
239
- LAST: "LAST",
240
- LAST_BEFORE_MISSING_VALUES: "LAST_BEFORE_MISSING_VALUES",
241
- };
242
- exports.BatchReadExceptionType = {
243
- AccessDeniedException: "AccessDeniedException",
244
- CannotListParentOfRootException: "CannotListParentOfRootException",
245
- DirectoryNotEnabledException: "DirectoryNotEnabledException",
246
- FacetValidationException: "FacetValidationException",
247
- InternalServiceException: "InternalServiceException",
248
- InvalidArnException: "InvalidArnException",
249
- InvalidNextTokenException: "InvalidNextTokenException",
250
- LimitExceededException: "LimitExceededException",
251
- NotIndexException: "NotIndexException",
252
- NotNodeException: "NotNodeException",
253
- NotPolicyException: "NotPolicyException",
254
- ResourceNotFoundException: "ResourceNotFoundException",
255
- ValidationException: "ValidationException",
256
- };
257
- exports.BatchWriteExceptionType = {
258
- AccessDeniedException: "AccessDeniedException",
259
- DirectoryNotEnabledException: "DirectoryNotEnabledException",
260
- FacetValidationException: "FacetValidationException",
261
- IndexedAttributeMissingException: "IndexedAttributeMissingException",
262
- InternalServiceException: "InternalServiceException",
263
- InvalidArnException: "InvalidArnException",
264
- InvalidAttachmentException: "InvalidAttachmentException",
265
- LimitExceededException: "LimitExceededException",
266
- LinkNameAlreadyInUseException: "LinkNameAlreadyInUseException",
267
- NotIndexException: "NotIndexException",
268
- NotNodeException: "NotNodeException",
269
- NotPolicyException: "NotPolicyException",
270
- ObjectAlreadyDetachedException: "ObjectAlreadyDetachedException",
271
- ObjectNotDetachedException: "ObjectNotDetachedException",
272
- ResourceNotFoundException: "ResourceNotFoundException",
273
- StillContainsLinksException: "StillContainsLinksException",
274
- UnsupportedIndexTypeException: "UnsupportedIndexTypeException",
275
- ValidationException: "ValidationException",
276
- };
277
- class BatchWriteException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
278
- constructor(opts) {
279
- super({
280
- name: "BatchWriteException",
281
- $fault: "client",
282
- ...opts,
283
- });
284
- this.name = "BatchWriteException";
285
- this.$fault = "client";
286
- Object.setPrototypeOf(this, BatchWriteException.prototype);
287
- this.Index = opts.Index;
288
- this.Type = opts.Type;
289
- this.Message = opts.Message;
290
- }
291
- }
292
- exports.BatchWriteException = BatchWriteException;
293
- exports.UpdateActionType = {
294
- CREATE_OR_UPDATE: "CREATE_OR_UPDATE",
295
- DELETE: "DELETE",
296
- };
297
- class DirectoryAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
298
- constructor(opts) {
299
- super({
300
- name: "DirectoryAlreadyExistsException",
301
- $fault: "client",
302
- ...opts,
303
- });
304
- this.name = "DirectoryAlreadyExistsException";
305
- this.$fault = "client";
306
- Object.setPrototypeOf(this, DirectoryAlreadyExistsException.prototype);
307
- this.Message = opts.Message;
308
- }
309
- }
310
- exports.DirectoryAlreadyExistsException = DirectoryAlreadyExistsException;
311
- exports.RuleType = {
312
- BINARY_LENGTH: "BINARY_LENGTH",
313
- NUMBER_COMPARISON: "NUMBER_COMPARISON",
314
- STRING_FROM_SET: "STRING_FROM_SET",
315
- STRING_LENGTH: "STRING_LENGTH",
316
- };
317
- exports.FacetAttributeType = {
318
- BINARY: "BINARY",
319
- BOOLEAN: "BOOLEAN",
320
- DATETIME: "DATETIME",
321
- NUMBER: "NUMBER",
322
- STRING: "STRING",
323
- VARIANT: "VARIANT",
324
- };
325
- exports.RequiredAttributeBehavior = {
326
- NOT_REQUIRED: "NOT_REQUIRED",
327
- REQUIRED_ALWAYS: "REQUIRED_ALWAYS",
328
- };
329
- exports.FacetStyle = {
330
- DYNAMIC: "DYNAMIC",
331
- STATIC: "STATIC",
332
- };
333
- exports.ObjectType = {
334
- INDEX: "INDEX",
335
- LEAF_NODE: "LEAF_NODE",
336
- NODE: "NODE",
337
- POLICY: "POLICY",
338
- };
339
- class FacetAlreadyExistsException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
340
- constructor(opts) {
341
- super({
342
- name: "FacetAlreadyExistsException",
343
- $fault: "client",
344
- ...opts,
345
- });
346
- this.name = "FacetAlreadyExistsException";
347
- this.$fault = "client";
348
- Object.setPrototypeOf(this, FacetAlreadyExistsException.prototype);
349
- this.Message = opts.Message;
350
- }
351
- }
352
- exports.FacetAlreadyExistsException = FacetAlreadyExistsException;
353
- class InvalidRuleException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
354
- constructor(opts) {
355
- super({
356
- name: "InvalidRuleException",
357
- $fault: "client",
358
- ...opts,
359
- });
360
- this.name = "InvalidRuleException";
361
- this.$fault = "client";
362
- Object.setPrototypeOf(this, InvalidRuleException.prototype);
363
- this.Message = opts.Message;
364
- }
365
- }
366
- exports.InvalidRuleException = InvalidRuleException;
367
- class UnsupportedIndexTypeException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
368
- constructor(opts) {
369
- super({
370
- name: "UnsupportedIndexTypeException",
371
- $fault: "client",
372
- ...opts,
373
- });
374
- this.name = "UnsupportedIndexTypeException";
375
- this.$fault = "client";
376
- Object.setPrototypeOf(this, UnsupportedIndexTypeException.prototype);
377
- this.Message = opts.Message;
378
- }
379
- }
380
- exports.UnsupportedIndexTypeException = UnsupportedIndexTypeException;
381
- class DirectoryDeletedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
382
- constructor(opts) {
383
- super({
384
- name: "DirectoryDeletedException",
385
- $fault: "client",
386
- ...opts,
387
- });
388
- this.name = "DirectoryDeletedException";
389
- this.$fault = "client";
390
- Object.setPrototypeOf(this, DirectoryDeletedException.prototype);
391
- this.Message = opts.Message;
392
- }
393
- }
394
- exports.DirectoryDeletedException = DirectoryDeletedException;
395
- class DirectoryNotDisabledException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
396
- constructor(opts) {
397
- super({
398
- name: "DirectoryNotDisabledException",
399
- $fault: "client",
400
- ...opts,
401
- });
402
- this.name = "DirectoryNotDisabledException";
403
- this.$fault = "client";
404
- Object.setPrototypeOf(this, DirectoryNotDisabledException.prototype);
405
- this.Message = opts.Message;
406
- }
407
- }
408
- exports.DirectoryNotDisabledException = DirectoryNotDisabledException;
409
- class FacetInUseException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
410
- constructor(opts) {
411
- super({
412
- name: "FacetInUseException",
413
- $fault: "client",
414
- ...opts,
415
- });
416
- this.name = "FacetInUseException";
417
- this.$fault = "client";
418
- Object.setPrototypeOf(this, FacetInUseException.prototype);
419
- this.Message = opts.Message;
420
- }
421
- }
422
- exports.FacetInUseException = FacetInUseException;
423
- class FacetNotFoundException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
424
- constructor(opts) {
425
- super({
426
- name: "FacetNotFoundException",
427
- $fault: "client",
428
- ...opts,
429
- });
430
- this.name = "FacetNotFoundException";
431
- this.$fault = "client";
432
- Object.setPrototypeOf(this, FacetNotFoundException.prototype);
433
- this.Message = opts.Message;
434
- }
435
- }
436
- exports.FacetNotFoundException = FacetNotFoundException;
437
- class ObjectNotDetachedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
438
- constructor(opts) {
439
- super({
440
- name: "ObjectNotDetachedException",
441
- $fault: "client",
442
- ...opts,
443
- });
444
- this.name = "ObjectNotDetachedException";
445
- this.$fault = "client";
446
- Object.setPrototypeOf(this, ObjectNotDetachedException.prototype);
447
- this.Message = opts.Message;
448
- }
449
- }
450
- exports.ObjectNotDetachedException = ObjectNotDetachedException;
451
- class StillContainsLinksException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
452
- constructor(opts) {
453
- super({
454
- name: "StillContainsLinksException",
455
- $fault: "client",
456
- ...opts,
457
- });
458
- this.name = "StillContainsLinksException";
459
- this.$fault = "client";
460
- Object.setPrototypeOf(this, StillContainsLinksException.prototype);
461
- this.Message = opts.Message;
462
- }
463
- }
464
- exports.StillContainsLinksException = StillContainsLinksException;
465
- class ObjectAlreadyDetachedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
466
- constructor(opts) {
467
- super({
468
- name: "ObjectAlreadyDetachedException",
469
- $fault: "client",
470
- ...opts,
471
- });
472
- this.name = "ObjectAlreadyDetachedException";
473
- this.$fault = "client";
474
- Object.setPrototypeOf(this, ObjectAlreadyDetachedException.prototype);
475
- this.Message = opts.Message;
476
- }
477
- }
478
- exports.ObjectAlreadyDetachedException = ObjectAlreadyDetachedException;
479
- class NotNodeException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
480
- constructor(opts) {
481
- super({
482
- name: "NotNodeException",
483
- $fault: "client",
484
- ...opts,
485
- });
486
- this.name = "NotNodeException";
487
- this.$fault = "client";
488
- Object.setPrototypeOf(this, NotNodeException.prototype);
489
- this.Message = opts.Message;
490
- }
491
- }
492
- exports.NotNodeException = NotNodeException;
493
- exports.DirectoryState = {
494
- DELETED: "DELETED",
495
- DISABLED: "DISABLED",
496
- ENABLED: "ENABLED",
497
- };
498
- class InvalidNextTokenException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
499
- constructor(opts) {
500
- super({
501
- name: "InvalidNextTokenException",
502
- $fault: "client",
503
- ...opts,
504
- });
505
- this.name = "InvalidNextTokenException";
506
- this.$fault = "client";
507
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
508
- this.Message = opts.Message;
509
- }
510
- }
511
- exports.InvalidNextTokenException = InvalidNextTokenException;
512
- class CannotListParentOfRootException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
513
- constructor(opts) {
514
- super({
515
- name: "CannotListParentOfRootException",
516
- $fault: "client",
517
- ...opts,
518
- });
519
- this.name = "CannotListParentOfRootException";
520
- this.$fault = "client";
521
- Object.setPrototypeOf(this, CannotListParentOfRootException.prototype);
522
- this.Message = opts.Message;
523
- }
524
- }
525
- exports.CannotListParentOfRootException = CannotListParentOfRootException;
526
- class InvalidTaggingRequestException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
527
- constructor(opts) {
528
- super({
529
- name: "InvalidTaggingRequestException",
530
- $fault: "client",
531
- ...opts,
532
- });
533
- this.name = "InvalidTaggingRequestException";
534
- this.$fault = "client";
535
- Object.setPrototypeOf(this, InvalidTaggingRequestException.prototype);
536
- this.Message = opts.Message;
537
- }
538
- }
539
- exports.InvalidTaggingRequestException = InvalidTaggingRequestException;
540
- class SchemaAlreadyPublishedException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
541
- constructor(opts) {
542
- super({
543
- name: "SchemaAlreadyPublishedException",
544
- $fault: "client",
545
- ...opts,
546
- });
547
- this.name = "SchemaAlreadyPublishedException";
548
- this.$fault = "client";
549
- Object.setPrototypeOf(this, SchemaAlreadyPublishedException.prototype);
550
- this.Message = opts.Message;
551
- }
552
- }
553
- exports.SchemaAlreadyPublishedException = SchemaAlreadyPublishedException;
554
- class InvalidSchemaDocException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
555
- constructor(opts) {
556
- super({
557
- name: "InvalidSchemaDocException",
558
- $fault: "client",
559
- ...opts,
560
- });
561
- this.name = "InvalidSchemaDocException";
562
- this.$fault = "client";
563
- Object.setPrototypeOf(this, InvalidSchemaDocException.prototype);
564
- this.Message = opts.Message;
565
- }
566
- }
567
- exports.InvalidSchemaDocException = InvalidSchemaDocException;
568
- class InvalidFacetUpdateException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
569
- constructor(opts) {
570
- super({
571
- name: "InvalidFacetUpdateException",
572
- $fault: "client",
573
- ...opts,
574
- });
575
- this.name = "InvalidFacetUpdateException";
576
- this.$fault = "client";
577
- Object.setPrototypeOf(this, InvalidFacetUpdateException.prototype);
578
- this.Message = opts.Message;
579
- }
580
- }
581
- exports.InvalidFacetUpdateException = InvalidFacetUpdateException;
582
- class IncompatibleSchemaException extends CloudDirectoryServiceException_1.CloudDirectoryServiceException {
583
- constructor(opts) {
584
- super({
585
- name: "IncompatibleSchemaException",
586
- $fault: "client",
587
- ...opts,
588
- });
589
- this.name = "IncompatibleSchemaException";
590
- this.$fault = "client";
591
- Object.setPrototypeOf(this, IncompatibleSchemaException.prototype);
592
- this.Message = opts.Message;
593
- }
594
- }
595
- exports.IncompatibleSchemaException = IncompatibleSchemaException;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAppliedSchemaArns = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudDirectoryClient_1 = require("../CloudDirectoryClient");
6
- const ListAppliedSchemaArnsCommand_1 = require("../commands/ListAppliedSchemaArnsCommand");
7
- exports.paginateListAppliedSchemaArns = (0, core_1.createPaginator)(CloudDirectoryClient_1.CloudDirectoryClient, ListAppliedSchemaArnsCommand_1.ListAppliedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAttachedIndices = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudDirectoryClient_1 = require("../CloudDirectoryClient");
6
- const ListAttachedIndicesCommand_1 = require("../commands/ListAttachedIndicesCommand");
7
- exports.paginateListAttachedIndices = (0, core_1.createPaginator)(CloudDirectoryClient_1.CloudDirectoryClient, ListAttachedIndicesCommand_1.ListAttachedIndicesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDevelopmentSchemaArns = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudDirectoryClient_1 = require("../CloudDirectoryClient");
6
- const ListDevelopmentSchemaArnsCommand_1 = require("../commands/ListDevelopmentSchemaArnsCommand");
7
- exports.paginateListDevelopmentSchemaArns = (0, core_1.createPaginator)(CloudDirectoryClient_1.CloudDirectoryClient, ListDevelopmentSchemaArnsCommand_1.ListDevelopmentSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDirectories = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudDirectoryClient_1 = require("../CloudDirectoryClient");
6
- const ListDirectoriesCommand_1 = require("../commands/ListDirectoriesCommand");
7
- exports.paginateListDirectories = (0, core_1.createPaginator)(CloudDirectoryClient_1.CloudDirectoryClient, ListDirectoriesCommand_1.ListDirectoriesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFacetAttributes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudDirectoryClient_1 = require("../CloudDirectoryClient");
6
- const ListFacetAttributesCommand_1 = require("../commands/ListFacetAttributesCommand");
7
- exports.paginateListFacetAttributes = (0, core_1.createPaginator)(CloudDirectoryClient_1.CloudDirectoryClient, ListFacetAttributesCommand_1.ListFacetAttributesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFacetNames = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CloudDirectoryClient_1 = require("../CloudDirectoryClient");
6
- const ListFacetNamesCommand_1 = require("../commands/ListFacetNamesCommand");
7
- exports.paginateListFacetNames = (0, core_1.createPaginator)(CloudDirectoryClient_1.CloudDirectoryClient, ListFacetNamesCommand_1.ListFacetNamesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");