@aws-sdk/client-clouddirectory 3.987.0 → 3.989.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 +85 -3018
- package/dist-cjs/models/CloudDirectoryServiceException.js +12 -0
- package/dist-cjs/models/errors.js +533 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2112 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +215 -209
- package/dist-types/schemas/schemas_0.d.ts +42 -35
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -35
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var CloudDirectoryServiceException = require('./models/CloudDirectoryServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,2594 +113,6 @@ class CloudDirectoryClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class CloudDirectoryServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, CloudDirectoryServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends CloudDirectoryServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "AccessDeniedException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class DirectoryNotEnabledException extends CloudDirectoryServiceException {
|
|
135
|
-
name = "DirectoryNotEnabledException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "DirectoryNotEnabledException",
|
|
141
|
-
$fault: "client",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, DirectoryNotEnabledException.prototype);
|
|
145
|
-
this.Message = opts.Message;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
class FacetValidationException extends CloudDirectoryServiceException {
|
|
149
|
-
name = "FacetValidationException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
Message;
|
|
152
|
-
constructor(opts) {
|
|
153
|
-
super({
|
|
154
|
-
name: "FacetValidationException",
|
|
155
|
-
$fault: "client",
|
|
156
|
-
...opts,
|
|
157
|
-
});
|
|
158
|
-
Object.setPrototypeOf(this, FacetValidationException.prototype);
|
|
159
|
-
this.Message = opts.Message;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
class InternalServiceException extends CloudDirectoryServiceException {
|
|
163
|
-
name = "InternalServiceException";
|
|
164
|
-
$fault = "server";
|
|
165
|
-
Message;
|
|
166
|
-
constructor(opts) {
|
|
167
|
-
super({
|
|
168
|
-
name: "InternalServiceException",
|
|
169
|
-
$fault: "server",
|
|
170
|
-
...opts,
|
|
171
|
-
});
|
|
172
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
173
|
-
this.Message = opts.Message;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
class InvalidArnException extends CloudDirectoryServiceException {
|
|
177
|
-
name = "InvalidArnException";
|
|
178
|
-
$fault = "client";
|
|
179
|
-
Message;
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "InvalidArnException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
187
|
-
this.Message = opts.Message;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
class LimitExceededException extends CloudDirectoryServiceException {
|
|
191
|
-
name = "LimitExceededException";
|
|
192
|
-
$fault = "client";
|
|
193
|
-
Message;
|
|
194
|
-
constructor(opts) {
|
|
195
|
-
super({
|
|
196
|
-
name: "LimitExceededException",
|
|
197
|
-
$fault: "client",
|
|
198
|
-
...opts,
|
|
199
|
-
});
|
|
200
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
201
|
-
this.Message = opts.Message;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class ResourceNotFoundException extends CloudDirectoryServiceException {
|
|
205
|
-
name = "ResourceNotFoundException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
Message;
|
|
208
|
-
constructor(opts) {
|
|
209
|
-
super({
|
|
210
|
-
name: "ResourceNotFoundException",
|
|
211
|
-
$fault: "client",
|
|
212
|
-
...opts,
|
|
213
|
-
});
|
|
214
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
215
|
-
this.Message = opts.Message;
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
class RetryableConflictException extends CloudDirectoryServiceException {
|
|
219
|
-
name = "RetryableConflictException";
|
|
220
|
-
$fault = "client";
|
|
221
|
-
Message;
|
|
222
|
-
constructor(opts) {
|
|
223
|
-
super({
|
|
224
|
-
name: "RetryableConflictException",
|
|
225
|
-
$fault: "client",
|
|
226
|
-
...opts,
|
|
227
|
-
});
|
|
228
|
-
Object.setPrototypeOf(this, RetryableConflictException.prototype);
|
|
229
|
-
this.Message = opts.Message;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
class ValidationException extends CloudDirectoryServiceException {
|
|
233
|
-
name = "ValidationException";
|
|
234
|
-
$fault = "client";
|
|
235
|
-
Message;
|
|
236
|
-
constructor(opts) {
|
|
237
|
-
super({
|
|
238
|
-
name: "ValidationException",
|
|
239
|
-
$fault: "client",
|
|
240
|
-
...opts,
|
|
241
|
-
});
|
|
242
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
243
|
-
this.Message = opts.Message;
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
|
-
class InvalidAttachmentException extends CloudDirectoryServiceException {
|
|
247
|
-
name = "InvalidAttachmentException";
|
|
248
|
-
$fault = "client";
|
|
249
|
-
Message;
|
|
250
|
-
constructor(opts) {
|
|
251
|
-
super({
|
|
252
|
-
name: "InvalidAttachmentException",
|
|
253
|
-
$fault: "client",
|
|
254
|
-
...opts,
|
|
255
|
-
});
|
|
256
|
-
Object.setPrototypeOf(this, InvalidAttachmentException.prototype);
|
|
257
|
-
this.Message = opts.Message;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
class SchemaAlreadyExistsException extends CloudDirectoryServiceException {
|
|
261
|
-
name = "SchemaAlreadyExistsException";
|
|
262
|
-
$fault = "client";
|
|
263
|
-
Message;
|
|
264
|
-
constructor(opts) {
|
|
265
|
-
super({
|
|
266
|
-
name: "SchemaAlreadyExistsException",
|
|
267
|
-
$fault: "client",
|
|
268
|
-
...opts,
|
|
269
|
-
});
|
|
270
|
-
Object.setPrototypeOf(this, SchemaAlreadyExistsException.prototype);
|
|
271
|
-
this.Message = opts.Message;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
class LinkNameAlreadyInUseException extends CloudDirectoryServiceException {
|
|
275
|
-
name = "LinkNameAlreadyInUseException";
|
|
276
|
-
$fault = "client";
|
|
277
|
-
Message;
|
|
278
|
-
constructor(opts) {
|
|
279
|
-
super({
|
|
280
|
-
name: "LinkNameAlreadyInUseException",
|
|
281
|
-
$fault: "client",
|
|
282
|
-
...opts,
|
|
283
|
-
});
|
|
284
|
-
Object.setPrototypeOf(this, LinkNameAlreadyInUseException.prototype);
|
|
285
|
-
this.Message = opts.Message;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
class NotPolicyException extends CloudDirectoryServiceException {
|
|
289
|
-
name = "NotPolicyException";
|
|
290
|
-
$fault = "client";
|
|
291
|
-
Message;
|
|
292
|
-
constructor(opts) {
|
|
293
|
-
super({
|
|
294
|
-
name: "NotPolicyException",
|
|
295
|
-
$fault: "client",
|
|
296
|
-
...opts,
|
|
297
|
-
});
|
|
298
|
-
Object.setPrototypeOf(this, NotPolicyException.prototype);
|
|
299
|
-
this.Message = opts.Message;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
class IndexedAttributeMissingException extends CloudDirectoryServiceException {
|
|
303
|
-
name = "IndexedAttributeMissingException";
|
|
304
|
-
$fault = "client";
|
|
305
|
-
Message;
|
|
306
|
-
constructor(opts) {
|
|
307
|
-
super({
|
|
308
|
-
name: "IndexedAttributeMissingException",
|
|
309
|
-
$fault: "client",
|
|
310
|
-
...opts,
|
|
311
|
-
});
|
|
312
|
-
Object.setPrototypeOf(this, IndexedAttributeMissingException.prototype);
|
|
313
|
-
this.Message = opts.Message;
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
class NotIndexException extends CloudDirectoryServiceException {
|
|
317
|
-
name = "NotIndexException";
|
|
318
|
-
$fault = "client";
|
|
319
|
-
Message;
|
|
320
|
-
constructor(opts) {
|
|
321
|
-
super({
|
|
322
|
-
name: "NotIndexException",
|
|
323
|
-
$fault: "client",
|
|
324
|
-
...opts,
|
|
325
|
-
});
|
|
326
|
-
Object.setPrototypeOf(this, NotIndexException.prototype);
|
|
327
|
-
this.Message = opts.Message;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
class BatchWriteException extends CloudDirectoryServiceException {
|
|
331
|
-
name = "BatchWriteException";
|
|
332
|
-
$fault = "client";
|
|
333
|
-
Index;
|
|
334
|
-
Type;
|
|
335
|
-
Message;
|
|
336
|
-
constructor(opts) {
|
|
337
|
-
super({
|
|
338
|
-
name: "BatchWriteException",
|
|
339
|
-
$fault: "client",
|
|
340
|
-
...opts,
|
|
341
|
-
});
|
|
342
|
-
Object.setPrototypeOf(this, BatchWriteException.prototype);
|
|
343
|
-
this.Index = opts.Index;
|
|
344
|
-
this.Type = opts.Type;
|
|
345
|
-
this.Message = opts.Message;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
class DirectoryAlreadyExistsException extends CloudDirectoryServiceException {
|
|
349
|
-
name = "DirectoryAlreadyExistsException";
|
|
350
|
-
$fault = "client";
|
|
351
|
-
Message;
|
|
352
|
-
constructor(opts) {
|
|
353
|
-
super({
|
|
354
|
-
name: "DirectoryAlreadyExistsException",
|
|
355
|
-
$fault: "client",
|
|
356
|
-
...opts,
|
|
357
|
-
});
|
|
358
|
-
Object.setPrototypeOf(this, DirectoryAlreadyExistsException.prototype);
|
|
359
|
-
this.Message = opts.Message;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
class FacetAlreadyExistsException extends CloudDirectoryServiceException {
|
|
363
|
-
name = "FacetAlreadyExistsException";
|
|
364
|
-
$fault = "client";
|
|
365
|
-
Message;
|
|
366
|
-
constructor(opts) {
|
|
367
|
-
super({
|
|
368
|
-
name: "FacetAlreadyExistsException",
|
|
369
|
-
$fault: "client",
|
|
370
|
-
...opts,
|
|
371
|
-
});
|
|
372
|
-
Object.setPrototypeOf(this, FacetAlreadyExistsException.prototype);
|
|
373
|
-
this.Message = opts.Message;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
class InvalidRuleException extends CloudDirectoryServiceException {
|
|
377
|
-
name = "InvalidRuleException";
|
|
378
|
-
$fault = "client";
|
|
379
|
-
Message;
|
|
380
|
-
constructor(opts) {
|
|
381
|
-
super({
|
|
382
|
-
name: "InvalidRuleException",
|
|
383
|
-
$fault: "client",
|
|
384
|
-
...opts,
|
|
385
|
-
});
|
|
386
|
-
Object.setPrototypeOf(this, InvalidRuleException.prototype);
|
|
387
|
-
this.Message = opts.Message;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
class UnsupportedIndexTypeException extends CloudDirectoryServiceException {
|
|
391
|
-
name = "UnsupportedIndexTypeException";
|
|
392
|
-
$fault = "client";
|
|
393
|
-
Message;
|
|
394
|
-
constructor(opts) {
|
|
395
|
-
super({
|
|
396
|
-
name: "UnsupportedIndexTypeException",
|
|
397
|
-
$fault: "client",
|
|
398
|
-
...opts,
|
|
399
|
-
});
|
|
400
|
-
Object.setPrototypeOf(this, UnsupportedIndexTypeException.prototype);
|
|
401
|
-
this.Message = opts.Message;
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
class DirectoryDeletedException extends CloudDirectoryServiceException {
|
|
405
|
-
name = "DirectoryDeletedException";
|
|
406
|
-
$fault = "client";
|
|
407
|
-
Message;
|
|
408
|
-
constructor(opts) {
|
|
409
|
-
super({
|
|
410
|
-
name: "DirectoryDeletedException",
|
|
411
|
-
$fault: "client",
|
|
412
|
-
...opts,
|
|
413
|
-
});
|
|
414
|
-
Object.setPrototypeOf(this, DirectoryDeletedException.prototype);
|
|
415
|
-
this.Message = opts.Message;
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
class DirectoryNotDisabledException extends CloudDirectoryServiceException {
|
|
419
|
-
name = "DirectoryNotDisabledException";
|
|
420
|
-
$fault = "client";
|
|
421
|
-
Message;
|
|
422
|
-
constructor(opts) {
|
|
423
|
-
super({
|
|
424
|
-
name: "DirectoryNotDisabledException",
|
|
425
|
-
$fault: "client",
|
|
426
|
-
...opts,
|
|
427
|
-
});
|
|
428
|
-
Object.setPrototypeOf(this, DirectoryNotDisabledException.prototype);
|
|
429
|
-
this.Message = opts.Message;
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
class FacetInUseException extends CloudDirectoryServiceException {
|
|
433
|
-
name = "FacetInUseException";
|
|
434
|
-
$fault = "client";
|
|
435
|
-
Message;
|
|
436
|
-
constructor(opts) {
|
|
437
|
-
super({
|
|
438
|
-
name: "FacetInUseException",
|
|
439
|
-
$fault: "client",
|
|
440
|
-
...opts,
|
|
441
|
-
});
|
|
442
|
-
Object.setPrototypeOf(this, FacetInUseException.prototype);
|
|
443
|
-
this.Message = opts.Message;
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
class FacetNotFoundException extends CloudDirectoryServiceException {
|
|
447
|
-
name = "FacetNotFoundException";
|
|
448
|
-
$fault = "client";
|
|
449
|
-
Message;
|
|
450
|
-
constructor(opts) {
|
|
451
|
-
super({
|
|
452
|
-
name: "FacetNotFoundException",
|
|
453
|
-
$fault: "client",
|
|
454
|
-
...opts,
|
|
455
|
-
});
|
|
456
|
-
Object.setPrototypeOf(this, FacetNotFoundException.prototype);
|
|
457
|
-
this.Message = opts.Message;
|
|
458
|
-
}
|
|
459
|
-
}
|
|
460
|
-
class ObjectNotDetachedException extends CloudDirectoryServiceException {
|
|
461
|
-
name = "ObjectNotDetachedException";
|
|
462
|
-
$fault = "client";
|
|
463
|
-
Message;
|
|
464
|
-
constructor(opts) {
|
|
465
|
-
super({
|
|
466
|
-
name: "ObjectNotDetachedException",
|
|
467
|
-
$fault: "client",
|
|
468
|
-
...opts,
|
|
469
|
-
});
|
|
470
|
-
Object.setPrototypeOf(this, ObjectNotDetachedException.prototype);
|
|
471
|
-
this.Message = opts.Message;
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
class StillContainsLinksException extends CloudDirectoryServiceException {
|
|
475
|
-
name = "StillContainsLinksException";
|
|
476
|
-
$fault = "client";
|
|
477
|
-
Message;
|
|
478
|
-
constructor(opts) {
|
|
479
|
-
super({
|
|
480
|
-
name: "StillContainsLinksException",
|
|
481
|
-
$fault: "client",
|
|
482
|
-
...opts,
|
|
483
|
-
});
|
|
484
|
-
Object.setPrototypeOf(this, StillContainsLinksException.prototype);
|
|
485
|
-
this.Message = opts.Message;
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
class ObjectAlreadyDetachedException extends CloudDirectoryServiceException {
|
|
489
|
-
name = "ObjectAlreadyDetachedException";
|
|
490
|
-
$fault = "client";
|
|
491
|
-
Message;
|
|
492
|
-
constructor(opts) {
|
|
493
|
-
super({
|
|
494
|
-
name: "ObjectAlreadyDetachedException",
|
|
495
|
-
$fault: "client",
|
|
496
|
-
...opts,
|
|
497
|
-
});
|
|
498
|
-
Object.setPrototypeOf(this, ObjectAlreadyDetachedException.prototype);
|
|
499
|
-
this.Message = opts.Message;
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
class NotNodeException extends CloudDirectoryServiceException {
|
|
503
|
-
name = "NotNodeException";
|
|
504
|
-
$fault = "client";
|
|
505
|
-
Message;
|
|
506
|
-
constructor(opts) {
|
|
507
|
-
super({
|
|
508
|
-
name: "NotNodeException",
|
|
509
|
-
$fault: "client",
|
|
510
|
-
...opts,
|
|
511
|
-
});
|
|
512
|
-
Object.setPrototypeOf(this, NotNodeException.prototype);
|
|
513
|
-
this.Message = opts.Message;
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
class InvalidNextTokenException extends CloudDirectoryServiceException {
|
|
517
|
-
name = "InvalidNextTokenException";
|
|
518
|
-
$fault = "client";
|
|
519
|
-
Message;
|
|
520
|
-
constructor(opts) {
|
|
521
|
-
super({
|
|
522
|
-
name: "InvalidNextTokenException",
|
|
523
|
-
$fault: "client",
|
|
524
|
-
...opts,
|
|
525
|
-
});
|
|
526
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
527
|
-
this.Message = opts.Message;
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
class CannotListParentOfRootException extends CloudDirectoryServiceException {
|
|
531
|
-
name = "CannotListParentOfRootException";
|
|
532
|
-
$fault = "client";
|
|
533
|
-
Message;
|
|
534
|
-
constructor(opts) {
|
|
535
|
-
super({
|
|
536
|
-
name: "CannotListParentOfRootException",
|
|
537
|
-
$fault: "client",
|
|
538
|
-
...opts,
|
|
539
|
-
});
|
|
540
|
-
Object.setPrototypeOf(this, CannotListParentOfRootException.prototype);
|
|
541
|
-
this.Message = opts.Message;
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
class InvalidTaggingRequestException extends CloudDirectoryServiceException {
|
|
545
|
-
name = "InvalidTaggingRequestException";
|
|
546
|
-
$fault = "client";
|
|
547
|
-
Message;
|
|
548
|
-
constructor(opts) {
|
|
549
|
-
super({
|
|
550
|
-
name: "InvalidTaggingRequestException",
|
|
551
|
-
$fault: "client",
|
|
552
|
-
...opts,
|
|
553
|
-
});
|
|
554
|
-
Object.setPrototypeOf(this, InvalidTaggingRequestException.prototype);
|
|
555
|
-
this.Message = opts.Message;
|
|
556
|
-
}
|
|
557
|
-
}
|
|
558
|
-
class SchemaAlreadyPublishedException extends CloudDirectoryServiceException {
|
|
559
|
-
name = "SchemaAlreadyPublishedException";
|
|
560
|
-
$fault = "client";
|
|
561
|
-
Message;
|
|
562
|
-
constructor(opts) {
|
|
563
|
-
super({
|
|
564
|
-
name: "SchemaAlreadyPublishedException",
|
|
565
|
-
$fault: "client",
|
|
566
|
-
...opts,
|
|
567
|
-
});
|
|
568
|
-
Object.setPrototypeOf(this, SchemaAlreadyPublishedException.prototype);
|
|
569
|
-
this.Message = opts.Message;
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
class InvalidSchemaDocException extends CloudDirectoryServiceException {
|
|
573
|
-
name = "InvalidSchemaDocException";
|
|
574
|
-
$fault = "client";
|
|
575
|
-
Message;
|
|
576
|
-
constructor(opts) {
|
|
577
|
-
super({
|
|
578
|
-
name: "InvalidSchemaDocException",
|
|
579
|
-
$fault: "client",
|
|
580
|
-
...opts,
|
|
581
|
-
});
|
|
582
|
-
Object.setPrototypeOf(this, InvalidSchemaDocException.prototype);
|
|
583
|
-
this.Message = opts.Message;
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
class InvalidFacetUpdateException extends CloudDirectoryServiceException {
|
|
587
|
-
name = "InvalidFacetUpdateException";
|
|
588
|
-
$fault = "client";
|
|
589
|
-
Message;
|
|
590
|
-
constructor(opts) {
|
|
591
|
-
super({
|
|
592
|
-
name: "InvalidFacetUpdateException",
|
|
593
|
-
$fault: "client",
|
|
594
|
-
...opts,
|
|
595
|
-
});
|
|
596
|
-
Object.setPrototypeOf(this, InvalidFacetUpdateException.prototype);
|
|
597
|
-
this.Message = opts.Message;
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
class IncompatibleSchemaException extends CloudDirectoryServiceException {
|
|
601
|
-
name = "IncompatibleSchemaException";
|
|
602
|
-
$fault = "client";
|
|
603
|
-
Message;
|
|
604
|
-
constructor(opts) {
|
|
605
|
-
super({
|
|
606
|
-
name: "IncompatibleSchemaException",
|
|
607
|
-
$fault: "client",
|
|
608
|
-
...opts,
|
|
609
|
-
});
|
|
610
|
-
Object.setPrototypeOf(this, IncompatibleSchemaException.prototype);
|
|
611
|
-
this.Message = opts.Message;
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
const _A = "Attributes";
|
|
616
|
-
const _AA = "AttributeAction";
|
|
617
|
-
const _AAT = "AttributeActionType";
|
|
618
|
-
const _AD = "AttributeDefinition";
|
|
619
|
-
const _ADE = "AccessDeniedException";
|
|
620
|
-
const _AFTO = "AddFacetToObject";
|
|
621
|
-
const _AFTOR = "AddFacetToObjectRequest";
|
|
622
|
-
const _AFTORd = "AddFacetToObjectResponse";
|
|
623
|
-
const _AK = "AttributeKey";
|
|
624
|
-
const _AKAV = "AttributeKeyAndValue";
|
|
625
|
-
const _AKAVL = "AttributeKeyAndValueList";
|
|
626
|
-
const _AKL = "AttributeKeyList";
|
|
627
|
-
const _AN = "AttributeName";
|
|
628
|
-
const _ANAV = "AttributeNameAndValue";
|
|
629
|
-
const _ANAVL = "AttributeNameAndValueList";
|
|
630
|
-
const _ANt = "AttributeNames";
|
|
631
|
-
const _AO = "AttachObject";
|
|
632
|
-
const _AOI = "AttachedObjectIdentifier";
|
|
633
|
-
const _AOR = "AttachObjectRequest";
|
|
634
|
-
const _AORt = "AttachObjectResponse";
|
|
635
|
-
const _AP = "AttachPolicy";
|
|
636
|
-
const _API = "AttachedPolicyIds";
|
|
637
|
-
const _APR = "AttachPolicyRequest";
|
|
638
|
-
const _APRt = "AttachPolicyResponse";
|
|
639
|
-
const _AR = "AttributeReference";
|
|
640
|
-
const _AS = "ApplySchema";
|
|
641
|
-
const _ASA = "AppliedSchemaArn";
|
|
642
|
-
const _ASR = "ApplySchemaRequest";
|
|
643
|
-
const _ASRp = "ApplySchemaResponse";
|
|
644
|
-
const _ATI = "AttachToIndex";
|
|
645
|
-
const _ATIR = "AttachToIndexRequest";
|
|
646
|
-
const _ATIRt = "AttachToIndexResponse";
|
|
647
|
-
const _ATL = "AttachTypedLink";
|
|
648
|
-
const _ATLR = "AttachTypedLinkRequest";
|
|
649
|
-
const _ATLRt = "AttachTypedLinkResponse";
|
|
650
|
-
const _AU = "AttributeUpdates";
|
|
651
|
-
const _AUV = "AttributeUpdateValue";
|
|
652
|
-
const _Ac = "Action";
|
|
653
|
-
const _Ar = "Arn";
|
|
654
|
-
const _At = "Attribute";
|
|
655
|
-
const _BAFTO = "BatchAddFacetToObject";
|
|
656
|
-
const _BAFTOR = "BatchAddFacetToObjectResponse";
|
|
657
|
-
const _BAO = "BatchAttachObject";
|
|
658
|
-
const _BAOR = "BatchAttachObjectResponse";
|
|
659
|
-
const _BAP = "BatchAttachPolicy";
|
|
660
|
-
const _BAPR = "BatchAttachPolicyResponse";
|
|
661
|
-
const _BATI = "BatchAttachToIndex";
|
|
662
|
-
const _BATIR = "BatchAttachToIndexResponse";
|
|
663
|
-
const _BATL = "BatchAttachTypedLink";
|
|
664
|
-
const _BATLR = "BatchAttachTypedLinkResponse";
|
|
665
|
-
const _BCI = "BatchCreateIndex";
|
|
666
|
-
const _BCIR = "BatchCreateIndexResponse";
|
|
667
|
-
const _BCO = "BatchCreateObject";
|
|
668
|
-
const _BCOR = "BatchCreateObjectResponse";
|
|
669
|
-
const _BDFI = "BatchDetachFromIndex";
|
|
670
|
-
const _BDFIR = "BatchDetachFromIndexResponse";
|
|
671
|
-
const _BDO = "BatchDeleteObject";
|
|
672
|
-
const _BDOR = "BatchDeleteObjectResponse";
|
|
673
|
-
const _BDORa = "BatchDetachObjectResponse";
|
|
674
|
-
const _BDOa = "BatchDetachObject";
|
|
675
|
-
const _BDP = "BatchDetachPolicy";
|
|
676
|
-
const _BDPR = "BatchDetachPolicyResponse";
|
|
677
|
-
const _BDTL = "BatchDetachTypedLink";
|
|
678
|
-
const _BDTLR = "BatchDetachTypedLinkResponse";
|
|
679
|
-
const _BGLA = "BatchGetLinkAttributes";
|
|
680
|
-
const _BGLAR = "BatchGetLinkAttributesResponse";
|
|
681
|
-
const _BGOA = "BatchGetObjectAttributes";
|
|
682
|
-
const _BGOAR = "BatchGetObjectAttributesResponse";
|
|
683
|
-
const _BGOI = "BatchGetObjectInformation";
|
|
684
|
-
const _BGOIR = "BatchGetObjectInformationResponse";
|
|
685
|
-
const _BLAI = "BatchListAttachedIndices";
|
|
686
|
-
const _BLAIR = "BatchListAttachedIndicesResponse";
|
|
687
|
-
const _BLI = "BatchListIndex";
|
|
688
|
-
const _BLIR = "BatchListIndexResponse";
|
|
689
|
-
const _BLITL = "BatchListIncomingTypedLinks";
|
|
690
|
-
const _BLITLR = "BatchListIncomingTypedLinksResponse";
|
|
691
|
-
const _BLOA = "BatchListObjectAttributes";
|
|
692
|
-
const _BLOAR = "BatchListObjectAttributesResponse";
|
|
693
|
-
const _BLOC = "BatchListObjectChildren";
|
|
694
|
-
const _BLOCR = "BatchListObjectChildrenResponse";
|
|
695
|
-
const _BLOP = "BatchListObjectParents";
|
|
696
|
-
const _BLOPP = "BatchListObjectParentPaths";
|
|
697
|
-
const _BLOPPR = "BatchListObjectParentPathsResponse";
|
|
698
|
-
const _BLOPR = "BatchListObjectParentsResponse";
|
|
699
|
-
const _BLOPRa = "BatchListObjectPoliciesResponse";
|
|
700
|
-
const _BLOPa = "BatchListObjectPolicies";
|
|
701
|
-
const _BLOTL = "BatchListOutgoingTypedLinks";
|
|
702
|
-
const _BLOTLR = "BatchListOutgoingTypedLinksResponse";
|
|
703
|
-
const _BLP = "BatchLookupPolicy";
|
|
704
|
-
const _BLPA = "BatchListPolicyAttachments";
|
|
705
|
-
const _BLPAR = "BatchListPolicyAttachmentsResponse";
|
|
706
|
-
const _BLPR = "BatchLookupPolicyResponse";
|
|
707
|
-
const _BR = "BatchRead";
|
|
708
|
-
const _BRE = "BatchReadException";
|
|
709
|
-
const _BRFFO = "BatchRemoveFacetFromObject";
|
|
710
|
-
const _BRFFOR = "BatchRemoveFacetFromObjectResponse";
|
|
711
|
-
const _BRN = "BatchReferenceName";
|
|
712
|
-
const _BRO = "BatchReadOperation";
|
|
713
|
-
const _BROL = "BatchReadOperationList";
|
|
714
|
-
const _BROR = "BatchReadOperationResponse";
|
|
715
|
-
const _BRORL = "BatchReadOperationResponseList";
|
|
716
|
-
const _BRR = "BatchReadRequest";
|
|
717
|
-
const _BRRa = "BatchReadResponse";
|
|
718
|
-
const _BRSR = "BatchReadSuccessfulResponse";
|
|
719
|
-
const _BULA = "BatchUpdateLinkAttributes";
|
|
720
|
-
const _BULAR = "BatchUpdateLinkAttributesResponse";
|
|
721
|
-
const _BUOA = "BatchUpdateObjectAttributes";
|
|
722
|
-
const _BUOAR = "BatchUpdateObjectAttributesResponse";
|
|
723
|
-
const _BV = "BinaryValue";
|
|
724
|
-
const _BVo = "BooleanValue";
|
|
725
|
-
const _BW = "BatchWrite";
|
|
726
|
-
const _BWE = "BatchWriteException";
|
|
727
|
-
const _BWO = "BatchWriteOperation";
|
|
728
|
-
const _BWOL = "BatchWriteOperationList";
|
|
729
|
-
const _BWOR = "BatchWriteOperationResponse";
|
|
730
|
-
const _BWORL = "BatchWriteOperationResponseList";
|
|
731
|
-
const _BWR = "BatchWriteRequest";
|
|
732
|
-
const _BWRa = "BatchWriteResponse";
|
|
733
|
-
const _C = "Children";
|
|
734
|
-
const _CD = "CreateDirectory";
|
|
735
|
-
const _CDR = "CreateDirectoryRequest";
|
|
736
|
-
const _CDRr = "CreateDirectoryResponse";
|
|
737
|
-
const _CDT = "CreationDateTime";
|
|
738
|
-
const _CF = "CreateFacet";
|
|
739
|
-
const _CFR = "CreateFacetRequest";
|
|
740
|
-
const _CFRr = "CreateFacetResponse";
|
|
741
|
-
const _CI = "CreateIndex";
|
|
742
|
-
const _CIR = "CreateIndexRequest";
|
|
743
|
-
const _CIRr = "CreateIndexResponse";
|
|
744
|
-
const _CL = "ConsistencyLevel";
|
|
745
|
-
const _CLPORE = "CannotListParentOfRootException";
|
|
746
|
-
const _CO = "CreateObject";
|
|
747
|
-
const _COR = "CreateObjectRequest";
|
|
748
|
-
const _CORr = "CreateObjectResponse";
|
|
749
|
-
const _CR = "ChildReference";
|
|
750
|
-
const _CS = "CreateSchema";
|
|
751
|
-
const _CSR = "CreateSchemaRequest";
|
|
752
|
-
const _CSRr = "CreateSchemaResponse";
|
|
753
|
-
const _CTLF = "CreateTypedLinkFacet";
|
|
754
|
-
const _CTLFR = "CreateTypedLinkFacetRequest";
|
|
755
|
-
const _CTLFRr = "CreateTypedLinkFacetResponse";
|
|
756
|
-
const _D = "Directory";
|
|
757
|
-
const _DA = "DirectoryArn";
|
|
758
|
-
const _DAEE = "DirectoryAlreadyExistsException";
|
|
759
|
-
const _DD = "DeleteDirectory";
|
|
760
|
-
const _DDE = "DirectoryDeletedException";
|
|
761
|
-
const _DDR = "DeleteDirectoryRequest";
|
|
762
|
-
const _DDRe = "DeleteDirectoryResponse";
|
|
763
|
-
const _DDRi = "DisableDirectoryRequest";
|
|
764
|
-
const _DDRis = "DisableDirectoryResponse";
|
|
765
|
-
const _DDi = "DisableDirectory";
|
|
766
|
-
const _DF = "DeleteFacet";
|
|
767
|
-
const _DFI = "DetachFromIndex";
|
|
768
|
-
const _DFIR = "DetachFromIndexRequest";
|
|
769
|
-
const _DFIRe = "DetachFromIndexResponse";
|
|
770
|
-
const _DFR = "DeleteFacetRequest";
|
|
771
|
-
const _DFRe = "DeleteFacetResponse";
|
|
772
|
-
const _DL = "DirectoryList";
|
|
773
|
-
const _DNDE = "DirectoryNotDisabledException";
|
|
774
|
-
const _DNEE = "DirectoryNotEnabledException";
|
|
775
|
-
const _DO = "DetachObject";
|
|
776
|
-
const _DOI = "DetachedObjectIdentifier";
|
|
777
|
-
const _DOR = "DeleteObjectRequest";
|
|
778
|
-
const _DORe = "DeleteObjectResponse";
|
|
779
|
-
const _DORet = "DetachObjectRequest";
|
|
780
|
-
const _DOReta = "DetachObjectResponse";
|
|
781
|
-
const _DOe = "DeleteObject";
|
|
782
|
-
const _DP = "DetachPolicy";
|
|
783
|
-
const _DPR = "DetachPolicyRequest";
|
|
784
|
-
const _DPRe = "DetachPolicyResponse";
|
|
785
|
-
const _DR = "DryRun";
|
|
786
|
-
const _DS = "DeleteSchema";
|
|
787
|
-
const _DSA = "DevelopmentSchemaArn";
|
|
788
|
-
const _DSR = "DeleteSchemaRequest";
|
|
789
|
-
const _DSRe = "DeleteSchemaResponse";
|
|
790
|
-
const _DTL = "DetachTypedLink";
|
|
791
|
-
const _DTLF = "DeleteTypedLinkFacet";
|
|
792
|
-
const _DTLFR = "DeleteTypedLinkFacetRequest";
|
|
793
|
-
const _DTLFRe = "DeleteTypedLinkFacetResponse";
|
|
794
|
-
const _DTLR = "DetachTypedLinkRequest";
|
|
795
|
-
const _DV = "DefaultValue";
|
|
796
|
-
const _DVa = "DatetimeValue";
|
|
797
|
-
const _Di = "Directories";
|
|
798
|
-
const _Do = "Document";
|
|
799
|
-
const _ED = "EnableDirectory";
|
|
800
|
-
const _EDR = "EnableDirectoryRequest";
|
|
801
|
-
const _EDRn = "EnableDirectoryResponse";
|
|
802
|
-
const _EM = "EndMode";
|
|
803
|
-
const _ER = "ExceptionResponse";
|
|
804
|
-
const _EV = "EndValue";
|
|
805
|
-
const _F = "Facet";
|
|
806
|
-
const _FA = "FacetAttribute";
|
|
807
|
-
const _FAD = "FacetAttributeDefinition";
|
|
808
|
-
const _FAEE = "FacetAlreadyExistsException";
|
|
809
|
-
const _FAL = "FacetAttributeList";
|
|
810
|
-
const _FAR = "FilterAttributeRanges";
|
|
811
|
-
const _FARa = "FacetAttributeReference";
|
|
812
|
-
const _FAU = "FacetAttributeUpdate";
|
|
813
|
-
const _FAUL = "FacetAttributeUpdateList";
|
|
814
|
-
const _FF = "FacetFilter";
|
|
815
|
-
const _FIUE = "FacetInUseException";
|
|
816
|
-
const _FN = "FacetName";
|
|
817
|
-
const _FNFE = "FacetNotFoundException";
|
|
818
|
-
const _FNa = "FacetNames";
|
|
819
|
-
const _FS = "FacetStyle";
|
|
820
|
-
const _FTL = "FilterTypedLink";
|
|
821
|
-
const _FVE = "FacetValidationException";
|
|
822
|
-
const _GASV = "GetAppliedSchemaVersion";
|
|
823
|
-
const _GASVR = "GetAppliedSchemaVersionRequest";
|
|
824
|
-
const _GASVRe = "GetAppliedSchemaVersionResponse";
|
|
825
|
-
const _GD = "GetDirectory";
|
|
826
|
-
const _GDR = "GetDirectoryRequest";
|
|
827
|
-
const _GDRe = "GetDirectoryResponse";
|
|
828
|
-
const _GF = "GetFacet";
|
|
829
|
-
const _GFR = "GetFacetRequest";
|
|
830
|
-
const _GFRe = "GetFacetResponse";
|
|
831
|
-
const _GLA = "GetLinkAttributes";
|
|
832
|
-
const _GLAR = "GetLinkAttributesRequest";
|
|
833
|
-
const _GLARe = "GetLinkAttributesResponse";
|
|
834
|
-
const _GOA = "GetObjectAttributes";
|
|
835
|
-
const _GOAR = "GetObjectAttributesRequest";
|
|
836
|
-
const _GOARe = "GetObjectAttributesResponse";
|
|
837
|
-
const _GOI = "GetObjectInformation";
|
|
838
|
-
const _GOIR = "GetObjectInformationRequest";
|
|
839
|
-
const _GOIRe = "GetObjectInformationResponse";
|
|
840
|
-
const _GSAJ = "GetSchemaAsJson";
|
|
841
|
-
const _GSAJR = "GetSchemaAsJsonRequest";
|
|
842
|
-
const _GSAJRe = "GetSchemaAsJsonResponse";
|
|
843
|
-
const _GTLFI = "GetTypedLinkFacetInformation";
|
|
844
|
-
const _GTLFIR = "GetTypedLinkFacetInformationRequest";
|
|
845
|
-
const _GTLFIRe = "GetTypedLinkFacetInformationResponse";
|
|
846
|
-
const _I = "Index";
|
|
847
|
-
const _IA = "IndexAttachments";
|
|
848
|
-
const _IAE = "InvalidArnException";
|
|
849
|
-
const _IAEn = "InvalidAttachmentException";
|
|
850
|
-
const _IAL = "IndexAttachmentList";
|
|
851
|
-
const _IALTEP = "IncludeAllLinksToEachParent";
|
|
852
|
-
const _IAME = "IndexedAttributeMissingException";
|
|
853
|
-
const _IAO = "IdentityAttributeOrder";
|
|
854
|
-
const _IAV = "IdentityAttributeValues";
|
|
855
|
-
const _IAn = "IndexAttachment";
|
|
856
|
-
const _IAnd = "IndexedAttributes";
|
|
857
|
-
const _IFUE = "InvalidFacetUpdateException";
|
|
858
|
-
const _II = "IsImmutable";
|
|
859
|
-
const _INTE = "InvalidNextTokenException";
|
|
860
|
-
const _IR = "IndexReference";
|
|
861
|
-
const _IRE = "InvalidRuleException";
|
|
862
|
-
const _ISDE = "InvalidSchemaDocException";
|
|
863
|
-
const _ISE = "IncompatibleSchemaException";
|
|
864
|
-
const _ISEn = "InternalServiceException";
|
|
865
|
-
const _ITRE = "InvalidTaggingRequestException";
|
|
866
|
-
const _IU = "IsUnique";
|
|
867
|
-
const _K = "Key";
|
|
868
|
-
const _LAA = "LinkAttributeAction";
|
|
869
|
-
const _LAI = "ListAttachedIndices";
|
|
870
|
-
const _LAIR = "ListAttachedIndicesRequest";
|
|
871
|
-
const _LAIRi = "ListAttachedIndicesResponse";
|
|
872
|
-
const _LASA = "ListAppliedSchemaArns";
|
|
873
|
-
const _LASAR = "ListAppliedSchemaArnsRequest";
|
|
874
|
-
const _LASARi = "ListAppliedSchemaArnsResponse";
|
|
875
|
-
const _LAU = "LinkAttributeUpdate";
|
|
876
|
-
const _LAUL = "LinkAttributeUpdateList";
|
|
877
|
-
const _LD = "ListDirectories";
|
|
878
|
-
const _LDR = "ListDirectoriesRequest";
|
|
879
|
-
const _LDRi = "ListDirectoriesResponse";
|
|
880
|
-
const _LDSA = "ListDevelopmentSchemaArns";
|
|
881
|
-
const _LDSAR = "ListDevelopmentSchemaArnsRequest";
|
|
882
|
-
const _LDSARi = "ListDevelopmentSchemaArnsResponse";
|
|
883
|
-
const _LEE = "LimitExceededException";
|
|
884
|
-
const _LFA = "ListFacetAttributes";
|
|
885
|
-
const _LFAR = "ListFacetAttributesRequest";
|
|
886
|
-
const _LFARi = "ListFacetAttributesResponse";
|
|
887
|
-
const _LFN = "ListFacetNames";
|
|
888
|
-
const _LFNR = "ListFacetNamesRequest";
|
|
889
|
-
const _LFNRi = "ListFacetNamesResponse";
|
|
890
|
-
const _LI = "ListIndex";
|
|
891
|
-
const _LIR = "ListIndexRequest";
|
|
892
|
-
const _LIRi = "ListIndexResponse";
|
|
893
|
-
const _LITL = "ListIncomingTypedLinks";
|
|
894
|
-
const _LITLR = "ListIncomingTypedLinksRequest";
|
|
895
|
-
const _LITLRi = "ListIncomingTypedLinksResponse";
|
|
896
|
-
const _LMSA = "ListManagedSchemaArns";
|
|
897
|
-
const _LMSAR = "ListManagedSchemaArnsRequest";
|
|
898
|
-
const _LMSARi = "ListManagedSchemaArnsResponse";
|
|
899
|
-
const _LN = "LinkName";
|
|
900
|
-
const _LNAIUE = "LinkNameAlreadyInUseException";
|
|
901
|
-
const _LOA = "ListObjectAttributes";
|
|
902
|
-
const _LOAR = "ListObjectAttributesRequest";
|
|
903
|
-
const _LOARi = "ListObjectAttributesResponse";
|
|
904
|
-
const _LOC = "ListObjectChildren";
|
|
905
|
-
const _LOCR = "ListObjectChildrenRequest";
|
|
906
|
-
const _LOCRi = "ListObjectChildrenResponse";
|
|
907
|
-
const _LOP = "ListObjectParents";
|
|
908
|
-
const _LOPP = "ListObjectParentPaths";
|
|
909
|
-
const _LOPPR = "ListObjectParentPathsRequest";
|
|
910
|
-
const _LOPPRi = "ListObjectParentPathsResponse";
|
|
911
|
-
const _LOPR = "ListObjectParentsRequest";
|
|
912
|
-
const _LOPRi = "ListObjectParentsResponse";
|
|
913
|
-
const _LOPRis = "ListObjectPoliciesRequest";
|
|
914
|
-
const _LOPRist = "ListObjectPoliciesResponse";
|
|
915
|
-
const _LOPi = "ListObjectPolicies";
|
|
916
|
-
const _LOTL = "ListOutgoingTypedLinks";
|
|
917
|
-
const _LOTLR = "ListOutgoingTypedLinksRequest";
|
|
918
|
-
const _LOTLRi = "ListOutgoingTypedLinksResponse";
|
|
919
|
-
const _LP = "LookupPolicy";
|
|
920
|
-
const _LPA = "ListPolicyAttachments";
|
|
921
|
-
const _LPAR = "ListPolicyAttachmentsRequest";
|
|
922
|
-
const _LPARi = "ListPolicyAttachmentsResponse";
|
|
923
|
-
const _LPR = "LookupPolicyRequest";
|
|
924
|
-
const _LPRo = "LookupPolicyResponse";
|
|
925
|
-
const _LPSA = "ListPublishedSchemaArns";
|
|
926
|
-
const _LPSAR = "ListPublishedSchemaArnsRequest";
|
|
927
|
-
const _LPSARi = "ListPublishedSchemaArnsResponse";
|
|
928
|
-
const _LS = "LinkSpecifiers";
|
|
929
|
-
const _LTFR = "ListTagsForResource";
|
|
930
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
931
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
932
|
-
const _LTLFA = "ListTypedLinkFacetAttributes";
|
|
933
|
-
const _LTLFAR = "ListTypedLinkFacetAttributesRequest";
|
|
934
|
-
const _LTLFARi = "ListTypedLinkFacetAttributesResponse";
|
|
935
|
-
const _LTLFN = "ListTypedLinkFacetNames";
|
|
936
|
-
const _LTLFNR = "ListTypedLinkFacetNamesRequest";
|
|
937
|
-
const _LTLFNRi = "ListTypedLinkFacetNamesResponse";
|
|
938
|
-
const _M = "Message";
|
|
939
|
-
const _MR = "MaxResults";
|
|
940
|
-
const _MV = "MinorVersion";
|
|
941
|
-
const _N = "Name";
|
|
942
|
-
const _NIE = "NotIndexException";
|
|
943
|
-
const _NNE = "NotNodeException";
|
|
944
|
-
const _NPE = "NotPolicyException";
|
|
945
|
-
const _NT = "NextToken";
|
|
946
|
-
const _NV = "NumberValue";
|
|
947
|
-
const _O = "Operations";
|
|
948
|
-
const _OAA = "ObjectAttributeAction";
|
|
949
|
-
const _OAAT = "ObjectAttributeActionType";
|
|
950
|
-
const _OADE = "ObjectAlreadyDetachedException";
|
|
951
|
-
const _OAK = "ObjectAttributeKey";
|
|
952
|
-
const _OAL = "ObjectAttributeList";
|
|
953
|
-
const _OAR = "ObjectAttributeRange";
|
|
954
|
-
const _OARL = "ObjectAttributeRangeList";
|
|
955
|
-
const _OAU = "ObjectAttributeUpdate";
|
|
956
|
-
const _OAUL = "ObjectAttributeUpdateList";
|
|
957
|
-
const _OAUV = "ObjectAttributeUpdateValue";
|
|
958
|
-
const _OI = "ObjectIdentifier";
|
|
959
|
-
const _OIAL = "OrderedIndexedAttributeList";
|
|
960
|
-
const _OIALNL = "ObjectIdentifierAndLinkNameList";
|
|
961
|
-
const _OIALNT = "ObjectIdentifierAndLinkNameTuple";
|
|
962
|
-
const _OIb = "ObjectIdentifiers";
|
|
963
|
-
const _ONDE = "ObjectNotDetachedException";
|
|
964
|
-
const _OR = "ObjectReference";
|
|
965
|
-
const _OT = "ObjectType";
|
|
966
|
-
const _P = "Parents";
|
|
967
|
-
const _PA = "PolicyAttachment";
|
|
968
|
-
const _PAL = "PolicyAttachmentList";
|
|
969
|
-
const _PI = "PolicyId";
|
|
970
|
-
const _PL = "ParentLinks";
|
|
971
|
-
const _PR = "ParentReference";
|
|
972
|
-
const _PRo = "PolicyReference";
|
|
973
|
-
const _PS = "PublishSchema";
|
|
974
|
-
const _PSA = "PublishedSchemaArn";
|
|
975
|
-
const _PSFJ = "PutSchemaFromJson";
|
|
976
|
-
const _PSFJR = "PutSchemaFromJsonRequest";
|
|
977
|
-
const _PSFJRu = "PutSchemaFromJsonResponse";
|
|
978
|
-
const _PSR = "PublishSchemaRequest";
|
|
979
|
-
const _PSRu = "PublishSchemaResponse";
|
|
980
|
-
const _PT = "PolicyType";
|
|
981
|
-
const _PTOI = "PathToObjectIdentifiers";
|
|
982
|
-
const _PTOIL = "PathToObjectIdentifiersList";
|
|
983
|
-
const _PTP = "PolicyToPath";
|
|
984
|
-
const _PTPL = "PolicyToPathList";
|
|
985
|
-
const _Pa = "Path";
|
|
986
|
-
const _Par = "Parameters";
|
|
987
|
-
const _Po = "Policies";
|
|
988
|
-
const _R = "Responses";
|
|
989
|
-
const _RA = "ResourceArn";
|
|
990
|
-
const _RB = "RequiredBehavior";
|
|
991
|
-
const _RCE = "RetryableConflictException";
|
|
992
|
-
const _RFFO = "RemoveFacetFromObject";
|
|
993
|
-
const _RFFOR = "RemoveFacetFromObjectRequest";
|
|
994
|
-
const _RFFORe = "RemoveFacetFromObjectResponse";
|
|
995
|
-
const _RM = "RuleMap";
|
|
996
|
-
const _RNFE = "ResourceNotFoundException";
|
|
997
|
-
const _ROIV = "RangesOnIndexedValues";
|
|
998
|
-
const _Ra = "Range";
|
|
999
|
-
const _Ru = "Rules";
|
|
1000
|
-
const _Rul = "Rule";
|
|
1001
|
-
const _S = "State";
|
|
1002
|
-
const _SA = "SchemaArn";
|
|
1003
|
-
const _SAEE = "SchemaAlreadyExistsException";
|
|
1004
|
-
const _SAPE = "SchemaAlreadyPublishedException";
|
|
1005
|
-
const _SAc = "SchemaArns";
|
|
1006
|
-
const _SCLE = "StillContainsLinksException";
|
|
1007
|
-
const _SF = "SchemaFacet";
|
|
1008
|
-
const _SFL = "SchemaFacetList";
|
|
1009
|
-
const _SFc = "SchemaFacets";
|
|
1010
|
-
const _SM = "StartMode";
|
|
1011
|
-
const _SOR = "SourceObjectReference";
|
|
1012
|
-
const _SR = "SuccessfulResponse";
|
|
1013
|
-
const _SV = "StartValue";
|
|
1014
|
-
const _SVt = "StringValue";
|
|
1015
|
-
const _Se = "Selector";
|
|
1016
|
-
const _T = "Type";
|
|
1017
|
-
const _TAN = "TargetAttributeName";
|
|
1018
|
-
const _TAV = "TypedAttributeValue";
|
|
1019
|
-
const _TAVR = "TypedAttributeValueRange";
|
|
1020
|
-
const _TFN = "TargetFacetName";
|
|
1021
|
-
const _TK = "TagKeys";
|
|
1022
|
-
const _TL = "TagList";
|
|
1023
|
-
const _TLAD = "TypedLinkAttributeDefinition";
|
|
1024
|
-
const _TLADL = "TypedLinkAttributeDefinitionList";
|
|
1025
|
-
const _TLAR = "TypedLinkAttributeRange";
|
|
1026
|
-
const _TLARL = "TypedLinkAttributeRangeList";
|
|
1027
|
-
const _TLF = "TypedLinkFacet";
|
|
1028
|
-
const _TLFAU = "TypedLinkFacetAttributeUpdate";
|
|
1029
|
-
const _TLFAUL = "TypedLinkFacetAttributeUpdateList";
|
|
1030
|
-
const _TLN = "TypedLinkName";
|
|
1031
|
-
const _TLS = "TypedLinkSpecifier";
|
|
1032
|
-
const _TLSAFN = "TypedLinkSchemaAndFacetName";
|
|
1033
|
-
const _TLSL = "TypedLinkSpecifierList";
|
|
1034
|
-
const _TLSy = "TypedLinkSpecifiers";
|
|
1035
|
-
const _TOR = "TargetObjectReference";
|
|
1036
|
-
const _TR = "TargetReference";
|
|
1037
|
-
const _TRR = "TagResourceRequest";
|
|
1038
|
-
const _TRRa = "TagResourceResponse";
|
|
1039
|
-
const _TRa = "TagResource";
|
|
1040
|
-
const _Ta = "Tags";
|
|
1041
|
-
const _Tag = "Tag";
|
|
1042
|
-
const _UAS = "UpgradeAppliedSchema";
|
|
1043
|
-
const _UASR = "UpgradeAppliedSchemaRequest";
|
|
1044
|
-
const _UASRp = "UpgradeAppliedSchemaResponse";
|
|
1045
|
-
const _UF = "UpdateFacet";
|
|
1046
|
-
const _UFR = "UpdateFacetRequest";
|
|
1047
|
-
const _UFRp = "UpdateFacetResponse";
|
|
1048
|
-
const _UITE = "UnsupportedIndexTypeException";
|
|
1049
|
-
const _ULA = "UpdateLinkAttributes";
|
|
1050
|
-
const _ULAR = "UpdateLinkAttributesRequest";
|
|
1051
|
-
const _ULARp = "UpdateLinkAttributesResponse";
|
|
1052
|
-
const _UOA = "UpdateObjectAttributes";
|
|
1053
|
-
const _UOAR = "UpdateObjectAttributesRequest";
|
|
1054
|
-
const _UOARp = "UpdateObjectAttributesResponse";
|
|
1055
|
-
const _UPS = "UpgradePublishedSchema";
|
|
1056
|
-
const _UPSR = "UpgradePublishedSchemaRequest";
|
|
1057
|
-
const _UPSRp = "UpgradePublishedSchemaResponse";
|
|
1058
|
-
const _UR = "UntagResource";
|
|
1059
|
-
const _URR = "UntagResourceRequest";
|
|
1060
|
-
const _URRn = "UntagResourceResponse";
|
|
1061
|
-
const _US = "UpdateSchema";
|
|
1062
|
-
const _USA = "UpgradedSchemaArn";
|
|
1063
|
-
const _USR = "UpdateSchemaRequest";
|
|
1064
|
-
const _USRp = "UpdateSchemaResponse";
|
|
1065
|
-
const _UTLF = "UpdateTypedLinkFacet";
|
|
1066
|
-
const _UTLFR = "UpdateTypedLinkFacetRequest";
|
|
1067
|
-
const _UTLFRp = "UpdateTypedLinkFacetResponse";
|
|
1068
|
-
const _V = "Value";
|
|
1069
|
-
const _VE = "ValidationException";
|
|
1070
|
-
const _Ve = "Version";
|
|
1071
|
-
const _aOI = "attachedObjectIdentifier";
|
|
1072
|
-
const _c = "client";
|
|
1073
|
-
const _dOI = "detachedObjectIdentifier";
|
|
1074
|
-
const _e = "error";
|
|
1075
|
-
const _h = "http";
|
|
1076
|
-
const _hE = "httpError";
|
|
1077
|
-
const _hH = "httpHeader";
|
|
1078
|
-
const _s = "server";
|
|
1079
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.clouddirectory";
|
|
1080
|
-
const _st = "state";
|
|
1081
|
-
const _xacl = "x-amz-consistency-level";
|
|
1082
|
-
const _xadp = "x-amz-data-partition";
|
|
1083
|
-
const n0 = "com.amazonaws.clouddirectory";
|
|
1084
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1085
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1086
|
-
[_M],
|
|
1087
|
-
[0]
|
|
1088
|
-
];
|
|
1089
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1090
|
-
var AddFacetToObjectRequest$ = [3, n0, _AFTOR,
|
|
1091
|
-
0,
|
|
1092
|
-
[_DA, _SF, _OR, _OAL],
|
|
1093
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacet$, () => ObjectReference$, () => AttributeKeyAndValueList], 3
|
|
1094
|
-
];
|
|
1095
|
-
var AddFacetToObjectResponse$ = [3, n0, _AFTORd,
|
|
1096
|
-
0,
|
|
1097
|
-
[],
|
|
1098
|
-
[]
|
|
1099
|
-
];
|
|
1100
|
-
var ApplySchemaRequest$ = [3, n0, _ASR,
|
|
1101
|
-
0,
|
|
1102
|
-
[_PSA, _DA],
|
|
1103
|
-
[0, [0, { [_hH]: _xadp }]], 2
|
|
1104
|
-
];
|
|
1105
|
-
var ApplySchemaResponse$ = [3, n0, _ASRp,
|
|
1106
|
-
0,
|
|
1107
|
-
[_ASA, _DA],
|
|
1108
|
-
[0, 0]
|
|
1109
|
-
];
|
|
1110
|
-
var AttachObjectRequest$ = [3, n0, _AOR,
|
|
1111
|
-
0,
|
|
1112
|
-
[_DA, _PR, _CR, _LN],
|
|
1113
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$, 0], 4
|
|
1114
|
-
];
|
|
1115
|
-
var AttachObjectResponse$ = [3, n0, _AORt,
|
|
1116
|
-
0,
|
|
1117
|
-
[_AOI],
|
|
1118
|
-
[0]
|
|
1119
|
-
];
|
|
1120
|
-
var AttachPolicyRequest$ = [3, n0, _APR,
|
|
1121
|
-
0,
|
|
1122
|
-
[_DA, _PRo, _OR],
|
|
1123
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$], 3
|
|
1124
|
-
];
|
|
1125
|
-
var AttachPolicyResponse$ = [3, n0, _APRt,
|
|
1126
|
-
0,
|
|
1127
|
-
[],
|
|
1128
|
-
[]
|
|
1129
|
-
];
|
|
1130
|
-
var AttachToIndexRequest$ = [3, n0, _ATIR,
|
|
1131
|
-
0,
|
|
1132
|
-
[_DA, _IR, _TR],
|
|
1133
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$], 3
|
|
1134
|
-
];
|
|
1135
|
-
var AttachToIndexResponse$ = [3, n0, _ATIRt,
|
|
1136
|
-
0,
|
|
1137
|
-
[_AOI],
|
|
1138
|
-
[0]
|
|
1139
|
-
];
|
|
1140
|
-
var AttachTypedLinkRequest$ = [3, n0, _ATLR,
|
|
1141
|
-
0,
|
|
1142
|
-
[_DA, _SOR, _TOR, _TLF, _A],
|
|
1143
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$, () => TypedLinkSchemaAndFacetName$, () => AttributeNameAndValueList], 5
|
|
1144
|
-
];
|
|
1145
|
-
var AttachTypedLinkResponse$ = [3, n0, _ATLRt,
|
|
1146
|
-
0,
|
|
1147
|
-
[_TLS],
|
|
1148
|
-
[() => TypedLinkSpecifier$]
|
|
1149
|
-
];
|
|
1150
|
-
var AttributeKey$ = [3, n0, _AK,
|
|
1151
|
-
0,
|
|
1152
|
-
[_SA, _FN, _N],
|
|
1153
|
-
[0, 0, 0], 3
|
|
1154
|
-
];
|
|
1155
|
-
var AttributeKeyAndValue$ = [3, n0, _AKAV,
|
|
1156
|
-
0,
|
|
1157
|
-
[_K, _V],
|
|
1158
|
-
[() => AttributeKey$, () => TypedAttributeValue$], 2
|
|
1159
|
-
];
|
|
1160
|
-
var AttributeNameAndValue$ = [3, n0, _ANAV,
|
|
1161
|
-
0,
|
|
1162
|
-
[_AN, _V],
|
|
1163
|
-
[0, () => TypedAttributeValue$], 2
|
|
1164
|
-
];
|
|
1165
|
-
var BatchAddFacetToObject$ = [3, n0, _BAFTO,
|
|
1166
|
-
0,
|
|
1167
|
-
[_SF, _OAL, _OR],
|
|
1168
|
-
[() => SchemaFacet$, () => AttributeKeyAndValueList, () => ObjectReference$], 3
|
|
1169
|
-
];
|
|
1170
|
-
var BatchAddFacetToObjectResponse$ = [3, n0, _BAFTOR,
|
|
1171
|
-
0,
|
|
1172
|
-
[],
|
|
1173
|
-
[]
|
|
1174
|
-
];
|
|
1175
|
-
var BatchAttachObject$ = [3, n0, _BAO,
|
|
1176
|
-
0,
|
|
1177
|
-
[_PR, _CR, _LN],
|
|
1178
|
-
[() => ObjectReference$, () => ObjectReference$, 0], 3
|
|
1179
|
-
];
|
|
1180
|
-
var BatchAttachObjectResponse$ = [3, n0, _BAOR,
|
|
1181
|
-
0,
|
|
1182
|
-
[_aOI],
|
|
1183
|
-
[0]
|
|
1184
|
-
];
|
|
1185
|
-
var BatchAttachPolicy$ = [3, n0, _BAP,
|
|
1186
|
-
0,
|
|
1187
|
-
[_PRo, _OR],
|
|
1188
|
-
[() => ObjectReference$, () => ObjectReference$], 2
|
|
1189
|
-
];
|
|
1190
|
-
var BatchAttachPolicyResponse$ = [3, n0, _BAPR,
|
|
1191
|
-
0,
|
|
1192
|
-
[],
|
|
1193
|
-
[]
|
|
1194
|
-
];
|
|
1195
|
-
var BatchAttachToIndex$ = [3, n0, _BATI,
|
|
1196
|
-
0,
|
|
1197
|
-
[_IR, _TR],
|
|
1198
|
-
[() => ObjectReference$, () => ObjectReference$], 2
|
|
1199
|
-
];
|
|
1200
|
-
var BatchAttachToIndexResponse$ = [3, n0, _BATIR,
|
|
1201
|
-
0,
|
|
1202
|
-
[_AOI],
|
|
1203
|
-
[0]
|
|
1204
|
-
];
|
|
1205
|
-
var BatchAttachTypedLink$ = [3, n0, _BATL,
|
|
1206
|
-
0,
|
|
1207
|
-
[_SOR, _TOR, _TLF, _A],
|
|
1208
|
-
[() => ObjectReference$, () => ObjectReference$, () => TypedLinkSchemaAndFacetName$, () => AttributeNameAndValueList], 4
|
|
1209
|
-
];
|
|
1210
|
-
var BatchAttachTypedLinkResponse$ = [3, n0, _BATLR,
|
|
1211
|
-
0,
|
|
1212
|
-
[_TLS],
|
|
1213
|
-
[() => TypedLinkSpecifier$]
|
|
1214
|
-
];
|
|
1215
|
-
var BatchCreateIndex$ = [3, n0, _BCI,
|
|
1216
|
-
0,
|
|
1217
|
-
[_OIAL, _IU, _PR, _LN, _BRN],
|
|
1218
|
-
[() => AttributeKeyList, 2, () => ObjectReference$, 0, 0], 2
|
|
1219
|
-
];
|
|
1220
|
-
var BatchCreateIndexResponse$ = [3, n0, _BCIR,
|
|
1221
|
-
0,
|
|
1222
|
-
[_OI],
|
|
1223
|
-
[0]
|
|
1224
|
-
];
|
|
1225
|
-
var BatchCreateObject$ = [3, n0, _BCO,
|
|
1226
|
-
0,
|
|
1227
|
-
[_SF, _OAL, _PR, _LN, _BRN],
|
|
1228
|
-
[() => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference$, 0, 0], 2
|
|
1229
|
-
];
|
|
1230
|
-
var BatchCreateObjectResponse$ = [3, n0, _BCOR,
|
|
1231
|
-
0,
|
|
1232
|
-
[_OI],
|
|
1233
|
-
[0]
|
|
1234
|
-
];
|
|
1235
|
-
var BatchDeleteObject$ = [3, n0, _BDO,
|
|
1236
|
-
0,
|
|
1237
|
-
[_OR],
|
|
1238
|
-
[() => ObjectReference$], 1
|
|
1239
|
-
];
|
|
1240
|
-
var BatchDeleteObjectResponse$ = [3, n0, _BDOR,
|
|
1241
|
-
0,
|
|
1242
|
-
[],
|
|
1243
|
-
[]
|
|
1244
|
-
];
|
|
1245
|
-
var BatchDetachFromIndex$ = [3, n0, _BDFI,
|
|
1246
|
-
0,
|
|
1247
|
-
[_IR, _TR],
|
|
1248
|
-
[() => ObjectReference$, () => ObjectReference$], 2
|
|
1249
|
-
];
|
|
1250
|
-
var BatchDetachFromIndexResponse$ = [3, n0, _BDFIR,
|
|
1251
|
-
0,
|
|
1252
|
-
[_DOI],
|
|
1253
|
-
[0]
|
|
1254
|
-
];
|
|
1255
|
-
var BatchDetachObject$ = [3, n0, _BDOa,
|
|
1256
|
-
0,
|
|
1257
|
-
[_PR, _LN, _BRN],
|
|
1258
|
-
[() => ObjectReference$, 0, 0], 2
|
|
1259
|
-
];
|
|
1260
|
-
var BatchDetachObjectResponse$ = [3, n0, _BDORa,
|
|
1261
|
-
0,
|
|
1262
|
-
[_dOI],
|
|
1263
|
-
[0]
|
|
1264
|
-
];
|
|
1265
|
-
var BatchDetachPolicy$ = [3, n0, _BDP,
|
|
1266
|
-
0,
|
|
1267
|
-
[_PRo, _OR],
|
|
1268
|
-
[() => ObjectReference$, () => ObjectReference$], 2
|
|
1269
|
-
];
|
|
1270
|
-
var BatchDetachPolicyResponse$ = [3, n0, _BDPR,
|
|
1271
|
-
0,
|
|
1272
|
-
[],
|
|
1273
|
-
[]
|
|
1274
|
-
];
|
|
1275
|
-
var BatchDetachTypedLink$ = [3, n0, _BDTL,
|
|
1276
|
-
0,
|
|
1277
|
-
[_TLS],
|
|
1278
|
-
[() => TypedLinkSpecifier$], 1
|
|
1279
|
-
];
|
|
1280
|
-
var BatchDetachTypedLinkResponse$ = [3, n0, _BDTLR,
|
|
1281
|
-
0,
|
|
1282
|
-
[],
|
|
1283
|
-
[]
|
|
1284
|
-
];
|
|
1285
|
-
var BatchGetLinkAttributes$ = [3, n0, _BGLA,
|
|
1286
|
-
0,
|
|
1287
|
-
[_TLS, _ANt],
|
|
1288
|
-
[() => TypedLinkSpecifier$, 64 | 0], 2
|
|
1289
|
-
];
|
|
1290
|
-
var BatchGetLinkAttributesResponse$ = [3, n0, _BGLAR,
|
|
1291
|
-
0,
|
|
1292
|
-
[_A],
|
|
1293
|
-
[() => AttributeKeyAndValueList]
|
|
1294
|
-
];
|
|
1295
|
-
var BatchGetObjectAttributes$ = [3, n0, _BGOA,
|
|
1296
|
-
0,
|
|
1297
|
-
[_OR, _SF, _ANt],
|
|
1298
|
-
[() => ObjectReference$, () => SchemaFacet$, 64 | 0], 3
|
|
1299
|
-
];
|
|
1300
|
-
var BatchGetObjectAttributesResponse$ = [3, n0, _BGOAR,
|
|
1301
|
-
0,
|
|
1302
|
-
[_A],
|
|
1303
|
-
[() => AttributeKeyAndValueList]
|
|
1304
|
-
];
|
|
1305
|
-
var BatchGetObjectInformation$ = [3, n0, _BGOI,
|
|
1306
|
-
0,
|
|
1307
|
-
[_OR],
|
|
1308
|
-
[() => ObjectReference$], 1
|
|
1309
|
-
];
|
|
1310
|
-
var BatchGetObjectInformationResponse$ = [3, n0, _BGOIR,
|
|
1311
|
-
0,
|
|
1312
|
-
[_SFc, _OI],
|
|
1313
|
-
[() => SchemaFacetList, 0]
|
|
1314
|
-
];
|
|
1315
|
-
var BatchListAttachedIndices$ = [3, n0, _BLAI,
|
|
1316
|
-
0,
|
|
1317
|
-
[_TR, _NT, _MR],
|
|
1318
|
-
[() => ObjectReference$, 0, 1], 1
|
|
1319
|
-
];
|
|
1320
|
-
var BatchListAttachedIndicesResponse$ = [3, n0, _BLAIR,
|
|
1321
|
-
0,
|
|
1322
|
-
[_IA, _NT],
|
|
1323
|
-
[() => IndexAttachmentList, 0]
|
|
1324
|
-
];
|
|
1325
|
-
var BatchListIncomingTypedLinks$ = [3, n0, _BLITL,
|
|
1326
|
-
0,
|
|
1327
|
-
[_OR, _FAR, _FTL, _NT, _MR],
|
|
1328
|
-
[() => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1], 1
|
|
1329
|
-
];
|
|
1330
|
-
var BatchListIncomingTypedLinksResponse$ = [3, n0, _BLITLR,
|
|
1331
|
-
0,
|
|
1332
|
-
[_LS, _NT],
|
|
1333
|
-
[() => TypedLinkSpecifierList, 0]
|
|
1334
|
-
];
|
|
1335
|
-
var BatchListIndex$ = [3, n0, _BLI,
|
|
1336
|
-
0,
|
|
1337
|
-
[_IR, _ROIV, _MR, _NT],
|
|
1338
|
-
[() => ObjectReference$, () => ObjectAttributeRangeList, 1, 0], 1
|
|
1339
|
-
];
|
|
1340
|
-
var BatchListIndexResponse$ = [3, n0, _BLIR,
|
|
1341
|
-
0,
|
|
1342
|
-
[_IA, _NT],
|
|
1343
|
-
[() => IndexAttachmentList, 0]
|
|
1344
|
-
];
|
|
1345
|
-
var BatchListObjectAttributes$ = [3, n0, _BLOA,
|
|
1346
|
-
0,
|
|
1347
|
-
[_OR, _NT, _MR, _FF],
|
|
1348
|
-
[() => ObjectReference$, 0, 1, () => SchemaFacet$], 1
|
|
1349
|
-
];
|
|
1350
|
-
var BatchListObjectAttributesResponse$ = [3, n0, _BLOAR,
|
|
1351
|
-
0,
|
|
1352
|
-
[_A, _NT],
|
|
1353
|
-
[() => AttributeKeyAndValueList, 0]
|
|
1354
|
-
];
|
|
1355
|
-
var BatchListObjectChildren$ = [3, n0, _BLOC,
|
|
1356
|
-
0,
|
|
1357
|
-
[_OR, _NT, _MR],
|
|
1358
|
-
[() => ObjectReference$, 0, 1], 1
|
|
1359
|
-
];
|
|
1360
|
-
var BatchListObjectChildrenResponse$ = [3, n0, _BLOCR,
|
|
1361
|
-
0,
|
|
1362
|
-
[_C, _NT],
|
|
1363
|
-
[128 | 0, 0]
|
|
1364
|
-
];
|
|
1365
|
-
var BatchListObjectParentPaths$ = [3, n0, _BLOPP,
|
|
1366
|
-
0,
|
|
1367
|
-
[_OR, _NT, _MR],
|
|
1368
|
-
[() => ObjectReference$, 0, 1], 1
|
|
1369
|
-
];
|
|
1370
|
-
var BatchListObjectParentPathsResponse$ = [3, n0, _BLOPPR,
|
|
1371
|
-
0,
|
|
1372
|
-
[_PTOIL, _NT],
|
|
1373
|
-
[() => PathToObjectIdentifiersList, 0]
|
|
1374
|
-
];
|
|
1375
|
-
var BatchListObjectParents$ = [3, n0, _BLOP,
|
|
1376
|
-
0,
|
|
1377
|
-
[_OR, _NT, _MR],
|
|
1378
|
-
[() => ObjectReference$, 0, 1], 1
|
|
1379
|
-
];
|
|
1380
|
-
var BatchListObjectParentsResponse$ = [3, n0, _BLOPR,
|
|
1381
|
-
0,
|
|
1382
|
-
[_PL, _NT],
|
|
1383
|
-
[() => ObjectIdentifierAndLinkNameList, 0]
|
|
1384
|
-
];
|
|
1385
|
-
var BatchListObjectPolicies$ = [3, n0, _BLOPa,
|
|
1386
|
-
0,
|
|
1387
|
-
[_OR, _NT, _MR],
|
|
1388
|
-
[() => ObjectReference$, 0, 1], 1
|
|
1389
|
-
];
|
|
1390
|
-
var BatchListObjectPoliciesResponse$ = [3, n0, _BLOPRa,
|
|
1391
|
-
0,
|
|
1392
|
-
[_API, _NT],
|
|
1393
|
-
[64 | 0, 0]
|
|
1394
|
-
];
|
|
1395
|
-
var BatchListOutgoingTypedLinks$ = [3, n0, _BLOTL,
|
|
1396
|
-
0,
|
|
1397
|
-
[_OR, _FAR, _FTL, _NT, _MR],
|
|
1398
|
-
[() => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1], 1
|
|
1399
|
-
];
|
|
1400
|
-
var BatchListOutgoingTypedLinksResponse$ = [3, n0, _BLOTLR,
|
|
1401
|
-
0,
|
|
1402
|
-
[_TLSy, _NT],
|
|
1403
|
-
[() => TypedLinkSpecifierList, 0]
|
|
1404
|
-
];
|
|
1405
|
-
var BatchListPolicyAttachments$ = [3, n0, _BLPA,
|
|
1406
|
-
0,
|
|
1407
|
-
[_PRo, _NT, _MR],
|
|
1408
|
-
[() => ObjectReference$, 0, 1], 1
|
|
1409
|
-
];
|
|
1410
|
-
var BatchListPolicyAttachmentsResponse$ = [3, n0, _BLPAR,
|
|
1411
|
-
0,
|
|
1412
|
-
[_OIb, _NT],
|
|
1413
|
-
[64 | 0, 0]
|
|
1414
|
-
];
|
|
1415
|
-
var BatchLookupPolicy$ = [3, n0, _BLP,
|
|
1416
|
-
0,
|
|
1417
|
-
[_OR, _NT, _MR],
|
|
1418
|
-
[() => ObjectReference$, 0, 1], 1
|
|
1419
|
-
];
|
|
1420
|
-
var BatchLookupPolicyResponse$ = [3, n0, _BLPR,
|
|
1421
|
-
0,
|
|
1422
|
-
[_PTPL, _NT],
|
|
1423
|
-
[() => PolicyToPathList, 0]
|
|
1424
|
-
];
|
|
1425
|
-
var BatchReadException$ = [3, n0, _BRE,
|
|
1426
|
-
0,
|
|
1427
|
-
[_T, _M],
|
|
1428
|
-
[0, 0]
|
|
1429
|
-
];
|
|
1430
|
-
var BatchReadOperation$ = [3, n0, _BRO,
|
|
1431
|
-
0,
|
|
1432
|
-
[_LOA, _LOC, _LAI, _LOPP, _GOI, _GOA, _LOP, _LOPi, _LPA, _LP, _LI, _LOTL, _LITL, _GLA],
|
|
1433
|
-
[() => BatchListObjectAttributes$, () => BatchListObjectChildren$, () => BatchListAttachedIndices$, () => BatchListObjectParentPaths$, () => BatchGetObjectInformation$, () => BatchGetObjectAttributes$, () => BatchListObjectParents$, () => BatchListObjectPolicies$, () => BatchListPolicyAttachments$, () => BatchLookupPolicy$, () => BatchListIndex$, () => BatchListOutgoingTypedLinks$, () => BatchListIncomingTypedLinks$, () => BatchGetLinkAttributes$]
|
|
1434
|
-
];
|
|
1435
|
-
var BatchReadOperationResponse$ = [3, n0, _BROR,
|
|
1436
|
-
0,
|
|
1437
|
-
[_SR, _ER],
|
|
1438
|
-
[() => BatchReadSuccessfulResponse$, () => BatchReadException$]
|
|
1439
|
-
];
|
|
1440
|
-
var BatchReadRequest$ = [3, n0, _BRR,
|
|
1441
|
-
0,
|
|
1442
|
-
[_DA, _O, _CL],
|
|
1443
|
-
[[0, { [_hH]: _xadp }], () => BatchReadOperationList, [0, { [_hH]: _xacl }]], 2
|
|
1444
|
-
];
|
|
1445
|
-
var BatchReadResponse$ = [3, n0, _BRRa,
|
|
1446
|
-
0,
|
|
1447
|
-
[_R],
|
|
1448
|
-
[() => BatchReadOperationResponseList]
|
|
1449
|
-
];
|
|
1450
|
-
var BatchReadSuccessfulResponse$ = [3, n0, _BRSR,
|
|
1451
|
-
0,
|
|
1452
|
-
[_LOA, _LOC, _GOI, _GOA, _LAI, _LOPP, _LOPi, _LPA, _LP, _LI, _LOTL, _LITL, _GLA, _LOP],
|
|
1453
|
-
[() => BatchListObjectAttributesResponse$, () => BatchListObjectChildrenResponse$, () => BatchGetObjectInformationResponse$, () => BatchGetObjectAttributesResponse$, () => BatchListAttachedIndicesResponse$, () => BatchListObjectParentPathsResponse$, () => BatchListObjectPoliciesResponse$, () => BatchListPolicyAttachmentsResponse$, () => BatchLookupPolicyResponse$, () => BatchListIndexResponse$, () => BatchListOutgoingTypedLinksResponse$, () => BatchListIncomingTypedLinksResponse$, () => BatchGetLinkAttributesResponse$, () => BatchListObjectParentsResponse$]
|
|
1454
|
-
];
|
|
1455
|
-
var BatchRemoveFacetFromObject$ = [3, n0, _BRFFO,
|
|
1456
|
-
0,
|
|
1457
|
-
[_SF, _OR],
|
|
1458
|
-
[() => SchemaFacet$, () => ObjectReference$], 2
|
|
1459
|
-
];
|
|
1460
|
-
var BatchRemoveFacetFromObjectResponse$ = [3, n0, _BRFFOR,
|
|
1461
|
-
0,
|
|
1462
|
-
[],
|
|
1463
|
-
[]
|
|
1464
|
-
];
|
|
1465
|
-
var BatchUpdateLinkAttributes$ = [3, n0, _BULA,
|
|
1466
|
-
0,
|
|
1467
|
-
[_TLS, _AU],
|
|
1468
|
-
[() => TypedLinkSpecifier$, () => LinkAttributeUpdateList], 2
|
|
1469
|
-
];
|
|
1470
|
-
var BatchUpdateLinkAttributesResponse$ = [3, n0, _BULAR,
|
|
1471
|
-
0,
|
|
1472
|
-
[],
|
|
1473
|
-
[]
|
|
1474
|
-
];
|
|
1475
|
-
var BatchUpdateObjectAttributes$ = [3, n0, _BUOA,
|
|
1476
|
-
0,
|
|
1477
|
-
[_OR, _AU],
|
|
1478
|
-
[() => ObjectReference$, () => ObjectAttributeUpdateList], 2
|
|
1479
|
-
];
|
|
1480
|
-
var BatchUpdateObjectAttributesResponse$ = [3, n0, _BUOAR,
|
|
1481
|
-
0,
|
|
1482
|
-
[_OI],
|
|
1483
|
-
[0]
|
|
1484
|
-
];
|
|
1485
|
-
var BatchWriteException$ = [-3, n0, _BWE,
|
|
1486
|
-
{ [_e]: _c },
|
|
1487
|
-
[_I, _T, _M],
|
|
1488
|
-
[1, 0, 0]
|
|
1489
|
-
];
|
|
1490
|
-
schema.TypeRegistry.for(n0).registerError(BatchWriteException$, BatchWriteException);
|
|
1491
|
-
var BatchWriteOperation$ = [3, n0, _BWO,
|
|
1492
|
-
0,
|
|
1493
|
-
[_CO, _AO, _DO, _UOA, _DOe, _AFTO, _RFFO, _AP, _DP, _CI, _ATI, _DFI, _ATL, _DTL, _ULA],
|
|
1494
|
-
[() => BatchCreateObject$, () => BatchAttachObject$, () => BatchDetachObject$, () => BatchUpdateObjectAttributes$, () => BatchDeleteObject$, () => BatchAddFacetToObject$, () => BatchRemoveFacetFromObject$, () => BatchAttachPolicy$, () => BatchDetachPolicy$, () => BatchCreateIndex$, () => BatchAttachToIndex$, () => BatchDetachFromIndex$, () => BatchAttachTypedLink$, () => BatchDetachTypedLink$, () => BatchUpdateLinkAttributes$]
|
|
1495
|
-
];
|
|
1496
|
-
var BatchWriteOperationResponse$ = [3, n0, _BWOR,
|
|
1497
|
-
0,
|
|
1498
|
-
[_CO, _AO, _DO, _UOA, _DOe, _AFTO, _RFFO, _AP, _DP, _CI, _ATI, _DFI, _ATL, _DTL, _ULA],
|
|
1499
|
-
[() => BatchCreateObjectResponse$, () => BatchAttachObjectResponse$, () => BatchDetachObjectResponse$, () => BatchUpdateObjectAttributesResponse$, () => BatchDeleteObjectResponse$, () => BatchAddFacetToObjectResponse$, () => BatchRemoveFacetFromObjectResponse$, () => BatchAttachPolicyResponse$, () => BatchDetachPolicyResponse$, () => BatchCreateIndexResponse$, () => BatchAttachToIndexResponse$, () => BatchDetachFromIndexResponse$, () => BatchAttachTypedLinkResponse$, () => BatchDetachTypedLinkResponse$, () => BatchUpdateLinkAttributesResponse$]
|
|
1500
|
-
];
|
|
1501
|
-
var BatchWriteRequest$ = [3, n0, _BWR,
|
|
1502
|
-
0,
|
|
1503
|
-
[_DA, _O],
|
|
1504
|
-
[[0, { [_hH]: _xadp }], () => BatchWriteOperationList], 2
|
|
1505
|
-
];
|
|
1506
|
-
var BatchWriteResponse$ = [3, n0, _BWRa,
|
|
1507
|
-
0,
|
|
1508
|
-
[_R],
|
|
1509
|
-
[() => BatchWriteOperationResponseList]
|
|
1510
|
-
];
|
|
1511
|
-
var CannotListParentOfRootException$ = [-3, n0, _CLPORE,
|
|
1512
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1513
|
-
[_M],
|
|
1514
|
-
[0]
|
|
1515
|
-
];
|
|
1516
|
-
schema.TypeRegistry.for(n0).registerError(CannotListParentOfRootException$, CannotListParentOfRootException);
|
|
1517
|
-
var CreateDirectoryRequest$ = [3, n0, _CDR,
|
|
1518
|
-
0,
|
|
1519
|
-
[_N, _SA],
|
|
1520
|
-
[0, [0, { [_hH]: _xadp }]], 2
|
|
1521
|
-
];
|
|
1522
|
-
var CreateDirectoryResponse$ = [3, n0, _CDRr,
|
|
1523
|
-
0,
|
|
1524
|
-
[_DA, _N, _OI, _ASA],
|
|
1525
|
-
[0, 0, 0, 0], 4
|
|
1526
|
-
];
|
|
1527
|
-
var CreateFacetRequest$ = [3, n0, _CFR,
|
|
1528
|
-
0,
|
|
1529
|
-
[_SA, _N, _A, _OT, _FS],
|
|
1530
|
-
[[0, { [_hH]: _xadp }], 0, () => FacetAttributeList, 0, 0], 2
|
|
1531
|
-
];
|
|
1532
|
-
var CreateFacetResponse$ = [3, n0, _CFRr,
|
|
1533
|
-
0,
|
|
1534
|
-
[],
|
|
1535
|
-
[]
|
|
1536
|
-
];
|
|
1537
|
-
var CreateIndexRequest$ = [3, n0, _CIR,
|
|
1538
|
-
0,
|
|
1539
|
-
[_DA, _OIAL, _IU, _PR, _LN],
|
|
1540
|
-
[[0, { [_hH]: _xadp }], () => AttributeKeyList, 2, () => ObjectReference$, 0], 3
|
|
1541
|
-
];
|
|
1542
|
-
var CreateIndexResponse$ = [3, n0, _CIRr,
|
|
1543
|
-
0,
|
|
1544
|
-
[_OI],
|
|
1545
|
-
[0]
|
|
1546
|
-
];
|
|
1547
|
-
var CreateObjectRequest$ = [3, n0, _COR,
|
|
1548
|
-
0,
|
|
1549
|
-
[_DA, _SFc, _OAL, _PR, _LN],
|
|
1550
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference$, 0], 2
|
|
1551
|
-
];
|
|
1552
|
-
var CreateObjectResponse$ = [3, n0, _CORr,
|
|
1553
|
-
0,
|
|
1554
|
-
[_OI],
|
|
1555
|
-
[0]
|
|
1556
|
-
];
|
|
1557
|
-
var CreateSchemaRequest$ = [3, n0, _CSR,
|
|
1558
|
-
0,
|
|
1559
|
-
[_N],
|
|
1560
|
-
[0], 1
|
|
1561
|
-
];
|
|
1562
|
-
var CreateSchemaResponse$ = [3, n0, _CSRr,
|
|
1563
|
-
0,
|
|
1564
|
-
[_SA],
|
|
1565
|
-
[0]
|
|
1566
|
-
];
|
|
1567
|
-
var CreateTypedLinkFacetRequest$ = [3, n0, _CTLFR,
|
|
1568
|
-
0,
|
|
1569
|
-
[_SA, _F],
|
|
1570
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkFacet$], 2
|
|
1571
|
-
];
|
|
1572
|
-
var CreateTypedLinkFacetResponse$ = [3, n0, _CTLFRr,
|
|
1573
|
-
0,
|
|
1574
|
-
[],
|
|
1575
|
-
[]
|
|
1576
|
-
];
|
|
1577
|
-
var DeleteDirectoryRequest$ = [3, n0, _DDR,
|
|
1578
|
-
0,
|
|
1579
|
-
[_DA],
|
|
1580
|
-
[[0, { [_hH]: _xadp }]], 1
|
|
1581
|
-
];
|
|
1582
|
-
var DeleteDirectoryResponse$ = [3, n0, _DDRe,
|
|
1583
|
-
0,
|
|
1584
|
-
[_DA],
|
|
1585
|
-
[0], 1
|
|
1586
|
-
];
|
|
1587
|
-
var DeleteFacetRequest$ = [3, n0, _DFR,
|
|
1588
|
-
0,
|
|
1589
|
-
[_SA, _N],
|
|
1590
|
-
[[0, { [_hH]: _xadp }], 0], 2
|
|
1591
|
-
];
|
|
1592
|
-
var DeleteFacetResponse$ = [3, n0, _DFRe,
|
|
1593
|
-
0,
|
|
1594
|
-
[],
|
|
1595
|
-
[]
|
|
1596
|
-
];
|
|
1597
|
-
var DeleteObjectRequest$ = [3, n0, _DOR,
|
|
1598
|
-
0,
|
|
1599
|
-
[_DA, _OR],
|
|
1600
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$], 2
|
|
1601
|
-
];
|
|
1602
|
-
var DeleteObjectResponse$ = [3, n0, _DORe,
|
|
1603
|
-
0,
|
|
1604
|
-
[],
|
|
1605
|
-
[]
|
|
1606
|
-
];
|
|
1607
|
-
var DeleteSchemaRequest$ = [3, n0, _DSR,
|
|
1608
|
-
0,
|
|
1609
|
-
[_SA],
|
|
1610
|
-
[[0, { [_hH]: _xadp }]], 1
|
|
1611
|
-
];
|
|
1612
|
-
var DeleteSchemaResponse$ = [3, n0, _DSRe,
|
|
1613
|
-
0,
|
|
1614
|
-
[_SA],
|
|
1615
|
-
[0]
|
|
1616
|
-
];
|
|
1617
|
-
var DeleteTypedLinkFacetRequest$ = [3, n0, _DTLFR,
|
|
1618
|
-
0,
|
|
1619
|
-
[_SA, _N],
|
|
1620
|
-
[[0, { [_hH]: _xadp }], 0], 2
|
|
1621
|
-
];
|
|
1622
|
-
var DeleteTypedLinkFacetResponse$ = [3, n0, _DTLFRe,
|
|
1623
|
-
0,
|
|
1624
|
-
[],
|
|
1625
|
-
[]
|
|
1626
|
-
];
|
|
1627
|
-
var DetachFromIndexRequest$ = [3, n0, _DFIR,
|
|
1628
|
-
0,
|
|
1629
|
-
[_DA, _IR, _TR],
|
|
1630
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$], 3
|
|
1631
|
-
];
|
|
1632
|
-
var DetachFromIndexResponse$ = [3, n0, _DFIRe,
|
|
1633
|
-
0,
|
|
1634
|
-
[_DOI],
|
|
1635
|
-
[0]
|
|
1636
|
-
];
|
|
1637
|
-
var DetachObjectRequest$ = [3, n0, _DORet,
|
|
1638
|
-
0,
|
|
1639
|
-
[_DA, _PR, _LN],
|
|
1640
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0], 3
|
|
1641
|
-
];
|
|
1642
|
-
var DetachObjectResponse$ = [3, n0, _DOReta,
|
|
1643
|
-
0,
|
|
1644
|
-
[_DOI],
|
|
1645
|
-
[0]
|
|
1646
|
-
];
|
|
1647
|
-
var DetachPolicyRequest$ = [3, n0, _DPR,
|
|
1648
|
-
0,
|
|
1649
|
-
[_DA, _PRo, _OR],
|
|
1650
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$], 3
|
|
1651
|
-
];
|
|
1652
|
-
var DetachPolicyResponse$ = [3, n0, _DPRe,
|
|
1653
|
-
0,
|
|
1654
|
-
[],
|
|
1655
|
-
[]
|
|
1656
|
-
];
|
|
1657
|
-
var DetachTypedLinkRequest$ = [3, n0, _DTLR,
|
|
1658
|
-
0,
|
|
1659
|
-
[_DA, _TLS],
|
|
1660
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$], 2
|
|
1661
|
-
];
|
|
1662
|
-
var Directory$ = [3, n0, _D,
|
|
1663
|
-
0,
|
|
1664
|
-
[_N, _DA, _S, _CDT],
|
|
1665
|
-
[0, 0, 0, 4]
|
|
1666
|
-
];
|
|
1667
|
-
var DirectoryAlreadyExistsException$ = [-3, n0, _DAEE,
|
|
1668
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1669
|
-
[_M],
|
|
1670
|
-
[0]
|
|
1671
|
-
];
|
|
1672
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryAlreadyExistsException$, DirectoryAlreadyExistsException);
|
|
1673
|
-
var DirectoryDeletedException$ = [-3, n0, _DDE,
|
|
1674
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1675
|
-
[_M],
|
|
1676
|
-
[0]
|
|
1677
|
-
];
|
|
1678
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryDeletedException$, DirectoryDeletedException);
|
|
1679
|
-
var DirectoryNotDisabledException$ = [-3, n0, _DNDE,
|
|
1680
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1681
|
-
[_M],
|
|
1682
|
-
[0]
|
|
1683
|
-
];
|
|
1684
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryNotDisabledException$, DirectoryNotDisabledException);
|
|
1685
|
-
var DirectoryNotEnabledException$ = [-3, n0, _DNEE,
|
|
1686
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1687
|
-
[_M],
|
|
1688
|
-
[0]
|
|
1689
|
-
];
|
|
1690
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryNotEnabledException$, DirectoryNotEnabledException);
|
|
1691
|
-
var DisableDirectoryRequest$ = [3, n0, _DDRi,
|
|
1692
|
-
0,
|
|
1693
|
-
[_DA],
|
|
1694
|
-
[[0, { [_hH]: _xadp }]], 1
|
|
1695
|
-
];
|
|
1696
|
-
var DisableDirectoryResponse$ = [3, n0, _DDRis,
|
|
1697
|
-
0,
|
|
1698
|
-
[_DA],
|
|
1699
|
-
[0], 1
|
|
1700
|
-
];
|
|
1701
|
-
var EnableDirectoryRequest$ = [3, n0, _EDR,
|
|
1702
|
-
0,
|
|
1703
|
-
[_DA],
|
|
1704
|
-
[[0, { [_hH]: _xadp }]], 1
|
|
1705
|
-
];
|
|
1706
|
-
var EnableDirectoryResponse$ = [3, n0, _EDRn,
|
|
1707
|
-
0,
|
|
1708
|
-
[_DA],
|
|
1709
|
-
[0], 1
|
|
1710
|
-
];
|
|
1711
|
-
var Facet$ = [3, n0, _F,
|
|
1712
|
-
0,
|
|
1713
|
-
[_N, _OT, _FS],
|
|
1714
|
-
[0, 0, 0]
|
|
1715
|
-
];
|
|
1716
|
-
var FacetAlreadyExistsException$ = [-3, n0, _FAEE,
|
|
1717
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1718
|
-
[_M],
|
|
1719
|
-
[0]
|
|
1720
|
-
];
|
|
1721
|
-
schema.TypeRegistry.for(n0).registerError(FacetAlreadyExistsException$, FacetAlreadyExistsException);
|
|
1722
|
-
var FacetAttribute$ = [3, n0, _FA,
|
|
1723
|
-
0,
|
|
1724
|
-
[_N, _AD, _AR, _RB],
|
|
1725
|
-
[0, () => FacetAttributeDefinition$, () => FacetAttributeReference$, 0], 1
|
|
1726
|
-
];
|
|
1727
|
-
var FacetAttributeDefinition$ = [3, n0, _FAD,
|
|
1728
|
-
0,
|
|
1729
|
-
[_T, _DV, _II, _Ru],
|
|
1730
|
-
[0, () => TypedAttributeValue$, 2, () => RuleMap], 1
|
|
1731
|
-
];
|
|
1732
|
-
var FacetAttributeReference$ = [3, n0, _FARa,
|
|
1733
|
-
0,
|
|
1734
|
-
[_TFN, _TAN],
|
|
1735
|
-
[0, 0], 2
|
|
1736
|
-
];
|
|
1737
|
-
var FacetAttributeUpdate$ = [3, n0, _FAU,
|
|
1738
|
-
0,
|
|
1739
|
-
[_At, _Ac],
|
|
1740
|
-
[() => FacetAttribute$, 0]
|
|
1741
|
-
];
|
|
1742
|
-
var FacetInUseException$ = [-3, n0, _FIUE,
|
|
1743
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1744
|
-
[_M],
|
|
1745
|
-
[0]
|
|
1746
|
-
];
|
|
1747
|
-
schema.TypeRegistry.for(n0).registerError(FacetInUseException$, FacetInUseException);
|
|
1748
|
-
var FacetNotFoundException$ = [-3, n0, _FNFE,
|
|
1749
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1750
|
-
[_M],
|
|
1751
|
-
[0]
|
|
1752
|
-
];
|
|
1753
|
-
schema.TypeRegistry.for(n0).registerError(FacetNotFoundException$, FacetNotFoundException);
|
|
1754
|
-
var FacetValidationException$ = [-3, n0, _FVE,
|
|
1755
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1756
|
-
[_M],
|
|
1757
|
-
[0]
|
|
1758
|
-
];
|
|
1759
|
-
schema.TypeRegistry.for(n0).registerError(FacetValidationException$, FacetValidationException);
|
|
1760
|
-
var GetAppliedSchemaVersionRequest$ = [3, n0, _GASVR,
|
|
1761
|
-
0,
|
|
1762
|
-
[_SA],
|
|
1763
|
-
[0], 1
|
|
1764
|
-
];
|
|
1765
|
-
var GetAppliedSchemaVersionResponse$ = [3, n0, _GASVRe,
|
|
1766
|
-
0,
|
|
1767
|
-
[_ASA],
|
|
1768
|
-
[0]
|
|
1769
|
-
];
|
|
1770
|
-
var GetDirectoryRequest$ = [3, n0, _GDR,
|
|
1771
|
-
0,
|
|
1772
|
-
[_DA],
|
|
1773
|
-
[[0, { [_hH]: _xadp }]], 1
|
|
1774
|
-
];
|
|
1775
|
-
var GetDirectoryResponse$ = [3, n0, _GDRe,
|
|
1776
|
-
0,
|
|
1777
|
-
[_D],
|
|
1778
|
-
[() => Directory$], 1
|
|
1779
|
-
];
|
|
1780
|
-
var GetFacetRequest$ = [3, n0, _GFR,
|
|
1781
|
-
0,
|
|
1782
|
-
[_SA, _N],
|
|
1783
|
-
[[0, { [_hH]: _xadp }], 0], 2
|
|
1784
|
-
];
|
|
1785
|
-
var GetFacetResponse$ = [3, n0, _GFRe,
|
|
1786
|
-
0,
|
|
1787
|
-
[_F],
|
|
1788
|
-
[() => Facet$]
|
|
1789
|
-
];
|
|
1790
|
-
var GetLinkAttributesRequest$ = [3, n0, _GLAR,
|
|
1791
|
-
0,
|
|
1792
|
-
[_DA, _TLS, _ANt, _CL],
|
|
1793
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$, 64 | 0, 0], 3
|
|
1794
|
-
];
|
|
1795
|
-
var GetLinkAttributesResponse$ = [3, n0, _GLARe,
|
|
1796
|
-
0,
|
|
1797
|
-
[_A],
|
|
1798
|
-
[() => AttributeKeyAndValueList]
|
|
1799
|
-
];
|
|
1800
|
-
var GetObjectAttributesRequest$ = [3, n0, _GOAR,
|
|
1801
|
-
0,
|
|
1802
|
-
[_DA, _OR, _SF, _ANt, _CL],
|
|
1803
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => SchemaFacet$, 64 | 0, [0, { [_hH]: _xacl }]], 4
|
|
1804
|
-
];
|
|
1805
|
-
var GetObjectAttributesResponse$ = [3, n0, _GOARe,
|
|
1806
|
-
0,
|
|
1807
|
-
[_A],
|
|
1808
|
-
[() => AttributeKeyAndValueList]
|
|
1809
|
-
];
|
|
1810
|
-
var GetObjectInformationRequest$ = [3, n0, _GOIR,
|
|
1811
|
-
0,
|
|
1812
|
-
[_DA, _OR, _CL],
|
|
1813
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, [0, { [_hH]: _xacl }]], 2
|
|
1814
|
-
];
|
|
1815
|
-
var GetObjectInformationResponse$ = [3, n0, _GOIRe,
|
|
1816
|
-
0,
|
|
1817
|
-
[_SFc, _OI],
|
|
1818
|
-
[() => SchemaFacetList, 0]
|
|
1819
|
-
];
|
|
1820
|
-
var GetSchemaAsJsonRequest$ = [3, n0, _GSAJR,
|
|
1821
|
-
0,
|
|
1822
|
-
[_SA],
|
|
1823
|
-
[[0, { [_hH]: _xadp }]], 1
|
|
1824
|
-
];
|
|
1825
|
-
var GetSchemaAsJsonResponse$ = [3, n0, _GSAJRe,
|
|
1826
|
-
0,
|
|
1827
|
-
[_N, _Do],
|
|
1828
|
-
[0, 0]
|
|
1829
|
-
];
|
|
1830
|
-
var GetTypedLinkFacetInformationRequest$ = [3, n0, _GTLFIR,
|
|
1831
|
-
0,
|
|
1832
|
-
[_SA, _N],
|
|
1833
|
-
[[0, { [_hH]: _xadp }], 0], 2
|
|
1834
|
-
];
|
|
1835
|
-
var GetTypedLinkFacetInformationResponse$ = [3, n0, _GTLFIRe,
|
|
1836
|
-
0,
|
|
1837
|
-
[_IAO],
|
|
1838
|
-
[64 | 0]
|
|
1839
|
-
];
|
|
1840
|
-
var IncompatibleSchemaException$ = [-3, n0, _ISE,
|
|
1841
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1842
|
-
[_M],
|
|
1843
|
-
[0]
|
|
1844
|
-
];
|
|
1845
|
-
schema.TypeRegistry.for(n0).registerError(IncompatibleSchemaException$, IncompatibleSchemaException);
|
|
1846
|
-
var IndexAttachment$ = [3, n0, _IAn,
|
|
1847
|
-
0,
|
|
1848
|
-
[_IAnd, _OI],
|
|
1849
|
-
[() => AttributeKeyAndValueList, 0]
|
|
1850
|
-
];
|
|
1851
|
-
var IndexedAttributeMissingException$ = [-3, n0, _IAME,
|
|
1852
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1853
|
-
[_M],
|
|
1854
|
-
[0]
|
|
1855
|
-
];
|
|
1856
|
-
schema.TypeRegistry.for(n0).registerError(IndexedAttributeMissingException$, IndexedAttributeMissingException);
|
|
1857
|
-
var InternalServiceException$ = [-3, n0, _ISEn,
|
|
1858
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
1859
|
-
[_M],
|
|
1860
|
-
[0]
|
|
1861
|
-
];
|
|
1862
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
1863
|
-
var InvalidArnException$ = [-3, n0, _IAE,
|
|
1864
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1865
|
-
[_M],
|
|
1866
|
-
[0]
|
|
1867
|
-
];
|
|
1868
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1869
|
-
var InvalidAttachmentException$ = [-3, n0, _IAEn,
|
|
1870
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1871
|
-
[_M],
|
|
1872
|
-
[0]
|
|
1873
|
-
];
|
|
1874
|
-
schema.TypeRegistry.for(n0).registerError(InvalidAttachmentException$, InvalidAttachmentException);
|
|
1875
|
-
var InvalidFacetUpdateException$ = [-3, n0, _IFUE,
|
|
1876
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1877
|
-
[_M],
|
|
1878
|
-
[0]
|
|
1879
|
-
];
|
|
1880
|
-
schema.TypeRegistry.for(n0).registerError(InvalidFacetUpdateException$, InvalidFacetUpdateException);
|
|
1881
|
-
var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1882
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1883
|
-
[_M],
|
|
1884
|
-
[0]
|
|
1885
|
-
];
|
|
1886
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1887
|
-
var InvalidRuleException$ = [-3, n0, _IRE,
|
|
1888
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1889
|
-
[_M],
|
|
1890
|
-
[0]
|
|
1891
|
-
];
|
|
1892
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRuleException$, InvalidRuleException);
|
|
1893
|
-
var InvalidSchemaDocException$ = [-3, n0, _ISDE,
|
|
1894
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1895
|
-
[_M],
|
|
1896
|
-
[0]
|
|
1897
|
-
];
|
|
1898
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSchemaDocException$, InvalidSchemaDocException);
|
|
1899
|
-
var InvalidTaggingRequestException$ = [-3, n0, _ITRE,
|
|
1900
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1901
|
-
[_M],
|
|
1902
|
-
[0]
|
|
1903
|
-
];
|
|
1904
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTaggingRequestException$, InvalidTaggingRequestException);
|
|
1905
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
1906
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1907
|
-
[_M],
|
|
1908
|
-
[0]
|
|
1909
|
-
];
|
|
1910
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1911
|
-
var LinkAttributeAction$ = [3, n0, _LAA,
|
|
1912
|
-
0,
|
|
1913
|
-
[_AAT, _AUV],
|
|
1914
|
-
[0, () => TypedAttributeValue$]
|
|
1915
|
-
];
|
|
1916
|
-
var LinkAttributeUpdate$ = [3, n0, _LAU,
|
|
1917
|
-
0,
|
|
1918
|
-
[_AK, _AA],
|
|
1919
|
-
[() => AttributeKey$, () => LinkAttributeAction$]
|
|
1920
|
-
];
|
|
1921
|
-
var LinkNameAlreadyInUseException$ = [-3, n0, _LNAIUE,
|
|
1922
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1923
|
-
[_M],
|
|
1924
|
-
[0]
|
|
1925
|
-
];
|
|
1926
|
-
schema.TypeRegistry.for(n0).registerError(LinkNameAlreadyInUseException$, LinkNameAlreadyInUseException);
|
|
1927
|
-
var ListAppliedSchemaArnsRequest$ = [3, n0, _LASAR,
|
|
1928
|
-
0,
|
|
1929
|
-
[_DA, _SA, _NT, _MR],
|
|
1930
|
-
[0, 0, 0, 1], 1
|
|
1931
|
-
];
|
|
1932
|
-
var ListAppliedSchemaArnsResponse$ = [3, n0, _LASARi,
|
|
1933
|
-
0,
|
|
1934
|
-
[_SAc, _NT],
|
|
1935
|
-
[64 | 0, 0]
|
|
1936
|
-
];
|
|
1937
|
-
var ListAttachedIndicesRequest$ = [3, n0, _LAIR,
|
|
1938
|
-
0,
|
|
1939
|
-
[_DA, _TR, _NT, _MR, _CL],
|
|
1940
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]], 2
|
|
1941
|
-
];
|
|
1942
|
-
var ListAttachedIndicesResponse$ = [3, n0, _LAIRi,
|
|
1943
|
-
0,
|
|
1944
|
-
[_IA, _NT],
|
|
1945
|
-
[() => IndexAttachmentList, 0]
|
|
1946
|
-
];
|
|
1947
|
-
var ListDevelopmentSchemaArnsRequest$ = [3, n0, _LDSAR,
|
|
1948
|
-
0,
|
|
1949
|
-
[_NT, _MR],
|
|
1950
|
-
[0, 1]
|
|
1951
|
-
];
|
|
1952
|
-
var ListDevelopmentSchemaArnsResponse$ = [3, n0, _LDSARi,
|
|
1953
|
-
0,
|
|
1954
|
-
[_SAc, _NT],
|
|
1955
|
-
[64 | 0, 0]
|
|
1956
|
-
];
|
|
1957
|
-
var ListDirectoriesRequest$ = [3, n0, _LDR,
|
|
1958
|
-
0,
|
|
1959
|
-
[_NT, _MR, _st],
|
|
1960
|
-
[0, 1, 0]
|
|
1961
|
-
];
|
|
1962
|
-
var ListDirectoriesResponse$ = [3, n0, _LDRi,
|
|
1963
|
-
0,
|
|
1964
|
-
[_Di, _NT],
|
|
1965
|
-
[() => DirectoryList, 0], 1
|
|
1966
|
-
];
|
|
1967
|
-
var ListFacetAttributesRequest$ = [3, n0, _LFAR,
|
|
1968
|
-
0,
|
|
1969
|
-
[_SA, _N, _NT, _MR],
|
|
1970
|
-
[[0, { [_hH]: _xadp }], 0, 0, 1], 2
|
|
1971
|
-
];
|
|
1972
|
-
var ListFacetAttributesResponse$ = [3, n0, _LFARi,
|
|
1973
|
-
0,
|
|
1974
|
-
[_A, _NT],
|
|
1975
|
-
[() => FacetAttributeList, 0]
|
|
1976
|
-
];
|
|
1977
|
-
var ListFacetNamesRequest$ = [3, n0, _LFNR,
|
|
1978
|
-
0,
|
|
1979
|
-
[_SA, _NT, _MR],
|
|
1980
|
-
[[0, { [_hH]: _xadp }], 0, 1], 1
|
|
1981
|
-
];
|
|
1982
|
-
var ListFacetNamesResponse$ = [3, n0, _LFNRi,
|
|
1983
|
-
0,
|
|
1984
|
-
[_FNa, _NT],
|
|
1985
|
-
[64 | 0, 0]
|
|
1986
|
-
];
|
|
1987
|
-
var ListIncomingTypedLinksRequest$ = [3, n0, _LITLR,
|
|
1988
|
-
0,
|
|
1989
|
-
[_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
|
|
1990
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1, 0], 2
|
|
1991
|
-
];
|
|
1992
|
-
var ListIncomingTypedLinksResponse$ = [3, n0, _LITLRi,
|
|
1993
|
-
0,
|
|
1994
|
-
[_LS, _NT],
|
|
1995
|
-
[() => TypedLinkSpecifierList, 0]
|
|
1996
|
-
];
|
|
1997
|
-
var ListIndexRequest$ = [3, n0, _LIR,
|
|
1998
|
-
0,
|
|
1999
|
-
[_DA, _IR, _ROIV, _MR, _NT, _CL],
|
|
2000
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectAttributeRangeList, 1, 0, [0, { [_hH]: _xacl }]], 2
|
|
2001
|
-
];
|
|
2002
|
-
var ListIndexResponse$ = [3, n0, _LIRi,
|
|
2003
|
-
0,
|
|
2004
|
-
[_IA, _NT],
|
|
2005
|
-
[() => IndexAttachmentList, 0]
|
|
2006
|
-
];
|
|
2007
|
-
var ListManagedSchemaArnsRequest$ = [3, n0, _LMSAR,
|
|
2008
|
-
0,
|
|
2009
|
-
[_SA, _NT, _MR],
|
|
2010
|
-
[0, 0, 1]
|
|
2011
|
-
];
|
|
2012
|
-
var ListManagedSchemaArnsResponse$ = [3, n0, _LMSARi,
|
|
2013
|
-
0,
|
|
2014
|
-
[_SAc, _NT],
|
|
2015
|
-
[64 | 0, 0]
|
|
2016
|
-
];
|
|
2017
|
-
var ListObjectAttributesRequest$ = [3, n0, _LOAR,
|
|
2018
|
-
0,
|
|
2019
|
-
[_DA, _OR, _NT, _MR, _CL, _FF],
|
|
2020
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }], () => SchemaFacet$], 2
|
|
2021
|
-
];
|
|
2022
|
-
var ListObjectAttributesResponse$ = [3, n0, _LOARi,
|
|
2023
|
-
0,
|
|
2024
|
-
[_A, _NT],
|
|
2025
|
-
[() => AttributeKeyAndValueList, 0]
|
|
2026
|
-
];
|
|
2027
|
-
var ListObjectChildrenRequest$ = [3, n0, _LOCR,
|
|
2028
|
-
0,
|
|
2029
|
-
[_DA, _OR, _NT, _MR, _CL],
|
|
2030
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]], 2
|
|
2031
|
-
];
|
|
2032
|
-
var ListObjectChildrenResponse$ = [3, n0, _LOCRi,
|
|
2033
|
-
0,
|
|
2034
|
-
[_C, _NT],
|
|
2035
|
-
[128 | 0, 0]
|
|
2036
|
-
];
|
|
2037
|
-
var ListObjectParentPathsRequest$ = [3, n0, _LOPPR,
|
|
2038
|
-
0,
|
|
2039
|
-
[_DA, _OR, _NT, _MR],
|
|
2040
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1], 2
|
|
2041
|
-
];
|
|
2042
|
-
var ListObjectParentPathsResponse$ = [3, n0, _LOPPRi,
|
|
2043
|
-
0,
|
|
2044
|
-
[_PTOIL, _NT],
|
|
2045
|
-
[() => PathToObjectIdentifiersList, 0]
|
|
2046
|
-
];
|
|
2047
|
-
var ListObjectParentsRequest$ = [3, n0, _LOPR,
|
|
2048
|
-
0,
|
|
2049
|
-
[_DA, _OR, _NT, _MR, _CL, _IALTEP],
|
|
2050
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }], 2], 2
|
|
2051
|
-
];
|
|
2052
|
-
var ListObjectParentsResponse$ = [3, n0, _LOPRi,
|
|
2053
|
-
0,
|
|
2054
|
-
[_P, _NT, _PL],
|
|
2055
|
-
[128 | 0, 0, () => ObjectIdentifierAndLinkNameList]
|
|
2056
|
-
];
|
|
2057
|
-
var ListObjectPoliciesRequest$ = [3, n0, _LOPRis,
|
|
2058
|
-
0,
|
|
2059
|
-
[_DA, _OR, _NT, _MR, _CL],
|
|
2060
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]], 2
|
|
2061
|
-
];
|
|
2062
|
-
var ListObjectPoliciesResponse$ = [3, n0, _LOPRist,
|
|
2063
|
-
0,
|
|
2064
|
-
[_API, _NT],
|
|
2065
|
-
[64 | 0, 0]
|
|
2066
|
-
];
|
|
2067
|
-
var ListOutgoingTypedLinksRequest$ = [3, n0, _LOTLR,
|
|
2068
|
-
0,
|
|
2069
|
-
[_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
|
|
2070
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1, 0], 2
|
|
2071
|
-
];
|
|
2072
|
-
var ListOutgoingTypedLinksResponse$ = [3, n0, _LOTLRi,
|
|
2073
|
-
0,
|
|
2074
|
-
[_TLSy, _NT],
|
|
2075
|
-
[() => TypedLinkSpecifierList, 0]
|
|
2076
|
-
];
|
|
2077
|
-
var ListPolicyAttachmentsRequest$ = [3, n0, _LPAR,
|
|
2078
|
-
0,
|
|
2079
|
-
[_DA, _PRo, _NT, _MR, _CL],
|
|
2080
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]], 2
|
|
2081
|
-
];
|
|
2082
|
-
var ListPolicyAttachmentsResponse$ = [3, n0, _LPARi,
|
|
2083
|
-
0,
|
|
2084
|
-
[_OIb, _NT],
|
|
2085
|
-
[64 | 0, 0]
|
|
2086
|
-
];
|
|
2087
|
-
var ListPublishedSchemaArnsRequest$ = [3, n0, _LPSAR,
|
|
2088
|
-
0,
|
|
2089
|
-
[_SA, _NT, _MR],
|
|
2090
|
-
[0, 0, 1]
|
|
2091
|
-
];
|
|
2092
|
-
var ListPublishedSchemaArnsResponse$ = [3, n0, _LPSARi,
|
|
2093
|
-
0,
|
|
2094
|
-
[_SAc, _NT],
|
|
2095
|
-
[64 | 0, 0]
|
|
2096
|
-
];
|
|
2097
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2098
|
-
0,
|
|
2099
|
-
[_RA, _NT, _MR],
|
|
2100
|
-
[0, 0, 1], 1
|
|
2101
|
-
];
|
|
2102
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
2103
|
-
0,
|
|
2104
|
-
[_Ta, _NT],
|
|
2105
|
-
[() => TagList, 0]
|
|
2106
|
-
];
|
|
2107
|
-
var ListTypedLinkFacetAttributesRequest$ = [3, n0, _LTLFAR,
|
|
2108
|
-
0,
|
|
2109
|
-
[_SA, _N, _NT, _MR],
|
|
2110
|
-
[[0, { [_hH]: _xadp }], 0, 0, 1], 2
|
|
2111
|
-
];
|
|
2112
|
-
var ListTypedLinkFacetAttributesResponse$ = [3, n0, _LTLFARi,
|
|
2113
|
-
0,
|
|
2114
|
-
[_A, _NT],
|
|
2115
|
-
[() => TypedLinkAttributeDefinitionList, 0]
|
|
2116
|
-
];
|
|
2117
|
-
var ListTypedLinkFacetNamesRequest$ = [3, n0, _LTLFNR,
|
|
2118
|
-
0,
|
|
2119
|
-
[_SA, _NT, _MR],
|
|
2120
|
-
[[0, { [_hH]: _xadp }], 0, 1], 1
|
|
2121
|
-
];
|
|
2122
|
-
var ListTypedLinkFacetNamesResponse$ = [3, n0, _LTLFNRi,
|
|
2123
|
-
0,
|
|
2124
|
-
[_FNa, _NT],
|
|
2125
|
-
[64 | 0, 0]
|
|
2126
|
-
];
|
|
2127
|
-
var LookupPolicyRequest$ = [3, n0, _LPR,
|
|
2128
|
-
0,
|
|
2129
|
-
[_DA, _OR, _NT, _MR],
|
|
2130
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1], 2
|
|
2131
|
-
];
|
|
2132
|
-
var LookupPolicyResponse$ = [3, n0, _LPRo,
|
|
2133
|
-
0,
|
|
2134
|
-
[_PTPL, _NT],
|
|
2135
|
-
[() => PolicyToPathList, 0]
|
|
2136
|
-
];
|
|
2137
|
-
var NotIndexException$ = [-3, n0, _NIE,
|
|
2138
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2139
|
-
[_M],
|
|
2140
|
-
[0]
|
|
2141
|
-
];
|
|
2142
|
-
schema.TypeRegistry.for(n0).registerError(NotIndexException$, NotIndexException);
|
|
2143
|
-
var NotNodeException$ = [-3, n0, _NNE,
|
|
2144
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2145
|
-
[_M],
|
|
2146
|
-
[0]
|
|
2147
|
-
];
|
|
2148
|
-
schema.TypeRegistry.for(n0).registerError(NotNodeException$, NotNodeException);
|
|
2149
|
-
var NotPolicyException$ = [-3, n0, _NPE,
|
|
2150
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2151
|
-
[_M],
|
|
2152
|
-
[0]
|
|
2153
|
-
];
|
|
2154
|
-
schema.TypeRegistry.for(n0).registerError(NotPolicyException$, NotPolicyException);
|
|
2155
|
-
var ObjectAlreadyDetachedException$ = [-3, n0, _OADE,
|
|
2156
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2157
|
-
[_M],
|
|
2158
|
-
[0]
|
|
2159
|
-
];
|
|
2160
|
-
schema.TypeRegistry.for(n0).registerError(ObjectAlreadyDetachedException$, ObjectAlreadyDetachedException);
|
|
2161
|
-
var ObjectAttributeAction$ = [3, n0, _OAA,
|
|
2162
|
-
0,
|
|
2163
|
-
[_OAAT, _OAUV],
|
|
2164
|
-
[0, () => TypedAttributeValue$]
|
|
2165
|
-
];
|
|
2166
|
-
var ObjectAttributeRange$ = [3, n0, _OAR,
|
|
2167
|
-
0,
|
|
2168
|
-
[_AK, _Ra],
|
|
2169
|
-
[() => AttributeKey$, () => TypedAttributeValueRange$]
|
|
2170
|
-
];
|
|
2171
|
-
var ObjectAttributeUpdate$ = [3, n0, _OAU,
|
|
2172
|
-
0,
|
|
2173
|
-
[_OAK, _OAA],
|
|
2174
|
-
[() => AttributeKey$, () => ObjectAttributeAction$]
|
|
2175
|
-
];
|
|
2176
|
-
var ObjectIdentifierAndLinkNameTuple$ = [3, n0, _OIALNT,
|
|
2177
|
-
0,
|
|
2178
|
-
[_OI, _LN],
|
|
2179
|
-
[0, 0]
|
|
2180
|
-
];
|
|
2181
|
-
var ObjectNotDetachedException$ = [-3, n0, _ONDE,
|
|
2182
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2183
|
-
[_M],
|
|
2184
|
-
[0]
|
|
2185
|
-
];
|
|
2186
|
-
schema.TypeRegistry.for(n0).registerError(ObjectNotDetachedException$, ObjectNotDetachedException);
|
|
2187
|
-
var ObjectReference$ = [3, n0, _OR,
|
|
2188
|
-
0,
|
|
2189
|
-
[_Se],
|
|
2190
|
-
[0]
|
|
2191
|
-
];
|
|
2192
|
-
var PathToObjectIdentifiers$ = [3, n0, _PTOI,
|
|
2193
|
-
0,
|
|
2194
|
-
[_Pa, _OIb],
|
|
2195
|
-
[0, 64 | 0]
|
|
2196
|
-
];
|
|
2197
|
-
var PolicyAttachment$ = [3, n0, _PA,
|
|
2198
|
-
0,
|
|
2199
|
-
[_PI, _OI, _PT],
|
|
2200
|
-
[0, 0, 0]
|
|
2201
|
-
];
|
|
2202
|
-
var PolicyToPath$ = [3, n0, _PTP,
|
|
2203
|
-
0,
|
|
2204
|
-
[_Pa, _Po],
|
|
2205
|
-
[0, () => PolicyAttachmentList]
|
|
2206
|
-
];
|
|
2207
|
-
var PublishSchemaRequest$ = [3, n0, _PSR,
|
|
2208
|
-
0,
|
|
2209
|
-
[_DSA, _Ve, _MV, _N],
|
|
2210
|
-
[[0, { [_hH]: _xadp }], 0, 0, 0], 2
|
|
2211
|
-
];
|
|
2212
|
-
var PublishSchemaResponse$ = [3, n0, _PSRu,
|
|
2213
|
-
0,
|
|
2214
|
-
[_PSA],
|
|
2215
|
-
[0]
|
|
2216
|
-
];
|
|
2217
|
-
var PutSchemaFromJsonRequest$ = [3, n0, _PSFJR,
|
|
2218
|
-
0,
|
|
2219
|
-
[_SA, _Do],
|
|
2220
|
-
[[0, { [_hH]: _xadp }], 0], 2
|
|
2221
|
-
];
|
|
2222
|
-
var PutSchemaFromJsonResponse$ = [3, n0, _PSFJRu,
|
|
2223
|
-
0,
|
|
2224
|
-
[_Ar],
|
|
2225
|
-
[0]
|
|
2226
|
-
];
|
|
2227
|
-
var RemoveFacetFromObjectRequest$ = [3, n0, _RFFOR,
|
|
2228
|
-
0,
|
|
2229
|
-
[_DA, _SF, _OR],
|
|
2230
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacet$, () => ObjectReference$], 3
|
|
2231
|
-
];
|
|
2232
|
-
var RemoveFacetFromObjectResponse$ = [3, n0, _RFFORe,
|
|
2233
|
-
0,
|
|
2234
|
-
[],
|
|
2235
|
-
[]
|
|
2236
|
-
];
|
|
2237
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2238
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
2239
|
-
[_M],
|
|
2240
|
-
[0]
|
|
2241
|
-
];
|
|
2242
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2243
|
-
var RetryableConflictException$ = [-3, n0, _RCE,
|
|
2244
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
2245
|
-
[_M],
|
|
2246
|
-
[0]
|
|
2247
|
-
];
|
|
2248
|
-
schema.TypeRegistry.for(n0).registerError(RetryableConflictException$, RetryableConflictException);
|
|
2249
|
-
var Rule$ = [3, n0, _Rul,
|
|
2250
|
-
0,
|
|
2251
|
-
[_T, _Par],
|
|
2252
|
-
[0, 128 | 0]
|
|
2253
|
-
];
|
|
2254
|
-
var SchemaAlreadyExistsException$ = [-3, n0, _SAEE,
|
|
2255
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2256
|
-
[_M],
|
|
2257
|
-
[0]
|
|
2258
|
-
];
|
|
2259
|
-
schema.TypeRegistry.for(n0).registerError(SchemaAlreadyExistsException$, SchemaAlreadyExistsException);
|
|
2260
|
-
var SchemaAlreadyPublishedException$ = [-3, n0, _SAPE,
|
|
2261
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2262
|
-
[_M],
|
|
2263
|
-
[0]
|
|
2264
|
-
];
|
|
2265
|
-
schema.TypeRegistry.for(n0).registerError(SchemaAlreadyPublishedException$, SchemaAlreadyPublishedException);
|
|
2266
|
-
var SchemaFacet$ = [3, n0, _SF,
|
|
2267
|
-
0,
|
|
2268
|
-
[_SA, _FN],
|
|
2269
|
-
[0, 0]
|
|
2270
|
-
];
|
|
2271
|
-
var StillContainsLinksException$ = [-3, n0, _SCLE,
|
|
2272
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2273
|
-
[_M],
|
|
2274
|
-
[0]
|
|
2275
|
-
];
|
|
2276
|
-
schema.TypeRegistry.for(n0).registerError(StillContainsLinksException$, StillContainsLinksException);
|
|
2277
|
-
var Tag$ = [3, n0, _Tag,
|
|
2278
|
-
0,
|
|
2279
|
-
[_K, _V],
|
|
2280
|
-
[0, 0]
|
|
2281
|
-
];
|
|
2282
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2283
|
-
0,
|
|
2284
|
-
[_RA, _Ta],
|
|
2285
|
-
[0, () => TagList], 2
|
|
2286
|
-
];
|
|
2287
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
2288
|
-
0,
|
|
2289
|
-
[],
|
|
2290
|
-
[]
|
|
2291
|
-
];
|
|
2292
|
-
var TypedAttributeValueRange$ = [3, n0, _TAVR,
|
|
2293
|
-
0,
|
|
2294
|
-
[_SM, _EM, _SV, _EV],
|
|
2295
|
-
[0, 0, () => TypedAttributeValue$, () => TypedAttributeValue$], 2
|
|
2296
|
-
];
|
|
2297
|
-
var TypedLinkAttributeDefinition$ = [3, n0, _TLAD,
|
|
2298
|
-
0,
|
|
2299
|
-
[_N, _T, _RB, _DV, _II, _Ru],
|
|
2300
|
-
[0, 0, 0, () => TypedAttributeValue$, 2, () => RuleMap], 3
|
|
2301
|
-
];
|
|
2302
|
-
var TypedLinkAttributeRange$ = [3, n0, _TLAR,
|
|
2303
|
-
0,
|
|
2304
|
-
[_Ra, _AN],
|
|
2305
|
-
[() => TypedAttributeValueRange$, 0], 1
|
|
2306
|
-
];
|
|
2307
|
-
var TypedLinkFacet$ = [3, n0, _TLF,
|
|
2308
|
-
0,
|
|
2309
|
-
[_N, _A, _IAO],
|
|
2310
|
-
[0, () => TypedLinkAttributeDefinitionList, 64 | 0], 3
|
|
2311
|
-
];
|
|
2312
|
-
var TypedLinkFacetAttributeUpdate$ = [3, n0, _TLFAU,
|
|
2313
|
-
0,
|
|
2314
|
-
[_At, _Ac],
|
|
2315
|
-
[() => TypedLinkAttributeDefinition$, 0], 2
|
|
2316
|
-
];
|
|
2317
|
-
var TypedLinkSchemaAndFacetName$ = [3, n0, _TLSAFN,
|
|
2318
|
-
0,
|
|
2319
|
-
[_SA, _TLN],
|
|
2320
|
-
[0, 0], 2
|
|
2321
|
-
];
|
|
2322
|
-
var TypedLinkSpecifier$ = [3, n0, _TLS,
|
|
2323
|
-
0,
|
|
2324
|
-
[_TLF, _SOR, _TOR, _IAV],
|
|
2325
|
-
[() => TypedLinkSchemaAndFacetName$, () => ObjectReference$, () => ObjectReference$, () => AttributeNameAndValueList], 4
|
|
2326
|
-
];
|
|
2327
|
-
var UnsupportedIndexTypeException$ = [-3, n0, _UITE,
|
|
2328
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2329
|
-
[_M],
|
|
2330
|
-
[0]
|
|
2331
|
-
];
|
|
2332
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedIndexTypeException$, UnsupportedIndexTypeException);
|
|
2333
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
2334
|
-
0,
|
|
2335
|
-
[_RA, _TK],
|
|
2336
|
-
[0, 64 | 0], 2
|
|
2337
|
-
];
|
|
2338
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2339
|
-
0,
|
|
2340
|
-
[],
|
|
2341
|
-
[]
|
|
2342
|
-
];
|
|
2343
|
-
var UpdateFacetRequest$ = [3, n0, _UFR,
|
|
2344
|
-
0,
|
|
2345
|
-
[_SA, _N, _AU, _OT],
|
|
2346
|
-
[[0, { [_hH]: _xadp }], 0, () => FacetAttributeUpdateList, 0], 2
|
|
2347
|
-
];
|
|
2348
|
-
var UpdateFacetResponse$ = [3, n0, _UFRp,
|
|
2349
|
-
0,
|
|
2350
|
-
[],
|
|
2351
|
-
[]
|
|
2352
|
-
];
|
|
2353
|
-
var UpdateLinkAttributesRequest$ = [3, n0, _ULAR,
|
|
2354
|
-
0,
|
|
2355
|
-
[_DA, _TLS, _AU],
|
|
2356
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$, () => LinkAttributeUpdateList], 3
|
|
2357
|
-
];
|
|
2358
|
-
var UpdateLinkAttributesResponse$ = [3, n0, _ULARp,
|
|
2359
|
-
0,
|
|
2360
|
-
[],
|
|
2361
|
-
[]
|
|
2362
|
-
];
|
|
2363
|
-
var UpdateObjectAttributesRequest$ = [3, n0, _UOAR,
|
|
2364
|
-
0,
|
|
2365
|
-
[_DA, _OR, _AU],
|
|
2366
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectAttributeUpdateList], 3
|
|
2367
|
-
];
|
|
2368
|
-
var UpdateObjectAttributesResponse$ = [3, n0, _UOARp,
|
|
2369
|
-
0,
|
|
2370
|
-
[_OI],
|
|
2371
|
-
[0]
|
|
2372
|
-
];
|
|
2373
|
-
var UpdateSchemaRequest$ = [3, n0, _USR,
|
|
2374
|
-
0,
|
|
2375
|
-
[_SA, _N],
|
|
2376
|
-
[[0, { [_hH]: _xadp }], 0], 2
|
|
2377
|
-
];
|
|
2378
|
-
var UpdateSchemaResponse$ = [3, n0, _USRp,
|
|
2379
|
-
0,
|
|
2380
|
-
[_SA],
|
|
2381
|
-
[0]
|
|
2382
|
-
];
|
|
2383
|
-
var UpdateTypedLinkFacetRequest$ = [3, n0, _UTLFR,
|
|
2384
|
-
0,
|
|
2385
|
-
[_SA, _N, _AU, _IAO],
|
|
2386
|
-
[[0, { [_hH]: _xadp }], 0, () => TypedLinkFacetAttributeUpdateList, 64 | 0], 4
|
|
2387
|
-
];
|
|
2388
|
-
var UpdateTypedLinkFacetResponse$ = [3, n0, _UTLFRp,
|
|
2389
|
-
0,
|
|
2390
|
-
[],
|
|
2391
|
-
[]
|
|
2392
|
-
];
|
|
2393
|
-
var UpgradeAppliedSchemaRequest$ = [3, n0, _UASR,
|
|
2394
|
-
0,
|
|
2395
|
-
[_PSA, _DA, _DR],
|
|
2396
|
-
[0, 0, 2], 2
|
|
2397
|
-
];
|
|
2398
|
-
var UpgradeAppliedSchemaResponse$ = [3, n0, _UASRp,
|
|
2399
|
-
0,
|
|
2400
|
-
[_USA, _DA],
|
|
2401
|
-
[0, 0]
|
|
2402
|
-
];
|
|
2403
|
-
var UpgradePublishedSchemaRequest$ = [3, n0, _UPSR,
|
|
2404
|
-
0,
|
|
2405
|
-
[_DSA, _PSA, _MV, _DR],
|
|
2406
|
-
[0, 0, 0, 2], 3
|
|
2407
|
-
];
|
|
2408
|
-
var UpgradePublishedSchemaResponse$ = [3, n0, _UPSRp,
|
|
2409
|
-
0,
|
|
2410
|
-
[_USA],
|
|
2411
|
-
[0]
|
|
2412
|
-
];
|
|
2413
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
2414
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
2415
|
-
[_M],
|
|
2416
|
-
[0]
|
|
2417
|
-
];
|
|
2418
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2419
|
-
var __Unit = "unit";
|
|
2420
|
-
var CloudDirectoryServiceException$ = [-3, _sm, "CloudDirectoryServiceException", 0, [], []];
|
|
2421
|
-
schema.TypeRegistry.for(_sm).registerError(CloudDirectoryServiceException$, CloudDirectoryServiceException);
|
|
2422
|
-
var AttributeKeyAndValueList = [1, n0, _AKAVL,
|
|
2423
|
-
0, () => AttributeKeyAndValue$
|
|
2424
|
-
];
|
|
2425
|
-
var AttributeKeyList = [1, n0, _AKL,
|
|
2426
|
-
0, () => AttributeKey$
|
|
2427
|
-
];
|
|
2428
|
-
var AttributeNameAndValueList = [1, n0, _ANAVL,
|
|
2429
|
-
0, () => AttributeNameAndValue$
|
|
2430
|
-
];
|
|
2431
|
-
var BatchReadOperationList = [1, n0, _BROL,
|
|
2432
|
-
0, () => BatchReadOperation$
|
|
2433
|
-
];
|
|
2434
|
-
var BatchReadOperationResponseList = [1, n0, _BRORL,
|
|
2435
|
-
0, () => BatchReadOperationResponse$
|
|
2436
|
-
];
|
|
2437
|
-
var BatchWriteOperationList = [1, n0, _BWOL,
|
|
2438
|
-
0, () => BatchWriteOperation$
|
|
2439
|
-
];
|
|
2440
|
-
var BatchWriteOperationResponseList = [1, n0, _BWORL,
|
|
2441
|
-
0, () => BatchWriteOperationResponse$
|
|
2442
|
-
];
|
|
2443
|
-
var DirectoryList = [1, n0, _DL,
|
|
2444
|
-
0, () => Directory$
|
|
2445
|
-
];
|
|
2446
|
-
var FacetAttributeList = [1, n0, _FAL,
|
|
2447
|
-
0, () => FacetAttribute$
|
|
2448
|
-
];
|
|
2449
|
-
var FacetAttributeUpdateList = [1, n0, _FAUL,
|
|
2450
|
-
0, () => FacetAttributeUpdate$
|
|
2451
|
-
];
|
|
2452
|
-
var IndexAttachmentList = [1, n0, _IAL,
|
|
2453
|
-
0, () => IndexAttachment$
|
|
2454
|
-
];
|
|
2455
|
-
var LinkAttributeUpdateList = [1, n0, _LAUL,
|
|
2456
|
-
0, () => LinkAttributeUpdate$
|
|
2457
|
-
];
|
|
2458
|
-
var ObjectAttributeRangeList = [1, n0, _OARL,
|
|
2459
|
-
0, () => ObjectAttributeRange$
|
|
2460
|
-
];
|
|
2461
|
-
var ObjectAttributeUpdateList = [1, n0, _OAUL,
|
|
2462
|
-
0, () => ObjectAttributeUpdate$
|
|
2463
|
-
];
|
|
2464
|
-
var ObjectIdentifierAndLinkNameList = [1, n0, _OIALNL,
|
|
2465
|
-
0, () => ObjectIdentifierAndLinkNameTuple$
|
|
2466
|
-
];
|
|
2467
|
-
var PathToObjectIdentifiersList = [1, n0, _PTOIL,
|
|
2468
|
-
0, () => PathToObjectIdentifiers$
|
|
2469
|
-
];
|
|
2470
|
-
var PolicyAttachmentList = [1, n0, _PAL,
|
|
2471
|
-
0, () => PolicyAttachment$
|
|
2472
|
-
];
|
|
2473
|
-
var PolicyToPathList = [1, n0, _PTPL,
|
|
2474
|
-
0, () => PolicyToPath$
|
|
2475
|
-
];
|
|
2476
|
-
var SchemaFacetList = [1, n0, _SFL,
|
|
2477
|
-
0, () => SchemaFacet$
|
|
2478
|
-
];
|
|
2479
|
-
var TagList = [1, n0, _TL,
|
|
2480
|
-
0, () => Tag$
|
|
2481
|
-
];
|
|
2482
|
-
var TypedLinkAttributeDefinitionList = [1, n0, _TLADL,
|
|
2483
|
-
0, () => TypedLinkAttributeDefinition$
|
|
2484
|
-
];
|
|
2485
|
-
var TypedLinkAttributeRangeList = [1, n0, _TLARL,
|
|
2486
|
-
0, () => TypedLinkAttributeRange$
|
|
2487
|
-
];
|
|
2488
|
-
var TypedLinkFacetAttributeUpdateList = [1, n0, _TLFAUL,
|
|
2489
|
-
0, () => TypedLinkFacetAttributeUpdate$
|
|
2490
|
-
];
|
|
2491
|
-
var TypedLinkSpecifierList = [1, n0, _TLSL,
|
|
2492
|
-
0, () => TypedLinkSpecifier$
|
|
2493
|
-
];
|
|
2494
|
-
var RuleMap = [2, n0, _RM,
|
|
2495
|
-
0, 0, () => Rule$
|
|
2496
|
-
];
|
|
2497
|
-
var TypedAttributeValue$ = [4, n0, _TAV,
|
|
2498
|
-
0,
|
|
2499
|
-
[_SVt, _BV, _BVo, _NV, _DVa],
|
|
2500
|
-
[0, 21, 2, 0, 4]
|
|
2501
|
-
];
|
|
2502
|
-
var AddFacetToObject$ = [9, n0, _AFTO,
|
|
2503
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets", 200] }, () => AddFacetToObjectRequest$, () => AddFacetToObjectResponse$
|
|
2504
|
-
];
|
|
2505
|
-
var ApplySchema$ = [9, n0, _AS,
|
|
2506
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/apply", 200] }, () => ApplySchemaRequest$, () => ApplySchemaResponse$
|
|
2507
|
-
];
|
|
2508
|
-
var AttachObject$ = [9, n0, _AO,
|
|
2509
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/attach", 200] }, () => AttachObjectRequest$, () => AttachObjectResponse$
|
|
2510
|
-
];
|
|
2511
|
-
var AttachPolicy$ = [9, n0, _AP,
|
|
2512
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/attach", 200] }, () => AttachPolicyRequest$, () => AttachPolicyResponse$
|
|
2513
|
-
];
|
|
2514
|
-
var AttachToIndex$ = [9, n0, _ATI,
|
|
2515
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/attach", 200] }, () => AttachToIndexRequest$, () => AttachToIndexResponse$
|
|
2516
|
-
];
|
|
2517
|
-
var AttachTypedLink$ = [9, n0, _ATL,
|
|
2518
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/attach", 200] }, () => AttachTypedLinkRequest$, () => AttachTypedLinkResponse$
|
|
2519
|
-
];
|
|
2520
|
-
var BatchRead$ = [9, n0, _BR,
|
|
2521
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/batchread", 200] }, () => BatchReadRequest$, () => BatchReadResponse$
|
|
2522
|
-
];
|
|
2523
|
-
var BatchWrite$ = [9, n0, _BW,
|
|
2524
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/batchwrite", 200] }, () => BatchWriteRequest$, () => BatchWriteResponse$
|
|
2525
|
-
];
|
|
2526
|
-
var CreateDirectory$ = [9, n0, _CD,
|
|
2527
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/create", 200] }, () => CreateDirectoryRequest$, () => CreateDirectoryResponse$
|
|
2528
|
-
];
|
|
2529
|
-
var CreateFacet$ = [9, n0, _CF,
|
|
2530
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/create", 200] }, () => CreateFacetRequest$, () => CreateFacetResponse$
|
|
2531
|
-
];
|
|
2532
|
-
var CreateIndex$ = [9, n0, _CI,
|
|
2533
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index", 200] }, () => CreateIndexRequest$, () => CreateIndexResponse$
|
|
2534
|
-
];
|
|
2535
|
-
var CreateObject$ = [9, n0, _CO,
|
|
2536
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object", 200] }, () => CreateObjectRequest$, () => CreateObjectResponse$
|
|
2537
|
-
];
|
|
2538
|
-
var CreateSchema$ = [9, n0, _CS,
|
|
2539
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/create", 200] }, () => CreateSchemaRequest$, () => CreateSchemaResponse$
|
|
2540
|
-
];
|
|
2541
|
-
var CreateTypedLinkFacet$ = [9, n0, _CTLF,
|
|
2542
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/create", 200] }, () => CreateTypedLinkFacetRequest$, () => CreateTypedLinkFacetResponse$
|
|
2543
|
-
];
|
|
2544
|
-
var DeleteDirectory$ = [9, n0, _DD,
|
|
2545
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory", 200] }, () => DeleteDirectoryRequest$, () => DeleteDirectoryResponse$
|
|
2546
|
-
];
|
|
2547
|
-
var DeleteFacet$ = [9, n0, _DF,
|
|
2548
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/delete", 200] }, () => DeleteFacetRequest$, () => DeleteFacetResponse$
|
|
2549
|
-
];
|
|
2550
|
-
var DeleteObject$ = [9, n0, _DOe,
|
|
2551
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/delete", 200] }, () => DeleteObjectRequest$, () => DeleteObjectResponse$
|
|
2552
|
-
];
|
|
2553
|
-
var DeleteSchema$ = [9, n0, _DS,
|
|
2554
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema", 200] }, () => DeleteSchemaRequest$, () => DeleteSchemaResponse$
|
|
2555
|
-
];
|
|
2556
|
-
var DeleteTypedLinkFacet$ = [9, n0, _DTLF,
|
|
2557
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/delete", 200] }, () => DeleteTypedLinkFacetRequest$, () => DeleteTypedLinkFacetResponse$
|
|
2558
|
-
];
|
|
2559
|
-
var DetachFromIndex$ = [9, n0, _DFI,
|
|
2560
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/detach", 200] }, () => DetachFromIndexRequest$, () => DetachFromIndexResponse$
|
|
2561
|
-
];
|
|
2562
|
-
var DetachObject$ = [9, n0, _DO,
|
|
2563
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/detach", 200] }, () => DetachObjectRequest$, () => DetachObjectResponse$
|
|
2564
|
-
];
|
|
2565
|
-
var DetachPolicy$ = [9, n0, _DP,
|
|
2566
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/detach", 200] }, () => DetachPolicyRequest$, () => DetachPolicyResponse$
|
|
2567
|
-
];
|
|
2568
|
-
var DetachTypedLink$ = [9, n0, _DTL,
|
|
2569
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/detach", 200] }, () => DetachTypedLinkRequest$, () => __Unit
|
|
2570
|
-
];
|
|
2571
|
-
var DisableDirectory$ = [9, n0, _DDi,
|
|
2572
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/disable", 200] }, () => DisableDirectoryRequest$, () => DisableDirectoryResponse$
|
|
2573
|
-
];
|
|
2574
|
-
var EnableDirectory$ = [9, n0, _ED,
|
|
2575
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/enable", 200] }, () => EnableDirectoryRequest$, () => EnableDirectoryResponse$
|
|
2576
|
-
];
|
|
2577
|
-
var GetAppliedSchemaVersion$ = [9, n0, _GASV,
|
|
2578
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/getappliedschema", 200] }, () => GetAppliedSchemaVersionRequest$, () => GetAppliedSchemaVersionResponse$
|
|
2579
|
-
];
|
|
2580
|
-
var GetDirectory$ = [9, n0, _GD,
|
|
2581
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/get", 200] }, () => GetDirectoryRequest$, () => GetDirectoryResponse$
|
|
2582
|
-
];
|
|
2583
|
-
var GetFacet$ = [9, n0, _GF,
|
|
2584
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet", 200] }, () => GetFacetRequest$, () => GetFacetResponse$
|
|
2585
|
-
];
|
|
2586
|
-
var GetLinkAttributes$ = [9, n0, _GLA,
|
|
2587
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/get", 200] }, () => GetLinkAttributesRequest$, () => GetLinkAttributesResponse$
|
|
2588
|
-
];
|
|
2589
|
-
var GetObjectAttributes$ = [9, n0, _GOA,
|
|
2590
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes/get", 200] }, () => GetObjectAttributesRequest$, () => GetObjectAttributesResponse$
|
|
2591
|
-
];
|
|
2592
|
-
var GetObjectInformation$ = [9, n0, _GOI,
|
|
2593
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/information", 200] }, () => GetObjectInformationRequest$, () => GetObjectInformationResponse$
|
|
2594
|
-
];
|
|
2595
|
-
var GetSchemaAsJson$ = [9, n0, _GSAJ,
|
|
2596
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/json", 200] }, () => GetSchemaAsJsonRequest$, () => GetSchemaAsJsonResponse$
|
|
2597
|
-
];
|
|
2598
|
-
var GetTypedLinkFacetInformation$ = [9, n0, _GTLFI,
|
|
2599
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/get", 200] }, () => GetTypedLinkFacetInformationRequest$, () => GetTypedLinkFacetInformationResponse$
|
|
2600
|
-
];
|
|
2601
|
-
var ListAppliedSchemaArns$ = [9, n0, _LASA,
|
|
2602
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/applied", 200] }, () => ListAppliedSchemaArnsRequest$, () => ListAppliedSchemaArnsResponse$
|
|
2603
|
-
];
|
|
2604
|
-
var ListAttachedIndices$ = [9, n0, _LAI,
|
|
2605
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/indices", 200] }, () => ListAttachedIndicesRequest$, () => ListAttachedIndicesResponse$
|
|
2606
|
-
];
|
|
2607
|
-
var ListDevelopmentSchemaArns$ = [9, n0, _LDSA,
|
|
2608
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/development", 200] }, () => ListDevelopmentSchemaArnsRequest$, () => ListDevelopmentSchemaArnsResponse$
|
|
2609
|
-
];
|
|
2610
|
-
var ListDirectories$ = [9, n0, _LD,
|
|
2611
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/list", 200] }, () => ListDirectoriesRequest$, () => ListDirectoriesResponse$
|
|
2612
|
-
];
|
|
2613
|
-
var ListFacetAttributes$ = [9, n0, _LFA,
|
|
2614
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/attributes", 200] }, () => ListFacetAttributesRequest$, () => ListFacetAttributesResponse$
|
|
2615
|
-
];
|
|
2616
|
-
var ListFacetNames$ = [9, n0, _LFN,
|
|
2617
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/list", 200] }, () => ListFacetNamesRequest$, () => ListFacetNamesResponse$
|
|
2618
|
-
];
|
|
2619
|
-
var ListIncomingTypedLinks$ = [9, n0, _LITL,
|
|
2620
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/incoming", 200] }, () => ListIncomingTypedLinksRequest$, () => ListIncomingTypedLinksResponse$
|
|
2621
|
-
];
|
|
2622
|
-
var ListIndex$ = [9, n0, _LI,
|
|
2623
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/index/targets", 200] }, () => ListIndexRequest$, () => ListIndexResponse$
|
|
2624
|
-
];
|
|
2625
|
-
var ListManagedSchemaArns$ = [9, n0, _LMSA,
|
|
2626
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/managed", 200] }, () => ListManagedSchemaArnsRequest$, () => ListManagedSchemaArnsResponse$
|
|
2627
|
-
];
|
|
2628
|
-
var ListObjectAttributes$ = [9, n0, _LOA,
|
|
2629
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes", 200] }, () => ListObjectAttributesRequest$, () => ListObjectAttributesResponse$
|
|
2630
|
-
];
|
|
2631
|
-
var ListObjectChildren$ = [9, n0, _LOC,
|
|
2632
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/children", 200] }, () => ListObjectChildrenRequest$, () => ListObjectChildrenResponse$
|
|
2633
|
-
];
|
|
2634
|
-
var ListObjectParentPaths$ = [9, n0, _LOPP,
|
|
2635
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parentpaths", 200] }, () => ListObjectParentPathsRequest$, () => ListObjectParentPathsResponse$
|
|
2636
|
-
];
|
|
2637
|
-
var ListObjectParents$ = [9, n0, _LOP,
|
|
2638
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parent", 200] }, () => ListObjectParentsRequest$, () => ListObjectParentsResponse$
|
|
2639
|
-
];
|
|
2640
|
-
var ListObjectPolicies$ = [9, n0, _LOPi,
|
|
2641
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/policy", 200] }, () => ListObjectPoliciesRequest$, () => ListObjectPoliciesResponse$
|
|
2642
|
-
];
|
|
2643
|
-
var ListOutgoingTypedLinks$ = [9, n0, _LOTL,
|
|
2644
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/outgoing", 200] }, () => ListOutgoingTypedLinksRequest$, () => ListOutgoingTypedLinksResponse$
|
|
2645
|
-
];
|
|
2646
|
-
var ListPolicyAttachments$ = [9, n0, _LPA,
|
|
2647
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/attachment", 200] }, () => ListPolicyAttachmentsRequest$, () => ListPolicyAttachmentsResponse$
|
|
2648
|
-
];
|
|
2649
|
-
var ListPublishedSchemaArns$ = [9, n0, _LPSA,
|
|
2650
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/published", 200] }, () => ListPublishedSchemaArnsRequest$, () => ListPublishedSchemaArnsResponse$
|
|
2651
|
-
];
|
|
2652
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2653
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
2654
|
-
];
|
|
2655
|
-
var ListTypedLinkFacetAttributes$ = [9, n0, _LTLFA,
|
|
2656
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/attributes", 200] }, () => ListTypedLinkFacetAttributesRequest$, () => ListTypedLinkFacetAttributesResponse$
|
|
2657
|
-
];
|
|
2658
|
-
var ListTypedLinkFacetNames$ = [9, n0, _LTLFN,
|
|
2659
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/list", 200] }, () => ListTypedLinkFacetNamesRequest$, () => ListTypedLinkFacetNamesResponse$
|
|
2660
|
-
];
|
|
2661
|
-
var LookupPolicy$ = [9, n0, _LP,
|
|
2662
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/lookup", 200] }, () => LookupPolicyRequest$, () => LookupPolicyResponse$
|
|
2663
|
-
];
|
|
2664
|
-
var PublishSchema$ = [9, n0, _PS,
|
|
2665
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/publish", 200] }, () => PublishSchemaRequest$, () => PublishSchemaResponse$
|
|
2666
|
-
];
|
|
2667
|
-
var PutSchemaFromJson$ = [9, n0, _PSFJ,
|
|
2668
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/json", 200] }, () => PutSchemaFromJsonRequest$, () => PutSchemaFromJsonResponse$
|
|
2669
|
-
];
|
|
2670
|
-
var RemoveFacetFromObject$ = [9, n0, _RFFO,
|
|
2671
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets/delete", 200] }, () => RemoveFacetFromObjectRequest$, () => RemoveFacetFromObjectResponse$
|
|
2672
|
-
];
|
|
2673
|
-
var TagResource$ = [9, n0, _TRa,
|
|
2674
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/add", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
2675
|
-
];
|
|
2676
|
-
var UntagResource$ = [9, n0, _UR,
|
|
2677
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/remove", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
2678
|
-
];
|
|
2679
|
-
var UpdateFacet$ = [9, n0, _UF,
|
|
2680
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet", 200] }, () => UpdateFacetRequest$, () => UpdateFacetResponse$
|
|
2681
|
-
];
|
|
2682
|
-
var UpdateLinkAttributes$ = [9, n0, _ULA,
|
|
2683
|
-
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/update", 200] }, () => UpdateLinkAttributesRequest$, () => UpdateLinkAttributesResponse$
|
|
2684
|
-
];
|
|
2685
|
-
var UpdateObjectAttributes$ = [9, n0, _UOA,
|
|
2686
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/update", 200] }, () => UpdateObjectAttributesRequest$, () => UpdateObjectAttributesResponse$
|
|
2687
|
-
];
|
|
2688
|
-
var UpdateSchema$ = [9, n0, _US,
|
|
2689
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/update", 200] }, () => UpdateSchemaRequest$, () => UpdateSchemaResponse$
|
|
2690
|
-
];
|
|
2691
|
-
var UpdateTypedLinkFacet$ = [9, n0, _UTLF,
|
|
2692
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet", 200] }, () => UpdateTypedLinkFacetRequest$, () => UpdateTypedLinkFacetResponse$
|
|
2693
|
-
];
|
|
2694
|
-
var UpgradeAppliedSchema$ = [9, n0, _UAS,
|
|
2695
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradeapplied", 200] }, () => UpgradeAppliedSchemaRequest$, () => UpgradeAppliedSchemaResponse$
|
|
2696
|
-
];
|
|
2697
|
-
var UpgradePublishedSchema$ = [9, n0, _UPS,
|
|
2698
|
-
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradepublished", 200] }, () => UpgradePublishedSchemaRequest$, () => UpgradePublishedSchemaResponse$
|
|
2699
|
-
];
|
|
2700
|
-
|
|
2701
116
|
class AddFacetToObjectCommand extends smithyClient.Command
|
|
2702
117
|
.classBuilder()
|
|
2703
118
|
.ep(commonParams)
|
|
@@ -2706,7 +121,7 @@ class AddFacetToObjectCommand extends smithyClient.Command
|
|
|
2706
121
|
})
|
|
2707
122
|
.s("AmazonCloudDirectory_20170111", "AddFacetToObject", {})
|
|
2708
123
|
.n("CloudDirectoryClient", "AddFacetToObjectCommand")
|
|
2709
|
-
.sc(AddFacetToObject$)
|
|
124
|
+
.sc(schemas_0.AddFacetToObject$)
|
|
2710
125
|
.build() {
|
|
2711
126
|
}
|
|
2712
127
|
|
|
@@ -2718,7 +133,7 @@ class ApplySchemaCommand extends smithyClient.Command
|
|
|
2718
133
|
})
|
|
2719
134
|
.s("AmazonCloudDirectory_20170111", "ApplySchema", {})
|
|
2720
135
|
.n("CloudDirectoryClient", "ApplySchemaCommand")
|
|
2721
|
-
.sc(ApplySchema$)
|
|
136
|
+
.sc(schemas_0.ApplySchema$)
|
|
2722
137
|
.build() {
|
|
2723
138
|
}
|
|
2724
139
|
|
|
@@ -2730,7 +145,7 @@ class AttachObjectCommand extends smithyClient.Command
|
|
|
2730
145
|
})
|
|
2731
146
|
.s("AmazonCloudDirectory_20170111", "AttachObject", {})
|
|
2732
147
|
.n("CloudDirectoryClient", "AttachObjectCommand")
|
|
2733
|
-
.sc(AttachObject$)
|
|
148
|
+
.sc(schemas_0.AttachObject$)
|
|
2734
149
|
.build() {
|
|
2735
150
|
}
|
|
2736
151
|
|
|
@@ -2742,7 +157,7 @@ class AttachPolicyCommand extends smithyClient.Command
|
|
|
2742
157
|
})
|
|
2743
158
|
.s("AmazonCloudDirectory_20170111", "AttachPolicy", {})
|
|
2744
159
|
.n("CloudDirectoryClient", "AttachPolicyCommand")
|
|
2745
|
-
.sc(AttachPolicy$)
|
|
160
|
+
.sc(schemas_0.AttachPolicy$)
|
|
2746
161
|
.build() {
|
|
2747
162
|
}
|
|
2748
163
|
|
|
@@ -2754,7 +169,7 @@ class AttachToIndexCommand extends smithyClient.Command
|
|
|
2754
169
|
})
|
|
2755
170
|
.s("AmazonCloudDirectory_20170111", "AttachToIndex", {})
|
|
2756
171
|
.n("CloudDirectoryClient", "AttachToIndexCommand")
|
|
2757
|
-
.sc(AttachToIndex$)
|
|
172
|
+
.sc(schemas_0.AttachToIndex$)
|
|
2758
173
|
.build() {
|
|
2759
174
|
}
|
|
2760
175
|
|
|
@@ -2766,7 +181,7 @@ class AttachTypedLinkCommand extends smithyClient.Command
|
|
|
2766
181
|
})
|
|
2767
182
|
.s("AmazonCloudDirectory_20170111", "AttachTypedLink", {})
|
|
2768
183
|
.n("CloudDirectoryClient", "AttachTypedLinkCommand")
|
|
2769
|
-
.sc(AttachTypedLink$)
|
|
184
|
+
.sc(schemas_0.AttachTypedLink$)
|
|
2770
185
|
.build() {
|
|
2771
186
|
}
|
|
2772
187
|
|
|
@@ -2778,7 +193,7 @@ class BatchReadCommand extends smithyClient.Command
|
|
|
2778
193
|
})
|
|
2779
194
|
.s("AmazonCloudDirectory_20170111", "BatchRead", {})
|
|
2780
195
|
.n("CloudDirectoryClient", "BatchReadCommand")
|
|
2781
|
-
.sc(BatchRead$)
|
|
196
|
+
.sc(schemas_0.BatchRead$)
|
|
2782
197
|
.build() {
|
|
2783
198
|
}
|
|
2784
199
|
|
|
@@ -2790,7 +205,7 @@ class BatchWriteCommand extends smithyClient.Command
|
|
|
2790
205
|
})
|
|
2791
206
|
.s("AmazonCloudDirectory_20170111", "BatchWrite", {})
|
|
2792
207
|
.n("CloudDirectoryClient", "BatchWriteCommand")
|
|
2793
|
-
.sc(BatchWrite$)
|
|
208
|
+
.sc(schemas_0.BatchWrite$)
|
|
2794
209
|
.build() {
|
|
2795
210
|
}
|
|
2796
211
|
|
|
@@ -2802,7 +217,7 @@ class CreateDirectoryCommand extends smithyClient.Command
|
|
|
2802
217
|
})
|
|
2803
218
|
.s("AmazonCloudDirectory_20170111", "CreateDirectory", {})
|
|
2804
219
|
.n("CloudDirectoryClient", "CreateDirectoryCommand")
|
|
2805
|
-
.sc(CreateDirectory$)
|
|
220
|
+
.sc(schemas_0.CreateDirectory$)
|
|
2806
221
|
.build() {
|
|
2807
222
|
}
|
|
2808
223
|
|
|
@@ -2814,7 +229,7 @@ class CreateFacetCommand extends smithyClient.Command
|
|
|
2814
229
|
})
|
|
2815
230
|
.s("AmazonCloudDirectory_20170111", "CreateFacet", {})
|
|
2816
231
|
.n("CloudDirectoryClient", "CreateFacetCommand")
|
|
2817
|
-
.sc(CreateFacet$)
|
|
232
|
+
.sc(schemas_0.CreateFacet$)
|
|
2818
233
|
.build() {
|
|
2819
234
|
}
|
|
2820
235
|
|
|
@@ -2826,7 +241,7 @@ class CreateIndexCommand extends smithyClient.Command
|
|
|
2826
241
|
})
|
|
2827
242
|
.s("AmazonCloudDirectory_20170111", "CreateIndex", {})
|
|
2828
243
|
.n("CloudDirectoryClient", "CreateIndexCommand")
|
|
2829
|
-
.sc(CreateIndex$)
|
|
244
|
+
.sc(schemas_0.CreateIndex$)
|
|
2830
245
|
.build() {
|
|
2831
246
|
}
|
|
2832
247
|
|
|
@@ -2838,7 +253,7 @@ class CreateObjectCommand extends smithyClient.Command
|
|
|
2838
253
|
})
|
|
2839
254
|
.s("AmazonCloudDirectory_20170111", "CreateObject", {})
|
|
2840
255
|
.n("CloudDirectoryClient", "CreateObjectCommand")
|
|
2841
|
-
.sc(CreateObject$)
|
|
256
|
+
.sc(schemas_0.CreateObject$)
|
|
2842
257
|
.build() {
|
|
2843
258
|
}
|
|
2844
259
|
|
|
@@ -2850,7 +265,7 @@ class CreateSchemaCommand extends smithyClient.Command
|
|
|
2850
265
|
})
|
|
2851
266
|
.s("AmazonCloudDirectory_20170111", "CreateSchema", {})
|
|
2852
267
|
.n("CloudDirectoryClient", "CreateSchemaCommand")
|
|
2853
|
-
.sc(CreateSchema$)
|
|
268
|
+
.sc(schemas_0.CreateSchema$)
|
|
2854
269
|
.build() {
|
|
2855
270
|
}
|
|
2856
271
|
|
|
@@ -2862,7 +277,7 @@ class CreateTypedLinkFacetCommand extends smithyClient.Command
|
|
|
2862
277
|
})
|
|
2863
278
|
.s("AmazonCloudDirectory_20170111", "CreateTypedLinkFacet", {})
|
|
2864
279
|
.n("CloudDirectoryClient", "CreateTypedLinkFacetCommand")
|
|
2865
|
-
.sc(CreateTypedLinkFacet$)
|
|
280
|
+
.sc(schemas_0.CreateTypedLinkFacet$)
|
|
2866
281
|
.build() {
|
|
2867
282
|
}
|
|
2868
283
|
|
|
@@ -2874,7 +289,7 @@ class DeleteDirectoryCommand extends smithyClient.Command
|
|
|
2874
289
|
})
|
|
2875
290
|
.s("AmazonCloudDirectory_20170111", "DeleteDirectory", {})
|
|
2876
291
|
.n("CloudDirectoryClient", "DeleteDirectoryCommand")
|
|
2877
|
-
.sc(DeleteDirectory$)
|
|
292
|
+
.sc(schemas_0.DeleteDirectory$)
|
|
2878
293
|
.build() {
|
|
2879
294
|
}
|
|
2880
295
|
|
|
@@ -2886,7 +301,7 @@ class DeleteFacetCommand extends smithyClient.Command
|
|
|
2886
301
|
})
|
|
2887
302
|
.s("AmazonCloudDirectory_20170111", "DeleteFacet", {})
|
|
2888
303
|
.n("CloudDirectoryClient", "DeleteFacetCommand")
|
|
2889
|
-
.sc(DeleteFacet$)
|
|
304
|
+
.sc(schemas_0.DeleteFacet$)
|
|
2890
305
|
.build() {
|
|
2891
306
|
}
|
|
2892
307
|
|
|
@@ -2898,7 +313,7 @@ class DeleteObjectCommand extends smithyClient.Command
|
|
|
2898
313
|
})
|
|
2899
314
|
.s("AmazonCloudDirectory_20170111", "DeleteObject", {})
|
|
2900
315
|
.n("CloudDirectoryClient", "DeleteObjectCommand")
|
|
2901
|
-
.sc(DeleteObject$)
|
|
316
|
+
.sc(schemas_0.DeleteObject$)
|
|
2902
317
|
.build() {
|
|
2903
318
|
}
|
|
2904
319
|
|
|
@@ -2910,7 +325,7 @@ class DeleteSchemaCommand extends smithyClient.Command
|
|
|
2910
325
|
})
|
|
2911
326
|
.s("AmazonCloudDirectory_20170111", "DeleteSchema", {})
|
|
2912
327
|
.n("CloudDirectoryClient", "DeleteSchemaCommand")
|
|
2913
|
-
.sc(DeleteSchema$)
|
|
328
|
+
.sc(schemas_0.DeleteSchema$)
|
|
2914
329
|
.build() {
|
|
2915
330
|
}
|
|
2916
331
|
|
|
@@ -2922,7 +337,7 @@ class DeleteTypedLinkFacetCommand extends smithyClient.Command
|
|
|
2922
337
|
})
|
|
2923
338
|
.s("AmazonCloudDirectory_20170111", "DeleteTypedLinkFacet", {})
|
|
2924
339
|
.n("CloudDirectoryClient", "DeleteTypedLinkFacetCommand")
|
|
2925
|
-
.sc(DeleteTypedLinkFacet$)
|
|
340
|
+
.sc(schemas_0.DeleteTypedLinkFacet$)
|
|
2926
341
|
.build() {
|
|
2927
342
|
}
|
|
2928
343
|
|
|
@@ -2934,7 +349,7 @@ class DetachFromIndexCommand extends smithyClient.Command
|
|
|
2934
349
|
})
|
|
2935
350
|
.s("AmazonCloudDirectory_20170111", "DetachFromIndex", {})
|
|
2936
351
|
.n("CloudDirectoryClient", "DetachFromIndexCommand")
|
|
2937
|
-
.sc(DetachFromIndex$)
|
|
352
|
+
.sc(schemas_0.DetachFromIndex$)
|
|
2938
353
|
.build() {
|
|
2939
354
|
}
|
|
2940
355
|
|
|
@@ -2946,7 +361,7 @@ class DetachObjectCommand extends smithyClient.Command
|
|
|
2946
361
|
})
|
|
2947
362
|
.s("AmazonCloudDirectory_20170111", "DetachObject", {})
|
|
2948
363
|
.n("CloudDirectoryClient", "DetachObjectCommand")
|
|
2949
|
-
.sc(DetachObject$)
|
|
364
|
+
.sc(schemas_0.DetachObject$)
|
|
2950
365
|
.build() {
|
|
2951
366
|
}
|
|
2952
367
|
|
|
@@ -2958,7 +373,7 @@ class DetachPolicyCommand extends smithyClient.Command
|
|
|
2958
373
|
})
|
|
2959
374
|
.s("AmazonCloudDirectory_20170111", "DetachPolicy", {})
|
|
2960
375
|
.n("CloudDirectoryClient", "DetachPolicyCommand")
|
|
2961
|
-
.sc(DetachPolicy$)
|
|
376
|
+
.sc(schemas_0.DetachPolicy$)
|
|
2962
377
|
.build() {
|
|
2963
378
|
}
|
|
2964
379
|
|
|
@@ -2970,7 +385,7 @@ class DetachTypedLinkCommand extends smithyClient.Command
|
|
|
2970
385
|
})
|
|
2971
386
|
.s("AmazonCloudDirectory_20170111", "DetachTypedLink", {})
|
|
2972
387
|
.n("CloudDirectoryClient", "DetachTypedLinkCommand")
|
|
2973
|
-
.sc(DetachTypedLink$)
|
|
388
|
+
.sc(schemas_0.DetachTypedLink$)
|
|
2974
389
|
.build() {
|
|
2975
390
|
}
|
|
2976
391
|
|
|
@@ -2982,7 +397,7 @@ class DisableDirectoryCommand extends smithyClient.Command
|
|
|
2982
397
|
})
|
|
2983
398
|
.s("AmazonCloudDirectory_20170111", "DisableDirectory", {})
|
|
2984
399
|
.n("CloudDirectoryClient", "DisableDirectoryCommand")
|
|
2985
|
-
.sc(DisableDirectory$)
|
|
400
|
+
.sc(schemas_0.DisableDirectory$)
|
|
2986
401
|
.build() {
|
|
2987
402
|
}
|
|
2988
403
|
|
|
@@ -2994,7 +409,7 @@ class EnableDirectoryCommand extends smithyClient.Command
|
|
|
2994
409
|
})
|
|
2995
410
|
.s("AmazonCloudDirectory_20170111", "EnableDirectory", {})
|
|
2996
411
|
.n("CloudDirectoryClient", "EnableDirectoryCommand")
|
|
2997
|
-
.sc(EnableDirectory$)
|
|
412
|
+
.sc(schemas_0.EnableDirectory$)
|
|
2998
413
|
.build() {
|
|
2999
414
|
}
|
|
3000
415
|
|
|
@@ -3006,7 +421,7 @@ class GetAppliedSchemaVersionCommand extends smithyClient.Command
|
|
|
3006
421
|
})
|
|
3007
422
|
.s("AmazonCloudDirectory_20170111", "GetAppliedSchemaVersion", {})
|
|
3008
423
|
.n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand")
|
|
3009
|
-
.sc(GetAppliedSchemaVersion$)
|
|
424
|
+
.sc(schemas_0.GetAppliedSchemaVersion$)
|
|
3010
425
|
.build() {
|
|
3011
426
|
}
|
|
3012
427
|
|
|
@@ -3018,7 +433,7 @@ class GetDirectoryCommand extends smithyClient.Command
|
|
|
3018
433
|
})
|
|
3019
434
|
.s("AmazonCloudDirectory_20170111", "GetDirectory", {})
|
|
3020
435
|
.n("CloudDirectoryClient", "GetDirectoryCommand")
|
|
3021
|
-
.sc(GetDirectory$)
|
|
436
|
+
.sc(schemas_0.GetDirectory$)
|
|
3022
437
|
.build() {
|
|
3023
438
|
}
|
|
3024
439
|
|
|
@@ -3030,7 +445,7 @@ class GetFacetCommand extends smithyClient.Command
|
|
|
3030
445
|
})
|
|
3031
446
|
.s("AmazonCloudDirectory_20170111", "GetFacet", {})
|
|
3032
447
|
.n("CloudDirectoryClient", "GetFacetCommand")
|
|
3033
|
-
.sc(GetFacet$)
|
|
448
|
+
.sc(schemas_0.GetFacet$)
|
|
3034
449
|
.build() {
|
|
3035
450
|
}
|
|
3036
451
|
|
|
@@ -3042,7 +457,7 @@ class GetLinkAttributesCommand extends smithyClient.Command
|
|
|
3042
457
|
})
|
|
3043
458
|
.s("AmazonCloudDirectory_20170111", "GetLinkAttributes", {})
|
|
3044
459
|
.n("CloudDirectoryClient", "GetLinkAttributesCommand")
|
|
3045
|
-
.sc(GetLinkAttributes$)
|
|
460
|
+
.sc(schemas_0.GetLinkAttributes$)
|
|
3046
461
|
.build() {
|
|
3047
462
|
}
|
|
3048
463
|
|
|
@@ -3054,7 +469,7 @@ class GetObjectAttributesCommand extends smithyClient.Command
|
|
|
3054
469
|
})
|
|
3055
470
|
.s("AmazonCloudDirectory_20170111", "GetObjectAttributes", {})
|
|
3056
471
|
.n("CloudDirectoryClient", "GetObjectAttributesCommand")
|
|
3057
|
-
.sc(GetObjectAttributes$)
|
|
472
|
+
.sc(schemas_0.GetObjectAttributes$)
|
|
3058
473
|
.build() {
|
|
3059
474
|
}
|
|
3060
475
|
|
|
@@ -3066,7 +481,7 @@ class GetObjectInformationCommand extends smithyClient.Command
|
|
|
3066
481
|
})
|
|
3067
482
|
.s("AmazonCloudDirectory_20170111", "GetObjectInformation", {})
|
|
3068
483
|
.n("CloudDirectoryClient", "GetObjectInformationCommand")
|
|
3069
|
-
.sc(GetObjectInformation$)
|
|
484
|
+
.sc(schemas_0.GetObjectInformation$)
|
|
3070
485
|
.build() {
|
|
3071
486
|
}
|
|
3072
487
|
|
|
@@ -3078,7 +493,7 @@ class GetSchemaAsJsonCommand extends smithyClient.Command
|
|
|
3078
493
|
})
|
|
3079
494
|
.s("AmazonCloudDirectory_20170111", "GetSchemaAsJson", {})
|
|
3080
495
|
.n("CloudDirectoryClient", "GetSchemaAsJsonCommand")
|
|
3081
|
-
.sc(GetSchemaAsJson$)
|
|
496
|
+
.sc(schemas_0.GetSchemaAsJson$)
|
|
3082
497
|
.build() {
|
|
3083
498
|
}
|
|
3084
499
|
|
|
@@ -3090,7 +505,7 @@ class GetTypedLinkFacetInformationCommand extends smithyClient.Command
|
|
|
3090
505
|
})
|
|
3091
506
|
.s("AmazonCloudDirectory_20170111", "GetTypedLinkFacetInformation", {})
|
|
3092
507
|
.n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand")
|
|
3093
|
-
.sc(GetTypedLinkFacetInformation$)
|
|
508
|
+
.sc(schemas_0.GetTypedLinkFacetInformation$)
|
|
3094
509
|
.build() {
|
|
3095
510
|
}
|
|
3096
511
|
|
|
@@ -3102,7 +517,7 @@ class ListAppliedSchemaArnsCommand extends smithyClient.Command
|
|
|
3102
517
|
})
|
|
3103
518
|
.s("AmazonCloudDirectory_20170111", "ListAppliedSchemaArns", {})
|
|
3104
519
|
.n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand")
|
|
3105
|
-
.sc(ListAppliedSchemaArns$)
|
|
520
|
+
.sc(schemas_0.ListAppliedSchemaArns$)
|
|
3106
521
|
.build() {
|
|
3107
522
|
}
|
|
3108
523
|
|
|
@@ -3114,7 +529,7 @@ class ListAttachedIndicesCommand extends smithyClient.Command
|
|
|
3114
529
|
})
|
|
3115
530
|
.s("AmazonCloudDirectory_20170111", "ListAttachedIndices", {})
|
|
3116
531
|
.n("CloudDirectoryClient", "ListAttachedIndicesCommand")
|
|
3117
|
-
.sc(ListAttachedIndices$)
|
|
532
|
+
.sc(schemas_0.ListAttachedIndices$)
|
|
3118
533
|
.build() {
|
|
3119
534
|
}
|
|
3120
535
|
|
|
@@ -3126,7 +541,7 @@ class ListDevelopmentSchemaArnsCommand extends smithyClient.Command
|
|
|
3126
541
|
})
|
|
3127
542
|
.s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {})
|
|
3128
543
|
.n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
|
|
3129
|
-
.sc(ListDevelopmentSchemaArns$)
|
|
544
|
+
.sc(schemas_0.ListDevelopmentSchemaArns$)
|
|
3130
545
|
.build() {
|
|
3131
546
|
}
|
|
3132
547
|
|
|
@@ -3138,7 +553,7 @@ class ListDirectoriesCommand extends smithyClient.Command
|
|
|
3138
553
|
})
|
|
3139
554
|
.s("AmazonCloudDirectory_20170111", "ListDirectories", {})
|
|
3140
555
|
.n("CloudDirectoryClient", "ListDirectoriesCommand")
|
|
3141
|
-
.sc(ListDirectories$)
|
|
556
|
+
.sc(schemas_0.ListDirectories$)
|
|
3142
557
|
.build() {
|
|
3143
558
|
}
|
|
3144
559
|
|
|
@@ -3150,7 +565,7 @@ class ListFacetAttributesCommand extends smithyClient.Command
|
|
|
3150
565
|
})
|
|
3151
566
|
.s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {})
|
|
3152
567
|
.n("CloudDirectoryClient", "ListFacetAttributesCommand")
|
|
3153
|
-
.sc(ListFacetAttributes$)
|
|
568
|
+
.sc(schemas_0.ListFacetAttributes$)
|
|
3154
569
|
.build() {
|
|
3155
570
|
}
|
|
3156
571
|
|
|
@@ -3162,7 +577,7 @@ class ListFacetNamesCommand extends smithyClient.Command
|
|
|
3162
577
|
})
|
|
3163
578
|
.s("AmazonCloudDirectory_20170111", "ListFacetNames", {})
|
|
3164
579
|
.n("CloudDirectoryClient", "ListFacetNamesCommand")
|
|
3165
|
-
.sc(ListFacetNames$)
|
|
580
|
+
.sc(schemas_0.ListFacetNames$)
|
|
3166
581
|
.build() {
|
|
3167
582
|
}
|
|
3168
583
|
|
|
@@ -3174,7 +589,7 @@ class ListIncomingTypedLinksCommand extends smithyClient.Command
|
|
|
3174
589
|
})
|
|
3175
590
|
.s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {})
|
|
3176
591
|
.n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
|
|
3177
|
-
.sc(ListIncomingTypedLinks$)
|
|
592
|
+
.sc(schemas_0.ListIncomingTypedLinks$)
|
|
3178
593
|
.build() {
|
|
3179
594
|
}
|
|
3180
595
|
|
|
@@ -3186,7 +601,7 @@ class ListIndexCommand extends smithyClient.Command
|
|
|
3186
601
|
})
|
|
3187
602
|
.s("AmazonCloudDirectory_20170111", "ListIndex", {})
|
|
3188
603
|
.n("CloudDirectoryClient", "ListIndexCommand")
|
|
3189
|
-
.sc(ListIndex$)
|
|
604
|
+
.sc(schemas_0.ListIndex$)
|
|
3190
605
|
.build() {
|
|
3191
606
|
}
|
|
3192
607
|
|
|
@@ -3198,7 +613,7 @@ class ListManagedSchemaArnsCommand extends smithyClient.Command
|
|
|
3198
613
|
})
|
|
3199
614
|
.s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {})
|
|
3200
615
|
.n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
|
|
3201
|
-
.sc(ListManagedSchemaArns$)
|
|
616
|
+
.sc(schemas_0.ListManagedSchemaArns$)
|
|
3202
617
|
.build() {
|
|
3203
618
|
}
|
|
3204
619
|
|
|
@@ -3210,7 +625,7 @@ class ListObjectAttributesCommand extends smithyClient.Command
|
|
|
3210
625
|
})
|
|
3211
626
|
.s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {})
|
|
3212
627
|
.n("CloudDirectoryClient", "ListObjectAttributesCommand")
|
|
3213
|
-
.sc(ListObjectAttributes$)
|
|
628
|
+
.sc(schemas_0.ListObjectAttributes$)
|
|
3214
629
|
.build() {
|
|
3215
630
|
}
|
|
3216
631
|
|
|
@@ -3222,7 +637,7 @@ class ListObjectChildrenCommand extends smithyClient.Command
|
|
|
3222
637
|
})
|
|
3223
638
|
.s("AmazonCloudDirectory_20170111", "ListObjectChildren", {})
|
|
3224
639
|
.n("CloudDirectoryClient", "ListObjectChildrenCommand")
|
|
3225
|
-
.sc(ListObjectChildren$)
|
|
640
|
+
.sc(schemas_0.ListObjectChildren$)
|
|
3226
641
|
.build() {
|
|
3227
642
|
}
|
|
3228
643
|
|
|
@@ -3234,7 +649,7 @@ class ListObjectParentPathsCommand extends smithyClient.Command
|
|
|
3234
649
|
})
|
|
3235
650
|
.s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {})
|
|
3236
651
|
.n("CloudDirectoryClient", "ListObjectParentPathsCommand")
|
|
3237
|
-
.sc(ListObjectParentPaths$)
|
|
652
|
+
.sc(schemas_0.ListObjectParentPaths$)
|
|
3238
653
|
.build() {
|
|
3239
654
|
}
|
|
3240
655
|
|
|
@@ -3246,7 +661,7 @@ class ListObjectParentsCommand extends smithyClient.Command
|
|
|
3246
661
|
})
|
|
3247
662
|
.s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
|
|
3248
663
|
.n("CloudDirectoryClient", "ListObjectParentsCommand")
|
|
3249
|
-
.sc(ListObjectParents$)
|
|
664
|
+
.sc(schemas_0.ListObjectParents$)
|
|
3250
665
|
.build() {
|
|
3251
666
|
}
|
|
3252
667
|
|
|
@@ -3258,7 +673,7 @@ class ListObjectPoliciesCommand extends smithyClient.Command
|
|
|
3258
673
|
})
|
|
3259
674
|
.s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
|
|
3260
675
|
.n("CloudDirectoryClient", "ListObjectPoliciesCommand")
|
|
3261
|
-
.sc(ListObjectPolicies$)
|
|
676
|
+
.sc(schemas_0.ListObjectPolicies$)
|
|
3262
677
|
.build() {
|
|
3263
678
|
}
|
|
3264
679
|
|
|
@@ -3270,7 +685,7 @@ class ListOutgoingTypedLinksCommand extends smithyClient.Command
|
|
|
3270
685
|
})
|
|
3271
686
|
.s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
|
|
3272
687
|
.n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
|
|
3273
|
-
.sc(ListOutgoingTypedLinks$)
|
|
688
|
+
.sc(schemas_0.ListOutgoingTypedLinks$)
|
|
3274
689
|
.build() {
|
|
3275
690
|
}
|
|
3276
691
|
|
|
@@ -3282,7 +697,7 @@ class ListPolicyAttachmentsCommand extends smithyClient.Command
|
|
|
3282
697
|
})
|
|
3283
698
|
.s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
|
|
3284
699
|
.n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
|
|
3285
|
-
.sc(ListPolicyAttachments$)
|
|
700
|
+
.sc(schemas_0.ListPolicyAttachments$)
|
|
3286
701
|
.build() {
|
|
3287
702
|
}
|
|
3288
703
|
|
|
@@ -3294,7 +709,7 @@ class ListPublishedSchemaArnsCommand extends smithyClient.Command
|
|
|
3294
709
|
})
|
|
3295
710
|
.s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
|
|
3296
711
|
.n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
|
|
3297
|
-
.sc(ListPublishedSchemaArns$)
|
|
712
|
+
.sc(schemas_0.ListPublishedSchemaArns$)
|
|
3298
713
|
.build() {
|
|
3299
714
|
}
|
|
3300
715
|
|
|
@@ -3306,7 +721,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3306
721
|
})
|
|
3307
722
|
.s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
|
|
3308
723
|
.n("CloudDirectoryClient", "ListTagsForResourceCommand")
|
|
3309
|
-
.sc(ListTagsForResource$)
|
|
724
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
3310
725
|
.build() {
|
|
3311
726
|
}
|
|
3312
727
|
|
|
@@ -3318,7 +733,7 @@ class ListTypedLinkFacetAttributesCommand extends smithyClient.Command
|
|
|
3318
733
|
})
|
|
3319
734
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
|
|
3320
735
|
.n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
|
|
3321
|
-
.sc(ListTypedLinkFacetAttributes$)
|
|
736
|
+
.sc(schemas_0.ListTypedLinkFacetAttributes$)
|
|
3322
737
|
.build() {
|
|
3323
738
|
}
|
|
3324
739
|
|
|
@@ -3330,7 +745,7 @@ class ListTypedLinkFacetNamesCommand extends smithyClient.Command
|
|
|
3330
745
|
})
|
|
3331
746
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
|
|
3332
747
|
.n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
|
|
3333
|
-
.sc(ListTypedLinkFacetNames$)
|
|
748
|
+
.sc(schemas_0.ListTypedLinkFacetNames$)
|
|
3334
749
|
.build() {
|
|
3335
750
|
}
|
|
3336
751
|
|
|
@@ -3342,7 +757,7 @@ class LookupPolicyCommand extends smithyClient.Command
|
|
|
3342
757
|
})
|
|
3343
758
|
.s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
|
|
3344
759
|
.n("CloudDirectoryClient", "LookupPolicyCommand")
|
|
3345
|
-
.sc(LookupPolicy$)
|
|
760
|
+
.sc(schemas_0.LookupPolicy$)
|
|
3346
761
|
.build() {
|
|
3347
762
|
}
|
|
3348
763
|
|
|
@@ -3354,7 +769,7 @@ class PublishSchemaCommand extends smithyClient.Command
|
|
|
3354
769
|
})
|
|
3355
770
|
.s("AmazonCloudDirectory_20170111", "PublishSchema", {})
|
|
3356
771
|
.n("CloudDirectoryClient", "PublishSchemaCommand")
|
|
3357
|
-
.sc(PublishSchema$)
|
|
772
|
+
.sc(schemas_0.PublishSchema$)
|
|
3358
773
|
.build() {
|
|
3359
774
|
}
|
|
3360
775
|
|
|
@@ -3366,7 +781,7 @@ class PutSchemaFromJsonCommand extends smithyClient.Command
|
|
|
3366
781
|
})
|
|
3367
782
|
.s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
|
|
3368
783
|
.n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
|
|
3369
|
-
.sc(PutSchemaFromJson$)
|
|
784
|
+
.sc(schemas_0.PutSchemaFromJson$)
|
|
3370
785
|
.build() {
|
|
3371
786
|
}
|
|
3372
787
|
|
|
@@ -3378,7 +793,7 @@ class RemoveFacetFromObjectCommand extends smithyClient.Command
|
|
|
3378
793
|
})
|
|
3379
794
|
.s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
|
|
3380
795
|
.n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
|
|
3381
|
-
.sc(RemoveFacetFromObject$)
|
|
796
|
+
.sc(schemas_0.RemoveFacetFromObject$)
|
|
3382
797
|
.build() {
|
|
3383
798
|
}
|
|
3384
799
|
|
|
@@ -3390,7 +805,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3390
805
|
})
|
|
3391
806
|
.s("AmazonCloudDirectory_20170111", "TagResource", {})
|
|
3392
807
|
.n("CloudDirectoryClient", "TagResourceCommand")
|
|
3393
|
-
.sc(TagResource$)
|
|
808
|
+
.sc(schemas_0.TagResource$)
|
|
3394
809
|
.build() {
|
|
3395
810
|
}
|
|
3396
811
|
|
|
@@ -3402,7 +817,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3402
817
|
})
|
|
3403
818
|
.s("AmazonCloudDirectory_20170111", "UntagResource", {})
|
|
3404
819
|
.n("CloudDirectoryClient", "UntagResourceCommand")
|
|
3405
|
-
.sc(UntagResource$)
|
|
820
|
+
.sc(schemas_0.UntagResource$)
|
|
3406
821
|
.build() {
|
|
3407
822
|
}
|
|
3408
823
|
|
|
@@ -3414,7 +829,7 @@ class UpdateFacetCommand extends smithyClient.Command
|
|
|
3414
829
|
})
|
|
3415
830
|
.s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
|
|
3416
831
|
.n("CloudDirectoryClient", "UpdateFacetCommand")
|
|
3417
|
-
.sc(UpdateFacet$)
|
|
832
|
+
.sc(schemas_0.UpdateFacet$)
|
|
3418
833
|
.build() {
|
|
3419
834
|
}
|
|
3420
835
|
|
|
@@ -3426,7 +841,7 @@ class UpdateLinkAttributesCommand extends smithyClient.Command
|
|
|
3426
841
|
})
|
|
3427
842
|
.s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
|
|
3428
843
|
.n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
|
|
3429
|
-
.sc(UpdateLinkAttributes$)
|
|
844
|
+
.sc(schemas_0.UpdateLinkAttributes$)
|
|
3430
845
|
.build() {
|
|
3431
846
|
}
|
|
3432
847
|
|
|
@@ -3438,7 +853,7 @@ class UpdateObjectAttributesCommand extends smithyClient.Command
|
|
|
3438
853
|
})
|
|
3439
854
|
.s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
|
|
3440
855
|
.n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
|
|
3441
|
-
.sc(UpdateObjectAttributes$)
|
|
856
|
+
.sc(schemas_0.UpdateObjectAttributes$)
|
|
3442
857
|
.build() {
|
|
3443
858
|
}
|
|
3444
859
|
|
|
@@ -3450,7 +865,7 @@ class UpdateSchemaCommand extends smithyClient.Command
|
|
|
3450
865
|
})
|
|
3451
866
|
.s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
|
|
3452
867
|
.n("CloudDirectoryClient", "UpdateSchemaCommand")
|
|
3453
|
-
.sc(UpdateSchema$)
|
|
868
|
+
.sc(schemas_0.UpdateSchema$)
|
|
3454
869
|
.build() {
|
|
3455
870
|
}
|
|
3456
871
|
|
|
@@ -3462,7 +877,7 @@ class UpdateTypedLinkFacetCommand extends smithyClient.Command
|
|
|
3462
877
|
})
|
|
3463
878
|
.s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
|
|
3464
879
|
.n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
|
|
3465
|
-
.sc(UpdateTypedLinkFacet$)
|
|
880
|
+
.sc(schemas_0.UpdateTypedLinkFacet$)
|
|
3466
881
|
.build() {
|
|
3467
882
|
}
|
|
3468
883
|
|
|
@@ -3474,7 +889,7 @@ class UpgradeAppliedSchemaCommand extends smithyClient.Command
|
|
|
3474
889
|
})
|
|
3475
890
|
.s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
|
|
3476
891
|
.n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
|
|
3477
|
-
.sc(UpgradeAppliedSchema$)
|
|
892
|
+
.sc(schemas_0.UpgradeAppliedSchema$)
|
|
3478
893
|
.build() {
|
|
3479
894
|
}
|
|
3480
895
|
|
|
@@ -3486,7 +901,7 @@ class UpgradePublishedSchemaCommand extends smithyClient.Command
|
|
|
3486
901
|
})
|
|
3487
902
|
.s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
|
|
3488
903
|
.n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
|
|
3489
|
-
.sc(UpgradePublishedSchema$)
|
|
904
|
+
.sc(schemas_0.UpgradePublishedSchema$)
|
|
3490
905
|
.build() {
|
|
3491
906
|
}
|
|
3492
907
|
|
|
@@ -3713,449 +1128,89 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3713
1128
|
enumerable: true,
|
|
3714
1129
|
get: function () { return smithyClient.Client; }
|
|
3715
1130
|
});
|
|
3716
|
-
exports
|
|
3717
|
-
|
|
3718
|
-
|
|
1131
|
+
Object.defineProperty(exports, "CloudDirectoryServiceException", {
|
|
1132
|
+
enumerable: true,
|
|
1133
|
+
get: function () { return CloudDirectoryServiceException.CloudDirectoryServiceException; }
|
|
1134
|
+
});
|
|
3719
1135
|
exports.AddFacetToObjectCommand = AddFacetToObjectCommand;
|
|
3720
|
-
exports.AddFacetToObjectRequest$ = AddFacetToObjectRequest$;
|
|
3721
|
-
exports.AddFacetToObjectResponse$ = AddFacetToObjectResponse$;
|
|
3722
|
-
exports.ApplySchema$ = ApplySchema$;
|
|
3723
1136
|
exports.ApplySchemaCommand = ApplySchemaCommand;
|
|
3724
|
-
exports.ApplySchemaRequest$ = ApplySchemaRequest$;
|
|
3725
|
-
exports.ApplySchemaResponse$ = ApplySchemaResponse$;
|
|
3726
|
-
exports.AttachObject$ = AttachObject$;
|
|
3727
1137
|
exports.AttachObjectCommand = AttachObjectCommand;
|
|
3728
|
-
exports.AttachObjectRequest$ = AttachObjectRequest$;
|
|
3729
|
-
exports.AttachObjectResponse$ = AttachObjectResponse$;
|
|
3730
|
-
exports.AttachPolicy$ = AttachPolicy$;
|
|
3731
1138
|
exports.AttachPolicyCommand = AttachPolicyCommand;
|
|
3732
|
-
exports.AttachPolicyRequest$ = AttachPolicyRequest$;
|
|
3733
|
-
exports.AttachPolicyResponse$ = AttachPolicyResponse$;
|
|
3734
|
-
exports.AttachToIndex$ = AttachToIndex$;
|
|
3735
1139
|
exports.AttachToIndexCommand = AttachToIndexCommand;
|
|
3736
|
-
exports.AttachToIndexRequest$ = AttachToIndexRequest$;
|
|
3737
|
-
exports.AttachToIndexResponse$ = AttachToIndexResponse$;
|
|
3738
|
-
exports.AttachTypedLink$ = AttachTypedLink$;
|
|
3739
1140
|
exports.AttachTypedLinkCommand = AttachTypedLinkCommand;
|
|
3740
|
-
exports.AttachTypedLinkRequest$ = AttachTypedLinkRequest$;
|
|
3741
|
-
exports.AttachTypedLinkResponse$ = AttachTypedLinkResponse$;
|
|
3742
|
-
exports.AttributeKey$ = AttributeKey$;
|
|
3743
|
-
exports.AttributeKeyAndValue$ = AttributeKeyAndValue$;
|
|
3744
|
-
exports.AttributeNameAndValue$ = AttributeNameAndValue$;
|
|
3745
|
-
exports.BatchAddFacetToObject$ = BatchAddFacetToObject$;
|
|
3746
|
-
exports.BatchAddFacetToObjectResponse$ = BatchAddFacetToObjectResponse$;
|
|
3747
|
-
exports.BatchAttachObject$ = BatchAttachObject$;
|
|
3748
|
-
exports.BatchAttachObjectResponse$ = BatchAttachObjectResponse$;
|
|
3749
|
-
exports.BatchAttachPolicy$ = BatchAttachPolicy$;
|
|
3750
|
-
exports.BatchAttachPolicyResponse$ = BatchAttachPolicyResponse$;
|
|
3751
|
-
exports.BatchAttachToIndex$ = BatchAttachToIndex$;
|
|
3752
|
-
exports.BatchAttachToIndexResponse$ = BatchAttachToIndexResponse$;
|
|
3753
|
-
exports.BatchAttachTypedLink$ = BatchAttachTypedLink$;
|
|
3754
|
-
exports.BatchAttachTypedLinkResponse$ = BatchAttachTypedLinkResponse$;
|
|
3755
|
-
exports.BatchCreateIndex$ = BatchCreateIndex$;
|
|
3756
|
-
exports.BatchCreateIndexResponse$ = BatchCreateIndexResponse$;
|
|
3757
|
-
exports.BatchCreateObject$ = BatchCreateObject$;
|
|
3758
|
-
exports.BatchCreateObjectResponse$ = BatchCreateObjectResponse$;
|
|
3759
|
-
exports.BatchDeleteObject$ = BatchDeleteObject$;
|
|
3760
|
-
exports.BatchDeleteObjectResponse$ = BatchDeleteObjectResponse$;
|
|
3761
|
-
exports.BatchDetachFromIndex$ = BatchDetachFromIndex$;
|
|
3762
|
-
exports.BatchDetachFromIndexResponse$ = BatchDetachFromIndexResponse$;
|
|
3763
|
-
exports.BatchDetachObject$ = BatchDetachObject$;
|
|
3764
|
-
exports.BatchDetachObjectResponse$ = BatchDetachObjectResponse$;
|
|
3765
|
-
exports.BatchDetachPolicy$ = BatchDetachPolicy$;
|
|
3766
|
-
exports.BatchDetachPolicyResponse$ = BatchDetachPolicyResponse$;
|
|
3767
|
-
exports.BatchDetachTypedLink$ = BatchDetachTypedLink$;
|
|
3768
|
-
exports.BatchDetachTypedLinkResponse$ = BatchDetachTypedLinkResponse$;
|
|
3769
|
-
exports.BatchGetLinkAttributes$ = BatchGetLinkAttributes$;
|
|
3770
|
-
exports.BatchGetLinkAttributesResponse$ = BatchGetLinkAttributesResponse$;
|
|
3771
|
-
exports.BatchGetObjectAttributes$ = BatchGetObjectAttributes$;
|
|
3772
|
-
exports.BatchGetObjectAttributesResponse$ = BatchGetObjectAttributesResponse$;
|
|
3773
|
-
exports.BatchGetObjectInformation$ = BatchGetObjectInformation$;
|
|
3774
|
-
exports.BatchGetObjectInformationResponse$ = BatchGetObjectInformationResponse$;
|
|
3775
|
-
exports.BatchListAttachedIndices$ = BatchListAttachedIndices$;
|
|
3776
|
-
exports.BatchListAttachedIndicesResponse$ = BatchListAttachedIndicesResponse$;
|
|
3777
|
-
exports.BatchListIncomingTypedLinks$ = BatchListIncomingTypedLinks$;
|
|
3778
|
-
exports.BatchListIncomingTypedLinksResponse$ = BatchListIncomingTypedLinksResponse$;
|
|
3779
|
-
exports.BatchListIndex$ = BatchListIndex$;
|
|
3780
|
-
exports.BatchListIndexResponse$ = BatchListIndexResponse$;
|
|
3781
|
-
exports.BatchListObjectAttributes$ = BatchListObjectAttributes$;
|
|
3782
|
-
exports.BatchListObjectAttributesResponse$ = BatchListObjectAttributesResponse$;
|
|
3783
|
-
exports.BatchListObjectChildren$ = BatchListObjectChildren$;
|
|
3784
|
-
exports.BatchListObjectChildrenResponse$ = BatchListObjectChildrenResponse$;
|
|
3785
|
-
exports.BatchListObjectParentPaths$ = BatchListObjectParentPaths$;
|
|
3786
|
-
exports.BatchListObjectParentPathsResponse$ = BatchListObjectParentPathsResponse$;
|
|
3787
|
-
exports.BatchListObjectParents$ = BatchListObjectParents$;
|
|
3788
|
-
exports.BatchListObjectParentsResponse$ = BatchListObjectParentsResponse$;
|
|
3789
|
-
exports.BatchListObjectPolicies$ = BatchListObjectPolicies$;
|
|
3790
|
-
exports.BatchListObjectPoliciesResponse$ = BatchListObjectPoliciesResponse$;
|
|
3791
|
-
exports.BatchListOutgoingTypedLinks$ = BatchListOutgoingTypedLinks$;
|
|
3792
|
-
exports.BatchListOutgoingTypedLinksResponse$ = BatchListOutgoingTypedLinksResponse$;
|
|
3793
|
-
exports.BatchListPolicyAttachments$ = BatchListPolicyAttachments$;
|
|
3794
|
-
exports.BatchListPolicyAttachmentsResponse$ = BatchListPolicyAttachmentsResponse$;
|
|
3795
|
-
exports.BatchLookupPolicy$ = BatchLookupPolicy$;
|
|
3796
|
-
exports.BatchLookupPolicyResponse$ = BatchLookupPolicyResponse$;
|
|
3797
|
-
exports.BatchRead$ = BatchRead$;
|
|
3798
1141
|
exports.BatchReadCommand = BatchReadCommand;
|
|
3799
|
-
exports.BatchReadException$ = BatchReadException$;
|
|
3800
1142
|
exports.BatchReadExceptionType = BatchReadExceptionType;
|
|
3801
|
-
exports.BatchReadOperation$ = BatchReadOperation$;
|
|
3802
|
-
exports.BatchReadOperationResponse$ = BatchReadOperationResponse$;
|
|
3803
|
-
exports.BatchReadRequest$ = BatchReadRequest$;
|
|
3804
|
-
exports.BatchReadResponse$ = BatchReadResponse$;
|
|
3805
|
-
exports.BatchReadSuccessfulResponse$ = BatchReadSuccessfulResponse$;
|
|
3806
|
-
exports.BatchRemoveFacetFromObject$ = BatchRemoveFacetFromObject$;
|
|
3807
|
-
exports.BatchRemoveFacetFromObjectResponse$ = BatchRemoveFacetFromObjectResponse$;
|
|
3808
|
-
exports.BatchUpdateLinkAttributes$ = BatchUpdateLinkAttributes$;
|
|
3809
|
-
exports.BatchUpdateLinkAttributesResponse$ = BatchUpdateLinkAttributesResponse$;
|
|
3810
|
-
exports.BatchUpdateObjectAttributes$ = BatchUpdateObjectAttributes$;
|
|
3811
|
-
exports.BatchUpdateObjectAttributesResponse$ = BatchUpdateObjectAttributesResponse$;
|
|
3812
|
-
exports.BatchWrite$ = BatchWrite$;
|
|
3813
1143
|
exports.BatchWriteCommand = BatchWriteCommand;
|
|
3814
|
-
exports.BatchWriteException = BatchWriteException;
|
|
3815
|
-
exports.BatchWriteException$ = BatchWriteException$;
|
|
3816
1144
|
exports.BatchWriteExceptionType = BatchWriteExceptionType;
|
|
3817
|
-
exports.BatchWriteOperation$ = BatchWriteOperation$;
|
|
3818
|
-
exports.BatchWriteOperationResponse$ = BatchWriteOperationResponse$;
|
|
3819
|
-
exports.BatchWriteRequest$ = BatchWriteRequest$;
|
|
3820
|
-
exports.BatchWriteResponse$ = BatchWriteResponse$;
|
|
3821
|
-
exports.CannotListParentOfRootException = CannotListParentOfRootException;
|
|
3822
|
-
exports.CannotListParentOfRootException$ = CannotListParentOfRootException$;
|
|
3823
1145
|
exports.CloudDirectory = CloudDirectory;
|
|
3824
1146
|
exports.CloudDirectoryClient = CloudDirectoryClient;
|
|
3825
|
-
exports.CloudDirectoryServiceException = CloudDirectoryServiceException;
|
|
3826
|
-
exports.CloudDirectoryServiceException$ = CloudDirectoryServiceException$;
|
|
3827
1147
|
exports.ConsistencyLevel = ConsistencyLevel;
|
|
3828
|
-
exports.CreateDirectory$ = CreateDirectory$;
|
|
3829
1148
|
exports.CreateDirectoryCommand = CreateDirectoryCommand;
|
|
3830
|
-
exports.CreateDirectoryRequest$ = CreateDirectoryRequest$;
|
|
3831
|
-
exports.CreateDirectoryResponse$ = CreateDirectoryResponse$;
|
|
3832
|
-
exports.CreateFacet$ = CreateFacet$;
|
|
3833
1149
|
exports.CreateFacetCommand = CreateFacetCommand;
|
|
3834
|
-
exports.CreateFacetRequest$ = CreateFacetRequest$;
|
|
3835
|
-
exports.CreateFacetResponse$ = CreateFacetResponse$;
|
|
3836
|
-
exports.CreateIndex$ = CreateIndex$;
|
|
3837
1150
|
exports.CreateIndexCommand = CreateIndexCommand;
|
|
3838
|
-
exports.CreateIndexRequest$ = CreateIndexRequest$;
|
|
3839
|
-
exports.CreateIndexResponse$ = CreateIndexResponse$;
|
|
3840
|
-
exports.CreateObject$ = CreateObject$;
|
|
3841
1151
|
exports.CreateObjectCommand = CreateObjectCommand;
|
|
3842
|
-
exports.CreateObjectRequest$ = CreateObjectRequest$;
|
|
3843
|
-
exports.CreateObjectResponse$ = CreateObjectResponse$;
|
|
3844
|
-
exports.CreateSchema$ = CreateSchema$;
|
|
3845
1152
|
exports.CreateSchemaCommand = CreateSchemaCommand;
|
|
3846
|
-
exports.CreateSchemaRequest$ = CreateSchemaRequest$;
|
|
3847
|
-
exports.CreateSchemaResponse$ = CreateSchemaResponse$;
|
|
3848
|
-
exports.CreateTypedLinkFacet$ = CreateTypedLinkFacet$;
|
|
3849
1153
|
exports.CreateTypedLinkFacetCommand = CreateTypedLinkFacetCommand;
|
|
3850
|
-
exports.CreateTypedLinkFacetRequest$ = CreateTypedLinkFacetRequest$;
|
|
3851
|
-
exports.CreateTypedLinkFacetResponse$ = CreateTypedLinkFacetResponse$;
|
|
3852
|
-
exports.DeleteDirectory$ = DeleteDirectory$;
|
|
3853
1154
|
exports.DeleteDirectoryCommand = DeleteDirectoryCommand;
|
|
3854
|
-
exports.DeleteDirectoryRequest$ = DeleteDirectoryRequest$;
|
|
3855
|
-
exports.DeleteDirectoryResponse$ = DeleteDirectoryResponse$;
|
|
3856
|
-
exports.DeleteFacet$ = DeleteFacet$;
|
|
3857
1155
|
exports.DeleteFacetCommand = DeleteFacetCommand;
|
|
3858
|
-
exports.DeleteFacetRequest$ = DeleteFacetRequest$;
|
|
3859
|
-
exports.DeleteFacetResponse$ = DeleteFacetResponse$;
|
|
3860
|
-
exports.DeleteObject$ = DeleteObject$;
|
|
3861
1156
|
exports.DeleteObjectCommand = DeleteObjectCommand;
|
|
3862
|
-
exports.DeleteObjectRequest$ = DeleteObjectRequest$;
|
|
3863
|
-
exports.DeleteObjectResponse$ = DeleteObjectResponse$;
|
|
3864
|
-
exports.DeleteSchema$ = DeleteSchema$;
|
|
3865
1157
|
exports.DeleteSchemaCommand = DeleteSchemaCommand;
|
|
3866
|
-
exports.DeleteSchemaRequest$ = DeleteSchemaRequest$;
|
|
3867
|
-
exports.DeleteSchemaResponse$ = DeleteSchemaResponse$;
|
|
3868
|
-
exports.DeleteTypedLinkFacet$ = DeleteTypedLinkFacet$;
|
|
3869
1158
|
exports.DeleteTypedLinkFacetCommand = DeleteTypedLinkFacetCommand;
|
|
3870
|
-
exports.DeleteTypedLinkFacetRequest$ = DeleteTypedLinkFacetRequest$;
|
|
3871
|
-
exports.DeleteTypedLinkFacetResponse$ = DeleteTypedLinkFacetResponse$;
|
|
3872
|
-
exports.DetachFromIndex$ = DetachFromIndex$;
|
|
3873
1159
|
exports.DetachFromIndexCommand = DetachFromIndexCommand;
|
|
3874
|
-
exports.DetachFromIndexRequest$ = DetachFromIndexRequest$;
|
|
3875
|
-
exports.DetachFromIndexResponse$ = DetachFromIndexResponse$;
|
|
3876
|
-
exports.DetachObject$ = DetachObject$;
|
|
3877
1160
|
exports.DetachObjectCommand = DetachObjectCommand;
|
|
3878
|
-
exports.DetachObjectRequest$ = DetachObjectRequest$;
|
|
3879
|
-
exports.DetachObjectResponse$ = DetachObjectResponse$;
|
|
3880
|
-
exports.DetachPolicy$ = DetachPolicy$;
|
|
3881
1161
|
exports.DetachPolicyCommand = DetachPolicyCommand;
|
|
3882
|
-
exports.DetachPolicyRequest$ = DetachPolicyRequest$;
|
|
3883
|
-
exports.DetachPolicyResponse$ = DetachPolicyResponse$;
|
|
3884
|
-
exports.DetachTypedLink$ = DetachTypedLink$;
|
|
3885
1162
|
exports.DetachTypedLinkCommand = DetachTypedLinkCommand;
|
|
3886
|
-
exports.DetachTypedLinkRequest$ = DetachTypedLinkRequest$;
|
|
3887
|
-
exports.Directory$ = Directory$;
|
|
3888
|
-
exports.DirectoryAlreadyExistsException = DirectoryAlreadyExistsException;
|
|
3889
|
-
exports.DirectoryAlreadyExistsException$ = DirectoryAlreadyExistsException$;
|
|
3890
|
-
exports.DirectoryDeletedException = DirectoryDeletedException;
|
|
3891
|
-
exports.DirectoryDeletedException$ = DirectoryDeletedException$;
|
|
3892
|
-
exports.DirectoryNotDisabledException = DirectoryNotDisabledException;
|
|
3893
|
-
exports.DirectoryNotDisabledException$ = DirectoryNotDisabledException$;
|
|
3894
|
-
exports.DirectoryNotEnabledException = DirectoryNotEnabledException;
|
|
3895
|
-
exports.DirectoryNotEnabledException$ = DirectoryNotEnabledException$;
|
|
3896
1163
|
exports.DirectoryState = DirectoryState;
|
|
3897
|
-
exports.DisableDirectory$ = DisableDirectory$;
|
|
3898
1164
|
exports.DisableDirectoryCommand = DisableDirectoryCommand;
|
|
3899
|
-
exports.DisableDirectoryRequest$ = DisableDirectoryRequest$;
|
|
3900
|
-
exports.DisableDirectoryResponse$ = DisableDirectoryResponse$;
|
|
3901
|
-
exports.EnableDirectory$ = EnableDirectory$;
|
|
3902
1165
|
exports.EnableDirectoryCommand = EnableDirectoryCommand;
|
|
3903
|
-
exports.EnableDirectoryRequest$ = EnableDirectoryRequest$;
|
|
3904
|
-
exports.EnableDirectoryResponse$ = EnableDirectoryResponse$;
|
|
3905
|
-
exports.Facet$ = Facet$;
|
|
3906
|
-
exports.FacetAlreadyExistsException = FacetAlreadyExistsException;
|
|
3907
|
-
exports.FacetAlreadyExistsException$ = FacetAlreadyExistsException$;
|
|
3908
|
-
exports.FacetAttribute$ = FacetAttribute$;
|
|
3909
|
-
exports.FacetAttributeDefinition$ = FacetAttributeDefinition$;
|
|
3910
|
-
exports.FacetAttributeReference$ = FacetAttributeReference$;
|
|
3911
1166
|
exports.FacetAttributeType = FacetAttributeType;
|
|
3912
|
-
exports.FacetAttributeUpdate$ = FacetAttributeUpdate$;
|
|
3913
|
-
exports.FacetInUseException = FacetInUseException;
|
|
3914
|
-
exports.FacetInUseException$ = FacetInUseException$;
|
|
3915
|
-
exports.FacetNotFoundException = FacetNotFoundException;
|
|
3916
|
-
exports.FacetNotFoundException$ = FacetNotFoundException$;
|
|
3917
1167
|
exports.FacetStyle = FacetStyle;
|
|
3918
|
-
exports.FacetValidationException = FacetValidationException;
|
|
3919
|
-
exports.FacetValidationException$ = FacetValidationException$;
|
|
3920
|
-
exports.GetAppliedSchemaVersion$ = GetAppliedSchemaVersion$;
|
|
3921
1168
|
exports.GetAppliedSchemaVersionCommand = GetAppliedSchemaVersionCommand;
|
|
3922
|
-
exports.GetAppliedSchemaVersionRequest$ = GetAppliedSchemaVersionRequest$;
|
|
3923
|
-
exports.GetAppliedSchemaVersionResponse$ = GetAppliedSchemaVersionResponse$;
|
|
3924
|
-
exports.GetDirectory$ = GetDirectory$;
|
|
3925
1169
|
exports.GetDirectoryCommand = GetDirectoryCommand;
|
|
3926
|
-
exports.GetDirectoryRequest$ = GetDirectoryRequest$;
|
|
3927
|
-
exports.GetDirectoryResponse$ = GetDirectoryResponse$;
|
|
3928
|
-
exports.GetFacet$ = GetFacet$;
|
|
3929
1170
|
exports.GetFacetCommand = GetFacetCommand;
|
|
3930
|
-
exports.GetFacetRequest$ = GetFacetRequest$;
|
|
3931
|
-
exports.GetFacetResponse$ = GetFacetResponse$;
|
|
3932
|
-
exports.GetLinkAttributes$ = GetLinkAttributes$;
|
|
3933
1171
|
exports.GetLinkAttributesCommand = GetLinkAttributesCommand;
|
|
3934
|
-
exports.GetLinkAttributesRequest$ = GetLinkAttributesRequest$;
|
|
3935
|
-
exports.GetLinkAttributesResponse$ = GetLinkAttributesResponse$;
|
|
3936
|
-
exports.GetObjectAttributes$ = GetObjectAttributes$;
|
|
3937
1172
|
exports.GetObjectAttributesCommand = GetObjectAttributesCommand;
|
|
3938
|
-
exports.GetObjectAttributesRequest$ = GetObjectAttributesRequest$;
|
|
3939
|
-
exports.GetObjectAttributesResponse$ = GetObjectAttributesResponse$;
|
|
3940
|
-
exports.GetObjectInformation$ = GetObjectInformation$;
|
|
3941
1173
|
exports.GetObjectInformationCommand = GetObjectInformationCommand;
|
|
3942
|
-
exports.GetObjectInformationRequest$ = GetObjectInformationRequest$;
|
|
3943
|
-
exports.GetObjectInformationResponse$ = GetObjectInformationResponse$;
|
|
3944
|
-
exports.GetSchemaAsJson$ = GetSchemaAsJson$;
|
|
3945
1174
|
exports.GetSchemaAsJsonCommand = GetSchemaAsJsonCommand;
|
|
3946
|
-
exports.GetSchemaAsJsonRequest$ = GetSchemaAsJsonRequest$;
|
|
3947
|
-
exports.GetSchemaAsJsonResponse$ = GetSchemaAsJsonResponse$;
|
|
3948
|
-
exports.GetTypedLinkFacetInformation$ = GetTypedLinkFacetInformation$;
|
|
3949
1175
|
exports.GetTypedLinkFacetInformationCommand = GetTypedLinkFacetInformationCommand;
|
|
3950
|
-
exports.GetTypedLinkFacetInformationRequest$ = GetTypedLinkFacetInformationRequest$;
|
|
3951
|
-
exports.GetTypedLinkFacetInformationResponse$ = GetTypedLinkFacetInformationResponse$;
|
|
3952
|
-
exports.IncompatibleSchemaException = IncompatibleSchemaException;
|
|
3953
|
-
exports.IncompatibleSchemaException$ = IncompatibleSchemaException$;
|
|
3954
|
-
exports.IndexAttachment$ = IndexAttachment$;
|
|
3955
|
-
exports.IndexedAttributeMissingException = IndexedAttributeMissingException;
|
|
3956
|
-
exports.IndexedAttributeMissingException$ = IndexedAttributeMissingException$;
|
|
3957
|
-
exports.InternalServiceException = InternalServiceException;
|
|
3958
|
-
exports.InternalServiceException$ = InternalServiceException$;
|
|
3959
|
-
exports.InvalidArnException = InvalidArnException;
|
|
3960
|
-
exports.InvalidArnException$ = InvalidArnException$;
|
|
3961
|
-
exports.InvalidAttachmentException = InvalidAttachmentException;
|
|
3962
|
-
exports.InvalidAttachmentException$ = InvalidAttachmentException$;
|
|
3963
|
-
exports.InvalidFacetUpdateException = InvalidFacetUpdateException;
|
|
3964
|
-
exports.InvalidFacetUpdateException$ = InvalidFacetUpdateException$;
|
|
3965
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
3966
|
-
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
3967
|
-
exports.InvalidRuleException = InvalidRuleException;
|
|
3968
|
-
exports.InvalidRuleException$ = InvalidRuleException$;
|
|
3969
|
-
exports.InvalidSchemaDocException = InvalidSchemaDocException;
|
|
3970
|
-
exports.InvalidSchemaDocException$ = InvalidSchemaDocException$;
|
|
3971
|
-
exports.InvalidTaggingRequestException = InvalidTaggingRequestException;
|
|
3972
|
-
exports.InvalidTaggingRequestException$ = InvalidTaggingRequestException$;
|
|
3973
|
-
exports.LimitExceededException = LimitExceededException;
|
|
3974
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
3975
|
-
exports.LinkAttributeAction$ = LinkAttributeAction$;
|
|
3976
|
-
exports.LinkAttributeUpdate$ = LinkAttributeUpdate$;
|
|
3977
|
-
exports.LinkNameAlreadyInUseException = LinkNameAlreadyInUseException;
|
|
3978
|
-
exports.LinkNameAlreadyInUseException$ = LinkNameAlreadyInUseException$;
|
|
3979
|
-
exports.ListAppliedSchemaArns$ = ListAppliedSchemaArns$;
|
|
3980
1176
|
exports.ListAppliedSchemaArnsCommand = ListAppliedSchemaArnsCommand;
|
|
3981
|
-
exports.ListAppliedSchemaArnsRequest$ = ListAppliedSchemaArnsRequest$;
|
|
3982
|
-
exports.ListAppliedSchemaArnsResponse$ = ListAppliedSchemaArnsResponse$;
|
|
3983
|
-
exports.ListAttachedIndices$ = ListAttachedIndices$;
|
|
3984
1177
|
exports.ListAttachedIndicesCommand = ListAttachedIndicesCommand;
|
|
3985
|
-
exports.ListAttachedIndicesRequest$ = ListAttachedIndicesRequest$;
|
|
3986
|
-
exports.ListAttachedIndicesResponse$ = ListAttachedIndicesResponse$;
|
|
3987
|
-
exports.ListDevelopmentSchemaArns$ = ListDevelopmentSchemaArns$;
|
|
3988
1178
|
exports.ListDevelopmentSchemaArnsCommand = ListDevelopmentSchemaArnsCommand;
|
|
3989
|
-
exports.ListDevelopmentSchemaArnsRequest$ = ListDevelopmentSchemaArnsRequest$;
|
|
3990
|
-
exports.ListDevelopmentSchemaArnsResponse$ = ListDevelopmentSchemaArnsResponse$;
|
|
3991
|
-
exports.ListDirectories$ = ListDirectories$;
|
|
3992
1179
|
exports.ListDirectoriesCommand = ListDirectoriesCommand;
|
|
3993
|
-
exports.ListDirectoriesRequest$ = ListDirectoriesRequest$;
|
|
3994
|
-
exports.ListDirectoriesResponse$ = ListDirectoriesResponse$;
|
|
3995
|
-
exports.ListFacetAttributes$ = ListFacetAttributes$;
|
|
3996
1180
|
exports.ListFacetAttributesCommand = ListFacetAttributesCommand;
|
|
3997
|
-
exports.ListFacetAttributesRequest$ = ListFacetAttributesRequest$;
|
|
3998
|
-
exports.ListFacetAttributesResponse$ = ListFacetAttributesResponse$;
|
|
3999
|
-
exports.ListFacetNames$ = ListFacetNames$;
|
|
4000
1181
|
exports.ListFacetNamesCommand = ListFacetNamesCommand;
|
|
4001
|
-
exports.ListFacetNamesRequest$ = ListFacetNamesRequest$;
|
|
4002
|
-
exports.ListFacetNamesResponse$ = ListFacetNamesResponse$;
|
|
4003
|
-
exports.ListIncomingTypedLinks$ = ListIncomingTypedLinks$;
|
|
4004
1182
|
exports.ListIncomingTypedLinksCommand = ListIncomingTypedLinksCommand;
|
|
4005
|
-
exports.ListIncomingTypedLinksRequest$ = ListIncomingTypedLinksRequest$;
|
|
4006
|
-
exports.ListIncomingTypedLinksResponse$ = ListIncomingTypedLinksResponse$;
|
|
4007
|
-
exports.ListIndex$ = ListIndex$;
|
|
4008
1183
|
exports.ListIndexCommand = ListIndexCommand;
|
|
4009
|
-
exports.ListIndexRequest$ = ListIndexRequest$;
|
|
4010
|
-
exports.ListIndexResponse$ = ListIndexResponse$;
|
|
4011
|
-
exports.ListManagedSchemaArns$ = ListManagedSchemaArns$;
|
|
4012
1184
|
exports.ListManagedSchemaArnsCommand = ListManagedSchemaArnsCommand;
|
|
4013
|
-
exports.ListManagedSchemaArnsRequest$ = ListManagedSchemaArnsRequest$;
|
|
4014
|
-
exports.ListManagedSchemaArnsResponse$ = ListManagedSchemaArnsResponse$;
|
|
4015
|
-
exports.ListObjectAttributes$ = ListObjectAttributes$;
|
|
4016
1185
|
exports.ListObjectAttributesCommand = ListObjectAttributesCommand;
|
|
4017
|
-
exports.ListObjectAttributesRequest$ = ListObjectAttributesRequest$;
|
|
4018
|
-
exports.ListObjectAttributesResponse$ = ListObjectAttributesResponse$;
|
|
4019
|
-
exports.ListObjectChildren$ = ListObjectChildren$;
|
|
4020
1186
|
exports.ListObjectChildrenCommand = ListObjectChildrenCommand;
|
|
4021
|
-
exports.ListObjectChildrenRequest$ = ListObjectChildrenRequest$;
|
|
4022
|
-
exports.ListObjectChildrenResponse$ = ListObjectChildrenResponse$;
|
|
4023
|
-
exports.ListObjectParentPaths$ = ListObjectParentPaths$;
|
|
4024
1187
|
exports.ListObjectParentPathsCommand = ListObjectParentPathsCommand;
|
|
4025
|
-
exports.ListObjectParentPathsRequest$ = ListObjectParentPathsRequest$;
|
|
4026
|
-
exports.ListObjectParentPathsResponse$ = ListObjectParentPathsResponse$;
|
|
4027
|
-
exports.ListObjectParents$ = ListObjectParents$;
|
|
4028
1188
|
exports.ListObjectParentsCommand = ListObjectParentsCommand;
|
|
4029
|
-
exports.ListObjectParentsRequest$ = ListObjectParentsRequest$;
|
|
4030
|
-
exports.ListObjectParentsResponse$ = ListObjectParentsResponse$;
|
|
4031
|
-
exports.ListObjectPolicies$ = ListObjectPolicies$;
|
|
4032
1189
|
exports.ListObjectPoliciesCommand = ListObjectPoliciesCommand;
|
|
4033
|
-
exports.ListObjectPoliciesRequest$ = ListObjectPoliciesRequest$;
|
|
4034
|
-
exports.ListObjectPoliciesResponse$ = ListObjectPoliciesResponse$;
|
|
4035
|
-
exports.ListOutgoingTypedLinks$ = ListOutgoingTypedLinks$;
|
|
4036
1190
|
exports.ListOutgoingTypedLinksCommand = ListOutgoingTypedLinksCommand;
|
|
4037
|
-
exports.ListOutgoingTypedLinksRequest$ = ListOutgoingTypedLinksRequest$;
|
|
4038
|
-
exports.ListOutgoingTypedLinksResponse$ = ListOutgoingTypedLinksResponse$;
|
|
4039
|
-
exports.ListPolicyAttachments$ = ListPolicyAttachments$;
|
|
4040
1191
|
exports.ListPolicyAttachmentsCommand = ListPolicyAttachmentsCommand;
|
|
4041
|
-
exports.ListPolicyAttachmentsRequest$ = ListPolicyAttachmentsRequest$;
|
|
4042
|
-
exports.ListPolicyAttachmentsResponse$ = ListPolicyAttachmentsResponse$;
|
|
4043
|
-
exports.ListPublishedSchemaArns$ = ListPublishedSchemaArns$;
|
|
4044
1192
|
exports.ListPublishedSchemaArnsCommand = ListPublishedSchemaArnsCommand;
|
|
4045
|
-
exports.ListPublishedSchemaArnsRequest$ = ListPublishedSchemaArnsRequest$;
|
|
4046
|
-
exports.ListPublishedSchemaArnsResponse$ = ListPublishedSchemaArnsResponse$;
|
|
4047
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
4048
1193
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4049
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4050
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4051
|
-
exports.ListTypedLinkFacetAttributes$ = ListTypedLinkFacetAttributes$;
|
|
4052
1194
|
exports.ListTypedLinkFacetAttributesCommand = ListTypedLinkFacetAttributesCommand;
|
|
4053
|
-
exports.ListTypedLinkFacetAttributesRequest$ = ListTypedLinkFacetAttributesRequest$;
|
|
4054
|
-
exports.ListTypedLinkFacetAttributesResponse$ = ListTypedLinkFacetAttributesResponse$;
|
|
4055
|
-
exports.ListTypedLinkFacetNames$ = ListTypedLinkFacetNames$;
|
|
4056
1195
|
exports.ListTypedLinkFacetNamesCommand = ListTypedLinkFacetNamesCommand;
|
|
4057
|
-
exports.ListTypedLinkFacetNamesRequest$ = ListTypedLinkFacetNamesRequest$;
|
|
4058
|
-
exports.ListTypedLinkFacetNamesResponse$ = ListTypedLinkFacetNamesResponse$;
|
|
4059
|
-
exports.LookupPolicy$ = LookupPolicy$;
|
|
4060
1196
|
exports.LookupPolicyCommand = LookupPolicyCommand;
|
|
4061
|
-
exports.LookupPolicyRequest$ = LookupPolicyRequest$;
|
|
4062
|
-
exports.LookupPolicyResponse$ = LookupPolicyResponse$;
|
|
4063
|
-
exports.NotIndexException = NotIndexException;
|
|
4064
|
-
exports.NotIndexException$ = NotIndexException$;
|
|
4065
|
-
exports.NotNodeException = NotNodeException;
|
|
4066
|
-
exports.NotNodeException$ = NotNodeException$;
|
|
4067
|
-
exports.NotPolicyException = NotPolicyException;
|
|
4068
|
-
exports.NotPolicyException$ = NotPolicyException$;
|
|
4069
|
-
exports.ObjectAlreadyDetachedException = ObjectAlreadyDetachedException;
|
|
4070
|
-
exports.ObjectAlreadyDetachedException$ = ObjectAlreadyDetachedException$;
|
|
4071
|
-
exports.ObjectAttributeAction$ = ObjectAttributeAction$;
|
|
4072
|
-
exports.ObjectAttributeRange$ = ObjectAttributeRange$;
|
|
4073
|
-
exports.ObjectAttributeUpdate$ = ObjectAttributeUpdate$;
|
|
4074
|
-
exports.ObjectIdentifierAndLinkNameTuple$ = ObjectIdentifierAndLinkNameTuple$;
|
|
4075
|
-
exports.ObjectNotDetachedException = ObjectNotDetachedException;
|
|
4076
|
-
exports.ObjectNotDetachedException$ = ObjectNotDetachedException$;
|
|
4077
|
-
exports.ObjectReference$ = ObjectReference$;
|
|
4078
1197
|
exports.ObjectType = ObjectType;
|
|
4079
|
-
exports.PathToObjectIdentifiers$ = PathToObjectIdentifiers$;
|
|
4080
|
-
exports.PolicyAttachment$ = PolicyAttachment$;
|
|
4081
|
-
exports.PolicyToPath$ = PolicyToPath$;
|
|
4082
|
-
exports.PublishSchema$ = PublishSchema$;
|
|
4083
1198
|
exports.PublishSchemaCommand = PublishSchemaCommand;
|
|
4084
|
-
exports.PublishSchemaRequest$ = PublishSchemaRequest$;
|
|
4085
|
-
exports.PublishSchemaResponse$ = PublishSchemaResponse$;
|
|
4086
|
-
exports.PutSchemaFromJson$ = PutSchemaFromJson$;
|
|
4087
1199
|
exports.PutSchemaFromJsonCommand = PutSchemaFromJsonCommand;
|
|
4088
|
-
exports.PutSchemaFromJsonRequest$ = PutSchemaFromJsonRequest$;
|
|
4089
|
-
exports.PutSchemaFromJsonResponse$ = PutSchemaFromJsonResponse$;
|
|
4090
1200
|
exports.RangeMode = RangeMode;
|
|
4091
|
-
exports.RemoveFacetFromObject$ = RemoveFacetFromObject$;
|
|
4092
1201
|
exports.RemoveFacetFromObjectCommand = RemoveFacetFromObjectCommand;
|
|
4093
|
-
exports.RemoveFacetFromObjectRequest$ = RemoveFacetFromObjectRequest$;
|
|
4094
|
-
exports.RemoveFacetFromObjectResponse$ = RemoveFacetFromObjectResponse$;
|
|
4095
1202
|
exports.RequiredAttributeBehavior = RequiredAttributeBehavior;
|
|
4096
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
4097
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4098
|
-
exports.RetryableConflictException = RetryableConflictException;
|
|
4099
|
-
exports.RetryableConflictException$ = RetryableConflictException$;
|
|
4100
|
-
exports.Rule$ = Rule$;
|
|
4101
1203
|
exports.RuleType = RuleType;
|
|
4102
|
-
exports.SchemaAlreadyExistsException = SchemaAlreadyExistsException;
|
|
4103
|
-
exports.SchemaAlreadyExistsException$ = SchemaAlreadyExistsException$;
|
|
4104
|
-
exports.SchemaAlreadyPublishedException = SchemaAlreadyPublishedException;
|
|
4105
|
-
exports.SchemaAlreadyPublishedException$ = SchemaAlreadyPublishedException$;
|
|
4106
|
-
exports.SchemaFacet$ = SchemaFacet$;
|
|
4107
|
-
exports.StillContainsLinksException = StillContainsLinksException;
|
|
4108
|
-
exports.StillContainsLinksException$ = StillContainsLinksException$;
|
|
4109
|
-
exports.Tag$ = Tag$;
|
|
4110
|
-
exports.TagResource$ = TagResource$;
|
|
4111
1204
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4112
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4113
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4114
|
-
exports.TypedAttributeValue$ = TypedAttributeValue$;
|
|
4115
|
-
exports.TypedAttributeValueRange$ = TypedAttributeValueRange$;
|
|
4116
|
-
exports.TypedLinkAttributeDefinition$ = TypedLinkAttributeDefinition$;
|
|
4117
|
-
exports.TypedLinkAttributeRange$ = TypedLinkAttributeRange$;
|
|
4118
|
-
exports.TypedLinkFacet$ = TypedLinkFacet$;
|
|
4119
|
-
exports.TypedLinkFacetAttributeUpdate$ = TypedLinkFacetAttributeUpdate$;
|
|
4120
|
-
exports.TypedLinkSchemaAndFacetName$ = TypedLinkSchemaAndFacetName$;
|
|
4121
|
-
exports.TypedLinkSpecifier$ = TypedLinkSpecifier$;
|
|
4122
|
-
exports.UnsupportedIndexTypeException = UnsupportedIndexTypeException;
|
|
4123
|
-
exports.UnsupportedIndexTypeException$ = UnsupportedIndexTypeException$;
|
|
4124
|
-
exports.UntagResource$ = UntagResource$;
|
|
4125
1205
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4126
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4127
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4128
1206
|
exports.UpdateActionType = UpdateActionType;
|
|
4129
|
-
exports.UpdateFacet$ = UpdateFacet$;
|
|
4130
1207
|
exports.UpdateFacetCommand = UpdateFacetCommand;
|
|
4131
|
-
exports.UpdateFacetRequest$ = UpdateFacetRequest$;
|
|
4132
|
-
exports.UpdateFacetResponse$ = UpdateFacetResponse$;
|
|
4133
|
-
exports.UpdateLinkAttributes$ = UpdateLinkAttributes$;
|
|
4134
1208
|
exports.UpdateLinkAttributesCommand = UpdateLinkAttributesCommand;
|
|
4135
|
-
exports.UpdateLinkAttributesRequest$ = UpdateLinkAttributesRequest$;
|
|
4136
|
-
exports.UpdateLinkAttributesResponse$ = UpdateLinkAttributesResponse$;
|
|
4137
|
-
exports.UpdateObjectAttributes$ = UpdateObjectAttributes$;
|
|
4138
1209
|
exports.UpdateObjectAttributesCommand = UpdateObjectAttributesCommand;
|
|
4139
|
-
exports.UpdateObjectAttributesRequest$ = UpdateObjectAttributesRequest$;
|
|
4140
|
-
exports.UpdateObjectAttributesResponse$ = UpdateObjectAttributesResponse$;
|
|
4141
|
-
exports.UpdateSchema$ = UpdateSchema$;
|
|
4142
1210
|
exports.UpdateSchemaCommand = UpdateSchemaCommand;
|
|
4143
|
-
exports.UpdateSchemaRequest$ = UpdateSchemaRequest$;
|
|
4144
|
-
exports.UpdateSchemaResponse$ = UpdateSchemaResponse$;
|
|
4145
|
-
exports.UpdateTypedLinkFacet$ = UpdateTypedLinkFacet$;
|
|
4146
1211
|
exports.UpdateTypedLinkFacetCommand = UpdateTypedLinkFacetCommand;
|
|
4147
|
-
exports.UpdateTypedLinkFacetRequest$ = UpdateTypedLinkFacetRequest$;
|
|
4148
|
-
exports.UpdateTypedLinkFacetResponse$ = UpdateTypedLinkFacetResponse$;
|
|
4149
|
-
exports.UpgradeAppliedSchema$ = UpgradeAppliedSchema$;
|
|
4150
1212
|
exports.UpgradeAppliedSchemaCommand = UpgradeAppliedSchemaCommand;
|
|
4151
|
-
exports.UpgradeAppliedSchemaRequest$ = UpgradeAppliedSchemaRequest$;
|
|
4152
|
-
exports.UpgradeAppliedSchemaResponse$ = UpgradeAppliedSchemaResponse$;
|
|
4153
|
-
exports.UpgradePublishedSchema$ = UpgradePublishedSchema$;
|
|
4154
1213
|
exports.UpgradePublishedSchemaCommand = UpgradePublishedSchemaCommand;
|
|
4155
|
-
exports.UpgradePublishedSchemaRequest$ = UpgradePublishedSchemaRequest$;
|
|
4156
|
-
exports.UpgradePublishedSchemaResponse$ = UpgradePublishedSchemaResponse$;
|
|
4157
|
-
exports.ValidationException = ValidationException;
|
|
4158
|
-
exports.ValidationException$ = ValidationException$;
|
|
4159
1214
|
exports.paginateListAppliedSchemaArns = paginateListAppliedSchemaArns;
|
|
4160
1215
|
exports.paginateListAttachedIndices = paginateListAttachedIndices;
|
|
4161
1216
|
exports.paginateListDevelopmentSchemaArns = paginateListDevelopmentSchemaArns;
|
|
@@ -4175,3 +1230,15 @@ exports.paginateListTagsForResource = paginateListTagsForResource;
|
|
|
4175
1230
|
exports.paginateListTypedLinkFacetAttributes = paginateListTypedLinkFacetAttributes;
|
|
4176
1231
|
exports.paginateListTypedLinkFacetNames = paginateListTypedLinkFacetNames;
|
|
4177
1232
|
exports.paginateLookupPolicy = paginateLookupPolicy;
|
|
1233
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1234
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1235
|
+
enumerable: true,
|
|
1236
|
+
get: function () { return schemas_0[k]; }
|
|
1237
|
+
});
|
|
1238
|
+
});
|
|
1239
|
+
Object.keys(errors).forEach(function (k) {
|
|
1240
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1241
|
+
enumerable: true,
|
|
1242
|
+
get: function () { return errors[k]; }
|
|
1243
|
+
});
|
|
1244
|
+
});
|