@aws-sdk/client-clouddirectory 3.952.0 → 3.953.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 +1215 -843
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddFacetToObjectCommand.js +2 -2
- package/dist-es/commands/ApplySchemaCommand.js +2 -2
- package/dist-es/commands/AttachObjectCommand.js +2 -2
- package/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/dist-es/commands/AttachToIndexCommand.js +2 -2
- package/dist-es/commands/AttachTypedLinkCommand.js +2 -2
- package/dist-es/commands/BatchReadCommand.js +2 -2
- package/dist-es/commands/BatchWriteCommand.js +2 -2
- package/dist-es/commands/CreateDirectoryCommand.js +2 -2
- package/dist-es/commands/CreateFacetCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreateObjectCommand.js +2 -2
- package/dist-es/commands/CreateSchemaCommand.js +2 -2
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-es/commands/DeleteFacetCommand.js +2 -2
- package/dist-es/commands/DeleteObjectCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaCommand.js +2 -2
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/DetachFromIndexCommand.js +2 -2
- package/dist-es/commands/DetachObjectCommand.js +2 -2
- package/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
- package/dist-es/commands/DisableDirectoryCommand.js +2 -2
- package/dist-es/commands/EnableDirectoryCommand.js +2 -2
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -2
- package/dist-es/commands/GetDirectoryCommand.js +2 -2
- package/dist-es/commands/GetFacetCommand.js +2 -2
- package/dist-es/commands/GetLinkAttributesCommand.js +2 -2
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-es/commands/GetObjectInformationCommand.js +2 -2
- package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -2
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -2
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListAttachedIndicesCommand.js +2 -2
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListDirectoriesCommand.js +2 -2
- package/dist-es/commands/ListFacetAttributesCommand.js +2 -2
- package/dist-es/commands/ListFacetNamesCommand.js +2 -2
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -2
- package/dist-es/commands/ListIndexCommand.js +2 -2
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListObjectAttributesCommand.js +2 -2
- package/dist-es/commands/ListObjectChildrenCommand.js +2 -2
- package/dist-es/commands/ListObjectParentPathsCommand.js +2 -2
- package/dist-es/commands/ListObjectParentsCommand.js +2 -2
- package/dist-es/commands/ListObjectPoliciesCommand.js +2 -2
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -2
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -2
- package/dist-es/commands/LookupPolicyCommand.js +2 -2
- package/dist-es/commands/PublishSchemaCommand.js +2 -2
- package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -2
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFacetCommand.js +2 -2
- package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateSchemaCommand.js +2 -2
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -2
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +721 -677
- package/dist-types/CloudDirectoryClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +329 -364
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -365
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CloudDirectoryClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CloudDirectoryServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CloudDirectoryServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends CloudDirectoryServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends CloudDirectory
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class DirectoryNotEnabledException extends CloudDirectoryServiceException {
|
|
135
135
|
name = "DirectoryNotEnabledException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let DirectoryNotEnabledException$1 = class DirectoryNotEnabledException extends
|
|
|
144
144
|
Object.setPrototypeOf(this, DirectoryNotEnabledException.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class FacetValidationException extends CloudDirectoryServiceException {
|
|
149
149
|
name = "FacetValidationException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let FacetValidationException$1 = class FacetValidationException extends CloudDir
|
|
|
158
158
|
Object.setPrototypeOf(this, FacetValidationException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class InternalServiceException extends CloudDirectoryServiceException {
|
|
163
163
|
name = "InternalServiceException";
|
|
164
164
|
$fault = "server";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let InternalServiceException$1 = class InternalServiceException extends CloudDir
|
|
|
172
172
|
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class InvalidArnException extends CloudDirectoryServiceException {
|
|
177
177
|
name = "InvalidArnException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ let InvalidArnException$1 = class InvalidArnException extends CloudDirectoryServ
|
|
|
186
186
|
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class LimitExceededException extends CloudDirectoryServiceException {
|
|
191
191
|
name = "LimitExceededException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,8 +200,8 @@ let LimitExceededException$1 = class LimitExceededException extends CloudDirecto
|
|
|
200
200
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class ResourceNotFoundException extends CloudDirectoryServiceException {
|
|
205
205
|
name = "ResourceNotFoundException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
Message;
|
|
@@ -214,8 +214,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CloudD
|
|
|
214
214
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
215
215
|
this.Message = opts.Message;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class RetryableConflictException extends CloudDirectoryServiceException {
|
|
219
219
|
name = "RetryableConflictException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
Message;
|
|
@@ -228,8 +228,8 @@ let RetryableConflictException$1 = class RetryableConflictException extends Clou
|
|
|
228
228
|
Object.setPrototypeOf(this, RetryableConflictException.prototype);
|
|
229
229
|
this.Message = opts.Message;
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
}
|
|
232
|
+
class ValidationException extends CloudDirectoryServiceException {
|
|
233
233
|
name = "ValidationException";
|
|
234
234
|
$fault = "client";
|
|
235
235
|
Message;
|
|
@@ -242,8 +242,8 @@ let ValidationException$1 = class ValidationException extends CloudDirectoryServ
|
|
|
242
242
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
243
243
|
this.Message = opts.Message;
|
|
244
244
|
}
|
|
245
|
-
}
|
|
246
|
-
|
|
245
|
+
}
|
|
246
|
+
class InvalidAttachmentException extends CloudDirectoryServiceException {
|
|
247
247
|
name = "InvalidAttachmentException";
|
|
248
248
|
$fault = "client";
|
|
249
249
|
Message;
|
|
@@ -256,8 +256,8 @@ let InvalidAttachmentException$1 = class InvalidAttachmentException extends Clou
|
|
|
256
256
|
Object.setPrototypeOf(this, InvalidAttachmentException.prototype);
|
|
257
257
|
this.Message = opts.Message;
|
|
258
258
|
}
|
|
259
|
-
}
|
|
260
|
-
|
|
259
|
+
}
|
|
260
|
+
class SchemaAlreadyExistsException extends CloudDirectoryServiceException {
|
|
261
261
|
name = "SchemaAlreadyExistsException";
|
|
262
262
|
$fault = "client";
|
|
263
263
|
Message;
|
|
@@ -270,8 +270,8 @@ let SchemaAlreadyExistsException$1 = class SchemaAlreadyExistsException extends
|
|
|
270
270
|
Object.setPrototypeOf(this, SchemaAlreadyExistsException.prototype);
|
|
271
271
|
this.Message = opts.Message;
|
|
272
272
|
}
|
|
273
|
-
}
|
|
274
|
-
|
|
273
|
+
}
|
|
274
|
+
class LinkNameAlreadyInUseException extends CloudDirectoryServiceException {
|
|
275
275
|
name = "LinkNameAlreadyInUseException";
|
|
276
276
|
$fault = "client";
|
|
277
277
|
Message;
|
|
@@ -284,8 +284,8 @@ let LinkNameAlreadyInUseException$1 = class LinkNameAlreadyInUseException extend
|
|
|
284
284
|
Object.setPrototypeOf(this, LinkNameAlreadyInUseException.prototype);
|
|
285
285
|
this.Message = opts.Message;
|
|
286
286
|
}
|
|
287
|
-
}
|
|
288
|
-
|
|
287
|
+
}
|
|
288
|
+
class NotPolicyException extends CloudDirectoryServiceException {
|
|
289
289
|
name = "NotPolicyException";
|
|
290
290
|
$fault = "client";
|
|
291
291
|
Message;
|
|
@@ -298,8 +298,8 @@ let NotPolicyException$1 = class NotPolicyException extends CloudDirectoryServic
|
|
|
298
298
|
Object.setPrototypeOf(this, NotPolicyException.prototype);
|
|
299
299
|
this.Message = opts.Message;
|
|
300
300
|
}
|
|
301
|
-
}
|
|
302
|
-
|
|
301
|
+
}
|
|
302
|
+
class IndexedAttributeMissingException extends CloudDirectoryServiceException {
|
|
303
303
|
name = "IndexedAttributeMissingException";
|
|
304
304
|
$fault = "client";
|
|
305
305
|
Message;
|
|
@@ -312,8 +312,8 @@ let IndexedAttributeMissingException$1 = class IndexedAttributeMissingException
|
|
|
312
312
|
Object.setPrototypeOf(this, IndexedAttributeMissingException.prototype);
|
|
313
313
|
this.Message = opts.Message;
|
|
314
314
|
}
|
|
315
|
-
}
|
|
316
|
-
|
|
315
|
+
}
|
|
316
|
+
class NotIndexException extends CloudDirectoryServiceException {
|
|
317
317
|
name = "NotIndexException";
|
|
318
318
|
$fault = "client";
|
|
319
319
|
Message;
|
|
@@ -326,8 +326,8 @@ let NotIndexException$1 = class NotIndexException extends CloudDirectoryServiceE
|
|
|
326
326
|
Object.setPrototypeOf(this, NotIndexException.prototype);
|
|
327
327
|
this.Message = opts.Message;
|
|
328
328
|
}
|
|
329
|
-
}
|
|
330
|
-
|
|
329
|
+
}
|
|
330
|
+
class BatchWriteException extends CloudDirectoryServiceException {
|
|
331
331
|
name = "BatchWriteException";
|
|
332
332
|
$fault = "client";
|
|
333
333
|
Index;
|
|
@@ -344,8 +344,8 @@ let BatchWriteException$1 = class BatchWriteException extends CloudDirectoryServ
|
|
|
344
344
|
this.Type = opts.Type;
|
|
345
345
|
this.Message = opts.Message;
|
|
346
346
|
}
|
|
347
|
-
}
|
|
348
|
-
|
|
347
|
+
}
|
|
348
|
+
class DirectoryAlreadyExistsException extends CloudDirectoryServiceException {
|
|
349
349
|
name = "DirectoryAlreadyExistsException";
|
|
350
350
|
$fault = "client";
|
|
351
351
|
Message;
|
|
@@ -358,8 +358,8 @@ let DirectoryAlreadyExistsException$1 = class DirectoryAlreadyExistsException ex
|
|
|
358
358
|
Object.setPrototypeOf(this, DirectoryAlreadyExistsException.prototype);
|
|
359
359
|
this.Message = opts.Message;
|
|
360
360
|
}
|
|
361
|
-
}
|
|
362
|
-
|
|
361
|
+
}
|
|
362
|
+
class FacetAlreadyExistsException extends CloudDirectoryServiceException {
|
|
363
363
|
name = "FacetAlreadyExistsException";
|
|
364
364
|
$fault = "client";
|
|
365
365
|
Message;
|
|
@@ -372,8 +372,8 @@ let FacetAlreadyExistsException$1 = class FacetAlreadyExistsException extends Cl
|
|
|
372
372
|
Object.setPrototypeOf(this, FacetAlreadyExistsException.prototype);
|
|
373
373
|
this.Message = opts.Message;
|
|
374
374
|
}
|
|
375
|
-
}
|
|
376
|
-
|
|
375
|
+
}
|
|
376
|
+
class InvalidRuleException extends CloudDirectoryServiceException {
|
|
377
377
|
name = "InvalidRuleException";
|
|
378
378
|
$fault = "client";
|
|
379
379
|
Message;
|
|
@@ -386,8 +386,8 @@ let InvalidRuleException$1 = class InvalidRuleException extends CloudDirectorySe
|
|
|
386
386
|
Object.setPrototypeOf(this, InvalidRuleException.prototype);
|
|
387
387
|
this.Message = opts.Message;
|
|
388
388
|
}
|
|
389
|
-
}
|
|
390
|
-
|
|
389
|
+
}
|
|
390
|
+
class UnsupportedIndexTypeException extends CloudDirectoryServiceException {
|
|
391
391
|
name = "UnsupportedIndexTypeException";
|
|
392
392
|
$fault = "client";
|
|
393
393
|
Message;
|
|
@@ -400,8 +400,8 @@ let UnsupportedIndexTypeException$1 = class UnsupportedIndexTypeException extend
|
|
|
400
400
|
Object.setPrototypeOf(this, UnsupportedIndexTypeException.prototype);
|
|
401
401
|
this.Message = opts.Message;
|
|
402
402
|
}
|
|
403
|
-
}
|
|
404
|
-
|
|
403
|
+
}
|
|
404
|
+
class DirectoryDeletedException extends CloudDirectoryServiceException {
|
|
405
405
|
name = "DirectoryDeletedException";
|
|
406
406
|
$fault = "client";
|
|
407
407
|
Message;
|
|
@@ -414,8 +414,8 @@ let DirectoryDeletedException$1 = class DirectoryDeletedException extends CloudD
|
|
|
414
414
|
Object.setPrototypeOf(this, DirectoryDeletedException.prototype);
|
|
415
415
|
this.Message = opts.Message;
|
|
416
416
|
}
|
|
417
|
-
}
|
|
418
|
-
|
|
417
|
+
}
|
|
418
|
+
class DirectoryNotDisabledException extends CloudDirectoryServiceException {
|
|
419
419
|
name = "DirectoryNotDisabledException";
|
|
420
420
|
$fault = "client";
|
|
421
421
|
Message;
|
|
@@ -428,8 +428,8 @@ let DirectoryNotDisabledException$1 = class DirectoryNotDisabledException extend
|
|
|
428
428
|
Object.setPrototypeOf(this, DirectoryNotDisabledException.prototype);
|
|
429
429
|
this.Message = opts.Message;
|
|
430
430
|
}
|
|
431
|
-
}
|
|
432
|
-
|
|
431
|
+
}
|
|
432
|
+
class FacetInUseException extends CloudDirectoryServiceException {
|
|
433
433
|
name = "FacetInUseException";
|
|
434
434
|
$fault = "client";
|
|
435
435
|
Message;
|
|
@@ -442,8 +442,8 @@ let FacetInUseException$1 = class FacetInUseException extends CloudDirectoryServ
|
|
|
442
442
|
Object.setPrototypeOf(this, FacetInUseException.prototype);
|
|
443
443
|
this.Message = opts.Message;
|
|
444
444
|
}
|
|
445
|
-
}
|
|
446
|
-
|
|
445
|
+
}
|
|
446
|
+
class FacetNotFoundException extends CloudDirectoryServiceException {
|
|
447
447
|
name = "FacetNotFoundException";
|
|
448
448
|
$fault = "client";
|
|
449
449
|
Message;
|
|
@@ -456,8 +456,8 @@ let FacetNotFoundException$1 = class FacetNotFoundException extends CloudDirecto
|
|
|
456
456
|
Object.setPrototypeOf(this, FacetNotFoundException.prototype);
|
|
457
457
|
this.Message = opts.Message;
|
|
458
458
|
}
|
|
459
|
-
}
|
|
460
|
-
|
|
459
|
+
}
|
|
460
|
+
class ObjectNotDetachedException extends CloudDirectoryServiceException {
|
|
461
461
|
name = "ObjectNotDetachedException";
|
|
462
462
|
$fault = "client";
|
|
463
463
|
Message;
|
|
@@ -470,8 +470,8 @@ let ObjectNotDetachedException$1 = class ObjectNotDetachedException extends Clou
|
|
|
470
470
|
Object.setPrototypeOf(this, ObjectNotDetachedException.prototype);
|
|
471
471
|
this.Message = opts.Message;
|
|
472
472
|
}
|
|
473
|
-
}
|
|
474
|
-
|
|
473
|
+
}
|
|
474
|
+
class StillContainsLinksException extends CloudDirectoryServiceException {
|
|
475
475
|
name = "StillContainsLinksException";
|
|
476
476
|
$fault = "client";
|
|
477
477
|
Message;
|
|
@@ -484,8 +484,8 @@ let StillContainsLinksException$1 = class StillContainsLinksException extends Cl
|
|
|
484
484
|
Object.setPrototypeOf(this, StillContainsLinksException.prototype);
|
|
485
485
|
this.Message = opts.Message;
|
|
486
486
|
}
|
|
487
|
-
}
|
|
488
|
-
|
|
487
|
+
}
|
|
488
|
+
class ObjectAlreadyDetachedException extends CloudDirectoryServiceException {
|
|
489
489
|
name = "ObjectAlreadyDetachedException";
|
|
490
490
|
$fault = "client";
|
|
491
491
|
Message;
|
|
@@ -498,8 +498,8 @@ let ObjectAlreadyDetachedException$1 = class ObjectAlreadyDetachedException exte
|
|
|
498
498
|
Object.setPrototypeOf(this, ObjectAlreadyDetachedException.prototype);
|
|
499
499
|
this.Message = opts.Message;
|
|
500
500
|
}
|
|
501
|
-
}
|
|
502
|
-
|
|
501
|
+
}
|
|
502
|
+
class NotNodeException extends CloudDirectoryServiceException {
|
|
503
503
|
name = "NotNodeException";
|
|
504
504
|
$fault = "client";
|
|
505
505
|
Message;
|
|
@@ -512,8 +512,8 @@ let NotNodeException$1 = class NotNodeException extends CloudDirectoryServiceExc
|
|
|
512
512
|
Object.setPrototypeOf(this, NotNodeException.prototype);
|
|
513
513
|
this.Message = opts.Message;
|
|
514
514
|
}
|
|
515
|
-
}
|
|
516
|
-
|
|
515
|
+
}
|
|
516
|
+
class InvalidNextTokenException extends CloudDirectoryServiceException {
|
|
517
517
|
name = "InvalidNextTokenException";
|
|
518
518
|
$fault = "client";
|
|
519
519
|
Message;
|
|
@@ -526,8 +526,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends CloudD
|
|
|
526
526
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
527
527
|
this.Message = opts.Message;
|
|
528
528
|
}
|
|
529
|
-
}
|
|
530
|
-
|
|
529
|
+
}
|
|
530
|
+
class CannotListParentOfRootException extends CloudDirectoryServiceException {
|
|
531
531
|
name = "CannotListParentOfRootException";
|
|
532
532
|
$fault = "client";
|
|
533
533
|
Message;
|
|
@@ -540,8 +540,8 @@ let CannotListParentOfRootException$1 = class CannotListParentOfRootException ex
|
|
|
540
540
|
Object.setPrototypeOf(this, CannotListParentOfRootException.prototype);
|
|
541
541
|
this.Message = opts.Message;
|
|
542
542
|
}
|
|
543
|
-
}
|
|
544
|
-
|
|
543
|
+
}
|
|
544
|
+
class InvalidTaggingRequestException extends CloudDirectoryServiceException {
|
|
545
545
|
name = "InvalidTaggingRequestException";
|
|
546
546
|
$fault = "client";
|
|
547
547
|
Message;
|
|
@@ -554,8 +554,8 @@ let InvalidTaggingRequestException$1 = class InvalidTaggingRequestException exte
|
|
|
554
554
|
Object.setPrototypeOf(this, InvalidTaggingRequestException.prototype);
|
|
555
555
|
this.Message = opts.Message;
|
|
556
556
|
}
|
|
557
|
-
}
|
|
558
|
-
|
|
557
|
+
}
|
|
558
|
+
class SchemaAlreadyPublishedException extends CloudDirectoryServiceException {
|
|
559
559
|
name = "SchemaAlreadyPublishedException";
|
|
560
560
|
$fault = "client";
|
|
561
561
|
Message;
|
|
@@ -568,8 +568,8 @@ let SchemaAlreadyPublishedException$1 = class SchemaAlreadyPublishedException ex
|
|
|
568
568
|
Object.setPrototypeOf(this, SchemaAlreadyPublishedException.prototype);
|
|
569
569
|
this.Message = opts.Message;
|
|
570
570
|
}
|
|
571
|
-
}
|
|
572
|
-
|
|
571
|
+
}
|
|
572
|
+
class InvalidSchemaDocException extends CloudDirectoryServiceException {
|
|
573
573
|
name = "InvalidSchemaDocException";
|
|
574
574
|
$fault = "client";
|
|
575
575
|
Message;
|
|
@@ -582,8 +582,8 @@ let InvalidSchemaDocException$1 = class InvalidSchemaDocException extends CloudD
|
|
|
582
582
|
Object.setPrototypeOf(this, InvalidSchemaDocException.prototype);
|
|
583
583
|
this.Message = opts.Message;
|
|
584
584
|
}
|
|
585
|
-
}
|
|
586
|
-
|
|
585
|
+
}
|
|
586
|
+
class InvalidFacetUpdateException extends CloudDirectoryServiceException {
|
|
587
587
|
name = "InvalidFacetUpdateException";
|
|
588
588
|
$fault = "client";
|
|
589
589
|
Message;
|
|
@@ -596,8 +596,8 @@ let InvalidFacetUpdateException$1 = class InvalidFacetUpdateException extends Cl
|
|
|
596
596
|
Object.setPrototypeOf(this, InvalidFacetUpdateException.prototype);
|
|
597
597
|
this.Message = opts.Message;
|
|
598
598
|
}
|
|
599
|
-
}
|
|
600
|
-
|
|
599
|
+
}
|
|
600
|
+
class IncompatibleSchemaException extends CloudDirectoryServiceException {
|
|
601
601
|
name = "IncompatibleSchemaException";
|
|
602
602
|
$fault = "client";
|
|
603
603
|
Message;
|
|
@@ -610,7 +610,7 @@ let IncompatibleSchemaException$1 = class IncompatibleSchemaException extends Cl
|
|
|
610
610
|
Object.setPrototypeOf(this, IncompatibleSchemaException.prototype);
|
|
611
611
|
this.Message = opts.Message;
|
|
612
612
|
}
|
|
613
|
-
}
|
|
613
|
+
}
|
|
614
614
|
|
|
615
615
|
const _A = "Attributes";
|
|
616
616
|
const _AA = "AttributeAction";
|
|
@@ -1081,47 +1081,47 @@ const _st = "state";
|
|
|
1081
1081
|
const _xacl = "x-amz-consistency-level";
|
|
1082
1082
|
const _xadp = "x-amz-data-partition";
|
|
1083
1083
|
const n0 = "com.amazonaws.clouddirectory";
|
|
1084
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1085
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
1086
|
-
var AddFacetToObjectRequest = [
|
|
1084
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1085
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
1086
|
+
var AddFacetToObjectRequest$ = [
|
|
1087
1087
|
3,
|
|
1088
1088
|
n0,
|
|
1089
1089
|
_AFTOR,
|
|
1090
1090
|
0,
|
|
1091
1091
|
[_DA, _SF, _OAL, _OR],
|
|
1092
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacet
|
|
1092
|
+
[[0, { [_hH]: _xadp }], () => SchemaFacet$, () => AttributeKeyAndValueList, () => ObjectReference$],
|
|
1093
1093
|
];
|
|
1094
|
-
var AddFacetToObjectResponse = [3, n0, _AFTORd, 0, [], []];
|
|
1095
|
-
var ApplySchemaRequest = [3, n0, _ASR, 0, [_PSA, _DA], [0, [0, { [_hH]: _xadp }]]];
|
|
1096
|
-
var ApplySchemaResponse = [3, n0, _ASRp, 0, [_ASA, _DA], [0, 0]];
|
|
1097
|
-
var AttachObjectRequest = [
|
|
1094
|
+
var AddFacetToObjectResponse$ = [3, n0, _AFTORd, 0, [], []];
|
|
1095
|
+
var ApplySchemaRequest$ = [3, n0, _ASR, 0, [_PSA, _DA], [0, [0, { [_hH]: _xadp }]]];
|
|
1096
|
+
var ApplySchemaResponse$ = [3, n0, _ASRp, 0, [_ASA, _DA], [0, 0]];
|
|
1097
|
+
var AttachObjectRequest$ = [
|
|
1098
1098
|
3,
|
|
1099
1099
|
n0,
|
|
1100
1100
|
_AOR,
|
|
1101
1101
|
0,
|
|
1102
1102
|
[_DA, _PR, _CR, _LN],
|
|
1103
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1103
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$, 0],
|
|
1104
1104
|
];
|
|
1105
|
-
var AttachObjectResponse = [3, n0, _AORt, 0, [_AOI], [0]];
|
|
1106
|
-
var AttachPolicyRequest = [
|
|
1105
|
+
var AttachObjectResponse$ = [3, n0, _AORt, 0, [_AOI], [0]];
|
|
1106
|
+
var AttachPolicyRequest$ = [
|
|
1107
1107
|
3,
|
|
1108
1108
|
n0,
|
|
1109
1109
|
_APR,
|
|
1110
1110
|
0,
|
|
1111
1111
|
[_DA, _PRo, _OR],
|
|
1112
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1112
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
1113
1113
|
];
|
|
1114
|
-
var AttachPolicyResponse = [3, n0, _APRt, 0, [], []];
|
|
1115
|
-
var AttachToIndexRequest = [
|
|
1114
|
+
var AttachPolicyResponse$ = [3, n0, _APRt, 0, [], []];
|
|
1115
|
+
var AttachToIndexRequest$ = [
|
|
1116
1116
|
3,
|
|
1117
1117
|
n0,
|
|
1118
1118
|
_ATIR,
|
|
1119
1119
|
0,
|
|
1120
1120
|
[_DA, _IR, _TR],
|
|
1121
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1121
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
1122
1122
|
];
|
|
1123
|
-
var AttachToIndexResponse = [3, n0, _ATIRt, 0, [_AOI], [0]];
|
|
1124
|
-
var AttachTypedLinkRequest = [
|
|
1123
|
+
var AttachToIndexResponse$ = [3, n0, _ATIRt, 0, [_AOI], [0]];
|
|
1124
|
+
var AttachTypedLinkRequest$ = [
|
|
1125
1125
|
3,
|
|
1126
1126
|
n0,
|
|
1127
1127
|
_ATLR,
|
|
@@ -1129,126 +1129,140 @@ var AttachTypedLinkRequest = [
|
|
|
1129
1129
|
[_DA, _SOR, _TOR, _TLF, _A],
|
|
1130
1130
|
[
|
|
1131
1131
|
[0, { [_hH]: _xadp }],
|
|
1132
|
-
() => ObjectReference
|
|
1133
|
-
() => ObjectReference
|
|
1134
|
-
() => TypedLinkSchemaAndFacetName
|
|
1132
|
+
() => ObjectReference$,
|
|
1133
|
+
() => ObjectReference$,
|
|
1134
|
+
() => TypedLinkSchemaAndFacetName$,
|
|
1135
1135
|
() => AttributeNameAndValueList,
|
|
1136
1136
|
],
|
|
1137
1137
|
];
|
|
1138
|
-
var AttachTypedLinkResponse = [3, n0, _ATLRt, 0, [_TLS], [() => TypedLinkSpecifier]];
|
|
1139
|
-
var AttributeKey = [3, n0, _AK, 0, [_SA, _FN, _N], [0, 0, 0]];
|
|
1140
|
-
var AttributeKeyAndValue = [
|
|
1138
|
+
var AttachTypedLinkResponse$ = [3, n0, _ATLRt, 0, [_TLS], [() => TypedLinkSpecifier$]];
|
|
1139
|
+
var AttributeKey$ = [3, n0, _AK, 0, [_SA, _FN, _N], [0, 0, 0]];
|
|
1140
|
+
var AttributeKeyAndValue$ = [
|
|
1141
1141
|
3,
|
|
1142
1142
|
n0,
|
|
1143
1143
|
_AKAV,
|
|
1144
1144
|
0,
|
|
1145
1145
|
[_K, _V],
|
|
1146
|
-
[() => AttributeKey
|
|
1146
|
+
[() => AttributeKey$, () => TypedAttributeValue$],
|
|
1147
|
+
];
|
|
1148
|
+
var AttributeNameAndValue$ = [
|
|
1149
|
+
3,
|
|
1150
|
+
n0,
|
|
1151
|
+
_ANAV,
|
|
1152
|
+
0,
|
|
1153
|
+
[_AN, _V],
|
|
1154
|
+
[0, () => TypedAttributeValue$],
|
|
1147
1155
|
];
|
|
1148
|
-
var
|
|
1149
|
-
var BatchAddFacetToObject = [
|
|
1156
|
+
var BatchAddFacetToObject$ = [
|
|
1150
1157
|
3,
|
|
1151
1158
|
n0,
|
|
1152
1159
|
_BAFTO,
|
|
1153
1160
|
0,
|
|
1154
1161
|
[_SF, _OAL, _OR],
|
|
1155
|
-
[() => SchemaFacet
|
|
1162
|
+
[() => SchemaFacet$, () => AttributeKeyAndValueList, () => ObjectReference$],
|
|
1156
1163
|
];
|
|
1157
|
-
var BatchAddFacetToObjectResponse = [3, n0, _BAFTOR, 0, [], []];
|
|
1158
|
-
var BatchAttachObject = [
|
|
1164
|
+
var BatchAddFacetToObjectResponse$ = [3, n0, _BAFTOR, 0, [], []];
|
|
1165
|
+
var BatchAttachObject$ = [
|
|
1159
1166
|
3,
|
|
1160
1167
|
n0,
|
|
1161
1168
|
_BAO,
|
|
1162
1169
|
0,
|
|
1163
1170
|
[_PR, _CR, _LN],
|
|
1164
|
-
[() => ObjectReference
|
|
1171
|
+
[() => ObjectReference$, () => ObjectReference$, 0],
|
|
1165
1172
|
];
|
|
1166
|
-
var BatchAttachObjectResponse = [3, n0, _BAOR, 0, [_aOI], [0]];
|
|
1167
|
-
var BatchAttachPolicy = [
|
|
1173
|
+
var BatchAttachObjectResponse$ = [3, n0, _BAOR, 0, [_aOI], [0]];
|
|
1174
|
+
var BatchAttachPolicy$ = [
|
|
1168
1175
|
3,
|
|
1169
1176
|
n0,
|
|
1170
1177
|
_BAP,
|
|
1171
1178
|
0,
|
|
1172
1179
|
[_PRo, _OR],
|
|
1173
|
-
[() => ObjectReference
|
|
1180
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
1174
1181
|
];
|
|
1175
|
-
var BatchAttachPolicyResponse = [3, n0, _BAPR, 0, [], []];
|
|
1176
|
-
var BatchAttachToIndex = [
|
|
1182
|
+
var BatchAttachPolicyResponse$ = [3, n0, _BAPR, 0, [], []];
|
|
1183
|
+
var BatchAttachToIndex$ = [
|
|
1177
1184
|
3,
|
|
1178
1185
|
n0,
|
|
1179
1186
|
_BATI,
|
|
1180
1187
|
0,
|
|
1181
1188
|
[_IR, _TR],
|
|
1182
|
-
[() => ObjectReference
|
|
1189
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
1183
1190
|
];
|
|
1184
|
-
var BatchAttachToIndexResponse = [3, n0, _BATIR, 0, [_AOI], [0]];
|
|
1185
|
-
var BatchAttachTypedLink = [
|
|
1191
|
+
var BatchAttachToIndexResponse$ = [3, n0, _BATIR, 0, [_AOI], [0]];
|
|
1192
|
+
var BatchAttachTypedLink$ = [
|
|
1186
1193
|
3,
|
|
1187
1194
|
n0,
|
|
1188
1195
|
_BATL,
|
|
1189
1196
|
0,
|
|
1190
1197
|
[_SOR, _TOR, _TLF, _A],
|
|
1191
|
-
[() => ObjectReference
|
|
1198
|
+
[() => ObjectReference$, () => ObjectReference$, () => TypedLinkSchemaAndFacetName$, () => AttributeNameAndValueList],
|
|
1192
1199
|
];
|
|
1193
|
-
var BatchAttachTypedLinkResponse = [
|
|
1194
|
-
|
|
1200
|
+
var BatchAttachTypedLinkResponse$ = [
|
|
1201
|
+
3,
|
|
1202
|
+
n0,
|
|
1203
|
+
_BATLR,
|
|
1204
|
+
0,
|
|
1205
|
+
[_TLS],
|
|
1206
|
+
[() => TypedLinkSpecifier$],
|
|
1207
|
+
];
|
|
1208
|
+
var BatchCreateIndex$ = [
|
|
1195
1209
|
3,
|
|
1196
1210
|
n0,
|
|
1197
1211
|
_BCI,
|
|
1198
1212
|
0,
|
|
1199
1213
|
[_OIAL, _IU, _PR, _LN, _BRN],
|
|
1200
|
-
[() => AttributeKeyList, 2, () => ObjectReference
|
|
1214
|
+
[() => AttributeKeyList, 2, () => ObjectReference$, 0, 0],
|
|
1201
1215
|
];
|
|
1202
|
-
var BatchCreateIndexResponse = [3, n0, _BCIR, 0, [_OI], [0]];
|
|
1203
|
-
var BatchCreateObject = [
|
|
1216
|
+
var BatchCreateIndexResponse$ = [3, n0, _BCIR, 0, [_OI], [0]];
|
|
1217
|
+
var BatchCreateObject$ = [
|
|
1204
1218
|
3,
|
|
1205
1219
|
n0,
|
|
1206
1220
|
_BCO,
|
|
1207
1221
|
0,
|
|
1208
1222
|
[_SF, _OAL, _PR, _LN, _BRN],
|
|
1209
|
-
[() => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference
|
|
1223
|
+
[() => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference$, 0, 0],
|
|
1210
1224
|
];
|
|
1211
|
-
var BatchCreateObjectResponse = [3, n0, _BCOR, 0, [_OI], [0]];
|
|
1212
|
-
var BatchDeleteObject = [3, n0, _BDO, 0, [_OR], [() => ObjectReference]];
|
|
1213
|
-
var BatchDeleteObjectResponse = [3, n0, _BDOR, 0, [], []];
|
|
1214
|
-
var BatchDetachFromIndex = [
|
|
1225
|
+
var BatchCreateObjectResponse$ = [3, n0, _BCOR, 0, [_OI], [0]];
|
|
1226
|
+
var BatchDeleteObject$ = [3, n0, _BDO, 0, [_OR], [() => ObjectReference$]];
|
|
1227
|
+
var BatchDeleteObjectResponse$ = [3, n0, _BDOR, 0, [], []];
|
|
1228
|
+
var BatchDetachFromIndex$ = [
|
|
1215
1229
|
3,
|
|
1216
1230
|
n0,
|
|
1217
1231
|
_BDFI,
|
|
1218
1232
|
0,
|
|
1219
1233
|
[_IR, _TR],
|
|
1220
|
-
[() => ObjectReference
|
|
1234
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
1221
1235
|
];
|
|
1222
|
-
var BatchDetachFromIndexResponse = [3, n0, _BDFIR, 0, [_DOI], [0]];
|
|
1223
|
-
var BatchDetachObject = [
|
|
1236
|
+
var BatchDetachFromIndexResponse$ = [3, n0, _BDFIR, 0, [_DOI], [0]];
|
|
1237
|
+
var BatchDetachObject$ = [
|
|
1224
1238
|
3,
|
|
1225
1239
|
n0,
|
|
1226
1240
|
_BDOa,
|
|
1227
1241
|
0,
|
|
1228
1242
|
[_PR, _LN, _BRN],
|
|
1229
|
-
[() => ObjectReference
|
|
1243
|
+
[() => ObjectReference$, 0, 0],
|
|
1230
1244
|
];
|
|
1231
|
-
var BatchDetachObjectResponse = [3, n0, _BDORa, 0, [_dOI], [0]];
|
|
1232
|
-
var BatchDetachPolicy = [
|
|
1245
|
+
var BatchDetachObjectResponse$ = [3, n0, _BDORa, 0, [_dOI], [0]];
|
|
1246
|
+
var BatchDetachPolicy$ = [
|
|
1233
1247
|
3,
|
|
1234
1248
|
n0,
|
|
1235
1249
|
_BDP,
|
|
1236
1250
|
0,
|
|
1237
1251
|
[_PRo, _OR],
|
|
1238
|
-
[() => ObjectReference
|
|
1252
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
1239
1253
|
];
|
|
1240
|
-
var BatchDetachPolicyResponse = [3, n0, _BDPR, 0, [], []];
|
|
1241
|
-
var BatchDetachTypedLink = [3, n0, _BDTL, 0, [_TLS], [() => TypedLinkSpecifier]];
|
|
1242
|
-
var BatchDetachTypedLinkResponse = [3, n0, _BDTLR, 0, [], []];
|
|
1243
|
-
var BatchGetLinkAttributes = [
|
|
1254
|
+
var BatchDetachPolicyResponse$ = [3, n0, _BDPR, 0, [], []];
|
|
1255
|
+
var BatchDetachTypedLink$ = [3, n0, _BDTL, 0, [_TLS], [() => TypedLinkSpecifier$]];
|
|
1256
|
+
var BatchDetachTypedLinkResponse$ = [3, n0, _BDTLR, 0, [], []];
|
|
1257
|
+
var BatchGetLinkAttributes$ = [
|
|
1244
1258
|
3,
|
|
1245
1259
|
n0,
|
|
1246
1260
|
_BGLA,
|
|
1247
1261
|
0,
|
|
1248
1262
|
[_TLS, _ANt],
|
|
1249
|
-
[() => TypedLinkSpecifier
|
|
1263
|
+
[() => TypedLinkSpecifier$, 64 | 0],
|
|
1250
1264
|
];
|
|
1251
|
-
var BatchGetLinkAttributesResponse = [
|
|
1265
|
+
var BatchGetLinkAttributesResponse$ = [
|
|
1252
1266
|
3,
|
|
1253
1267
|
n0,
|
|
1254
1268
|
_BGLAR,
|
|
@@ -1256,15 +1270,15 @@ var BatchGetLinkAttributesResponse = [
|
|
|
1256
1270
|
[_A],
|
|
1257
1271
|
[() => AttributeKeyAndValueList],
|
|
1258
1272
|
];
|
|
1259
|
-
var BatchGetObjectAttributes = [
|
|
1273
|
+
var BatchGetObjectAttributes$ = [
|
|
1260
1274
|
3,
|
|
1261
1275
|
n0,
|
|
1262
1276
|
_BGOA,
|
|
1263
1277
|
0,
|
|
1264
1278
|
[_OR, _SF, _ANt],
|
|
1265
|
-
[() => ObjectReference
|
|
1279
|
+
[() => ObjectReference$, () => SchemaFacet$, 64 | 0],
|
|
1266
1280
|
];
|
|
1267
|
-
var BatchGetObjectAttributesResponse = [
|
|
1281
|
+
var BatchGetObjectAttributesResponse$ = [
|
|
1268
1282
|
3,
|
|
1269
1283
|
n0,
|
|
1270
1284
|
_BGOAR,
|
|
@@ -1272,8 +1286,8 @@ var BatchGetObjectAttributesResponse = [
|
|
|
1272
1286
|
[_A],
|
|
1273
1287
|
[() => AttributeKeyAndValueList],
|
|
1274
1288
|
];
|
|
1275
|
-
var BatchGetObjectInformation = [3, n0, _BGOI, 0, [_OR], [() => ObjectReference]];
|
|
1276
|
-
var BatchGetObjectInformationResponse = [
|
|
1289
|
+
var BatchGetObjectInformation$ = [3, n0, _BGOI, 0, [_OR], [() => ObjectReference$]];
|
|
1290
|
+
var BatchGetObjectInformationResponse$ = [
|
|
1277
1291
|
3,
|
|
1278
1292
|
n0,
|
|
1279
1293
|
_BGOIR,
|
|
@@ -1281,15 +1295,15 @@ var BatchGetObjectInformationResponse = [
|
|
|
1281
1295
|
[_SFc, _OI],
|
|
1282
1296
|
[() => SchemaFacetList, 0],
|
|
1283
1297
|
];
|
|
1284
|
-
var BatchListAttachedIndices = [
|
|
1298
|
+
var BatchListAttachedIndices$ = [
|
|
1285
1299
|
3,
|
|
1286
1300
|
n0,
|
|
1287
1301
|
_BLAI,
|
|
1288
1302
|
0,
|
|
1289
1303
|
[_TR, _NT, _MR],
|
|
1290
|
-
[() => ObjectReference
|
|
1304
|
+
[() => ObjectReference$, 0, 1],
|
|
1291
1305
|
];
|
|
1292
|
-
var BatchListAttachedIndicesResponse = [
|
|
1306
|
+
var BatchListAttachedIndicesResponse$ = [
|
|
1293
1307
|
3,
|
|
1294
1308
|
n0,
|
|
1295
1309
|
_BLAIR,
|
|
@@ -1297,15 +1311,15 @@ var BatchListAttachedIndicesResponse = [
|
|
|
1297
1311
|
[_IA, _NT],
|
|
1298
1312
|
[() => IndexAttachmentList, 0],
|
|
1299
1313
|
];
|
|
1300
|
-
var BatchListIncomingTypedLinks = [
|
|
1314
|
+
var BatchListIncomingTypedLinks$ = [
|
|
1301
1315
|
3,
|
|
1302
1316
|
n0,
|
|
1303
1317
|
_BLITL,
|
|
1304
1318
|
0,
|
|
1305
1319
|
[_OR, _FAR, _FTL, _NT, _MR],
|
|
1306
|
-
[() => ObjectReference
|
|
1320
|
+
[() => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1],
|
|
1307
1321
|
];
|
|
1308
|
-
var BatchListIncomingTypedLinksResponse = [
|
|
1322
|
+
var BatchListIncomingTypedLinksResponse$ = [
|
|
1309
1323
|
3,
|
|
1310
1324
|
n0,
|
|
1311
1325
|
_BLITLR,
|
|
@@ -1313,15 +1327,15 @@ var BatchListIncomingTypedLinksResponse = [
|
|
|
1313
1327
|
[_LS, _NT],
|
|
1314
1328
|
[() => TypedLinkSpecifierList, 0],
|
|
1315
1329
|
];
|
|
1316
|
-
var BatchListIndex = [
|
|
1330
|
+
var BatchListIndex$ = [
|
|
1317
1331
|
3,
|
|
1318
1332
|
n0,
|
|
1319
1333
|
_BLI,
|
|
1320
1334
|
0,
|
|
1321
1335
|
[_ROIV, _IR, _MR, _NT],
|
|
1322
|
-
[() => ObjectAttributeRangeList, () => ObjectReference
|
|
1336
|
+
[() => ObjectAttributeRangeList, () => ObjectReference$, 1, 0],
|
|
1323
1337
|
];
|
|
1324
|
-
var BatchListIndexResponse = [
|
|
1338
|
+
var BatchListIndexResponse$ = [
|
|
1325
1339
|
3,
|
|
1326
1340
|
n0,
|
|
1327
1341
|
_BLIR,
|
|
@@ -1329,15 +1343,15 @@ var BatchListIndexResponse = [
|
|
|
1329
1343
|
[_IA, _NT],
|
|
1330
1344
|
[() => IndexAttachmentList, 0],
|
|
1331
1345
|
];
|
|
1332
|
-
var BatchListObjectAttributes = [
|
|
1346
|
+
var BatchListObjectAttributes$ = [
|
|
1333
1347
|
3,
|
|
1334
1348
|
n0,
|
|
1335
1349
|
_BLOA,
|
|
1336
1350
|
0,
|
|
1337
1351
|
[_OR, _NT, _MR, _FF],
|
|
1338
|
-
[() => ObjectReference
|
|
1352
|
+
[() => ObjectReference$, 0, 1, () => SchemaFacet$],
|
|
1339
1353
|
];
|
|
1340
|
-
var BatchListObjectAttributesResponse = [
|
|
1354
|
+
var BatchListObjectAttributesResponse$ = [
|
|
1341
1355
|
3,
|
|
1342
1356
|
n0,
|
|
1343
1357
|
_BLOAR,
|
|
@@ -1345,24 +1359,24 @@ var BatchListObjectAttributesResponse = [
|
|
|
1345
1359
|
[_A, _NT],
|
|
1346
1360
|
[() => AttributeKeyAndValueList, 0],
|
|
1347
1361
|
];
|
|
1348
|
-
var BatchListObjectChildren = [
|
|
1362
|
+
var BatchListObjectChildren$ = [
|
|
1349
1363
|
3,
|
|
1350
1364
|
n0,
|
|
1351
1365
|
_BLOC,
|
|
1352
1366
|
0,
|
|
1353
1367
|
[_OR, _NT, _MR],
|
|
1354
|
-
[() => ObjectReference
|
|
1368
|
+
[() => ObjectReference$, 0, 1],
|
|
1355
1369
|
];
|
|
1356
|
-
var BatchListObjectChildrenResponse = [3, n0, _BLOCR, 0, [_C, _NT], [128 | 0, 0]];
|
|
1357
|
-
var BatchListObjectParentPaths = [
|
|
1370
|
+
var BatchListObjectChildrenResponse$ = [3, n0, _BLOCR, 0, [_C, _NT], [128 | 0, 0]];
|
|
1371
|
+
var BatchListObjectParentPaths$ = [
|
|
1358
1372
|
3,
|
|
1359
1373
|
n0,
|
|
1360
1374
|
_BLOPP,
|
|
1361
1375
|
0,
|
|
1362
1376
|
[_OR, _NT, _MR],
|
|
1363
|
-
[() => ObjectReference
|
|
1377
|
+
[() => ObjectReference$, 0, 1],
|
|
1364
1378
|
];
|
|
1365
|
-
var BatchListObjectParentPathsResponse = [
|
|
1379
|
+
var BatchListObjectParentPathsResponse$ = [
|
|
1366
1380
|
3,
|
|
1367
1381
|
n0,
|
|
1368
1382
|
_BLOPPR,
|
|
@@ -1370,15 +1384,15 @@ var BatchListObjectParentPathsResponse = [
|
|
|
1370
1384
|
[_PTOIL, _NT],
|
|
1371
1385
|
[() => PathToObjectIdentifiersList, 0],
|
|
1372
1386
|
];
|
|
1373
|
-
var BatchListObjectParents = [
|
|
1387
|
+
var BatchListObjectParents$ = [
|
|
1374
1388
|
3,
|
|
1375
1389
|
n0,
|
|
1376
1390
|
_BLOP,
|
|
1377
1391
|
0,
|
|
1378
1392
|
[_OR, _NT, _MR],
|
|
1379
|
-
[() => ObjectReference
|
|
1393
|
+
[() => ObjectReference$, 0, 1],
|
|
1380
1394
|
];
|
|
1381
|
-
var BatchListObjectParentsResponse = [
|
|
1395
|
+
var BatchListObjectParentsResponse$ = [
|
|
1382
1396
|
3,
|
|
1383
1397
|
n0,
|
|
1384
1398
|
_BLOPR,
|
|
@@ -1386,24 +1400,24 @@ var BatchListObjectParentsResponse = [
|
|
|
1386
1400
|
[_PL, _NT],
|
|
1387
1401
|
[() => ObjectIdentifierAndLinkNameList, 0],
|
|
1388
1402
|
];
|
|
1389
|
-
var BatchListObjectPolicies = [
|
|
1403
|
+
var BatchListObjectPolicies$ = [
|
|
1390
1404
|
3,
|
|
1391
1405
|
n0,
|
|
1392
1406
|
_BLOPa,
|
|
1393
1407
|
0,
|
|
1394
1408
|
[_OR, _NT, _MR],
|
|
1395
|
-
[() => ObjectReference
|
|
1409
|
+
[() => ObjectReference$, 0, 1],
|
|
1396
1410
|
];
|
|
1397
|
-
var BatchListObjectPoliciesResponse = [3, n0, _BLOPRa, 0, [_API, _NT], [64 | 0, 0]];
|
|
1398
|
-
var BatchListOutgoingTypedLinks = [
|
|
1411
|
+
var BatchListObjectPoliciesResponse$ = [3, n0, _BLOPRa, 0, [_API, _NT], [64 | 0, 0]];
|
|
1412
|
+
var BatchListOutgoingTypedLinks$ = [
|
|
1399
1413
|
3,
|
|
1400
1414
|
n0,
|
|
1401
1415
|
_BLOTL,
|
|
1402
1416
|
0,
|
|
1403
1417
|
[_OR, _FAR, _FTL, _NT, _MR],
|
|
1404
|
-
[() => ObjectReference
|
|
1418
|
+
[() => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1],
|
|
1405
1419
|
];
|
|
1406
|
-
var BatchListOutgoingTypedLinksResponse = [
|
|
1420
|
+
var BatchListOutgoingTypedLinksResponse$ = [
|
|
1407
1421
|
3,
|
|
1408
1422
|
n0,
|
|
1409
1423
|
_BLOTLR,
|
|
@@ -1411,17 +1425,24 @@ var BatchListOutgoingTypedLinksResponse = [
|
|
|
1411
1425
|
[_TLSy, _NT],
|
|
1412
1426
|
[() => TypedLinkSpecifierList, 0],
|
|
1413
1427
|
];
|
|
1414
|
-
var BatchListPolicyAttachments = [
|
|
1428
|
+
var BatchListPolicyAttachments$ = [
|
|
1415
1429
|
3,
|
|
1416
1430
|
n0,
|
|
1417
1431
|
_BLPA,
|
|
1418
1432
|
0,
|
|
1419
1433
|
[_PRo, _NT, _MR],
|
|
1420
|
-
[() => ObjectReference
|
|
1434
|
+
[() => ObjectReference$, 0, 1],
|
|
1421
1435
|
];
|
|
1422
|
-
var BatchListPolicyAttachmentsResponse = [3, n0, _BLPAR, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
1423
|
-
var BatchLookupPolicy = [
|
|
1424
|
-
|
|
1436
|
+
var BatchListPolicyAttachmentsResponse$ = [3, n0, _BLPAR, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
1437
|
+
var BatchLookupPolicy$ = [
|
|
1438
|
+
3,
|
|
1439
|
+
n0,
|
|
1440
|
+
_BLP,
|
|
1441
|
+
0,
|
|
1442
|
+
[_OR, _NT, _MR],
|
|
1443
|
+
[() => ObjectReference$, 0, 1],
|
|
1444
|
+
];
|
|
1445
|
+
var BatchLookupPolicyResponse$ = [
|
|
1425
1446
|
3,
|
|
1426
1447
|
n0,
|
|
1427
1448
|
_BLPR,
|
|
@@ -1429,39 +1450,39 @@ var BatchLookupPolicyResponse = [
|
|
|
1429
1450
|
[_PTPL, _NT],
|
|
1430
1451
|
[() => PolicyToPathList, 0],
|
|
1431
1452
|
];
|
|
1432
|
-
var BatchReadException = [3, n0, _BRE, 0, [_T, _M], [0, 0]];
|
|
1433
|
-
var BatchReadOperation = [
|
|
1453
|
+
var BatchReadException$ = [3, n0, _BRE, 0, [_T, _M], [0, 0]];
|
|
1454
|
+
var BatchReadOperation$ = [
|
|
1434
1455
|
3,
|
|
1435
1456
|
n0,
|
|
1436
1457
|
_BRO,
|
|
1437
1458
|
0,
|
|
1438
1459
|
[_LOA, _LOC, _LAI, _LOPP, _GOI, _GOA, _LOP, _LOPi, _LPA, _LP, _LI, _LOTL, _LITL, _GLA],
|
|
1439
1460
|
[
|
|
1440
|
-
() => BatchListObjectAttributes
|
|
1441
|
-
() => BatchListObjectChildren
|
|
1442
|
-
() => BatchListAttachedIndices
|
|
1443
|
-
() => BatchListObjectParentPaths
|
|
1444
|
-
() => BatchGetObjectInformation
|
|
1445
|
-
() => BatchGetObjectAttributes
|
|
1446
|
-
() => BatchListObjectParents
|
|
1447
|
-
() => BatchListObjectPolicies
|
|
1448
|
-
() => BatchListPolicyAttachments
|
|
1449
|
-
() => BatchLookupPolicy
|
|
1450
|
-
() => BatchListIndex
|
|
1451
|
-
() => BatchListOutgoingTypedLinks
|
|
1452
|
-
() => BatchListIncomingTypedLinks
|
|
1453
|
-
() => BatchGetLinkAttributes
|
|
1461
|
+
() => BatchListObjectAttributes$,
|
|
1462
|
+
() => BatchListObjectChildren$,
|
|
1463
|
+
() => BatchListAttachedIndices$,
|
|
1464
|
+
() => BatchListObjectParentPaths$,
|
|
1465
|
+
() => BatchGetObjectInformation$,
|
|
1466
|
+
() => BatchGetObjectAttributes$,
|
|
1467
|
+
() => BatchListObjectParents$,
|
|
1468
|
+
() => BatchListObjectPolicies$,
|
|
1469
|
+
() => BatchListPolicyAttachments$,
|
|
1470
|
+
() => BatchLookupPolicy$,
|
|
1471
|
+
() => BatchListIndex$,
|
|
1472
|
+
() => BatchListOutgoingTypedLinks$,
|
|
1473
|
+
() => BatchListIncomingTypedLinks$,
|
|
1474
|
+
() => BatchGetLinkAttributes$,
|
|
1454
1475
|
],
|
|
1455
1476
|
];
|
|
1456
|
-
var BatchReadOperationResponse = [
|
|
1477
|
+
var BatchReadOperationResponse$ = [
|
|
1457
1478
|
3,
|
|
1458
1479
|
n0,
|
|
1459
1480
|
_BROR,
|
|
1460
1481
|
0,
|
|
1461
1482
|
[_SR, _ER],
|
|
1462
|
-
[() => BatchReadSuccessfulResponse
|
|
1483
|
+
[() => BatchReadSuccessfulResponse$, () => BatchReadException$],
|
|
1463
1484
|
];
|
|
1464
|
-
var BatchReadRequest = [
|
|
1485
|
+
var BatchReadRequest$ = [
|
|
1465
1486
|
3,
|
|
1466
1487
|
n0,
|
|
1467
1488
|
_BRR,
|
|
@@ -1469,108 +1490,108 @@ var BatchReadRequest = [
|
|
|
1469
1490
|
[_DA, _O, _CL],
|
|
1470
1491
|
[[0, { [_hH]: _xadp }], () => BatchReadOperationList, [0, { [_hH]: _xacl }]],
|
|
1471
1492
|
];
|
|
1472
|
-
var BatchReadResponse = [3, n0, _BRRa, 0, [_R], [() => BatchReadOperationResponseList]];
|
|
1473
|
-
var BatchReadSuccessfulResponse = [
|
|
1493
|
+
var BatchReadResponse$ = [3, n0, _BRRa, 0, [_R], [() => BatchReadOperationResponseList]];
|
|
1494
|
+
var BatchReadSuccessfulResponse$ = [
|
|
1474
1495
|
3,
|
|
1475
1496
|
n0,
|
|
1476
1497
|
_BRSR,
|
|
1477
1498
|
0,
|
|
1478
1499
|
[_LOA, _LOC, _GOI, _GOA, _LAI, _LOPP, _LOPi, _LPA, _LP, _LI, _LOTL, _LITL, _GLA, _LOP],
|
|
1479
1500
|
[
|
|
1480
|
-
() => BatchListObjectAttributesResponse
|
|
1481
|
-
() => BatchListObjectChildrenResponse
|
|
1482
|
-
() => BatchGetObjectInformationResponse
|
|
1483
|
-
() => BatchGetObjectAttributesResponse
|
|
1484
|
-
() => BatchListAttachedIndicesResponse
|
|
1485
|
-
() => BatchListObjectParentPathsResponse
|
|
1486
|
-
() => BatchListObjectPoliciesResponse
|
|
1487
|
-
() => BatchListPolicyAttachmentsResponse
|
|
1488
|
-
() => BatchLookupPolicyResponse
|
|
1489
|
-
() => BatchListIndexResponse
|
|
1490
|
-
() => BatchListOutgoingTypedLinksResponse
|
|
1491
|
-
() => BatchListIncomingTypedLinksResponse
|
|
1492
|
-
() => BatchGetLinkAttributesResponse
|
|
1493
|
-
() => BatchListObjectParentsResponse
|
|
1501
|
+
() => BatchListObjectAttributesResponse$,
|
|
1502
|
+
() => BatchListObjectChildrenResponse$,
|
|
1503
|
+
() => BatchGetObjectInformationResponse$,
|
|
1504
|
+
() => BatchGetObjectAttributesResponse$,
|
|
1505
|
+
() => BatchListAttachedIndicesResponse$,
|
|
1506
|
+
() => BatchListObjectParentPathsResponse$,
|
|
1507
|
+
() => BatchListObjectPoliciesResponse$,
|
|
1508
|
+
() => BatchListPolicyAttachmentsResponse$,
|
|
1509
|
+
() => BatchLookupPolicyResponse$,
|
|
1510
|
+
() => BatchListIndexResponse$,
|
|
1511
|
+
() => BatchListOutgoingTypedLinksResponse$,
|
|
1512
|
+
() => BatchListIncomingTypedLinksResponse$,
|
|
1513
|
+
() => BatchGetLinkAttributesResponse$,
|
|
1514
|
+
() => BatchListObjectParentsResponse$,
|
|
1494
1515
|
],
|
|
1495
1516
|
];
|
|
1496
|
-
var BatchRemoveFacetFromObject = [
|
|
1517
|
+
var BatchRemoveFacetFromObject$ = [
|
|
1497
1518
|
3,
|
|
1498
1519
|
n0,
|
|
1499
1520
|
_BRFFO,
|
|
1500
1521
|
0,
|
|
1501
1522
|
[_SF, _OR],
|
|
1502
|
-
[() => SchemaFacet
|
|
1523
|
+
[() => SchemaFacet$, () => ObjectReference$],
|
|
1503
1524
|
];
|
|
1504
|
-
var BatchRemoveFacetFromObjectResponse = [3, n0, _BRFFOR, 0, [], []];
|
|
1505
|
-
var BatchUpdateLinkAttributes = [
|
|
1525
|
+
var BatchRemoveFacetFromObjectResponse$ = [3, n0, _BRFFOR, 0, [], []];
|
|
1526
|
+
var BatchUpdateLinkAttributes$ = [
|
|
1506
1527
|
3,
|
|
1507
1528
|
n0,
|
|
1508
1529
|
_BULA,
|
|
1509
1530
|
0,
|
|
1510
1531
|
[_TLS, _AU],
|
|
1511
|
-
[() => TypedLinkSpecifier
|
|
1532
|
+
[() => TypedLinkSpecifier$, () => LinkAttributeUpdateList],
|
|
1512
1533
|
];
|
|
1513
|
-
var BatchUpdateLinkAttributesResponse = [3, n0, _BULAR, 0, [], []];
|
|
1514
|
-
var BatchUpdateObjectAttributes = [
|
|
1534
|
+
var BatchUpdateLinkAttributesResponse$ = [3, n0, _BULAR, 0, [], []];
|
|
1535
|
+
var BatchUpdateObjectAttributes$ = [
|
|
1515
1536
|
3,
|
|
1516
1537
|
n0,
|
|
1517
1538
|
_BUOA,
|
|
1518
1539
|
0,
|
|
1519
1540
|
[_OR, _AU],
|
|
1520
|
-
[() => ObjectReference
|
|
1541
|
+
[() => ObjectReference$, () => ObjectAttributeUpdateList],
|
|
1521
1542
|
];
|
|
1522
|
-
var BatchUpdateObjectAttributesResponse = [3, n0, _BUOAR, 0, [_OI], [0]];
|
|
1523
|
-
var BatchWriteException = [-3, n0, _BWE, { [_e]: _c }, [_I, _T, _M], [1, 0, 0]];
|
|
1524
|
-
schema.TypeRegistry.for(n0).registerError(BatchWriteException
|
|
1525
|
-
var BatchWriteOperation = [
|
|
1543
|
+
var BatchUpdateObjectAttributesResponse$ = [3, n0, _BUOAR, 0, [_OI], [0]];
|
|
1544
|
+
var BatchWriteException$ = [-3, n0, _BWE, { [_e]: _c }, [_I, _T, _M], [1, 0, 0]];
|
|
1545
|
+
schema.TypeRegistry.for(n0).registerError(BatchWriteException$, BatchWriteException);
|
|
1546
|
+
var BatchWriteOperation$ = [
|
|
1526
1547
|
3,
|
|
1527
1548
|
n0,
|
|
1528
1549
|
_BWO,
|
|
1529
1550
|
0,
|
|
1530
1551
|
[_CO, _AO, _DO, _UOA, _DOe, _AFTO, _RFFO, _AP, _DP, _CI, _ATI, _DFI, _ATL, _DTL, _ULA],
|
|
1531
1552
|
[
|
|
1532
|
-
() => BatchCreateObject
|
|
1533
|
-
() => BatchAttachObject
|
|
1534
|
-
() => BatchDetachObject
|
|
1535
|
-
() => BatchUpdateObjectAttributes
|
|
1536
|
-
() => BatchDeleteObject
|
|
1537
|
-
() => BatchAddFacetToObject
|
|
1538
|
-
() => BatchRemoveFacetFromObject
|
|
1539
|
-
() => BatchAttachPolicy
|
|
1540
|
-
() => BatchDetachPolicy
|
|
1541
|
-
() => BatchCreateIndex
|
|
1542
|
-
() => BatchAttachToIndex
|
|
1543
|
-
() => BatchDetachFromIndex
|
|
1544
|
-
() => BatchAttachTypedLink
|
|
1545
|
-
() => BatchDetachTypedLink
|
|
1546
|
-
() => BatchUpdateLinkAttributes
|
|
1553
|
+
() => BatchCreateObject$,
|
|
1554
|
+
() => BatchAttachObject$,
|
|
1555
|
+
() => BatchDetachObject$,
|
|
1556
|
+
() => BatchUpdateObjectAttributes$,
|
|
1557
|
+
() => BatchDeleteObject$,
|
|
1558
|
+
() => BatchAddFacetToObject$,
|
|
1559
|
+
() => BatchRemoveFacetFromObject$,
|
|
1560
|
+
() => BatchAttachPolicy$,
|
|
1561
|
+
() => BatchDetachPolicy$,
|
|
1562
|
+
() => BatchCreateIndex$,
|
|
1563
|
+
() => BatchAttachToIndex$,
|
|
1564
|
+
() => BatchDetachFromIndex$,
|
|
1565
|
+
() => BatchAttachTypedLink$,
|
|
1566
|
+
() => BatchDetachTypedLink$,
|
|
1567
|
+
() => BatchUpdateLinkAttributes$,
|
|
1547
1568
|
],
|
|
1548
1569
|
];
|
|
1549
|
-
var BatchWriteOperationResponse = [
|
|
1570
|
+
var BatchWriteOperationResponse$ = [
|
|
1550
1571
|
3,
|
|
1551
1572
|
n0,
|
|
1552
1573
|
_BWOR,
|
|
1553
1574
|
0,
|
|
1554
1575
|
[_CO, _AO, _DO, _UOA, _DOe, _AFTO, _RFFO, _AP, _DP, _CI, _ATI, _DFI, _ATL, _DTL, _ULA],
|
|
1555
1576
|
[
|
|
1556
|
-
() => BatchCreateObjectResponse
|
|
1557
|
-
() => BatchAttachObjectResponse
|
|
1558
|
-
() => BatchDetachObjectResponse
|
|
1559
|
-
() => BatchUpdateObjectAttributesResponse
|
|
1560
|
-
() => BatchDeleteObjectResponse
|
|
1561
|
-
() => BatchAddFacetToObjectResponse
|
|
1562
|
-
() => BatchRemoveFacetFromObjectResponse
|
|
1563
|
-
() => BatchAttachPolicyResponse
|
|
1564
|
-
() => BatchDetachPolicyResponse
|
|
1565
|
-
() => BatchCreateIndexResponse
|
|
1566
|
-
() => BatchAttachToIndexResponse
|
|
1567
|
-
() => BatchDetachFromIndexResponse
|
|
1568
|
-
() => BatchAttachTypedLinkResponse
|
|
1569
|
-
() => BatchDetachTypedLinkResponse
|
|
1570
|
-
() => BatchUpdateLinkAttributesResponse
|
|
1577
|
+
() => BatchCreateObjectResponse$,
|
|
1578
|
+
() => BatchAttachObjectResponse$,
|
|
1579
|
+
() => BatchDetachObjectResponse$,
|
|
1580
|
+
() => BatchUpdateObjectAttributesResponse$,
|
|
1581
|
+
() => BatchDeleteObjectResponse$,
|
|
1582
|
+
() => BatchAddFacetToObjectResponse$,
|
|
1583
|
+
() => BatchRemoveFacetFromObjectResponse$,
|
|
1584
|
+
() => BatchAttachPolicyResponse$,
|
|
1585
|
+
() => BatchDetachPolicyResponse$,
|
|
1586
|
+
() => BatchCreateIndexResponse$,
|
|
1587
|
+
() => BatchAttachToIndexResponse$,
|
|
1588
|
+
() => BatchDetachFromIndexResponse$,
|
|
1589
|
+
() => BatchAttachTypedLinkResponse$,
|
|
1590
|
+
() => BatchDetachTypedLinkResponse$,
|
|
1591
|
+
() => BatchUpdateLinkAttributesResponse$,
|
|
1571
1592
|
],
|
|
1572
1593
|
];
|
|
1573
|
-
var BatchWriteRequest = [
|
|
1594
|
+
var BatchWriteRequest$ = [
|
|
1574
1595
|
3,
|
|
1575
1596
|
n0,
|
|
1576
1597
|
_BWR,
|
|
@@ -1578,12 +1599,19 @@ var BatchWriteRequest = [
|
|
|
1578
1599
|
[_DA, _O],
|
|
1579
1600
|
[[0, { [_hH]: _xadp }], () => BatchWriteOperationList],
|
|
1580
1601
|
];
|
|
1581
|
-
var BatchWriteResponse = [
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1602
|
+
var BatchWriteResponse$ = [
|
|
1603
|
+
3,
|
|
1604
|
+
n0,
|
|
1605
|
+
_BWRa,
|
|
1606
|
+
0,
|
|
1607
|
+
[_R],
|
|
1608
|
+
[() => BatchWriteOperationResponseList],
|
|
1609
|
+
];
|
|
1610
|
+
var CannotListParentOfRootException$ = [-3, n0, _CLPORE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1611
|
+
schema.TypeRegistry.for(n0).registerError(CannotListParentOfRootException$, CannotListParentOfRootException);
|
|
1612
|
+
var CreateDirectoryRequest$ = [3, n0, _CDR, 0, [_N, _SA], [0, [0, { [_hH]: _xadp }]]];
|
|
1613
|
+
var CreateDirectoryResponse$ = [3, n0, _CDRr, 0, [_DA, _N, _OI, _ASA], [0, 0, 0, 0]];
|
|
1614
|
+
var CreateFacetRequest$ = [
|
|
1587
1615
|
3,
|
|
1588
1616
|
n0,
|
|
1589
1617
|
_CFR,
|
|
@@ -1591,52 +1619,52 @@ var CreateFacetRequest = [
|
|
|
1591
1619
|
[_SA, _N, _A, _OT, _FS],
|
|
1592
1620
|
[[0, { [_hH]: _xadp }], 0, () => FacetAttributeList, 0, 0],
|
|
1593
1621
|
];
|
|
1594
|
-
var CreateFacetResponse = [3, n0, _CFRr, 0, [], []];
|
|
1595
|
-
var CreateIndexRequest = [
|
|
1622
|
+
var CreateFacetResponse$ = [3, n0, _CFRr, 0, [], []];
|
|
1623
|
+
var CreateIndexRequest$ = [
|
|
1596
1624
|
3,
|
|
1597
1625
|
n0,
|
|
1598
1626
|
_CIR,
|
|
1599
1627
|
0,
|
|
1600
1628
|
[_DA, _OIAL, _IU, _PR, _LN],
|
|
1601
|
-
[[0, { [_hH]: _xadp }], () => AttributeKeyList, 2, () => ObjectReference
|
|
1629
|
+
[[0, { [_hH]: _xadp }], () => AttributeKeyList, 2, () => ObjectReference$, 0],
|
|
1602
1630
|
];
|
|
1603
|
-
var CreateIndexResponse = [3, n0, _CIRr, 0, [_OI], [0]];
|
|
1604
|
-
var CreateObjectRequest = [
|
|
1631
|
+
var CreateIndexResponse$ = [3, n0, _CIRr, 0, [_OI], [0]];
|
|
1632
|
+
var CreateObjectRequest$ = [
|
|
1605
1633
|
3,
|
|
1606
1634
|
n0,
|
|
1607
1635
|
_COR,
|
|
1608
1636
|
0,
|
|
1609
1637
|
[_DA, _SFc, _OAL, _PR, _LN],
|
|
1610
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference
|
|
1638
|
+
[[0, { [_hH]: _xadp }], () => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference$, 0],
|
|
1611
1639
|
];
|
|
1612
|
-
var CreateObjectResponse = [3, n0, _CORr, 0, [_OI], [0]];
|
|
1613
|
-
var CreateSchemaRequest = [3, n0, _CSR, 0, [_N], [0]];
|
|
1614
|
-
var CreateSchemaResponse = [3, n0, _CSRr, 0, [_SA], [0]];
|
|
1615
|
-
var CreateTypedLinkFacetRequest = [
|
|
1640
|
+
var CreateObjectResponse$ = [3, n0, _CORr, 0, [_OI], [0]];
|
|
1641
|
+
var CreateSchemaRequest$ = [3, n0, _CSR, 0, [_N], [0]];
|
|
1642
|
+
var CreateSchemaResponse$ = [3, n0, _CSRr, 0, [_SA], [0]];
|
|
1643
|
+
var CreateTypedLinkFacetRequest$ = [
|
|
1616
1644
|
3,
|
|
1617
1645
|
n0,
|
|
1618
1646
|
_CTLFR,
|
|
1619
1647
|
0,
|
|
1620
1648
|
[_SA, _F],
|
|
1621
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkFacet],
|
|
1622
|
-
];
|
|
1623
|
-
var CreateTypedLinkFacetResponse = [3, n0, _CTLFRr, 0, [], []];
|
|
1624
|
-
var DeleteDirectoryRequest = [3, n0, _DDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1625
|
-
var DeleteDirectoryResponse = [3, n0, _DDRe, 0, [_DA], [0]];
|
|
1626
|
-
var DeleteFacetRequest = [3, n0, _DFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1627
|
-
var DeleteFacetResponse = [3, n0, _DFRe, 0, [], []];
|
|
1628
|
-
var DeleteObjectRequest = [
|
|
1649
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkFacet$],
|
|
1650
|
+
];
|
|
1651
|
+
var CreateTypedLinkFacetResponse$ = [3, n0, _CTLFRr, 0, [], []];
|
|
1652
|
+
var DeleteDirectoryRequest$ = [3, n0, _DDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1653
|
+
var DeleteDirectoryResponse$ = [3, n0, _DDRe, 0, [_DA], [0]];
|
|
1654
|
+
var DeleteFacetRequest$ = [3, n0, _DFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1655
|
+
var DeleteFacetResponse$ = [3, n0, _DFRe, 0, [], []];
|
|
1656
|
+
var DeleteObjectRequest$ = [
|
|
1629
1657
|
3,
|
|
1630
1658
|
n0,
|
|
1631
1659
|
_DOR,
|
|
1632
1660
|
0,
|
|
1633
1661
|
[_DA, _OR],
|
|
1634
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference],
|
|
1662
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$],
|
|
1635
1663
|
];
|
|
1636
|
-
var DeleteObjectResponse = [3, n0, _DORe, 0, [], []];
|
|
1637
|
-
var DeleteSchemaRequest = [3, n0, _DSR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1638
|
-
var DeleteSchemaResponse = [3, n0, _DSRe, 0, [_SA], [0]];
|
|
1639
|
-
var DeleteTypedLinkFacetRequest = [
|
|
1664
|
+
var DeleteObjectResponse$ = [3, n0, _DORe, 0, [], []];
|
|
1665
|
+
var DeleteSchemaRequest$ = [3, n0, _DSR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1666
|
+
var DeleteSchemaResponse$ = [3, n0, _DSRe, 0, [_SA], [0]];
|
|
1667
|
+
var DeleteTypedLinkFacetRequest$ = [
|
|
1640
1668
|
3,
|
|
1641
1669
|
n0,
|
|
1642
1670
|
_DTLFR,
|
|
@@ -1644,97 +1672,97 @@ var DeleteTypedLinkFacetRequest = [
|
|
|
1644
1672
|
[_SA, _N],
|
|
1645
1673
|
[[0, { [_hH]: _xadp }], 0],
|
|
1646
1674
|
];
|
|
1647
|
-
var DeleteTypedLinkFacetResponse = [3, n0, _DTLFRe, 0, [], []];
|
|
1648
|
-
var DetachFromIndexRequest = [
|
|
1675
|
+
var DeleteTypedLinkFacetResponse$ = [3, n0, _DTLFRe, 0, [], []];
|
|
1676
|
+
var DetachFromIndexRequest$ = [
|
|
1649
1677
|
3,
|
|
1650
1678
|
n0,
|
|
1651
1679
|
_DFIR,
|
|
1652
1680
|
0,
|
|
1653
1681
|
[_DA, _IR, _TR],
|
|
1654
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1682
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
1655
1683
|
];
|
|
1656
|
-
var DetachFromIndexResponse = [3, n0, _DFIRe, 0, [_DOI], [0]];
|
|
1657
|
-
var DetachObjectRequest = [
|
|
1684
|
+
var DetachFromIndexResponse$ = [3, n0, _DFIRe, 0, [_DOI], [0]];
|
|
1685
|
+
var DetachObjectRequest$ = [
|
|
1658
1686
|
3,
|
|
1659
1687
|
n0,
|
|
1660
1688
|
_DORet,
|
|
1661
1689
|
0,
|
|
1662
1690
|
[_DA, _PR, _LN],
|
|
1663
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1691
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0],
|
|
1664
1692
|
];
|
|
1665
|
-
var DetachObjectResponse = [3, n0, _DOReta, 0, [_DOI], [0]];
|
|
1666
|
-
var DetachPolicyRequest = [
|
|
1693
|
+
var DetachObjectResponse$ = [3, n0, _DOReta, 0, [_DOI], [0]];
|
|
1694
|
+
var DetachPolicyRequest$ = [
|
|
1667
1695
|
3,
|
|
1668
1696
|
n0,
|
|
1669
1697
|
_DPR,
|
|
1670
1698
|
0,
|
|
1671
1699
|
[_DA, _PRo, _OR],
|
|
1672
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1700
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
1673
1701
|
];
|
|
1674
|
-
var DetachPolicyResponse = [3, n0, _DPRe, 0, [], []];
|
|
1675
|
-
var DetachTypedLinkRequest = [
|
|
1702
|
+
var DetachPolicyResponse$ = [3, n0, _DPRe, 0, [], []];
|
|
1703
|
+
var DetachTypedLinkRequest$ = [
|
|
1676
1704
|
3,
|
|
1677
1705
|
n0,
|
|
1678
1706
|
_DTLR,
|
|
1679
1707
|
0,
|
|
1680
1708
|
[_DA, _TLS],
|
|
1681
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier],
|
|
1682
|
-
];
|
|
1683
|
-
var Directory = [3, n0, _D, 0, [_N, _DA, _S, _CDT], [0, 0, 0, 4]];
|
|
1684
|
-
var DirectoryAlreadyExistsException = [-3, n0, _DAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1685
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryAlreadyExistsException
|
|
1686
|
-
var DirectoryDeletedException = [-3, n0, _DDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1687
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryDeletedException
|
|
1688
|
-
var DirectoryNotDisabledException = [-3, n0, _DNDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1689
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryNotDisabledException
|
|
1690
|
-
var DirectoryNotEnabledException = [-3, n0, _DNEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1691
|
-
schema.TypeRegistry.for(n0).registerError(DirectoryNotEnabledException
|
|
1692
|
-
var DisableDirectoryRequest = [3, n0, _DDRi, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1693
|
-
var DisableDirectoryResponse = [3, n0, _DDRis, 0, [_DA], [0]];
|
|
1694
|
-
var EnableDirectoryRequest = [3, n0, _EDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1695
|
-
var EnableDirectoryResponse = [3, n0, _EDRn, 0, [_DA], [0]];
|
|
1696
|
-
var Facet = [3, n0, _F, 0, [_N, _OT, _FS], [0, 0, 0]];
|
|
1697
|
-
var FacetAlreadyExistsException = [-3, n0, _FAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1698
|
-
schema.TypeRegistry.for(n0).registerError(FacetAlreadyExistsException
|
|
1699
|
-
var FacetAttribute = [
|
|
1709
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$],
|
|
1710
|
+
];
|
|
1711
|
+
var Directory$ = [3, n0, _D, 0, [_N, _DA, _S, _CDT], [0, 0, 0, 4]];
|
|
1712
|
+
var DirectoryAlreadyExistsException$ = [-3, n0, _DAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1713
|
+
schema.TypeRegistry.for(n0).registerError(DirectoryAlreadyExistsException$, DirectoryAlreadyExistsException);
|
|
1714
|
+
var DirectoryDeletedException$ = [-3, n0, _DDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1715
|
+
schema.TypeRegistry.for(n0).registerError(DirectoryDeletedException$, DirectoryDeletedException);
|
|
1716
|
+
var DirectoryNotDisabledException$ = [-3, n0, _DNDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1717
|
+
schema.TypeRegistry.for(n0).registerError(DirectoryNotDisabledException$, DirectoryNotDisabledException);
|
|
1718
|
+
var DirectoryNotEnabledException$ = [-3, n0, _DNEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1719
|
+
schema.TypeRegistry.for(n0).registerError(DirectoryNotEnabledException$, DirectoryNotEnabledException);
|
|
1720
|
+
var DisableDirectoryRequest$ = [3, n0, _DDRi, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1721
|
+
var DisableDirectoryResponse$ = [3, n0, _DDRis, 0, [_DA], [0]];
|
|
1722
|
+
var EnableDirectoryRequest$ = [3, n0, _EDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1723
|
+
var EnableDirectoryResponse$ = [3, n0, _EDRn, 0, [_DA], [0]];
|
|
1724
|
+
var Facet$ = [3, n0, _F, 0, [_N, _OT, _FS], [0, 0, 0]];
|
|
1725
|
+
var FacetAlreadyExistsException$ = [-3, n0, _FAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1726
|
+
schema.TypeRegistry.for(n0).registerError(FacetAlreadyExistsException$, FacetAlreadyExistsException);
|
|
1727
|
+
var FacetAttribute$ = [
|
|
1700
1728
|
3,
|
|
1701
1729
|
n0,
|
|
1702
1730
|
_FA,
|
|
1703
1731
|
0,
|
|
1704
1732
|
[_N, _AD, _AR, _RB],
|
|
1705
|
-
[0, () => FacetAttributeDefinition
|
|
1733
|
+
[0, () => FacetAttributeDefinition$, () => FacetAttributeReference$, 0],
|
|
1706
1734
|
];
|
|
1707
|
-
var FacetAttributeDefinition = [
|
|
1735
|
+
var FacetAttributeDefinition$ = [
|
|
1708
1736
|
3,
|
|
1709
1737
|
n0,
|
|
1710
1738
|
_FAD,
|
|
1711
1739
|
0,
|
|
1712
1740
|
[_T, _DV, _II, _Ru],
|
|
1713
|
-
[0, () => TypedAttributeValue
|
|
1714
|
-
];
|
|
1715
|
-
var FacetAttributeReference = [3, n0, _FARa, 0, [_TFN, _TAN], [0, 0]];
|
|
1716
|
-
var FacetAttributeUpdate = [3, n0, _FAU, 0, [_At, _Ac], [() => FacetAttribute
|
|
1717
|
-
var FacetInUseException = [-3, n0, _FIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1718
|
-
schema.TypeRegistry.for(n0).registerError(FacetInUseException
|
|
1719
|
-
var FacetNotFoundException = [-3, n0, _FNFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1720
|
-
schema.TypeRegistry.for(n0).registerError(FacetNotFoundException
|
|
1721
|
-
var FacetValidationException = [-3, n0, _FVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1722
|
-
schema.TypeRegistry.for(n0).registerError(FacetValidationException
|
|
1723
|
-
var GetAppliedSchemaVersionRequest = [3, n0, _GASVR, 0, [_SA], [0]];
|
|
1724
|
-
var GetAppliedSchemaVersionResponse = [3, n0, _GASVRe, 0, [_ASA], [0]];
|
|
1725
|
-
var GetDirectoryRequest = [3, n0, _GDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1726
|
-
var GetDirectoryResponse = [3, n0, _GDRe, 0, [_D], [() => Directory]];
|
|
1727
|
-
var GetFacetRequest = [3, n0, _GFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1728
|
-
var GetFacetResponse = [3, n0, _GFRe, 0, [_F], [() => Facet]];
|
|
1729
|
-
var GetLinkAttributesRequest = [
|
|
1741
|
+
[0, () => TypedAttributeValue$, 2, () => RuleMap],
|
|
1742
|
+
];
|
|
1743
|
+
var FacetAttributeReference$ = [3, n0, _FARa, 0, [_TFN, _TAN], [0, 0]];
|
|
1744
|
+
var FacetAttributeUpdate$ = [3, n0, _FAU, 0, [_At, _Ac], [() => FacetAttribute$, 0]];
|
|
1745
|
+
var FacetInUseException$ = [-3, n0, _FIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1746
|
+
schema.TypeRegistry.for(n0).registerError(FacetInUseException$, FacetInUseException);
|
|
1747
|
+
var FacetNotFoundException$ = [-3, n0, _FNFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1748
|
+
schema.TypeRegistry.for(n0).registerError(FacetNotFoundException$, FacetNotFoundException);
|
|
1749
|
+
var FacetValidationException$ = [-3, n0, _FVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1750
|
+
schema.TypeRegistry.for(n0).registerError(FacetValidationException$, FacetValidationException);
|
|
1751
|
+
var GetAppliedSchemaVersionRequest$ = [3, n0, _GASVR, 0, [_SA], [0]];
|
|
1752
|
+
var GetAppliedSchemaVersionResponse$ = [3, n0, _GASVRe, 0, [_ASA], [0]];
|
|
1753
|
+
var GetDirectoryRequest$ = [3, n0, _GDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1754
|
+
var GetDirectoryResponse$ = [3, n0, _GDRe, 0, [_D], [() => Directory$]];
|
|
1755
|
+
var GetFacetRequest$ = [3, n0, _GFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1756
|
+
var GetFacetResponse$ = [3, n0, _GFRe, 0, [_F], [() => Facet$]];
|
|
1757
|
+
var GetLinkAttributesRequest$ = [
|
|
1730
1758
|
3,
|
|
1731
1759
|
n0,
|
|
1732
1760
|
_GLAR,
|
|
1733
1761
|
0,
|
|
1734
1762
|
[_DA, _TLS, _ANt, _CL],
|
|
1735
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier
|
|
1763
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$, 64 | 0, 0],
|
|
1736
1764
|
];
|
|
1737
|
-
var GetLinkAttributesResponse = [
|
|
1765
|
+
var GetLinkAttributesResponse$ = [
|
|
1738
1766
|
3,
|
|
1739
1767
|
n0,
|
|
1740
1768
|
_GLARe,
|
|
@@ -1742,15 +1770,15 @@ var GetLinkAttributesResponse = [
|
|
|
1742
1770
|
[_A],
|
|
1743
1771
|
[() => AttributeKeyAndValueList],
|
|
1744
1772
|
];
|
|
1745
|
-
var GetObjectAttributesRequest = [
|
|
1773
|
+
var GetObjectAttributesRequest$ = [
|
|
1746
1774
|
3,
|
|
1747
1775
|
n0,
|
|
1748
1776
|
_GOAR,
|
|
1749
1777
|
0,
|
|
1750
1778
|
[_DA, _OR, _CL, _SF, _ANt],
|
|
1751
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1779
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, [0, { [_hH]: _xacl }], () => SchemaFacet$, 64 | 0],
|
|
1752
1780
|
];
|
|
1753
|
-
var GetObjectAttributesResponse = [
|
|
1781
|
+
var GetObjectAttributesResponse$ = [
|
|
1754
1782
|
3,
|
|
1755
1783
|
n0,
|
|
1756
1784
|
_GOARe,
|
|
@@ -1758,15 +1786,15 @@ var GetObjectAttributesResponse = [
|
|
|
1758
1786
|
[_A],
|
|
1759
1787
|
[() => AttributeKeyAndValueList],
|
|
1760
1788
|
];
|
|
1761
|
-
var GetObjectInformationRequest = [
|
|
1789
|
+
var GetObjectInformationRequest$ = [
|
|
1762
1790
|
3,
|
|
1763
1791
|
n0,
|
|
1764
1792
|
_GOIR,
|
|
1765
1793
|
0,
|
|
1766
1794
|
[_DA, _OR, _CL],
|
|
1767
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1795
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, [0, { [_hH]: _xacl }]],
|
|
1768
1796
|
];
|
|
1769
|
-
var GetObjectInformationResponse = [
|
|
1797
|
+
var GetObjectInformationResponse$ = [
|
|
1770
1798
|
3,
|
|
1771
1799
|
n0,
|
|
1772
1800
|
_GOIRe,
|
|
@@ -1774,9 +1802,9 @@ var GetObjectInformationResponse = [
|
|
|
1774
1802
|
[_SFc, _OI],
|
|
1775
1803
|
[() => SchemaFacetList, 0],
|
|
1776
1804
|
];
|
|
1777
|
-
var GetSchemaAsJsonRequest = [3, n0, _GSAJR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1778
|
-
var GetSchemaAsJsonResponse = [3, n0, _GSAJRe, 0, [_N, _Do], [0, 0]];
|
|
1779
|
-
var GetTypedLinkFacetInformationRequest = [
|
|
1805
|
+
var GetSchemaAsJsonRequest$ = [3, n0, _GSAJR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1806
|
+
var GetSchemaAsJsonResponse$ = [3, n0, _GSAJRe, 0, [_N, _Do], [0, 0]];
|
|
1807
|
+
var GetTypedLinkFacetInformationRequest$ = [
|
|
1780
1808
|
3,
|
|
1781
1809
|
n0,
|
|
1782
1810
|
_GTLFIR,
|
|
@@ -1784,52 +1812,73 @@ var GetTypedLinkFacetInformationRequest = [
|
|
|
1784
1812
|
[_SA, _N],
|
|
1785
1813
|
[[0, { [_hH]: _xadp }], 0],
|
|
1786
1814
|
];
|
|
1787
|
-
var GetTypedLinkFacetInformationResponse = [3, n0, _GTLFIRe, 0, [_IAO], [64 | 0]];
|
|
1788
|
-
var IncompatibleSchemaException = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1789
|
-
schema.TypeRegistry.for(n0).registerError(IncompatibleSchemaException
|
|
1790
|
-
var IndexAttachment = [
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
var
|
|
1815
|
+
var GetTypedLinkFacetInformationResponse$ = [3, n0, _GTLFIRe, 0, [_IAO], [64 | 0]];
|
|
1816
|
+
var IncompatibleSchemaException$ = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1817
|
+
schema.TypeRegistry.for(n0).registerError(IncompatibleSchemaException$, IncompatibleSchemaException);
|
|
1818
|
+
var IndexAttachment$ = [
|
|
1819
|
+
3,
|
|
1820
|
+
n0,
|
|
1821
|
+
_IAn,
|
|
1822
|
+
0,
|
|
1823
|
+
[_IAnd, _OI],
|
|
1824
|
+
[() => AttributeKeyAndValueList, 0],
|
|
1825
|
+
];
|
|
1826
|
+
var IndexedAttributeMissingException$ = [-3, n0, _IAME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1827
|
+
schema.TypeRegistry.for(n0).registerError(IndexedAttributeMissingException$, IndexedAttributeMissingException);
|
|
1828
|
+
var InternalServiceException$ = [-3, n0, _ISEn, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1829
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
1830
|
+
var InvalidArnException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1831
|
+
schema.TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1832
|
+
var InvalidAttachmentException$ = [-3, n0, _IAEn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1833
|
+
schema.TypeRegistry.for(n0).registerError(InvalidAttachmentException$, InvalidAttachmentException);
|
|
1834
|
+
var InvalidFacetUpdateException$ = [-3, n0, _IFUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1835
|
+
schema.TypeRegistry.for(n0).registerError(InvalidFacetUpdateException$, InvalidFacetUpdateException);
|
|
1836
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1837
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1838
|
+
var InvalidRuleException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1839
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRuleException$, InvalidRuleException);
|
|
1840
|
+
var InvalidSchemaDocException$ = [-3, n0, _ISDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1841
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSchemaDocException$, InvalidSchemaDocException);
|
|
1842
|
+
var InvalidTaggingRequestException$ = [-3, n0, _ITRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1843
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTaggingRequestException$, InvalidTaggingRequestException);
|
|
1844
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1845
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1846
|
+
var LinkAttributeAction$ = [
|
|
1847
|
+
3,
|
|
1848
|
+
n0,
|
|
1849
|
+
_LAA,
|
|
1850
|
+
0,
|
|
1851
|
+
[_AAT, _AUV],
|
|
1852
|
+
[0, () => TypedAttributeValue$],
|
|
1853
|
+
];
|
|
1854
|
+
var LinkAttributeUpdate$ = [
|
|
1813
1855
|
3,
|
|
1814
1856
|
n0,
|
|
1815
1857
|
_LAU,
|
|
1816
1858
|
0,
|
|
1817
1859
|
[_AK, _AA],
|
|
1818
|
-
[() => AttributeKey
|
|
1860
|
+
[() => AttributeKey$, () => LinkAttributeAction$],
|
|
1819
1861
|
];
|
|
1820
|
-
var LinkNameAlreadyInUseException = [-3, n0, _LNAIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1821
|
-
schema.TypeRegistry.for(n0).registerError(LinkNameAlreadyInUseException
|
|
1822
|
-
var ListAppliedSchemaArnsRequest = [
|
|
1823
|
-
|
|
1824
|
-
|
|
1862
|
+
var LinkNameAlreadyInUseException$ = [-3, n0, _LNAIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1863
|
+
schema.TypeRegistry.for(n0).registerError(LinkNameAlreadyInUseException$, LinkNameAlreadyInUseException);
|
|
1864
|
+
var ListAppliedSchemaArnsRequest$ = [
|
|
1865
|
+
3,
|
|
1866
|
+
n0,
|
|
1867
|
+
_LASAR,
|
|
1868
|
+
0,
|
|
1869
|
+
[_DA, _SA, _NT, _MR],
|
|
1870
|
+
[0, 0, 0, 1],
|
|
1871
|
+
];
|
|
1872
|
+
var ListAppliedSchemaArnsResponse$ = [3, n0, _LASARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1873
|
+
var ListAttachedIndicesRequest$ = [
|
|
1825
1874
|
3,
|
|
1826
1875
|
n0,
|
|
1827
1876
|
_LAIR,
|
|
1828
1877
|
0,
|
|
1829
1878
|
[_DA, _TR, _NT, _MR, _CL],
|
|
1830
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1879
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
1831
1880
|
];
|
|
1832
|
-
var ListAttachedIndicesResponse = [
|
|
1881
|
+
var ListAttachedIndicesResponse$ = [
|
|
1833
1882
|
3,
|
|
1834
1883
|
n0,
|
|
1835
1884
|
_LAIRi,
|
|
@@ -1837,11 +1886,11 @@ var ListAttachedIndicesResponse = [
|
|
|
1837
1886
|
[_IA, _NT],
|
|
1838
1887
|
[() => IndexAttachmentList, 0],
|
|
1839
1888
|
];
|
|
1840
|
-
var ListDevelopmentSchemaArnsRequest = [3, n0, _LDSAR, 0, [_NT, _MR], [0, 1]];
|
|
1841
|
-
var ListDevelopmentSchemaArnsResponse = [3, n0, _LDSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1842
|
-
var ListDirectoriesRequest = [3, n0, _LDR, 0, [_NT, _MR, _st], [0, 1, 0]];
|
|
1843
|
-
var ListDirectoriesResponse = [3, n0, _LDRi, 0, [_Di, _NT], [() => DirectoryList, 0]];
|
|
1844
|
-
var ListFacetAttributesRequest = [
|
|
1889
|
+
var ListDevelopmentSchemaArnsRequest$ = [3, n0, _LDSAR, 0, [_NT, _MR], [0, 1]];
|
|
1890
|
+
var ListDevelopmentSchemaArnsResponse$ = [3, n0, _LDSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1891
|
+
var ListDirectoriesRequest$ = [3, n0, _LDR, 0, [_NT, _MR, _st], [0, 1, 0]];
|
|
1892
|
+
var ListDirectoriesResponse$ = [3, n0, _LDRi, 0, [_Di, _NT], [() => DirectoryList, 0]];
|
|
1893
|
+
var ListFacetAttributesRequest$ = [
|
|
1845
1894
|
3,
|
|
1846
1895
|
n0,
|
|
1847
1896
|
_LFAR,
|
|
@@ -1849,7 +1898,7 @@ var ListFacetAttributesRequest = [
|
|
|
1849
1898
|
[_SA, _N, _NT, _MR],
|
|
1850
1899
|
[[0, { [_hH]: _xadp }], 0, 0, 1],
|
|
1851
1900
|
];
|
|
1852
|
-
var ListFacetAttributesResponse = [
|
|
1901
|
+
var ListFacetAttributesResponse$ = [
|
|
1853
1902
|
3,
|
|
1854
1903
|
n0,
|
|
1855
1904
|
_LFARi,
|
|
@@ -1857,7 +1906,7 @@ var ListFacetAttributesResponse = [
|
|
|
1857
1906
|
[_A, _NT],
|
|
1858
1907
|
[() => FacetAttributeList, 0],
|
|
1859
1908
|
];
|
|
1860
|
-
var ListFacetNamesRequest = [
|
|
1909
|
+
var ListFacetNamesRequest$ = [
|
|
1861
1910
|
3,
|
|
1862
1911
|
n0,
|
|
1863
1912
|
_LFNR,
|
|
@@ -1865,8 +1914,8 @@ var ListFacetNamesRequest = [
|
|
|
1865
1914
|
[_SA, _NT, _MR],
|
|
1866
1915
|
[[0, { [_hH]: _xadp }], 0, 1],
|
|
1867
1916
|
];
|
|
1868
|
-
var ListFacetNamesResponse = [3, n0, _LFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
1869
|
-
var ListIncomingTypedLinksRequest = [
|
|
1917
|
+
var ListFacetNamesResponse$ = [3, n0, _LFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
1918
|
+
var ListIncomingTypedLinksRequest$ = [
|
|
1870
1919
|
3,
|
|
1871
1920
|
n0,
|
|
1872
1921
|
_LITLR,
|
|
@@ -1874,15 +1923,15 @@ var ListIncomingTypedLinksRequest = [
|
|
|
1874
1923
|
[_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
|
|
1875
1924
|
[
|
|
1876
1925
|
[0, { [_hH]: _xadp }],
|
|
1877
|
-
() => ObjectReference
|
|
1926
|
+
() => ObjectReference$,
|
|
1878
1927
|
() => TypedLinkAttributeRangeList,
|
|
1879
|
-
() => TypedLinkSchemaAndFacetName
|
|
1928
|
+
() => TypedLinkSchemaAndFacetName$,
|
|
1880
1929
|
0,
|
|
1881
1930
|
1,
|
|
1882
1931
|
0,
|
|
1883
1932
|
],
|
|
1884
1933
|
];
|
|
1885
|
-
var ListIncomingTypedLinksResponse = [
|
|
1934
|
+
var ListIncomingTypedLinksResponse$ = [
|
|
1886
1935
|
3,
|
|
1887
1936
|
n0,
|
|
1888
1937
|
_LITLRi,
|
|
@@ -1890,26 +1939,26 @@ var ListIncomingTypedLinksResponse = [
|
|
|
1890
1939
|
[_LS, _NT],
|
|
1891
1940
|
[() => TypedLinkSpecifierList, 0],
|
|
1892
1941
|
];
|
|
1893
|
-
var ListIndexRequest = [
|
|
1942
|
+
var ListIndexRequest$ = [
|
|
1894
1943
|
3,
|
|
1895
1944
|
n0,
|
|
1896
1945
|
_LIR,
|
|
1897
1946
|
0,
|
|
1898
1947
|
[_DA, _ROIV, _IR, _MR, _NT, _CL],
|
|
1899
|
-
[[0, { [_hH]: _xadp }], () => ObjectAttributeRangeList, () => ObjectReference
|
|
1948
|
+
[[0, { [_hH]: _xadp }], () => ObjectAttributeRangeList, () => ObjectReference$, 1, 0, [0, { [_hH]: _xacl }]],
|
|
1900
1949
|
];
|
|
1901
|
-
var ListIndexResponse = [3, n0, _LIRi, 0, [_IA, _NT], [() => IndexAttachmentList, 0]];
|
|
1902
|
-
var ListManagedSchemaArnsRequest = [3, n0, _LMSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
1903
|
-
var ListManagedSchemaArnsResponse = [3, n0, _LMSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1904
|
-
var ListObjectAttributesRequest = [
|
|
1950
|
+
var ListIndexResponse$ = [3, n0, _LIRi, 0, [_IA, _NT], [() => IndexAttachmentList, 0]];
|
|
1951
|
+
var ListManagedSchemaArnsRequest$ = [3, n0, _LMSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
1952
|
+
var ListManagedSchemaArnsResponse$ = [3, n0, _LMSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1953
|
+
var ListObjectAttributesRequest$ = [
|
|
1905
1954
|
3,
|
|
1906
1955
|
n0,
|
|
1907
1956
|
_LOAR,
|
|
1908
1957
|
0,
|
|
1909
1958
|
[_DA, _OR, _NT, _MR, _CL, _FF],
|
|
1910
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1959
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }], () => SchemaFacet$],
|
|
1911
1960
|
];
|
|
1912
|
-
var ListObjectAttributesResponse = [
|
|
1961
|
+
var ListObjectAttributesResponse$ = [
|
|
1913
1962
|
3,
|
|
1914
1963
|
n0,
|
|
1915
1964
|
_LOARi,
|
|
@@ -1917,24 +1966,24 @@ var ListObjectAttributesResponse = [
|
|
|
1917
1966
|
[_A, _NT],
|
|
1918
1967
|
[() => AttributeKeyAndValueList, 0],
|
|
1919
1968
|
];
|
|
1920
|
-
var ListObjectChildrenRequest = [
|
|
1969
|
+
var ListObjectChildrenRequest$ = [
|
|
1921
1970
|
3,
|
|
1922
1971
|
n0,
|
|
1923
1972
|
_LOCR,
|
|
1924
1973
|
0,
|
|
1925
1974
|
[_DA, _OR, _NT, _MR, _CL],
|
|
1926
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1975
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
1927
1976
|
];
|
|
1928
|
-
var ListObjectChildrenResponse = [3, n0, _LOCRi, 0, [_C, _NT], [128 | 0, 0]];
|
|
1929
|
-
var ListObjectParentPathsRequest = [
|
|
1977
|
+
var ListObjectChildrenResponse$ = [3, n0, _LOCRi, 0, [_C, _NT], [128 | 0, 0]];
|
|
1978
|
+
var ListObjectParentPathsRequest$ = [
|
|
1930
1979
|
3,
|
|
1931
1980
|
n0,
|
|
1932
1981
|
_LOPPR,
|
|
1933
1982
|
0,
|
|
1934
1983
|
[_DA, _OR, _NT, _MR],
|
|
1935
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1984
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1],
|
|
1936
1985
|
];
|
|
1937
|
-
var ListObjectParentPathsResponse = [
|
|
1986
|
+
var ListObjectParentPathsResponse$ = [
|
|
1938
1987
|
3,
|
|
1939
1988
|
n0,
|
|
1940
1989
|
_LOPPRi,
|
|
@@ -1942,15 +1991,15 @@ var ListObjectParentPathsResponse = [
|
|
|
1942
1991
|
[_PTOIL, _NT],
|
|
1943
1992
|
[() => PathToObjectIdentifiersList, 0],
|
|
1944
1993
|
];
|
|
1945
|
-
var ListObjectParentsRequest = [
|
|
1994
|
+
var ListObjectParentsRequest$ = [
|
|
1946
1995
|
3,
|
|
1947
1996
|
n0,
|
|
1948
1997
|
_LOPR,
|
|
1949
1998
|
0,
|
|
1950
1999
|
[_DA, _OR, _NT, _MR, _CL, _IALTEP],
|
|
1951
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
2000
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }], 2],
|
|
1952
2001
|
];
|
|
1953
|
-
var ListObjectParentsResponse = [
|
|
2002
|
+
var ListObjectParentsResponse$ = [
|
|
1954
2003
|
3,
|
|
1955
2004
|
n0,
|
|
1956
2005
|
_LOPRi,
|
|
@@ -1958,16 +2007,16 @@ var ListObjectParentsResponse = [
|
|
|
1958
2007
|
[_P, _NT, _PL],
|
|
1959
2008
|
[128 | 0, 0, () => ObjectIdentifierAndLinkNameList],
|
|
1960
2009
|
];
|
|
1961
|
-
var ListObjectPoliciesRequest = [
|
|
2010
|
+
var ListObjectPoliciesRequest$ = [
|
|
1962
2011
|
3,
|
|
1963
2012
|
n0,
|
|
1964
2013
|
_LOPRis,
|
|
1965
2014
|
0,
|
|
1966
2015
|
[_DA, _OR, _NT, _MR, _CL],
|
|
1967
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
2016
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
1968
2017
|
];
|
|
1969
|
-
var ListObjectPoliciesResponse = [3, n0, _LOPRist, 0, [_API, _NT], [64 | 0, 0]];
|
|
1970
|
-
var ListOutgoingTypedLinksRequest = [
|
|
2018
|
+
var ListObjectPoliciesResponse$ = [3, n0, _LOPRist, 0, [_API, _NT], [64 | 0, 0]];
|
|
2019
|
+
var ListOutgoingTypedLinksRequest$ = [
|
|
1971
2020
|
3,
|
|
1972
2021
|
n0,
|
|
1973
2022
|
_LOTLR,
|
|
@@ -1975,15 +2024,15 @@ var ListOutgoingTypedLinksRequest = [
|
|
|
1975
2024
|
[_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
|
|
1976
2025
|
[
|
|
1977
2026
|
[0, { [_hH]: _xadp }],
|
|
1978
|
-
() => ObjectReference
|
|
2027
|
+
() => ObjectReference$,
|
|
1979
2028
|
() => TypedLinkAttributeRangeList,
|
|
1980
|
-
() => TypedLinkSchemaAndFacetName
|
|
2029
|
+
() => TypedLinkSchemaAndFacetName$,
|
|
1981
2030
|
0,
|
|
1982
2031
|
1,
|
|
1983
2032
|
0,
|
|
1984
2033
|
],
|
|
1985
2034
|
];
|
|
1986
|
-
var ListOutgoingTypedLinksResponse = [
|
|
2035
|
+
var ListOutgoingTypedLinksResponse$ = [
|
|
1987
2036
|
3,
|
|
1988
2037
|
n0,
|
|
1989
2038
|
_LOTLRi,
|
|
@@ -1991,20 +2040,20 @@ var ListOutgoingTypedLinksResponse = [
|
|
|
1991
2040
|
[_TLSy, _NT],
|
|
1992
2041
|
[() => TypedLinkSpecifierList, 0],
|
|
1993
2042
|
];
|
|
1994
|
-
var ListPolicyAttachmentsRequest = [
|
|
2043
|
+
var ListPolicyAttachmentsRequest$ = [
|
|
1995
2044
|
3,
|
|
1996
2045
|
n0,
|
|
1997
2046
|
_LPAR,
|
|
1998
2047
|
0,
|
|
1999
2048
|
[_DA, _PRo, _NT, _MR, _CL],
|
|
2000
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
2001
|
-
];
|
|
2002
|
-
var ListPolicyAttachmentsResponse = [3, n0, _LPARi, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
2003
|
-
var ListPublishedSchemaArnsRequest = [3, n0, _LPSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
2004
|
-
var ListPublishedSchemaArnsResponse = [3, n0, _LPSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
2005
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA, _NT, _MR], [0, 0, 1]];
|
|
2006
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
2007
|
-
var ListTypedLinkFacetAttributesRequest = [
|
|
2049
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
2050
|
+
];
|
|
2051
|
+
var ListPolicyAttachmentsResponse$ = [3, n0, _LPARi, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
2052
|
+
var ListPublishedSchemaArnsRequest$ = [3, n0, _LPSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
2053
|
+
var ListPublishedSchemaArnsResponse$ = [3, n0, _LPSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
2054
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA, _NT, _MR], [0, 0, 1]];
|
|
2055
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
2056
|
+
var ListTypedLinkFacetAttributesRequest$ = [
|
|
2008
2057
|
3,
|
|
2009
2058
|
n0,
|
|
2010
2059
|
_LTLFAR,
|
|
@@ -2012,7 +2061,7 @@ var ListTypedLinkFacetAttributesRequest = [
|
|
|
2012
2061
|
[_SA, _N, _NT, _MR],
|
|
2013
2062
|
[[0, { [_hH]: _xadp }], 0, 0, 1],
|
|
2014
2063
|
];
|
|
2015
|
-
var ListTypedLinkFacetAttributesResponse = [
|
|
2064
|
+
var ListTypedLinkFacetAttributesResponse$ = [
|
|
2016
2065
|
3,
|
|
2017
2066
|
n0,
|
|
2018
2067
|
_LTLFARi,
|
|
@@ -2020,7 +2069,7 @@ var ListTypedLinkFacetAttributesResponse = [
|
|
|
2020
2069
|
[_A, _NT],
|
|
2021
2070
|
[() => TypedLinkAttributeDefinitionList, 0],
|
|
2022
2071
|
];
|
|
2023
|
-
var ListTypedLinkFacetNamesRequest = [
|
|
2072
|
+
var ListTypedLinkFacetNamesRequest$ = [
|
|
2024
2073
|
3,
|
|
2025
2074
|
n0,
|
|
2026
2075
|
_LTLFNR,
|
|
@@ -2028,56 +2077,56 @@ var ListTypedLinkFacetNamesRequest = [
|
|
|
2028
2077
|
[_SA, _NT, _MR],
|
|
2029
2078
|
[[0, { [_hH]: _xadp }], 0, 1],
|
|
2030
2079
|
];
|
|
2031
|
-
var ListTypedLinkFacetNamesResponse = [3, n0, _LTLFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
2032
|
-
var LookupPolicyRequest = [
|
|
2080
|
+
var ListTypedLinkFacetNamesResponse$ = [3, n0, _LTLFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
2081
|
+
var LookupPolicyRequest$ = [
|
|
2033
2082
|
3,
|
|
2034
2083
|
n0,
|
|
2035
2084
|
_LPR,
|
|
2036
2085
|
0,
|
|
2037
2086
|
[_DA, _OR, _NT, _MR],
|
|
2038
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
2039
|
-
];
|
|
2040
|
-
var LookupPolicyResponse = [3, n0, _LPRo, 0, [_PTPL, _NT], [() => PolicyToPathList, 0]];
|
|
2041
|
-
var NotIndexException = [-3, n0, _NIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2042
|
-
schema.TypeRegistry.for(n0).registerError(NotIndexException
|
|
2043
|
-
var NotNodeException = [-3, n0, _NNE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2044
|
-
schema.TypeRegistry.for(n0).registerError(NotNodeException
|
|
2045
|
-
var NotPolicyException = [-3, n0, _NPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2046
|
-
schema.TypeRegistry.for(n0).registerError(NotPolicyException
|
|
2047
|
-
var ObjectAlreadyDetachedException = [-3, n0, _OADE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2048
|
-
schema.TypeRegistry.for(n0).registerError(ObjectAlreadyDetachedException
|
|
2049
|
-
var ObjectAttributeAction = [
|
|
2087
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1],
|
|
2088
|
+
];
|
|
2089
|
+
var LookupPolicyResponse$ = [3, n0, _LPRo, 0, [_PTPL, _NT], [() => PolicyToPathList, 0]];
|
|
2090
|
+
var NotIndexException$ = [-3, n0, _NIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2091
|
+
schema.TypeRegistry.for(n0).registerError(NotIndexException$, NotIndexException);
|
|
2092
|
+
var NotNodeException$ = [-3, n0, _NNE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2093
|
+
schema.TypeRegistry.for(n0).registerError(NotNodeException$, NotNodeException);
|
|
2094
|
+
var NotPolicyException$ = [-3, n0, _NPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2095
|
+
schema.TypeRegistry.for(n0).registerError(NotPolicyException$, NotPolicyException);
|
|
2096
|
+
var ObjectAlreadyDetachedException$ = [-3, n0, _OADE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2097
|
+
schema.TypeRegistry.for(n0).registerError(ObjectAlreadyDetachedException$, ObjectAlreadyDetachedException);
|
|
2098
|
+
var ObjectAttributeAction$ = [
|
|
2050
2099
|
3,
|
|
2051
2100
|
n0,
|
|
2052
2101
|
_OAA,
|
|
2053
2102
|
0,
|
|
2054
2103
|
[_OAAT, _OAUV],
|
|
2055
|
-
[0, () => TypedAttributeValue],
|
|
2104
|
+
[0, () => TypedAttributeValue$],
|
|
2056
2105
|
];
|
|
2057
|
-
var ObjectAttributeRange = [
|
|
2106
|
+
var ObjectAttributeRange$ = [
|
|
2058
2107
|
3,
|
|
2059
2108
|
n0,
|
|
2060
2109
|
_OAR,
|
|
2061
2110
|
0,
|
|
2062
2111
|
[_AK, _Ra],
|
|
2063
|
-
[() => AttributeKey
|
|
2112
|
+
[() => AttributeKey$, () => TypedAttributeValueRange$],
|
|
2064
2113
|
];
|
|
2065
|
-
var ObjectAttributeUpdate = [
|
|
2114
|
+
var ObjectAttributeUpdate$ = [
|
|
2066
2115
|
3,
|
|
2067
2116
|
n0,
|
|
2068
2117
|
_OAU,
|
|
2069
2118
|
0,
|
|
2070
2119
|
[_OAK, _OAA],
|
|
2071
|
-
[() => AttributeKey
|
|
2072
|
-
];
|
|
2073
|
-
var ObjectIdentifierAndLinkNameTuple = [3, n0, _OIALNT, 0, [_OI, _LN], [0, 0]];
|
|
2074
|
-
var ObjectNotDetachedException = [-3, n0, _ONDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2075
|
-
schema.TypeRegistry.for(n0).registerError(ObjectNotDetachedException
|
|
2076
|
-
var ObjectReference = [3, n0, _OR, 0, [_Se], [0]];
|
|
2077
|
-
var PathToObjectIdentifiers = [3, n0, _PTOI, 0, [_Pa, _OIb], [0, 64 | 0]];
|
|
2078
|
-
var PolicyAttachment = [3, n0, _PA, 0, [_PI, _OI, _PT], [0, 0, 0]];
|
|
2079
|
-
var PolicyToPath = [3, n0, _PTP, 0, [_Pa, _Po], [0, () => PolicyAttachmentList]];
|
|
2080
|
-
var PublishSchemaRequest = [
|
|
2120
|
+
[() => AttributeKey$, () => ObjectAttributeAction$],
|
|
2121
|
+
];
|
|
2122
|
+
var ObjectIdentifierAndLinkNameTuple$ = [3, n0, _OIALNT, 0, [_OI, _LN], [0, 0]];
|
|
2123
|
+
var ObjectNotDetachedException$ = [-3, n0, _ONDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2124
|
+
schema.TypeRegistry.for(n0).registerError(ObjectNotDetachedException$, ObjectNotDetachedException);
|
|
2125
|
+
var ObjectReference$ = [3, n0, _OR, 0, [_Se], [0]];
|
|
2126
|
+
var PathToObjectIdentifiers$ = [3, n0, _PTOI, 0, [_Pa, _OIb], [0, 64 | 0]];
|
|
2127
|
+
var PolicyAttachment$ = [3, n0, _PA, 0, [_PI, _OI, _PT], [0, 0, 0]];
|
|
2128
|
+
var PolicyToPath$ = [3, n0, _PTP, 0, [_Pa, _Po], [0, () => PolicyAttachmentList]];
|
|
2129
|
+
var PublishSchemaRequest$ = [
|
|
2081
2130
|
3,
|
|
2082
2131
|
n0,
|
|
2083
2132
|
_PSR,
|
|
@@ -2085,58 +2134,65 @@ var PublishSchemaRequest = [
|
|
|
2085
2134
|
[_DSA, _Ve, _MV, _N],
|
|
2086
2135
|
[[0, { [_hH]: _xadp }], 0, 0, 0],
|
|
2087
2136
|
];
|
|
2088
|
-
var PublishSchemaResponse = [3, n0, _PSRu, 0, [_PSA], [0]];
|
|
2089
|
-
var PutSchemaFromJsonRequest = [
|
|
2090
|
-
|
|
2091
|
-
|
|
2137
|
+
var PublishSchemaResponse$ = [3, n0, _PSRu, 0, [_PSA], [0]];
|
|
2138
|
+
var PutSchemaFromJsonRequest$ = [
|
|
2139
|
+
3,
|
|
2140
|
+
n0,
|
|
2141
|
+
_PSFJR,
|
|
2142
|
+
0,
|
|
2143
|
+
[_SA, _Do],
|
|
2144
|
+
[[0, { [_hH]: _xadp }], 0],
|
|
2145
|
+
];
|
|
2146
|
+
var PutSchemaFromJsonResponse$ = [3, n0, _PSFJRu, 0, [_Ar], [0]];
|
|
2147
|
+
var RemoveFacetFromObjectRequest$ = [
|
|
2092
2148
|
3,
|
|
2093
2149
|
n0,
|
|
2094
2150
|
_RFFOR,
|
|
2095
2151
|
0,
|
|
2096
2152
|
[_DA, _SF, _OR],
|
|
2097
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacet
|
|
2098
|
-
];
|
|
2099
|
-
var RemoveFacetFromObjectResponse = [3, n0, _RFFORe, 0, [], []];
|
|
2100
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2101
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
2102
|
-
var RetryableConflictException = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
2103
|
-
schema.TypeRegistry.for(n0).registerError(RetryableConflictException
|
|
2104
|
-
var Rule = [3, n0, _Rul, 0, [_T, _Par], [0, 128 | 0]];
|
|
2105
|
-
var SchemaAlreadyExistsException = [-3, n0, _SAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2106
|
-
schema.TypeRegistry.for(n0).registerError(SchemaAlreadyExistsException
|
|
2107
|
-
var SchemaAlreadyPublishedException = [-3, n0, _SAPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2108
|
-
schema.TypeRegistry.for(n0).registerError(SchemaAlreadyPublishedException
|
|
2109
|
-
var SchemaFacet = [3, n0, _SF, 0, [_SA, _FN], [0, 0]];
|
|
2110
|
-
var StillContainsLinksException = [-3, n0, _SCLE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2111
|
-
schema.TypeRegistry.for(n0).registerError(StillContainsLinksException
|
|
2112
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2113
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
2114
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
2115
|
-
var TypedAttributeValueRange = [
|
|
2153
|
+
[[0, { [_hH]: _xadp }], () => SchemaFacet$, () => ObjectReference$],
|
|
2154
|
+
];
|
|
2155
|
+
var RemoveFacetFromObjectResponse$ = [3, n0, _RFFORe, 0, [], []];
|
|
2156
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
2157
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2158
|
+
var RetryableConflictException$ = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
2159
|
+
schema.TypeRegistry.for(n0).registerError(RetryableConflictException$, RetryableConflictException);
|
|
2160
|
+
var Rule$ = [3, n0, _Rul, 0, [_T, _Par], [0, 128 | 0]];
|
|
2161
|
+
var SchemaAlreadyExistsException$ = [-3, n0, _SAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2162
|
+
schema.TypeRegistry.for(n0).registerError(SchemaAlreadyExistsException$, SchemaAlreadyExistsException);
|
|
2163
|
+
var SchemaAlreadyPublishedException$ = [-3, n0, _SAPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2164
|
+
schema.TypeRegistry.for(n0).registerError(SchemaAlreadyPublishedException$, SchemaAlreadyPublishedException);
|
|
2165
|
+
var SchemaFacet$ = [3, n0, _SF, 0, [_SA, _FN], [0, 0]];
|
|
2166
|
+
var StillContainsLinksException$ = [-3, n0, _SCLE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2167
|
+
schema.TypeRegistry.for(n0).registerError(StillContainsLinksException$, StillContainsLinksException);
|
|
2168
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2169
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
2170
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
2171
|
+
var TypedAttributeValueRange$ = [
|
|
2116
2172
|
3,
|
|
2117
2173
|
n0,
|
|
2118
2174
|
_TAVR,
|
|
2119
2175
|
0,
|
|
2120
2176
|
[_SM, _SV, _EM, _EV],
|
|
2121
|
-
[0, () => TypedAttributeValue
|
|
2177
|
+
[0, () => TypedAttributeValue$, 0, () => TypedAttributeValue$],
|
|
2122
2178
|
];
|
|
2123
|
-
var TypedLinkAttributeDefinition = [
|
|
2179
|
+
var TypedLinkAttributeDefinition$ = [
|
|
2124
2180
|
3,
|
|
2125
2181
|
n0,
|
|
2126
2182
|
_TLAD,
|
|
2127
2183
|
0,
|
|
2128
2184
|
[_N, _T, _DV, _II, _Ru, _RB],
|
|
2129
|
-
[0, 0, () => TypedAttributeValue
|
|
2185
|
+
[0, 0, () => TypedAttributeValue$, 2, () => RuleMap, 0],
|
|
2130
2186
|
];
|
|
2131
|
-
var TypedLinkAttributeRange = [
|
|
2187
|
+
var TypedLinkAttributeRange$ = [
|
|
2132
2188
|
3,
|
|
2133
2189
|
n0,
|
|
2134
2190
|
_TLAR,
|
|
2135
2191
|
0,
|
|
2136
2192
|
[_AN, _Ra],
|
|
2137
|
-
[0, () => TypedAttributeValueRange],
|
|
2193
|
+
[0, () => TypedAttributeValueRange$],
|
|
2138
2194
|
];
|
|
2139
|
-
var TypedLinkFacet = [
|
|
2195
|
+
var TypedLinkFacet$ = [
|
|
2140
2196
|
3,
|
|
2141
2197
|
n0,
|
|
2142
2198
|
_TLF,
|
|
@@ -2144,28 +2200,28 @@ var TypedLinkFacet = [
|
|
|
2144
2200
|
[_N, _A, _IAO],
|
|
2145
2201
|
[0, () => TypedLinkAttributeDefinitionList, 64 | 0],
|
|
2146
2202
|
];
|
|
2147
|
-
var TypedLinkFacetAttributeUpdate = [
|
|
2203
|
+
var TypedLinkFacetAttributeUpdate$ = [
|
|
2148
2204
|
3,
|
|
2149
2205
|
n0,
|
|
2150
2206
|
_TLFAU,
|
|
2151
2207
|
0,
|
|
2152
2208
|
[_At, _Ac],
|
|
2153
|
-
[() => TypedLinkAttributeDefinition
|
|
2209
|
+
[() => TypedLinkAttributeDefinition$, 0],
|
|
2154
2210
|
];
|
|
2155
|
-
var TypedLinkSchemaAndFacetName = [3, n0, _TLSAFN, 0, [_SA, _TLN], [0, 0]];
|
|
2156
|
-
var TypedLinkSpecifier = [
|
|
2211
|
+
var TypedLinkSchemaAndFacetName$ = [3, n0, _TLSAFN, 0, [_SA, _TLN], [0, 0]];
|
|
2212
|
+
var TypedLinkSpecifier$ = [
|
|
2157
2213
|
3,
|
|
2158
2214
|
n0,
|
|
2159
2215
|
_TLS,
|
|
2160
2216
|
0,
|
|
2161
2217
|
[_TLF, _SOR, _TOR, _IAV],
|
|
2162
|
-
[() => TypedLinkSchemaAndFacetName
|
|
2218
|
+
[() => TypedLinkSchemaAndFacetName$, () => ObjectReference$, () => ObjectReference$, () => AttributeNameAndValueList],
|
|
2163
2219
|
];
|
|
2164
|
-
var UnsupportedIndexTypeException = [-3, n0, _UITE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2165
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedIndexTypeException
|
|
2166
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
2167
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
2168
|
-
var UpdateFacetRequest = [
|
|
2220
|
+
var UnsupportedIndexTypeException$ = [-3, n0, _UITE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2221
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedIndexTypeException$, UnsupportedIndexTypeException);
|
|
2222
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
2223
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
2224
|
+
var UpdateFacetRequest$ = [
|
|
2169
2225
|
3,
|
|
2170
2226
|
n0,
|
|
2171
2227
|
_UFR,
|
|
@@ -2173,28 +2229,28 @@ var UpdateFacetRequest = [
|
|
|
2173
2229
|
[_SA, _N, _AU, _OT],
|
|
2174
2230
|
[[0, { [_hH]: _xadp }], 0, () => FacetAttributeUpdateList, 0],
|
|
2175
2231
|
];
|
|
2176
|
-
var UpdateFacetResponse = [3, n0, _UFRp, 0, [], []];
|
|
2177
|
-
var UpdateLinkAttributesRequest = [
|
|
2232
|
+
var UpdateFacetResponse$ = [3, n0, _UFRp, 0, [], []];
|
|
2233
|
+
var UpdateLinkAttributesRequest$ = [
|
|
2178
2234
|
3,
|
|
2179
2235
|
n0,
|
|
2180
2236
|
_ULAR,
|
|
2181
2237
|
0,
|
|
2182
2238
|
[_DA, _TLS, _AU],
|
|
2183
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier
|
|
2239
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$, () => LinkAttributeUpdateList],
|
|
2184
2240
|
];
|
|
2185
|
-
var UpdateLinkAttributesResponse = [3, n0, _ULARp, 0, [], []];
|
|
2186
|
-
var UpdateObjectAttributesRequest = [
|
|
2241
|
+
var UpdateLinkAttributesResponse$ = [3, n0, _ULARp, 0, [], []];
|
|
2242
|
+
var UpdateObjectAttributesRequest$ = [
|
|
2187
2243
|
3,
|
|
2188
2244
|
n0,
|
|
2189
2245
|
_UOAR,
|
|
2190
2246
|
0,
|
|
2191
2247
|
[_DA, _OR, _AU],
|
|
2192
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
2248
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectAttributeUpdateList],
|
|
2193
2249
|
];
|
|
2194
|
-
var UpdateObjectAttributesResponse = [3, n0, _UOARp, 0, [_OI], [0]];
|
|
2195
|
-
var UpdateSchemaRequest = [3, n0, _USR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
2196
|
-
var UpdateSchemaResponse = [3, n0, _USRp, 0, [_SA], [0]];
|
|
2197
|
-
var UpdateTypedLinkFacetRequest = [
|
|
2250
|
+
var UpdateObjectAttributesResponse$ = [3, n0, _UOARp, 0, [_OI], [0]];
|
|
2251
|
+
var UpdateSchemaRequest$ = [3, n0, _USR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
2252
|
+
var UpdateSchemaResponse$ = [3, n0, _USRp, 0, [_SA], [0]];
|
|
2253
|
+
var UpdateTypedLinkFacetRequest$ = [
|
|
2198
2254
|
3,
|
|
2199
2255
|
n0,
|
|
2200
2256
|
_UTLFR,
|
|
@@ -2202,10 +2258,10 @@ var UpdateTypedLinkFacetRequest = [
|
|
|
2202
2258
|
[_SA, _N, _AU, _IAO],
|
|
2203
2259
|
[[0, { [_hH]: _xadp }], 0, () => TypedLinkFacetAttributeUpdateList, 64 | 0],
|
|
2204
2260
|
];
|
|
2205
|
-
var UpdateTypedLinkFacetResponse = [3, n0, _UTLFRp, 0, [], []];
|
|
2206
|
-
var UpgradeAppliedSchemaRequest = [3, n0, _UASR, 0, [_PSA, _DA, _DR], [0, 0, 2]];
|
|
2207
|
-
var UpgradeAppliedSchemaResponse = [3, n0, _UASRp, 0, [_USA, _DA], [0, 0]];
|
|
2208
|
-
var UpgradePublishedSchemaRequest = [
|
|
2261
|
+
var UpdateTypedLinkFacetResponse$ = [3, n0, _UTLFRp, 0, [], []];
|
|
2262
|
+
var UpgradeAppliedSchemaRequest$ = [3, n0, _UASR, 0, [_PSA, _DA, _DR], [0, 0, 2]];
|
|
2263
|
+
var UpgradeAppliedSchemaResponse$ = [3, n0, _UASRp, 0, [_USA, _DA], [0, 0]];
|
|
2264
|
+
var UpgradePublishedSchemaRequest$ = [
|
|
2209
2265
|
3,
|
|
2210
2266
|
n0,
|
|
2211
2267
|
_UPSR,
|
|
@@ -2213,50 +2269,38 @@ var UpgradePublishedSchemaRequest = [
|
|
|
2213
2269
|
[_DSA, _PSA, _MV, _DR],
|
|
2214
2270
|
[0, 0, 0, 2],
|
|
2215
2271
|
];
|
|
2216
|
-
var UpgradePublishedSchemaResponse = [3, n0, _UPSRp, 0, [_USA], [0]];
|
|
2217
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2218
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
2272
|
+
var UpgradePublishedSchemaResponse$ = [3, n0, _UPSRp, 0, [_USA], [0]];
|
|
2273
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
2274
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2219
2275
|
var __Unit = "unit";
|
|
2220
|
-
var CloudDirectoryServiceException = [-3, _sm, "CloudDirectoryServiceException", 0, [], []];
|
|
2221
|
-
schema.TypeRegistry.for(_sm).registerError(CloudDirectoryServiceException
|
|
2222
|
-
var AttributeKeyAndValueList = [1, n0, _AKAVL, 0, () => AttributeKeyAndValue];
|
|
2223
|
-
var AttributeKeyList = [1, n0, _AKL, 0, () => AttributeKey];
|
|
2224
|
-
var AttributeNameAndValueList = [1, n0, _ANAVL, 0, () => AttributeNameAndValue];
|
|
2225
|
-
var BatchReadOperationList = [1, n0, _BROL, 0, () => BatchReadOperation];
|
|
2226
|
-
var BatchReadOperationResponseList = [1, n0, _BRORL, 0, () => BatchReadOperationResponse];
|
|
2227
|
-
var BatchWriteOperationList = [1, n0, _BWOL, 0, () => BatchWriteOperation];
|
|
2228
|
-
var BatchWriteOperationResponseList = [1, n0, _BWORL, 0, () => BatchWriteOperationResponse];
|
|
2229
|
-
var DirectoryList = [1, n0, _DL, 0, () => Directory];
|
|
2230
|
-
var FacetAttributeList = [1, n0, _FAL, 0, () => FacetAttribute];
|
|
2231
|
-
var FacetAttributeUpdateList = [1, n0, _FAUL, 0, () => FacetAttributeUpdate];
|
|
2232
|
-
var IndexAttachmentList = [1, n0, _IAL, 0, () => IndexAttachment];
|
|
2233
|
-
var LinkAttributeUpdateList = [1, n0, _LAUL, 0, () => LinkAttributeUpdate];
|
|
2234
|
-
var ObjectAttributeRangeList = [1, n0, _OARL, 0, () => ObjectAttributeRange];
|
|
2235
|
-
var ObjectAttributeUpdateList = [1, n0, _OAUL, 0, () => ObjectAttributeUpdate];
|
|
2236
|
-
var ObjectIdentifierAndLinkNameList = [
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
];
|
|
2243
|
-
var
|
|
2244
|
-
var
|
|
2245
|
-
var
|
|
2246
|
-
var
|
|
2247
|
-
var
|
|
2248
|
-
var TypedLinkAttributeDefinitionList = [1, n0, _TLADL, 0, () => TypedLinkAttributeDefinition];
|
|
2249
|
-
var TypedLinkAttributeRangeList = [1, n0, _TLARL, 0, () => TypedLinkAttributeRange];
|
|
2250
|
-
var TypedLinkFacetAttributeUpdateList = [
|
|
2251
|
-
1,
|
|
2252
|
-
n0,
|
|
2253
|
-
_TLFAUL,
|
|
2254
|
-
0,
|
|
2255
|
-
() => TypedLinkFacetAttributeUpdate,
|
|
2256
|
-
];
|
|
2257
|
-
var TypedLinkSpecifierList = [1, n0, _TLSL, 0, () => TypedLinkSpecifier];
|
|
2258
|
-
var RuleMap = [2, n0, _RM, 0, 0, () => Rule];
|
|
2259
|
-
var TypedAttributeValue = [
|
|
2276
|
+
var CloudDirectoryServiceException$ = [-3, _sm, "CloudDirectoryServiceException", 0, [], []];
|
|
2277
|
+
schema.TypeRegistry.for(_sm).registerError(CloudDirectoryServiceException$, CloudDirectoryServiceException);
|
|
2278
|
+
var AttributeKeyAndValueList = [1, n0, _AKAVL, 0, () => AttributeKeyAndValue$];
|
|
2279
|
+
var AttributeKeyList = [1, n0, _AKL, 0, () => AttributeKey$];
|
|
2280
|
+
var AttributeNameAndValueList = [1, n0, _ANAVL, 0, () => AttributeNameAndValue$];
|
|
2281
|
+
var BatchReadOperationList = [1, n0, _BROL, 0, () => BatchReadOperation$];
|
|
2282
|
+
var BatchReadOperationResponseList = [1, n0, _BRORL, 0, () => BatchReadOperationResponse$];
|
|
2283
|
+
var BatchWriteOperationList = [1, n0, _BWOL, 0, () => BatchWriteOperation$];
|
|
2284
|
+
var BatchWriteOperationResponseList = [1, n0, _BWORL, 0, () => BatchWriteOperationResponse$];
|
|
2285
|
+
var DirectoryList = [1, n0, _DL, 0, () => Directory$];
|
|
2286
|
+
var FacetAttributeList = [1, n0, _FAL, 0, () => FacetAttribute$];
|
|
2287
|
+
var FacetAttributeUpdateList = [1, n0, _FAUL, 0, () => FacetAttributeUpdate$];
|
|
2288
|
+
var IndexAttachmentList = [1, n0, _IAL, 0, () => IndexAttachment$];
|
|
2289
|
+
var LinkAttributeUpdateList = [1, n0, _LAUL, 0, () => LinkAttributeUpdate$];
|
|
2290
|
+
var ObjectAttributeRangeList = [1, n0, _OARL, 0, () => ObjectAttributeRange$];
|
|
2291
|
+
var ObjectAttributeUpdateList = [1, n0, _OAUL, 0, () => ObjectAttributeUpdate$];
|
|
2292
|
+
var ObjectIdentifierAndLinkNameList = [1, n0, _OIALNL, 0, () => ObjectIdentifierAndLinkNameTuple$];
|
|
2293
|
+
var PathToObjectIdentifiersList = [1, n0, _PTOIL, 0, () => PathToObjectIdentifiers$];
|
|
2294
|
+
var PolicyAttachmentList = [1, n0, _PAL, 0, () => PolicyAttachment$];
|
|
2295
|
+
var PolicyToPathList = [1, n0, _PTPL, 0, () => PolicyToPath$];
|
|
2296
|
+
var SchemaFacetList = [1, n0, _SFL, 0, () => SchemaFacet$];
|
|
2297
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
2298
|
+
var TypedLinkAttributeDefinitionList = [1, n0, _TLADL, 0, () => TypedLinkAttributeDefinition$];
|
|
2299
|
+
var TypedLinkAttributeRangeList = [1, n0, _TLARL, 0, () => TypedLinkAttributeRange$];
|
|
2300
|
+
var TypedLinkFacetAttributeUpdateList = [1, n0, _TLFAUL, 0, () => TypedLinkFacetAttributeUpdate$];
|
|
2301
|
+
var TypedLinkSpecifierList = [1, n0, _TLSL, 0, () => TypedLinkSpecifier$];
|
|
2302
|
+
var RuleMap = [2, n0, _RM, 0, 0, () => Rule$];
|
|
2303
|
+
var TypedAttributeValue$ = [
|
|
2260
2304
|
3,
|
|
2261
2305
|
n0,
|
|
2262
2306
|
_TAV,
|
|
@@ -2264,533 +2308,533 @@ var TypedAttributeValue = [
|
|
|
2264
2308
|
[_SVt, _BV, _BVo, _NV, _DVa],
|
|
2265
2309
|
[0, 21, 2, 0, 4],
|
|
2266
2310
|
];
|
|
2267
|
-
var AddFacetToObject = [
|
|
2311
|
+
var AddFacetToObject$ = [
|
|
2268
2312
|
9,
|
|
2269
2313
|
n0,
|
|
2270
2314
|
_AFTO,
|
|
2271
2315
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets", 200] },
|
|
2272
|
-
() => AddFacetToObjectRequest
|
|
2273
|
-
() => AddFacetToObjectResponse
|
|
2316
|
+
() => AddFacetToObjectRequest$,
|
|
2317
|
+
() => AddFacetToObjectResponse$,
|
|
2274
2318
|
];
|
|
2275
|
-
var ApplySchema = [
|
|
2319
|
+
var ApplySchema$ = [
|
|
2276
2320
|
9,
|
|
2277
2321
|
n0,
|
|
2278
2322
|
_AS,
|
|
2279
2323
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/apply", 200] },
|
|
2280
|
-
() => ApplySchemaRequest
|
|
2281
|
-
() => ApplySchemaResponse
|
|
2324
|
+
() => ApplySchemaRequest$,
|
|
2325
|
+
() => ApplySchemaResponse$,
|
|
2282
2326
|
];
|
|
2283
|
-
var AttachObject = [
|
|
2327
|
+
var AttachObject$ = [
|
|
2284
2328
|
9,
|
|
2285
2329
|
n0,
|
|
2286
2330
|
_AO,
|
|
2287
2331
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/attach", 200] },
|
|
2288
|
-
() => AttachObjectRequest
|
|
2289
|
-
() => AttachObjectResponse
|
|
2332
|
+
() => AttachObjectRequest$,
|
|
2333
|
+
() => AttachObjectResponse$,
|
|
2290
2334
|
];
|
|
2291
|
-
var AttachPolicy = [
|
|
2335
|
+
var AttachPolicy$ = [
|
|
2292
2336
|
9,
|
|
2293
2337
|
n0,
|
|
2294
2338
|
_AP,
|
|
2295
2339
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/attach", 200] },
|
|
2296
|
-
() => AttachPolicyRequest
|
|
2297
|
-
() => AttachPolicyResponse
|
|
2340
|
+
() => AttachPolicyRequest$,
|
|
2341
|
+
() => AttachPolicyResponse$,
|
|
2298
2342
|
];
|
|
2299
|
-
var AttachToIndex = [
|
|
2343
|
+
var AttachToIndex$ = [
|
|
2300
2344
|
9,
|
|
2301
2345
|
n0,
|
|
2302
2346
|
_ATI,
|
|
2303
2347
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/attach", 200] },
|
|
2304
|
-
() => AttachToIndexRequest
|
|
2305
|
-
() => AttachToIndexResponse
|
|
2348
|
+
() => AttachToIndexRequest$,
|
|
2349
|
+
() => AttachToIndexResponse$,
|
|
2306
2350
|
];
|
|
2307
|
-
var AttachTypedLink = [
|
|
2351
|
+
var AttachTypedLink$ = [
|
|
2308
2352
|
9,
|
|
2309
2353
|
n0,
|
|
2310
2354
|
_ATL,
|
|
2311
2355
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/attach", 200] },
|
|
2312
|
-
() => AttachTypedLinkRequest
|
|
2313
|
-
() => AttachTypedLinkResponse
|
|
2356
|
+
() => AttachTypedLinkRequest$,
|
|
2357
|
+
() => AttachTypedLinkResponse$,
|
|
2314
2358
|
];
|
|
2315
|
-
var BatchRead = [
|
|
2359
|
+
var BatchRead$ = [
|
|
2316
2360
|
9,
|
|
2317
2361
|
n0,
|
|
2318
2362
|
_BR,
|
|
2319
2363
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/batchread", 200] },
|
|
2320
|
-
() => BatchReadRequest
|
|
2321
|
-
() => BatchReadResponse
|
|
2364
|
+
() => BatchReadRequest$,
|
|
2365
|
+
() => BatchReadResponse$,
|
|
2322
2366
|
];
|
|
2323
|
-
var BatchWrite = [
|
|
2367
|
+
var BatchWrite$ = [
|
|
2324
2368
|
9,
|
|
2325
2369
|
n0,
|
|
2326
2370
|
_BW,
|
|
2327
2371
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/batchwrite", 200] },
|
|
2328
|
-
() => BatchWriteRequest
|
|
2329
|
-
() => BatchWriteResponse
|
|
2372
|
+
() => BatchWriteRequest$,
|
|
2373
|
+
() => BatchWriteResponse$,
|
|
2330
2374
|
];
|
|
2331
|
-
var CreateDirectory = [
|
|
2375
|
+
var CreateDirectory$ = [
|
|
2332
2376
|
9,
|
|
2333
2377
|
n0,
|
|
2334
2378
|
_CD,
|
|
2335
2379
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/create", 200] },
|
|
2336
|
-
() => CreateDirectoryRequest
|
|
2337
|
-
() => CreateDirectoryResponse
|
|
2380
|
+
() => CreateDirectoryRequest$,
|
|
2381
|
+
() => CreateDirectoryResponse$,
|
|
2338
2382
|
];
|
|
2339
|
-
var CreateFacet = [
|
|
2383
|
+
var CreateFacet$ = [
|
|
2340
2384
|
9,
|
|
2341
2385
|
n0,
|
|
2342
2386
|
_CF,
|
|
2343
2387
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/create", 200] },
|
|
2344
|
-
() => CreateFacetRequest
|
|
2345
|
-
() => CreateFacetResponse
|
|
2388
|
+
() => CreateFacetRequest$,
|
|
2389
|
+
() => CreateFacetResponse$,
|
|
2346
2390
|
];
|
|
2347
|
-
var CreateIndex = [
|
|
2391
|
+
var CreateIndex$ = [
|
|
2348
2392
|
9,
|
|
2349
2393
|
n0,
|
|
2350
2394
|
_CI,
|
|
2351
2395
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index", 200] },
|
|
2352
|
-
() => CreateIndexRequest
|
|
2353
|
-
() => CreateIndexResponse
|
|
2396
|
+
() => CreateIndexRequest$,
|
|
2397
|
+
() => CreateIndexResponse$,
|
|
2354
2398
|
];
|
|
2355
|
-
var CreateObject = [
|
|
2399
|
+
var CreateObject$ = [
|
|
2356
2400
|
9,
|
|
2357
2401
|
n0,
|
|
2358
2402
|
_CO,
|
|
2359
2403
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object", 200] },
|
|
2360
|
-
() => CreateObjectRequest
|
|
2361
|
-
() => CreateObjectResponse
|
|
2404
|
+
() => CreateObjectRequest$,
|
|
2405
|
+
() => CreateObjectResponse$,
|
|
2362
2406
|
];
|
|
2363
|
-
var CreateSchema = [
|
|
2407
|
+
var CreateSchema$ = [
|
|
2364
2408
|
9,
|
|
2365
2409
|
n0,
|
|
2366
2410
|
_CS,
|
|
2367
2411
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/create", 200] },
|
|
2368
|
-
() => CreateSchemaRequest
|
|
2369
|
-
() => CreateSchemaResponse
|
|
2412
|
+
() => CreateSchemaRequest$,
|
|
2413
|
+
() => CreateSchemaResponse$,
|
|
2370
2414
|
];
|
|
2371
|
-
var CreateTypedLinkFacet = [
|
|
2415
|
+
var CreateTypedLinkFacet$ = [
|
|
2372
2416
|
9,
|
|
2373
2417
|
n0,
|
|
2374
2418
|
_CTLF,
|
|
2375
2419
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/create", 200] },
|
|
2376
|
-
() => CreateTypedLinkFacetRequest
|
|
2377
|
-
() => CreateTypedLinkFacetResponse
|
|
2420
|
+
() => CreateTypedLinkFacetRequest$,
|
|
2421
|
+
() => CreateTypedLinkFacetResponse$,
|
|
2378
2422
|
];
|
|
2379
|
-
var DeleteDirectory = [
|
|
2423
|
+
var DeleteDirectory$ = [
|
|
2380
2424
|
9,
|
|
2381
2425
|
n0,
|
|
2382
2426
|
_DD,
|
|
2383
2427
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory", 200] },
|
|
2384
|
-
() => DeleteDirectoryRequest
|
|
2385
|
-
() => DeleteDirectoryResponse
|
|
2428
|
+
() => DeleteDirectoryRequest$,
|
|
2429
|
+
() => DeleteDirectoryResponse$,
|
|
2386
2430
|
];
|
|
2387
|
-
var DeleteFacet = [
|
|
2431
|
+
var DeleteFacet$ = [
|
|
2388
2432
|
9,
|
|
2389
2433
|
n0,
|
|
2390
2434
|
_DF,
|
|
2391
2435
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/delete", 200] },
|
|
2392
|
-
() => DeleteFacetRequest
|
|
2393
|
-
() => DeleteFacetResponse
|
|
2436
|
+
() => DeleteFacetRequest$,
|
|
2437
|
+
() => DeleteFacetResponse$,
|
|
2394
2438
|
];
|
|
2395
|
-
var DeleteObject = [
|
|
2439
|
+
var DeleteObject$ = [
|
|
2396
2440
|
9,
|
|
2397
2441
|
n0,
|
|
2398
2442
|
_DOe,
|
|
2399
2443
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/delete", 200] },
|
|
2400
|
-
() => DeleteObjectRequest
|
|
2401
|
-
() => DeleteObjectResponse
|
|
2444
|
+
() => DeleteObjectRequest$,
|
|
2445
|
+
() => DeleteObjectResponse$,
|
|
2402
2446
|
];
|
|
2403
|
-
var DeleteSchema = [
|
|
2447
|
+
var DeleteSchema$ = [
|
|
2404
2448
|
9,
|
|
2405
2449
|
n0,
|
|
2406
2450
|
_DS,
|
|
2407
2451
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema", 200] },
|
|
2408
|
-
() => DeleteSchemaRequest
|
|
2409
|
-
() => DeleteSchemaResponse
|
|
2452
|
+
() => DeleteSchemaRequest$,
|
|
2453
|
+
() => DeleteSchemaResponse$,
|
|
2410
2454
|
];
|
|
2411
|
-
var DeleteTypedLinkFacet = [
|
|
2455
|
+
var DeleteTypedLinkFacet$ = [
|
|
2412
2456
|
9,
|
|
2413
2457
|
n0,
|
|
2414
2458
|
_DTLF,
|
|
2415
2459
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/delete", 200] },
|
|
2416
|
-
() => DeleteTypedLinkFacetRequest
|
|
2417
|
-
() => DeleteTypedLinkFacetResponse
|
|
2460
|
+
() => DeleteTypedLinkFacetRequest$,
|
|
2461
|
+
() => DeleteTypedLinkFacetResponse$,
|
|
2418
2462
|
];
|
|
2419
|
-
var DetachFromIndex = [
|
|
2463
|
+
var DetachFromIndex$ = [
|
|
2420
2464
|
9,
|
|
2421
2465
|
n0,
|
|
2422
2466
|
_DFI,
|
|
2423
2467
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/detach", 200] },
|
|
2424
|
-
() => DetachFromIndexRequest
|
|
2425
|
-
() => DetachFromIndexResponse
|
|
2468
|
+
() => DetachFromIndexRequest$,
|
|
2469
|
+
() => DetachFromIndexResponse$,
|
|
2426
2470
|
];
|
|
2427
|
-
var DetachObject = [
|
|
2471
|
+
var DetachObject$ = [
|
|
2428
2472
|
9,
|
|
2429
2473
|
n0,
|
|
2430
2474
|
_DO,
|
|
2431
2475
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/detach", 200] },
|
|
2432
|
-
() => DetachObjectRequest
|
|
2433
|
-
() => DetachObjectResponse
|
|
2476
|
+
() => DetachObjectRequest$,
|
|
2477
|
+
() => DetachObjectResponse$,
|
|
2434
2478
|
];
|
|
2435
|
-
var DetachPolicy = [
|
|
2479
|
+
var DetachPolicy$ = [
|
|
2436
2480
|
9,
|
|
2437
2481
|
n0,
|
|
2438
2482
|
_DP,
|
|
2439
2483
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/detach", 200] },
|
|
2440
|
-
() => DetachPolicyRequest
|
|
2441
|
-
() => DetachPolicyResponse
|
|
2484
|
+
() => DetachPolicyRequest$,
|
|
2485
|
+
() => DetachPolicyResponse$,
|
|
2442
2486
|
];
|
|
2443
|
-
var DetachTypedLink = [
|
|
2487
|
+
var DetachTypedLink$ = [
|
|
2444
2488
|
9,
|
|
2445
2489
|
n0,
|
|
2446
2490
|
_DTL,
|
|
2447
2491
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/detach", 200] },
|
|
2448
|
-
() => DetachTypedLinkRequest
|
|
2492
|
+
() => DetachTypedLinkRequest$,
|
|
2449
2493
|
() => __Unit,
|
|
2450
2494
|
];
|
|
2451
|
-
var DisableDirectory = [
|
|
2495
|
+
var DisableDirectory$ = [
|
|
2452
2496
|
9,
|
|
2453
2497
|
n0,
|
|
2454
2498
|
_DDi,
|
|
2455
2499
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/disable", 200] },
|
|
2456
|
-
() => DisableDirectoryRequest
|
|
2457
|
-
() => DisableDirectoryResponse
|
|
2500
|
+
() => DisableDirectoryRequest$,
|
|
2501
|
+
() => DisableDirectoryResponse$,
|
|
2458
2502
|
];
|
|
2459
|
-
var EnableDirectory = [
|
|
2503
|
+
var EnableDirectory$ = [
|
|
2460
2504
|
9,
|
|
2461
2505
|
n0,
|
|
2462
2506
|
_ED,
|
|
2463
2507
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/enable", 200] },
|
|
2464
|
-
() => EnableDirectoryRequest
|
|
2465
|
-
() => EnableDirectoryResponse
|
|
2508
|
+
() => EnableDirectoryRequest$,
|
|
2509
|
+
() => EnableDirectoryResponse$,
|
|
2466
2510
|
];
|
|
2467
|
-
var GetAppliedSchemaVersion = [
|
|
2511
|
+
var GetAppliedSchemaVersion$ = [
|
|
2468
2512
|
9,
|
|
2469
2513
|
n0,
|
|
2470
2514
|
_GASV,
|
|
2471
2515
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/getappliedschema", 200] },
|
|
2472
|
-
() => GetAppliedSchemaVersionRequest
|
|
2473
|
-
() => GetAppliedSchemaVersionResponse
|
|
2516
|
+
() => GetAppliedSchemaVersionRequest$,
|
|
2517
|
+
() => GetAppliedSchemaVersionResponse$,
|
|
2474
2518
|
];
|
|
2475
|
-
var GetDirectory = [
|
|
2519
|
+
var GetDirectory$ = [
|
|
2476
2520
|
9,
|
|
2477
2521
|
n0,
|
|
2478
2522
|
_GD,
|
|
2479
2523
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/get", 200] },
|
|
2480
|
-
() => GetDirectoryRequest
|
|
2481
|
-
() => GetDirectoryResponse
|
|
2524
|
+
() => GetDirectoryRequest$,
|
|
2525
|
+
() => GetDirectoryResponse$,
|
|
2482
2526
|
];
|
|
2483
|
-
var GetFacet = [
|
|
2527
|
+
var GetFacet$ = [
|
|
2484
2528
|
9,
|
|
2485
2529
|
n0,
|
|
2486
2530
|
_GF,
|
|
2487
2531
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet", 200] },
|
|
2488
|
-
() => GetFacetRequest
|
|
2489
|
-
() => GetFacetResponse
|
|
2532
|
+
() => GetFacetRequest$,
|
|
2533
|
+
() => GetFacetResponse$,
|
|
2490
2534
|
];
|
|
2491
|
-
var GetLinkAttributes = [
|
|
2535
|
+
var GetLinkAttributes$ = [
|
|
2492
2536
|
9,
|
|
2493
2537
|
n0,
|
|
2494
2538
|
_GLA,
|
|
2495
2539
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/get", 200] },
|
|
2496
|
-
() => GetLinkAttributesRequest
|
|
2497
|
-
() => GetLinkAttributesResponse
|
|
2540
|
+
() => GetLinkAttributesRequest$,
|
|
2541
|
+
() => GetLinkAttributesResponse$,
|
|
2498
2542
|
];
|
|
2499
|
-
var GetObjectAttributes = [
|
|
2543
|
+
var GetObjectAttributes$ = [
|
|
2500
2544
|
9,
|
|
2501
2545
|
n0,
|
|
2502
2546
|
_GOA,
|
|
2503
2547
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes/get", 200] },
|
|
2504
|
-
() => GetObjectAttributesRequest
|
|
2505
|
-
() => GetObjectAttributesResponse
|
|
2548
|
+
() => GetObjectAttributesRequest$,
|
|
2549
|
+
() => GetObjectAttributesResponse$,
|
|
2506
2550
|
];
|
|
2507
|
-
var GetObjectInformation = [
|
|
2551
|
+
var GetObjectInformation$ = [
|
|
2508
2552
|
9,
|
|
2509
2553
|
n0,
|
|
2510
2554
|
_GOI,
|
|
2511
2555
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/information", 200] },
|
|
2512
|
-
() => GetObjectInformationRequest
|
|
2513
|
-
() => GetObjectInformationResponse
|
|
2556
|
+
() => GetObjectInformationRequest$,
|
|
2557
|
+
() => GetObjectInformationResponse$,
|
|
2514
2558
|
];
|
|
2515
|
-
var GetSchemaAsJson = [
|
|
2559
|
+
var GetSchemaAsJson$ = [
|
|
2516
2560
|
9,
|
|
2517
2561
|
n0,
|
|
2518
2562
|
_GSAJ,
|
|
2519
2563
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/json", 200] },
|
|
2520
|
-
() => GetSchemaAsJsonRequest
|
|
2521
|
-
() => GetSchemaAsJsonResponse
|
|
2564
|
+
() => GetSchemaAsJsonRequest$,
|
|
2565
|
+
() => GetSchemaAsJsonResponse$,
|
|
2522
2566
|
];
|
|
2523
|
-
var GetTypedLinkFacetInformation = [
|
|
2567
|
+
var GetTypedLinkFacetInformation$ = [
|
|
2524
2568
|
9,
|
|
2525
2569
|
n0,
|
|
2526
2570
|
_GTLFI,
|
|
2527
2571
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/get", 200] },
|
|
2528
|
-
() => GetTypedLinkFacetInformationRequest
|
|
2529
|
-
() => GetTypedLinkFacetInformationResponse
|
|
2572
|
+
() => GetTypedLinkFacetInformationRequest$,
|
|
2573
|
+
() => GetTypedLinkFacetInformationResponse$,
|
|
2530
2574
|
];
|
|
2531
|
-
var ListAppliedSchemaArns = [
|
|
2575
|
+
var ListAppliedSchemaArns$ = [
|
|
2532
2576
|
9,
|
|
2533
2577
|
n0,
|
|
2534
2578
|
_LASA,
|
|
2535
2579
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/applied", 200] },
|
|
2536
|
-
() => ListAppliedSchemaArnsRequest
|
|
2537
|
-
() => ListAppliedSchemaArnsResponse
|
|
2580
|
+
() => ListAppliedSchemaArnsRequest$,
|
|
2581
|
+
() => ListAppliedSchemaArnsResponse$,
|
|
2538
2582
|
];
|
|
2539
|
-
var ListAttachedIndices = [
|
|
2583
|
+
var ListAttachedIndices$ = [
|
|
2540
2584
|
9,
|
|
2541
2585
|
n0,
|
|
2542
2586
|
_LAI,
|
|
2543
2587
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/indices", 200] },
|
|
2544
|
-
() => ListAttachedIndicesRequest
|
|
2545
|
-
() => ListAttachedIndicesResponse
|
|
2588
|
+
() => ListAttachedIndicesRequest$,
|
|
2589
|
+
() => ListAttachedIndicesResponse$,
|
|
2546
2590
|
];
|
|
2547
|
-
var ListDevelopmentSchemaArns = [
|
|
2591
|
+
var ListDevelopmentSchemaArns$ = [
|
|
2548
2592
|
9,
|
|
2549
2593
|
n0,
|
|
2550
2594
|
_LDSA,
|
|
2551
2595
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/development", 200] },
|
|
2552
|
-
() => ListDevelopmentSchemaArnsRequest
|
|
2553
|
-
() => ListDevelopmentSchemaArnsResponse
|
|
2596
|
+
() => ListDevelopmentSchemaArnsRequest$,
|
|
2597
|
+
() => ListDevelopmentSchemaArnsResponse$,
|
|
2554
2598
|
];
|
|
2555
|
-
var ListDirectories = [
|
|
2599
|
+
var ListDirectories$ = [
|
|
2556
2600
|
9,
|
|
2557
2601
|
n0,
|
|
2558
2602
|
_LD,
|
|
2559
2603
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/list", 200] },
|
|
2560
|
-
() => ListDirectoriesRequest
|
|
2561
|
-
() => ListDirectoriesResponse
|
|
2604
|
+
() => ListDirectoriesRequest$,
|
|
2605
|
+
() => ListDirectoriesResponse$,
|
|
2562
2606
|
];
|
|
2563
|
-
var ListFacetAttributes = [
|
|
2607
|
+
var ListFacetAttributes$ = [
|
|
2564
2608
|
9,
|
|
2565
2609
|
n0,
|
|
2566
2610
|
_LFA,
|
|
2567
2611
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/attributes", 200] },
|
|
2568
|
-
() => ListFacetAttributesRequest
|
|
2569
|
-
() => ListFacetAttributesResponse
|
|
2612
|
+
() => ListFacetAttributesRequest$,
|
|
2613
|
+
() => ListFacetAttributesResponse$,
|
|
2570
2614
|
];
|
|
2571
|
-
var ListFacetNames = [
|
|
2615
|
+
var ListFacetNames$ = [
|
|
2572
2616
|
9,
|
|
2573
2617
|
n0,
|
|
2574
2618
|
_LFN,
|
|
2575
2619
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/list", 200] },
|
|
2576
|
-
() => ListFacetNamesRequest
|
|
2577
|
-
() => ListFacetNamesResponse
|
|
2620
|
+
() => ListFacetNamesRequest$,
|
|
2621
|
+
() => ListFacetNamesResponse$,
|
|
2578
2622
|
];
|
|
2579
|
-
var ListIncomingTypedLinks = [
|
|
2623
|
+
var ListIncomingTypedLinks$ = [
|
|
2580
2624
|
9,
|
|
2581
2625
|
n0,
|
|
2582
2626
|
_LITL,
|
|
2583
2627
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/incoming", 200] },
|
|
2584
|
-
() => ListIncomingTypedLinksRequest
|
|
2585
|
-
() => ListIncomingTypedLinksResponse
|
|
2628
|
+
() => ListIncomingTypedLinksRequest$,
|
|
2629
|
+
() => ListIncomingTypedLinksResponse$,
|
|
2586
2630
|
];
|
|
2587
|
-
var ListIndex = [
|
|
2631
|
+
var ListIndex$ = [
|
|
2588
2632
|
9,
|
|
2589
2633
|
n0,
|
|
2590
2634
|
_LI,
|
|
2591
2635
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/index/targets", 200] },
|
|
2592
|
-
() => ListIndexRequest
|
|
2593
|
-
() => ListIndexResponse
|
|
2636
|
+
() => ListIndexRequest$,
|
|
2637
|
+
() => ListIndexResponse$,
|
|
2594
2638
|
];
|
|
2595
|
-
var ListManagedSchemaArns = [
|
|
2639
|
+
var ListManagedSchemaArns$ = [
|
|
2596
2640
|
9,
|
|
2597
2641
|
n0,
|
|
2598
2642
|
_LMSA,
|
|
2599
2643
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/managed", 200] },
|
|
2600
|
-
() => ListManagedSchemaArnsRequest
|
|
2601
|
-
() => ListManagedSchemaArnsResponse
|
|
2644
|
+
() => ListManagedSchemaArnsRequest$,
|
|
2645
|
+
() => ListManagedSchemaArnsResponse$,
|
|
2602
2646
|
];
|
|
2603
|
-
var ListObjectAttributes = [
|
|
2647
|
+
var ListObjectAttributes$ = [
|
|
2604
2648
|
9,
|
|
2605
2649
|
n0,
|
|
2606
2650
|
_LOA,
|
|
2607
2651
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes", 200] },
|
|
2608
|
-
() => ListObjectAttributesRequest
|
|
2609
|
-
() => ListObjectAttributesResponse
|
|
2652
|
+
() => ListObjectAttributesRequest$,
|
|
2653
|
+
() => ListObjectAttributesResponse$,
|
|
2610
2654
|
];
|
|
2611
|
-
var ListObjectChildren = [
|
|
2655
|
+
var ListObjectChildren$ = [
|
|
2612
2656
|
9,
|
|
2613
2657
|
n0,
|
|
2614
2658
|
_LOC,
|
|
2615
2659
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/children", 200] },
|
|
2616
|
-
() => ListObjectChildrenRequest
|
|
2617
|
-
() => ListObjectChildrenResponse
|
|
2660
|
+
() => ListObjectChildrenRequest$,
|
|
2661
|
+
() => ListObjectChildrenResponse$,
|
|
2618
2662
|
];
|
|
2619
|
-
var ListObjectParentPaths = [
|
|
2663
|
+
var ListObjectParentPaths$ = [
|
|
2620
2664
|
9,
|
|
2621
2665
|
n0,
|
|
2622
2666
|
_LOPP,
|
|
2623
2667
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parentpaths", 200] },
|
|
2624
|
-
() => ListObjectParentPathsRequest
|
|
2625
|
-
() => ListObjectParentPathsResponse
|
|
2668
|
+
() => ListObjectParentPathsRequest$,
|
|
2669
|
+
() => ListObjectParentPathsResponse$,
|
|
2626
2670
|
];
|
|
2627
|
-
var ListObjectParents = [
|
|
2671
|
+
var ListObjectParents$ = [
|
|
2628
2672
|
9,
|
|
2629
2673
|
n0,
|
|
2630
2674
|
_LOP,
|
|
2631
2675
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parent", 200] },
|
|
2632
|
-
() => ListObjectParentsRequest
|
|
2633
|
-
() => ListObjectParentsResponse
|
|
2676
|
+
() => ListObjectParentsRequest$,
|
|
2677
|
+
() => ListObjectParentsResponse$,
|
|
2634
2678
|
];
|
|
2635
|
-
var ListObjectPolicies = [
|
|
2679
|
+
var ListObjectPolicies$ = [
|
|
2636
2680
|
9,
|
|
2637
2681
|
n0,
|
|
2638
2682
|
_LOPi,
|
|
2639
2683
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/policy", 200] },
|
|
2640
|
-
() => ListObjectPoliciesRequest
|
|
2641
|
-
() => ListObjectPoliciesResponse
|
|
2684
|
+
() => ListObjectPoliciesRequest$,
|
|
2685
|
+
() => ListObjectPoliciesResponse$,
|
|
2642
2686
|
];
|
|
2643
|
-
var ListOutgoingTypedLinks = [
|
|
2687
|
+
var ListOutgoingTypedLinks$ = [
|
|
2644
2688
|
9,
|
|
2645
2689
|
n0,
|
|
2646
2690
|
_LOTL,
|
|
2647
2691
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/outgoing", 200] },
|
|
2648
|
-
() => ListOutgoingTypedLinksRequest
|
|
2649
|
-
() => ListOutgoingTypedLinksResponse
|
|
2692
|
+
() => ListOutgoingTypedLinksRequest$,
|
|
2693
|
+
() => ListOutgoingTypedLinksResponse$,
|
|
2650
2694
|
];
|
|
2651
|
-
var ListPolicyAttachments = [
|
|
2695
|
+
var ListPolicyAttachments$ = [
|
|
2652
2696
|
9,
|
|
2653
2697
|
n0,
|
|
2654
2698
|
_LPA,
|
|
2655
2699
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/attachment", 200] },
|
|
2656
|
-
() => ListPolicyAttachmentsRequest
|
|
2657
|
-
() => ListPolicyAttachmentsResponse
|
|
2700
|
+
() => ListPolicyAttachmentsRequest$,
|
|
2701
|
+
() => ListPolicyAttachmentsResponse$,
|
|
2658
2702
|
];
|
|
2659
|
-
var ListPublishedSchemaArns = [
|
|
2703
|
+
var ListPublishedSchemaArns$ = [
|
|
2660
2704
|
9,
|
|
2661
2705
|
n0,
|
|
2662
2706
|
_LPSA,
|
|
2663
2707
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/published", 200] },
|
|
2664
|
-
() => ListPublishedSchemaArnsRequest
|
|
2665
|
-
() => ListPublishedSchemaArnsResponse
|
|
2708
|
+
() => ListPublishedSchemaArnsRequest$,
|
|
2709
|
+
() => ListPublishedSchemaArnsResponse$,
|
|
2666
2710
|
];
|
|
2667
|
-
var ListTagsForResource = [
|
|
2711
|
+
var ListTagsForResource$ = [
|
|
2668
2712
|
9,
|
|
2669
2713
|
n0,
|
|
2670
2714
|
_LTFR,
|
|
2671
2715
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/tags", 200] },
|
|
2672
|
-
() => ListTagsForResourceRequest
|
|
2673
|
-
() => ListTagsForResourceResponse
|
|
2716
|
+
() => ListTagsForResourceRequest$,
|
|
2717
|
+
() => ListTagsForResourceResponse$,
|
|
2674
2718
|
];
|
|
2675
|
-
var ListTypedLinkFacetAttributes = [
|
|
2719
|
+
var ListTypedLinkFacetAttributes$ = [
|
|
2676
2720
|
9,
|
|
2677
2721
|
n0,
|
|
2678
2722
|
_LTLFA,
|
|
2679
2723
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/attributes", 200] },
|
|
2680
|
-
() => ListTypedLinkFacetAttributesRequest
|
|
2681
|
-
() => ListTypedLinkFacetAttributesResponse
|
|
2724
|
+
() => ListTypedLinkFacetAttributesRequest$,
|
|
2725
|
+
() => ListTypedLinkFacetAttributesResponse$,
|
|
2682
2726
|
];
|
|
2683
|
-
var ListTypedLinkFacetNames = [
|
|
2727
|
+
var ListTypedLinkFacetNames$ = [
|
|
2684
2728
|
9,
|
|
2685
2729
|
n0,
|
|
2686
2730
|
_LTLFN,
|
|
2687
2731
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/list", 200] },
|
|
2688
|
-
() => ListTypedLinkFacetNamesRequest
|
|
2689
|
-
() => ListTypedLinkFacetNamesResponse
|
|
2732
|
+
() => ListTypedLinkFacetNamesRequest$,
|
|
2733
|
+
() => ListTypedLinkFacetNamesResponse$,
|
|
2690
2734
|
];
|
|
2691
|
-
var LookupPolicy = [
|
|
2735
|
+
var LookupPolicy$ = [
|
|
2692
2736
|
9,
|
|
2693
2737
|
n0,
|
|
2694
2738
|
_LP,
|
|
2695
2739
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/lookup", 200] },
|
|
2696
|
-
() => LookupPolicyRequest
|
|
2697
|
-
() => LookupPolicyResponse
|
|
2740
|
+
() => LookupPolicyRequest$,
|
|
2741
|
+
() => LookupPolicyResponse$,
|
|
2698
2742
|
];
|
|
2699
|
-
var PublishSchema = [
|
|
2743
|
+
var PublishSchema$ = [
|
|
2700
2744
|
9,
|
|
2701
2745
|
n0,
|
|
2702
2746
|
_PS,
|
|
2703
2747
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/publish", 200] },
|
|
2704
|
-
() => PublishSchemaRequest
|
|
2705
|
-
() => PublishSchemaResponse
|
|
2748
|
+
() => PublishSchemaRequest$,
|
|
2749
|
+
() => PublishSchemaResponse$,
|
|
2706
2750
|
];
|
|
2707
|
-
var PutSchemaFromJson = [
|
|
2751
|
+
var PutSchemaFromJson$ = [
|
|
2708
2752
|
9,
|
|
2709
2753
|
n0,
|
|
2710
2754
|
_PSFJ,
|
|
2711
2755
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/json", 200] },
|
|
2712
|
-
() => PutSchemaFromJsonRequest
|
|
2713
|
-
() => PutSchemaFromJsonResponse
|
|
2756
|
+
() => PutSchemaFromJsonRequest$,
|
|
2757
|
+
() => PutSchemaFromJsonResponse$,
|
|
2714
2758
|
];
|
|
2715
|
-
var RemoveFacetFromObject = [
|
|
2759
|
+
var RemoveFacetFromObject$ = [
|
|
2716
2760
|
9,
|
|
2717
2761
|
n0,
|
|
2718
2762
|
_RFFO,
|
|
2719
2763
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets/delete", 200] },
|
|
2720
|
-
() => RemoveFacetFromObjectRequest
|
|
2721
|
-
() => RemoveFacetFromObjectResponse
|
|
2764
|
+
() => RemoveFacetFromObjectRequest$,
|
|
2765
|
+
() => RemoveFacetFromObjectResponse$,
|
|
2722
2766
|
];
|
|
2723
|
-
var TagResource = [
|
|
2767
|
+
var TagResource$ = [
|
|
2724
2768
|
9,
|
|
2725
2769
|
n0,
|
|
2726
2770
|
_TRa,
|
|
2727
2771
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/add", 200] },
|
|
2728
|
-
() => TagResourceRequest
|
|
2729
|
-
() => TagResourceResponse
|
|
2772
|
+
() => TagResourceRequest$,
|
|
2773
|
+
() => TagResourceResponse$,
|
|
2730
2774
|
];
|
|
2731
|
-
var UntagResource = [
|
|
2775
|
+
var UntagResource$ = [
|
|
2732
2776
|
9,
|
|
2733
2777
|
n0,
|
|
2734
2778
|
_UR,
|
|
2735
2779
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/remove", 200] },
|
|
2736
|
-
() => UntagResourceRequest
|
|
2737
|
-
() => UntagResourceResponse
|
|
2780
|
+
() => UntagResourceRequest$,
|
|
2781
|
+
() => UntagResourceResponse$,
|
|
2738
2782
|
];
|
|
2739
|
-
var UpdateFacet = [
|
|
2783
|
+
var UpdateFacet$ = [
|
|
2740
2784
|
9,
|
|
2741
2785
|
n0,
|
|
2742
2786
|
_UF,
|
|
2743
2787
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet", 200] },
|
|
2744
|
-
() => UpdateFacetRequest
|
|
2745
|
-
() => UpdateFacetResponse
|
|
2788
|
+
() => UpdateFacetRequest$,
|
|
2789
|
+
() => UpdateFacetResponse$,
|
|
2746
2790
|
];
|
|
2747
|
-
var UpdateLinkAttributes = [
|
|
2791
|
+
var UpdateLinkAttributes$ = [
|
|
2748
2792
|
9,
|
|
2749
2793
|
n0,
|
|
2750
2794
|
_ULA,
|
|
2751
2795
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/update", 200] },
|
|
2752
|
-
() => UpdateLinkAttributesRequest
|
|
2753
|
-
() => UpdateLinkAttributesResponse
|
|
2796
|
+
() => UpdateLinkAttributesRequest$,
|
|
2797
|
+
() => UpdateLinkAttributesResponse$,
|
|
2754
2798
|
];
|
|
2755
|
-
var UpdateObjectAttributes = [
|
|
2799
|
+
var UpdateObjectAttributes$ = [
|
|
2756
2800
|
9,
|
|
2757
2801
|
n0,
|
|
2758
2802
|
_UOA,
|
|
2759
2803
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/update", 200] },
|
|
2760
|
-
() => UpdateObjectAttributesRequest
|
|
2761
|
-
() => UpdateObjectAttributesResponse
|
|
2804
|
+
() => UpdateObjectAttributesRequest$,
|
|
2805
|
+
() => UpdateObjectAttributesResponse$,
|
|
2762
2806
|
];
|
|
2763
|
-
var UpdateSchema = [
|
|
2807
|
+
var UpdateSchema$ = [
|
|
2764
2808
|
9,
|
|
2765
2809
|
n0,
|
|
2766
2810
|
_US,
|
|
2767
2811
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/update", 200] },
|
|
2768
|
-
() => UpdateSchemaRequest
|
|
2769
|
-
() => UpdateSchemaResponse
|
|
2812
|
+
() => UpdateSchemaRequest$,
|
|
2813
|
+
() => UpdateSchemaResponse$,
|
|
2770
2814
|
];
|
|
2771
|
-
var UpdateTypedLinkFacet = [
|
|
2815
|
+
var UpdateTypedLinkFacet$ = [
|
|
2772
2816
|
9,
|
|
2773
2817
|
n0,
|
|
2774
2818
|
_UTLF,
|
|
2775
2819
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet", 200] },
|
|
2776
|
-
() => UpdateTypedLinkFacetRequest
|
|
2777
|
-
() => UpdateTypedLinkFacetResponse
|
|
2820
|
+
() => UpdateTypedLinkFacetRequest$,
|
|
2821
|
+
() => UpdateTypedLinkFacetResponse$,
|
|
2778
2822
|
];
|
|
2779
|
-
var UpgradeAppliedSchema = [
|
|
2823
|
+
var UpgradeAppliedSchema$ = [
|
|
2780
2824
|
9,
|
|
2781
2825
|
n0,
|
|
2782
2826
|
_UAS,
|
|
2783
2827
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradeapplied", 200] },
|
|
2784
|
-
() => UpgradeAppliedSchemaRequest
|
|
2785
|
-
() => UpgradeAppliedSchemaResponse
|
|
2828
|
+
() => UpgradeAppliedSchemaRequest$,
|
|
2829
|
+
() => UpgradeAppliedSchemaResponse$,
|
|
2786
2830
|
];
|
|
2787
|
-
var UpgradePublishedSchema = [
|
|
2831
|
+
var UpgradePublishedSchema$ = [
|
|
2788
2832
|
9,
|
|
2789
2833
|
n0,
|
|
2790
2834
|
_UPS,
|
|
2791
2835
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradepublished", 200] },
|
|
2792
|
-
() => UpgradePublishedSchemaRequest
|
|
2793
|
-
() => UpgradePublishedSchemaResponse
|
|
2836
|
+
() => UpgradePublishedSchemaRequest$,
|
|
2837
|
+
() => UpgradePublishedSchemaResponse$,
|
|
2794
2838
|
];
|
|
2795
2839
|
|
|
2796
2840
|
class AddFacetToObjectCommand extends smithyClient.Command
|
|
@@ -2801,7 +2845,7 @@ class AddFacetToObjectCommand extends smithyClient.Command
|
|
|
2801
2845
|
})
|
|
2802
2846
|
.s("AmazonCloudDirectory_20170111", "AddFacetToObject", {})
|
|
2803
2847
|
.n("CloudDirectoryClient", "AddFacetToObjectCommand")
|
|
2804
|
-
.sc(AddFacetToObject)
|
|
2848
|
+
.sc(AddFacetToObject$)
|
|
2805
2849
|
.build() {
|
|
2806
2850
|
}
|
|
2807
2851
|
|
|
@@ -2813,7 +2857,7 @@ class ApplySchemaCommand extends smithyClient.Command
|
|
|
2813
2857
|
})
|
|
2814
2858
|
.s("AmazonCloudDirectory_20170111", "ApplySchema", {})
|
|
2815
2859
|
.n("CloudDirectoryClient", "ApplySchemaCommand")
|
|
2816
|
-
.sc(ApplySchema)
|
|
2860
|
+
.sc(ApplySchema$)
|
|
2817
2861
|
.build() {
|
|
2818
2862
|
}
|
|
2819
2863
|
|
|
@@ -2825,7 +2869,7 @@ class AttachObjectCommand extends smithyClient.Command
|
|
|
2825
2869
|
})
|
|
2826
2870
|
.s("AmazonCloudDirectory_20170111", "AttachObject", {})
|
|
2827
2871
|
.n("CloudDirectoryClient", "AttachObjectCommand")
|
|
2828
|
-
.sc(AttachObject)
|
|
2872
|
+
.sc(AttachObject$)
|
|
2829
2873
|
.build() {
|
|
2830
2874
|
}
|
|
2831
2875
|
|
|
@@ -2837,7 +2881,7 @@ class AttachPolicyCommand extends smithyClient.Command
|
|
|
2837
2881
|
})
|
|
2838
2882
|
.s("AmazonCloudDirectory_20170111", "AttachPolicy", {})
|
|
2839
2883
|
.n("CloudDirectoryClient", "AttachPolicyCommand")
|
|
2840
|
-
.sc(AttachPolicy)
|
|
2884
|
+
.sc(AttachPolicy$)
|
|
2841
2885
|
.build() {
|
|
2842
2886
|
}
|
|
2843
2887
|
|
|
@@ -2849,7 +2893,7 @@ class AttachToIndexCommand extends smithyClient.Command
|
|
|
2849
2893
|
})
|
|
2850
2894
|
.s("AmazonCloudDirectory_20170111", "AttachToIndex", {})
|
|
2851
2895
|
.n("CloudDirectoryClient", "AttachToIndexCommand")
|
|
2852
|
-
.sc(AttachToIndex)
|
|
2896
|
+
.sc(AttachToIndex$)
|
|
2853
2897
|
.build() {
|
|
2854
2898
|
}
|
|
2855
2899
|
|
|
@@ -2861,7 +2905,7 @@ class AttachTypedLinkCommand extends smithyClient.Command
|
|
|
2861
2905
|
})
|
|
2862
2906
|
.s("AmazonCloudDirectory_20170111", "AttachTypedLink", {})
|
|
2863
2907
|
.n("CloudDirectoryClient", "AttachTypedLinkCommand")
|
|
2864
|
-
.sc(AttachTypedLink)
|
|
2908
|
+
.sc(AttachTypedLink$)
|
|
2865
2909
|
.build() {
|
|
2866
2910
|
}
|
|
2867
2911
|
|
|
@@ -2873,7 +2917,7 @@ class BatchReadCommand extends smithyClient.Command
|
|
|
2873
2917
|
})
|
|
2874
2918
|
.s("AmazonCloudDirectory_20170111", "BatchRead", {})
|
|
2875
2919
|
.n("CloudDirectoryClient", "BatchReadCommand")
|
|
2876
|
-
.sc(BatchRead)
|
|
2920
|
+
.sc(BatchRead$)
|
|
2877
2921
|
.build() {
|
|
2878
2922
|
}
|
|
2879
2923
|
|
|
@@ -2885,7 +2929,7 @@ class BatchWriteCommand extends smithyClient.Command
|
|
|
2885
2929
|
})
|
|
2886
2930
|
.s("AmazonCloudDirectory_20170111", "BatchWrite", {})
|
|
2887
2931
|
.n("CloudDirectoryClient", "BatchWriteCommand")
|
|
2888
|
-
.sc(BatchWrite)
|
|
2932
|
+
.sc(BatchWrite$)
|
|
2889
2933
|
.build() {
|
|
2890
2934
|
}
|
|
2891
2935
|
|
|
@@ -2897,7 +2941,7 @@ class CreateDirectoryCommand extends smithyClient.Command
|
|
|
2897
2941
|
})
|
|
2898
2942
|
.s("AmazonCloudDirectory_20170111", "CreateDirectory", {})
|
|
2899
2943
|
.n("CloudDirectoryClient", "CreateDirectoryCommand")
|
|
2900
|
-
.sc(CreateDirectory)
|
|
2944
|
+
.sc(CreateDirectory$)
|
|
2901
2945
|
.build() {
|
|
2902
2946
|
}
|
|
2903
2947
|
|
|
@@ -2909,7 +2953,7 @@ class CreateFacetCommand extends smithyClient.Command
|
|
|
2909
2953
|
})
|
|
2910
2954
|
.s("AmazonCloudDirectory_20170111", "CreateFacet", {})
|
|
2911
2955
|
.n("CloudDirectoryClient", "CreateFacetCommand")
|
|
2912
|
-
.sc(CreateFacet)
|
|
2956
|
+
.sc(CreateFacet$)
|
|
2913
2957
|
.build() {
|
|
2914
2958
|
}
|
|
2915
2959
|
|
|
@@ -2921,7 +2965,7 @@ class CreateIndexCommand extends smithyClient.Command
|
|
|
2921
2965
|
})
|
|
2922
2966
|
.s("AmazonCloudDirectory_20170111", "CreateIndex", {})
|
|
2923
2967
|
.n("CloudDirectoryClient", "CreateIndexCommand")
|
|
2924
|
-
.sc(CreateIndex)
|
|
2968
|
+
.sc(CreateIndex$)
|
|
2925
2969
|
.build() {
|
|
2926
2970
|
}
|
|
2927
2971
|
|
|
@@ -2933,7 +2977,7 @@ class CreateObjectCommand extends smithyClient.Command
|
|
|
2933
2977
|
})
|
|
2934
2978
|
.s("AmazonCloudDirectory_20170111", "CreateObject", {})
|
|
2935
2979
|
.n("CloudDirectoryClient", "CreateObjectCommand")
|
|
2936
|
-
.sc(CreateObject)
|
|
2980
|
+
.sc(CreateObject$)
|
|
2937
2981
|
.build() {
|
|
2938
2982
|
}
|
|
2939
2983
|
|
|
@@ -2945,7 +2989,7 @@ class CreateSchemaCommand extends smithyClient.Command
|
|
|
2945
2989
|
})
|
|
2946
2990
|
.s("AmazonCloudDirectory_20170111", "CreateSchema", {})
|
|
2947
2991
|
.n("CloudDirectoryClient", "CreateSchemaCommand")
|
|
2948
|
-
.sc(CreateSchema)
|
|
2992
|
+
.sc(CreateSchema$)
|
|
2949
2993
|
.build() {
|
|
2950
2994
|
}
|
|
2951
2995
|
|
|
@@ -2957,7 +3001,7 @@ class CreateTypedLinkFacetCommand extends smithyClient.Command
|
|
|
2957
3001
|
})
|
|
2958
3002
|
.s("AmazonCloudDirectory_20170111", "CreateTypedLinkFacet", {})
|
|
2959
3003
|
.n("CloudDirectoryClient", "CreateTypedLinkFacetCommand")
|
|
2960
|
-
.sc(CreateTypedLinkFacet)
|
|
3004
|
+
.sc(CreateTypedLinkFacet$)
|
|
2961
3005
|
.build() {
|
|
2962
3006
|
}
|
|
2963
3007
|
|
|
@@ -2969,7 +3013,7 @@ class DeleteDirectoryCommand extends smithyClient.Command
|
|
|
2969
3013
|
})
|
|
2970
3014
|
.s("AmazonCloudDirectory_20170111", "DeleteDirectory", {})
|
|
2971
3015
|
.n("CloudDirectoryClient", "DeleteDirectoryCommand")
|
|
2972
|
-
.sc(DeleteDirectory)
|
|
3016
|
+
.sc(DeleteDirectory$)
|
|
2973
3017
|
.build() {
|
|
2974
3018
|
}
|
|
2975
3019
|
|
|
@@ -2981,7 +3025,7 @@ class DeleteFacetCommand extends smithyClient.Command
|
|
|
2981
3025
|
})
|
|
2982
3026
|
.s("AmazonCloudDirectory_20170111", "DeleteFacet", {})
|
|
2983
3027
|
.n("CloudDirectoryClient", "DeleteFacetCommand")
|
|
2984
|
-
.sc(DeleteFacet)
|
|
3028
|
+
.sc(DeleteFacet$)
|
|
2985
3029
|
.build() {
|
|
2986
3030
|
}
|
|
2987
3031
|
|
|
@@ -2993,7 +3037,7 @@ class DeleteObjectCommand extends smithyClient.Command
|
|
|
2993
3037
|
})
|
|
2994
3038
|
.s("AmazonCloudDirectory_20170111", "DeleteObject", {})
|
|
2995
3039
|
.n("CloudDirectoryClient", "DeleteObjectCommand")
|
|
2996
|
-
.sc(DeleteObject)
|
|
3040
|
+
.sc(DeleteObject$)
|
|
2997
3041
|
.build() {
|
|
2998
3042
|
}
|
|
2999
3043
|
|
|
@@ -3005,7 +3049,7 @@ class DeleteSchemaCommand extends smithyClient.Command
|
|
|
3005
3049
|
})
|
|
3006
3050
|
.s("AmazonCloudDirectory_20170111", "DeleteSchema", {})
|
|
3007
3051
|
.n("CloudDirectoryClient", "DeleteSchemaCommand")
|
|
3008
|
-
.sc(DeleteSchema)
|
|
3052
|
+
.sc(DeleteSchema$)
|
|
3009
3053
|
.build() {
|
|
3010
3054
|
}
|
|
3011
3055
|
|
|
@@ -3017,7 +3061,7 @@ class DeleteTypedLinkFacetCommand extends smithyClient.Command
|
|
|
3017
3061
|
})
|
|
3018
3062
|
.s("AmazonCloudDirectory_20170111", "DeleteTypedLinkFacet", {})
|
|
3019
3063
|
.n("CloudDirectoryClient", "DeleteTypedLinkFacetCommand")
|
|
3020
|
-
.sc(DeleteTypedLinkFacet)
|
|
3064
|
+
.sc(DeleteTypedLinkFacet$)
|
|
3021
3065
|
.build() {
|
|
3022
3066
|
}
|
|
3023
3067
|
|
|
@@ -3029,7 +3073,7 @@ class DetachFromIndexCommand extends smithyClient.Command
|
|
|
3029
3073
|
})
|
|
3030
3074
|
.s("AmazonCloudDirectory_20170111", "DetachFromIndex", {})
|
|
3031
3075
|
.n("CloudDirectoryClient", "DetachFromIndexCommand")
|
|
3032
|
-
.sc(DetachFromIndex)
|
|
3076
|
+
.sc(DetachFromIndex$)
|
|
3033
3077
|
.build() {
|
|
3034
3078
|
}
|
|
3035
3079
|
|
|
@@ -3041,7 +3085,7 @@ class DetachObjectCommand extends smithyClient.Command
|
|
|
3041
3085
|
})
|
|
3042
3086
|
.s("AmazonCloudDirectory_20170111", "DetachObject", {})
|
|
3043
3087
|
.n("CloudDirectoryClient", "DetachObjectCommand")
|
|
3044
|
-
.sc(DetachObject)
|
|
3088
|
+
.sc(DetachObject$)
|
|
3045
3089
|
.build() {
|
|
3046
3090
|
}
|
|
3047
3091
|
|
|
@@ -3053,7 +3097,7 @@ class DetachPolicyCommand extends smithyClient.Command
|
|
|
3053
3097
|
})
|
|
3054
3098
|
.s("AmazonCloudDirectory_20170111", "DetachPolicy", {})
|
|
3055
3099
|
.n("CloudDirectoryClient", "DetachPolicyCommand")
|
|
3056
|
-
.sc(DetachPolicy)
|
|
3100
|
+
.sc(DetachPolicy$)
|
|
3057
3101
|
.build() {
|
|
3058
3102
|
}
|
|
3059
3103
|
|
|
@@ -3065,7 +3109,7 @@ class DetachTypedLinkCommand extends smithyClient.Command
|
|
|
3065
3109
|
})
|
|
3066
3110
|
.s("AmazonCloudDirectory_20170111", "DetachTypedLink", {})
|
|
3067
3111
|
.n("CloudDirectoryClient", "DetachTypedLinkCommand")
|
|
3068
|
-
.sc(DetachTypedLink)
|
|
3112
|
+
.sc(DetachTypedLink$)
|
|
3069
3113
|
.build() {
|
|
3070
3114
|
}
|
|
3071
3115
|
|
|
@@ -3077,7 +3121,7 @@ class DisableDirectoryCommand extends smithyClient.Command
|
|
|
3077
3121
|
})
|
|
3078
3122
|
.s("AmazonCloudDirectory_20170111", "DisableDirectory", {})
|
|
3079
3123
|
.n("CloudDirectoryClient", "DisableDirectoryCommand")
|
|
3080
|
-
.sc(DisableDirectory)
|
|
3124
|
+
.sc(DisableDirectory$)
|
|
3081
3125
|
.build() {
|
|
3082
3126
|
}
|
|
3083
3127
|
|
|
@@ -3089,7 +3133,7 @@ class EnableDirectoryCommand extends smithyClient.Command
|
|
|
3089
3133
|
})
|
|
3090
3134
|
.s("AmazonCloudDirectory_20170111", "EnableDirectory", {})
|
|
3091
3135
|
.n("CloudDirectoryClient", "EnableDirectoryCommand")
|
|
3092
|
-
.sc(EnableDirectory)
|
|
3136
|
+
.sc(EnableDirectory$)
|
|
3093
3137
|
.build() {
|
|
3094
3138
|
}
|
|
3095
3139
|
|
|
@@ -3101,7 +3145,7 @@ class GetAppliedSchemaVersionCommand extends smithyClient.Command
|
|
|
3101
3145
|
})
|
|
3102
3146
|
.s("AmazonCloudDirectory_20170111", "GetAppliedSchemaVersion", {})
|
|
3103
3147
|
.n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand")
|
|
3104
|
-
.sc(GetAppliedSchemaVersion)
|
|
3148
|
+
.sc(GetAppliedSchemaVersion$)
|
|
3105
3149
|
.build() {
|
|
3106
3150
|
}
|
|
3107
3151
|
|
|
@@ -3113,7 +3157,7 @@ class GetDirectoryCommand extends smithyClient.Command
|
|
|
3113
3157
|
})
|
|
3114
3158
|
.s("AmazonCloudDirectory_20170111", "GetDirectory", {})
|
|
3115
3159
|
.n("CloudDirectoryClient", "GetDirectoryCommand")
|
|
3116
|
-
.sc(GetDirectory)
|
|
3160
|
+
.sc(GetDirectory$)
|
|
3117
3161
|
.build() {
|
|
3118
3162
|
}
|
|
3119
3163
|
|
|
@@ -3125,7 +3169,7 @@ class GetFacetCommand extends smithyClient.Command
|
|
|
3125
3169
|
})
|
|
3126
3170
|
.s("AmazonCloudDirectory_20170111", "GetFacet", {})
|
|
3127
3171
|
.n("CloudDirectoryClient", "GetFacetCommand")
|
|
3128
|
-
.sc(GetFacet)
|
|
3172
|
+
.sc(GetFacet$)
|
|
3129
3173
|
.build() {
|
|
3130
3174
|
}
|
|
3131
3175
|
|
|
@@ -3137,7 +3181,7 @@ class GetLinkAttributesCommand extends smithyClient.Command
|
|
|
3137
3181
|
})
|
|
3138
3182
|
.s("AmazonCloudDirectory_20170111", "GetLinkAttributes", {})
|
|
3139
3183
|
.n("CloudDirectoryClient", "GetLinkAttributesCommand")
|
|
3140
|
-
.sc(GetLinkAttributes)
|
|
3184
|
+
.sc(GetLinkAttributes$)
|
|
3141
3185
|
.build() {
|
|
3142
3186
|
}
|
|
3143
3187
|
|
|
@@ -3149,7 +3193,7 @@ class GetObjectAttributesCommand extends smithyClient.Command
|
|
|
3149
3193
|
})
|
|
3150
3194
|
.s("AmazonCloudDirectory_20170111", "GetObjectAttributes", {})
|
|
3151
3195
|
.n("CloudDirectoryClient", "GetObjectAttributesCommand")
|
|
3152
|
-
.sc(GetObjectAttributes)
|
|
3196
|
+
.sc(GetObjectAttributes$)
|
|
3153
3197
|
.build() {
|
|
3154
3198
|
}
|
|
3155
3199
|
|
|
@@ -3161,7 +3205,7 @@ class GetObjectInformationCommand extends smithyClient.Command
|
|
|
3161
3205
|
})
|
|
3162
3206
|
.s("AmazonCloudDirectory_20170111", "GetObjectInformation", {})
|
|
3163
3207
|
.n("CloudDirectoryClient", "GetObjectInformationCommand")
|
|
3164
|
-
.sc(GetObjectInformation)
|
|
3208
|
+
.sc(GetObjectInformation$)
|
|
3165
3209
|
.build() {
|
|
3166
3210
|
}
|
|
3167
3211
|
|
|
@@ -3173,7 +3217,7 @@ class GetSchemaAsJsonCommand extends smithyClient.Command
|
|
|
3173
3217
|
})
|
|
3174
3218
|
.s("AmazonCloudDirectory_20170111", "GetSchemaAsJson", {})
|
|
3175
3219
|
.n("CloudDirectoryClient", "GetSchemaAsJsonCommand")
|
|
3176
|
-
.sc(GetSchemaAsJson)
|
|
3220
|
+
.sc(GetSchemaAsJson$)
|
|
3177
3221
|
.build() {
|
|
3178
3222
|
}
|
|
3179
3223
|
|
|
@@ -3185,7 +3229,7 @@ class GetTypedLinkFacetInformationCommand extends smithyClient.Command
|
|
|
3185
3229
|
})
|
|
3186
3230
|
.s("AmazonCloudDirectory_20170111", "GetTypedLinkFacetInformation", {})
|
|
3187
3231
|
.n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand")
|
|
3188
|
-
.sc(GetTypedLinkFacetInformation)
|
|
3232
|
+
.sc(GetTypedLinkFacetInformation$)
|
|
3189
3233
|
.build() {
|
|
3190
3234
|
}
|
|
3191
3235
|
|
|
@@ -3197,7 +3241,7 @@ class ListAppliedSchemaArnsCommand extends smithyClient.Command
|
|
|
3197
3241
|
})
|
|
3198
3242
|
.s("AmazonCloudDirectory_20170111", "ListAppliedSchemaArns", {})
|
|
3199
3243
|
.n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand")
|
|
3200
|
-
.sc(ListAppliedSchemaArns)
|
|
3244
|
+
.sc(ListAppliedSchemaArns$)
|
|
3201
3245
|
.build() {
|
|
3202
3246
|
}
|
|
3203
3247
|
|
|
@@ -3209,7 +3253,7 @@ class ListAttachedIndicesCommand extends smithyClient.Command
|
|
|
3209
3253
|
})
|
|
3210
3254
|
.s("AmazonCloudDirectory_20170111", "ListAttachedIndices", {})
|
|
3211
3255
|
.n("CloudDirectoryClient", "ListAttachedIndicesCommand")
|
|
3212
|
-
.sc(ListAttachedIndices)
|
|
3256
|
+
.sc(ListAttachedIndices$)
|
|
3213
3257
|
.build() {
|
|
3214
3258
|
}
|
|
3215
3259
|
|
|
@@ -3221,7 +3265,7 @@ class ListDevelopmentSchemaArnsCommand extends smithyClient.Command
|
|
|
3221
3265
|
})
|
|
3222
3266
|
.s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {})
|
|
3223
3267
|
.n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
|
|
3224
|
-
.sc(ListDevelopmentSchemaArns)
|
|
3268
|
+
.sc(ListDevelopmentSchemaArns$)
|
|
3225
3269
|
.build() {
|
|
3226
3270
|
}
|
|
3227
3271
|
|
|
@@ -3233,7 +3277,7 @@ class ListDirectoriesCommand extends smithyClient.Command
|
|
|
3233
3277
|
})
|
|
3234
3278
|
.s("AmazonCloudDirectory_20170111", "ListDirectories", {})
|
|
3235
3279
|
.n("CloudDirectoryClient", "ListDirectoriesCommand")
|
|
3236
|
-
.sc(ListDirectories)
|
|
3280
|
+
.sc(ListDirectories$)
|
|
3237
3281
|
.build() {
|
|
3238
3282
|
}
|
|
3239
3283
|
|
|
@@ -3245,7 +3289,7 @@ class ListFacetAttributesCommand extends smithyClient.Command
|
|
|
3245
3289
|
})
|
|
3246
3290
|
.s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {})
|
|
3247
3291
|
.n("CloudDirectoryClient", "ListFacetAttributesCommand")
|
|
3248
|
-
.sc(ListFacetAttributes)
|
|
3292
|
+
.sc(ListFacetAttributes$)
|
|
3249
3293
|
.build() {
|
|
3250
3294
|
}
|
|
3251
3295
|
|
|
@@ -3257,7 +3301,7 @@ class ListFacetNamesCommand extends smithyClient.Command
|
|
|
3257
3301
|
})
|
|
3258
3302
|
.s("AmazonCloudDirectory_20170111", "ListFacetNames", {})
|
|
3259
3303
|
.n("CloudDirectoryClient", "ListFacetNamesCommand")
|
|
3260
|
-
.sc(ListFacetNames)
|
|
3304
|
+
.sc(ListFacetNames$)
|
|
3261
3305
|
.build() {
|
|
3262
3306
|
}
|
|
3263
3307
|
|
|
@@ -3269,7 +3313,7 @@ class ListIncomingTypedLinksCommand extends smithyClient.Command
|
|
|
3269
3313
|
})
|
|
3270
3314
|
.s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {})
|
|
3271
3315
|
.n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
|
|
3272
|
-
.sc(ListIncomingTypedLinks)
|
|
3316
|
+
.sc(ListIncomingTypedLinks$)
|
|
3273
3317
|
.build() {
|
|
3274
3318
|
}
|
|
3275
3319
|
|
|
@@ -3281,7 +3325,7 @@ class ListIndexCommand extends smithyClient.Command
|
|
|
3281
3325
|
})
|
|
3282
3326
|
.s("AmazonCloudDirectory_20170111", "ListIndex", {})
|
|
3283
3327
|
.n("CloudDirectoryClient", "ListIndexCommand")
|
|
3284
|
-
.sc(ListIndex)
|
|
3328
|
+
.sc(ListIndex$)
|
|
3285
3329
|
.build() {
|
|
3286
3330
|
}
|
|
3287
3331
|
|
|
@@ -3293,7 +3337,7 @@ class ListManagedSchemaArnsCommand extends smithyClient.Command
|
|
|
3293
3337
|
})
|
|
3294
3338
|
.s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {})
|
|
3295
3339
|
.n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
|
|
3296
|
-
.sc(ListManagedSchemaArns)
|
|
3340
|
+
.sc(ListManagedSchemaArns$)
|
|
3297
3341
|
.build() {
|
|
3298
3342
|
}
|
|
3299
3343
|
|
|
@@ -3305,7 +3349,7 @@ class ListObjectAttributesCommand extends smithyClient.Command
|
|
|
3305
3349
|
})
|
|
3306
3350
|
.s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {})
|
|
3307
3351
|
.n("CloudDirectoryClient", "ListObjectAttributesCommand")
|
|
3308
|
-
.sc(ListObjectAttributes)
|
|
3352
|
+
.sc(ListObjectAttributes$)
|
|
3309
3353
|
.build() {
|
|
3310
3354
|
}
|
|
3311
3355
|
|
|
@@ -3317,7 +3361,7 @@ class ListObjectChildrenCommand extends smithyClient.Command
|
|
|
3317
3361
|
})
|
|
3318
3362
|
.s("AmazonCloudDirectory_20170111", "ListObjectChildren", {})
|
|
3319
3363
|
.n("CloudDirectoryClient", "ListObjectChildrenCommand")
|
|
3320
|
-
.sc(ListObjectChildren)
|
|
3364
|
+
.sc(ListObjectChildren$)
|
|
3321
3365
|
.build() {
|
|
3322
3366
|
}
|
|
3323
3367
|
|
|
@@ -3329,7 +3373,7 @@ class ListObjectParentPathsCommand extends smithyClient.Command
|
|
|
3329
3373
|
})
|
|
3330
3374
|
.s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {})
|
|
3331
3375
|
.n("CloudDirectoryClient", "ListObjectParentPathsCommand")
|
|
3332
|
-
.sc(ListObjectParentPaths)
|
|
3376
|
+
.sc(ListObjectParentPaths$)
|
|
3333
3377
|
.build() {
|
|
3334
3378
|
}
|
|
3335
3379
|
|
|
@@ -3341,7 +3385,7 @@ class ListObjectParentsCommand extends smithyClient.Command
|
|
|
3341
3385
|
})
|
|
3342
3386
|
.s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
|
|
3343
3387
|
.n("CloudDirectoryClient", "ListObjectParentsCommand")
|
|
3344
|
-
.sc(ListObjectParents)
|
|
3388
|
+
.sc(ListObjectParents$)
|
|
3345
3389
|
.build() {
|
|
3346
3390
|
}
|
|
3347
3391
|
|
|
@@ -3353,7 +3397,7 @@ class ListObjectPoliciesCommand extends smithyClient.Command
|
|
|
3353
3397
|
})
|
|
3354
3398
|
.s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
|
|
3355
3399
|
.n("CloudDirectoryClient", "ListObjectPoliciesCommand")
|
|
3356
|
-
.sc(ListObjectPolicies)
|
|
3400
|
+
.sc(ListObjectPolicies$)
|
|
3357
3401
|
.build() {
|
|
3358
3402
|
}
|
|
3359
3403
|
|
|
@@ -3365,7 +3409,7 @@ class ListOutgoingTypedLinksCommand extends smithyClient.Command
|
|
|
3365
3409
|
})
|
|
3366
3410
|
.s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
|
|
3367
3411
|
.n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
|
|
3368
|
-
.sc(ListOutgoingTypedLinks)
|
|
3412
|
+
.sc(ListOutgoingTypedLinks$)
|
|
3369
3413
|
.build() {
|
|
3370
3414
|
}
|
|
3371
3415
|
|
|
@@ -3377,7 +3421,7 @@ class ListPolicyAttachmentsCommand extends smithyClient.Command
|
|
|
3377
3421
|
})
|
|
3378
3422
|
.s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
|
|
3379
3423
|
.n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
|
|
3380
|
-
.sc(ListPolicyAttachments)
|
|
3424
|
+
.sc(ListPolicyAttachments$)
|
|
3381
3425
|
.build() {
|
|
3382
3426
|
}
|
|
3383
3427
|
|
|
@@ -3389,7 +3433,7 @@ class ListPublishedSchemaArnsCommand extends smithyClient.Command
|
|
|
3389
3433
|
})
|
|
3390
3434
|
.s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
|
|
3391
3435
|
.n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
|
|
3392
|
-
.sc(ListPublishedSchemaArns)
|
|
3436
|
+
.sc(ListPublishedSchemaArns$)
|
|
3393
3437
|
.build() {
|
|
3394
3438
|
}
|
|
3395
3439
|
|
|
@@ -3401,7 +3445,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3401
3445
|
})
|
|
3402
3446
|
.s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
|
|
3403
3447
|
.n("CloudDirectoryClient", "ListTagsForResourceCommand")
|
|
3404
|
-
.sc(ListTagsForResource)
|
|
3448
|
+
.sc(ListTagsForResource$)
|
|
3405
3449
|
.build() {
|
|
3406
3450
|
}
|
|
3407
3451
|
|
|
@@ -3413,7 +3457,7 @@ class ListTypedLinkFacetAttributesCommand extends smithyClient.Command
|
|
|
3413
3457
|
})
|
|
3414
3458
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
|
|
3415
3459
|
.n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
|
|
3416
|
-
.sc(ListTypedLinkFacetAttributes)
|
|
3460
|
+
.sc(ListTypedLinkFacetAttributes$)
|
|
3417
3461
|
.build() {
|
|
3418
3462
|
}
|
|
3419
3463
|
|
|
@@ -3425,7 +3469,7 @@ class ListTypedLinkFacetNamesCommand extends smithyClient.Command
|
|
|
3425
3469
|
})
|
|
3426
3470
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
|
|
3427
3471
|
.n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
|
|
3428
|
-
.sc(ListTypedLinkFacetNames)
|
|
3472
|
+
.sc(ListTypedLinkFacetNames$)
|
|
3429
3473
|
.build() {
|
|
3430
3474
|
}
|
|
3431
3475
|
|
|
@@ -3437,7 +3481,7 @@ class LookupPolicyCommand extends smithyClient.Command
|
|
|
3437
3481
|
})
|
|
3438
3482
|
.s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
|
|
3439
3483
|
.n("CloudDirectoryClient", "LookupPolicyCommand")
|
|
3440
|
-
.sc(LookupPolicy)
|
|
3484
|
+
.sc(LookupPolicy$)
|
|
3441
3485
|
.build() {
|
|
3442
3486
|
}
|
|
3443
3487
|
|
|
@@ -3449,7 +3493,7 @@ class PublishSchemaCommand extends smithyClient.Command
|
|
|
3449
3493
|
})
|
|
3450
3494
|
.s("AmazonCloudDirectory_20170111", "PublishSchema", {})
|
|
3451
3495
|
.n("CloudDirectoryClient", "PublishSchemaCommand")
|
|
3452
|
-
.sc(PublishSchema)
|
|
3496
|
+
.sc(PublishSchema$)
|
|
3453
3497
|
.build() {
|
|
3454
3498
|
}
|
|
3455
3499
|
|
|
@@ -3461,7 +3505,7 @@ class PutSchemaFromJsonCommand extends smithyClient.Command
|
|
|
3461
3505
|
})
|
|
3462
3506
|
.s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
|
|
3463
3507
|
.n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
|
|
3464
|
-
.sc(PutSchemaFromJson)
|
|
3508
|
+
.sc(PutSchemaFromJson$)
|
|
3465
3509
|
.build() {
|
|
3466
3510
|
}
|
|
3467
3511
|
|
|
@@ -3473,7 +3517,7 @@ class RemoveFacetFromObjectCommand extends smithyClient.Command
|
|
|
3473
3517
|
})
|
|
3474
3518
|
.s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
|
|
3475
3519
|
.n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
|
|
3476
|
-
.sc(RemoveFacetFromObject)
|
|
3520
|
+
.sc(RemoveFacetFromObject$)
|
|
3477
3521
|
.build() {
|
|
3478
3522
|
}
|
|
3479
3523
|
|
|
@@ -3485,7 +3529,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3485
3529
|
})
|
|
3486
3530
|
.s("AmazonCloudDirectory_20170111", "TagResource", {})
|
|
3487
3531
|
.n("CloudDirectoryClient", "TagResourceCommand")
|
|
3488
|
-
.sc(TagResource)
|
|
3532
|
+
.sc(TagResource$)
|
|
3489
3533
|
.build() {
|
|
3490
3534
|
}
|
|
3491
3535
|
|
|
@@ -3497,7 +3541,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3497
3541
|
})
|
|
3498
3542
|
.s("AmazonCloudDirectory_20170111", "UntagResource", {})
|
|
3499
3543
|
.n("CloudDirectoryClient", "UntagResourceCommand")
|
|
3500
|
-
.sc(UntagResource)
|
|
3544
|
+
.sc(UntagResource$)
|
|
3501
3545
|
.build() {
|
|
3502
3546
|
}
|
|
3503
3547
|
|
|
@@ -3509,7 +3553,7 @@ class UpdateFacetCommand extends smithyClient.Command
|
|
|
3509
3553
|
})
|
|
3510
3554
|
.s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
|
|
3511
3555
|
.n("CloudDirectoryClient", "UpdateFacetCommand")
|
|
3512
|
-
.sc(UpdateFacet)
|
|
3556
|
+
.sc(UpdateFacet$)
|
|
3513
3557
|
.build() {
|
|
3514
3558
|
}
|
|
3515
3559
|
|
|
@@ -3521,7 +3565,7 @@ class UpdateLinkAttributesCommand extends smithyClient.Command
|
|
|
3521
3565
|
})
|
|
3522
3566
|
.s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
|
|
3523
3567
|
.n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
|
|
3524
|
-
.sc(UpdateLinkAttributes)
|
|
3568
|
+
.sc(UpdateLinkAttributes$)
|
|
3525
3569
|
.build() {
|
|
3526
3570
|
}
|
|
3527
3571
|
|
|
@@ -3533,7 +3577,7 @@ class UpdateObjectAttributesCommand extends smithyClient.Command
|
|
|
3533
3577
|
})
|
|
3534
3578
|
.s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
|
|
3535
3579
|
.n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
|
|
3536
|
-
.sc(UpdateObjectAttributes)
|
|
3580
|
+
.sc(UpdateObjectAttributes$)
|
|
3537
3581
|
.build() {
|
|
3538
3582
|
}
|
|
3539
3583
|
|
|
@@ -3545,7 +3589,7 @@ class UpdateSchemaCommand extends smithyClient.Command
|
|
|
3545
3589
|
})
|
|
3546
3590
|
.s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
|
|
3547
3591
|
.n("CloudDirectoryClient", "UpdateSchemaCommand")
|
|
3548
|
-
.sc(UpdateSchema)
|
|
3592
|
+
.sc(UpdateSchema$)
|
|
3549
3593
|
.build() {
|
|
3550
3594
|
}
|
|
3551
3595
|
|
|
@@ -3557,7 +3601,7 @@ class UpdateTypedLinkFacetCommand extends smithyClient.Command
|
|
|
3557
3601
|
})
|
|
3558
3602
|
.s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
|
|
3559
3603
|
.n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
|
|
3560
|
-
.sc(UpdateTypedLinkFacet)
|
|
3604
|
+
.sc(UpdateTypedLinkFacet$)
|
|
3561
3605
|
.build() {
|
|
3562
3606
|
}
|
|
3563
3607
|
|
|
@@ -3569,7 +3613,7 @@ class UpgradeAppliedSchemaCommand extends smithyClient.Command
|
|
|
3569
3613
|
})
|
|
3570
3614
|
.s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
|
|
3571
3615
|
.n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
|
|
3572
|
-
.sc(UpgradeAppliedSchema)
|
|
3616
|
+
.sc(UpgradeAppliedSchema$)
|
|
3573
3617
|
.build() {
|
|
3574
3618
|
}
|
|
3575
3619
|
|
|
@@ -3581,7 +3625,7 @@ class UpgradePublishedSchemaCommand extends smithyClient.Command
|
|
|
3581
3625
|
})
|
|
3582
3626
|
.s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
|
|
3583
3627
|
.n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
|
|
3584
|
-
.sc(UpgradePublishedSchema)
|
|
3628
|
+
.sc(UpgradePublishedSchema$)
|
|
3585
3629
|
.build() {
|
|
3586
3630
|
}
|
|
3587
3631
|
|
|
@@ -3787,121 +3831,449 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3787
3831
|
enumerable: true,
|
|
3788
3832
|
get: function () { return smithyClient.Client; }
|
|
3789
3833
|
});
|
|
3790
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
3834
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3835
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3836
|
+
exports.AddFacetToObject$ = AddFacetToObject$;
|
|
3791
3837
|
exports.AddFacetToObjectCommand = AddFacetToObjectCommand;
|
|
3838
|
+
exports.AddFacetToObjectRequest$ = AddFacetToObjectRequest$;
|
|
3839
|
+
exports.AddFacetToObjectResponse$ = AddFacetToObjectResponse$;
|
|
3840
|
+
exports.ApplySchema$ = ApplySchema$;
|
|
3792
3841
|
exports.ApplySchemaCommand = ApplySchemaCommand;
|
|
3842
|
+
exports.ApplySchemaRequest$ = ApplySchemaRequest$;
|
|
3843
|
+
exports.ApplySchemaResponse$ = ApplySchemaResponse$;
|
|
3844
|
+
exports.AttachObject$ = AttachObject$;
|
|
3793
3845
|
exports.AttachObjectCommand = AttachObjectCommand;
|
|
3846
|
+
exports.AttachObjectRequest$ = AttachObjectRequest$;
|
|
3847
|
+
exports.AttachObjectResponse$ = AttachObjectResponse$;
|
|
3848
|
+
exports.AttachPolicy$ = AttachPolicy$;
|
|
3794
3849
|
exports.AttachPolicyCommand = AttachPolicyCommand;
|
|
3850
|
+
exports.AttachPolicyRequest$ = AttachPolicyRequest$;
|
|
3851
|
+
exports.AttachPolicyResponse$ = AttachPolicyResponse$;
|
|
3852
|
+
exports.AttachToIndex$ = AttachToIndex$;
|
|
3795
3853
|
exports.AttachToIndexCommand = AttachToIndexCommand;
|
|
3854
|
+
exports.AttachToIndexRequest$ = AttachToIndexRequest$;
|
|
3855
|
+
exports.AttachToIndexResponse$ = AttachToIndexResponse$;
|
|
3856
|
+
exports.AttachTypedLink$ = AttachTypedLink$;
|
|
3796
3857
|
exports.AttachTypedLinkCommand = AttachTypedLinkCommand;
|
|
3858
|
+
exports.AttachTypedLinkRequest$ = AttachTypedLinkRequest$;
|
|
3859
|
+
exports.AttachTypedLinkResponse$ = AttachTypedLinkResponse$;
|
|
3860
|
+
exports.AttributeKey$ = AttributeKey$;
|
|
3861
|
+
exports.AttributeKeyAndValue$ = AttributeKeyAndValue$;
|
|
3862
|
+
exports.AttributeNameAndValue$ = AttributeNameAndValue$;
|
|
3863
|
+
exports.BatchAddFacetToObject$ = BatchAddFacetToObject$;
|
|
3864
|
+
exports.BatchAddFacetToObjectResponse$ = BatchAddFacetToObjectResponse$;
|
|
3865
|
+
exports.BatchAttachObject$ = BatchAttachObject$;
|
|
3866
|
+
exports.BatchAttachObjectResponse$ = BatchAttachObjectResponse$;
|
|
3867
|
+
exports.BatchAttachPolicy$ = BatchAttachPolicy$;
|
|
3868
|
+
exports.BatchAttachPolicyResponse$ = BatchAttachPolicyResponse$;
|
|
3869
|
+
exports.BatchAttachToIndex$ = BatchAttachToIndex$;
|
|
3870
|
+
exports.BatchAttachToIndexResponse$ = BatchAttachToIndexResponse$;
|
|
3871
|
+
exports.BatchAttachTypedLink$ = BatchAttachTypedLink$;
|
|
3872
|
+
exports.BatchAttachTypedLinkResponse$ = BatchAttachTypedLinkResponse$;
|
|
3873
|
+
exports.BatchCreateIndex$ = BatchCreateIndex$;
|
|
3874
|
+
exports.BatchCreateIndexResponse$ = BatchCreateIndexResponse$;
|
|
3875
|
+
exports.BatchCreateObject$ = BatchCreateObject$;
|
|
3876
|
+
exports.BatchCreateObjectResponse$ = BatchCreateObjectResponse$;
|
|
3877
|
+
exports.BatchDeleteObject$ = BatchDeleteObject$;
|
|
3878
|
+
exports.BatchDeleteObjectResponse$ = BatchDeleteObjectResponse$;
|
|
3879
|
+
exports.BatchDetachFromIndex$ = BatchDetachFromIndex$;
|
|
3880
|
+
exports.BatchDetachFromIndexResponse$ = BatchDetachFromIndexResponse$;
|
|
3881
|
+
exports.BatchDetachObject$ = BatchDetachObject$;
|
|
3882
|
+
exports.BatchDetachObjectResponse$ = BatchDetachObjectResponse$;
|
|
3883
|
+
exports.BatchDetachPolicy$ = BatchDetachPolicy$;
|
|
3884
|
+
exports.BatchDetachPolicyResponse$ = BatchDetachPolicyResponse$;
|
|
3885
|
+
exports.BatchDetachTypedLink$ = BatchDetachTypedLink$;
|
|
3886
|
+
exports.BatchDetachTypedLinkResponse$ = BatchDetachTypedLinkResponse$;
|
|
3887
|
+
exports.BatchGetLinkAttributes$ = BatchGetLinkAttributes$;
|
|
3888
|
+
exports.BatchGetLinkAttributesResponse$ = BatchGetLinkAttributesResponse$;
|
|
3889
|
+
exports.BatchGetObjectAttributes$ = BatchGetObjectAttributes$;
|
|
3890
|
+
exports.BatchGetObjectAttributesResponse$ = BatchGetObjectAttributesResponse$;
|
|
3891
|
+
exports.BatchGetObjectInformation$ = BatchGetObjectInformation$;
|
|
3892
|
+
exports.BatchGetObjectInformationResponse$ = BatchGetObjectInformationResponse$;
|
|
3893
|
+
exports.BatchListAttachedIndices$ = BatchListAttachedIndices$;
|
|
3894
|
+
exports.BatchListAttachedIndicesResponse$ = BatchListAttachedIndicesResponse$;
|
|
3895
|
+
exports.BatchListIncomingTypedLinks$ = BatchListIncomingTypedLinks$;
|
|
3896
|
+
exports.BatchListIncomingTypedLinksResponse$ = BatchListIncomingTypedLinksResponse$;
|
|
3897
|
+
exports.BatchListIndex$ = BatchListIndex$;
|
|
3898
|
+
exports.BatchListIndexResponse$ = BatchListIndexResponse$;
|
|
3899
|
+
exports.BatchListObjectAttributes$ = BatchListObjectAttributes$;
|
|
3900
|
+
exports.BatchListObjectAttributesResponse$ = BatchListObjectAttributesResponse$;
|
|
3901
|
+
exports.BatchListObjectChildren$ = BatchListObjectChildren$;
|
|
3902
|
+
exports.BatchListObjectChildrenResponse$ = BatchListObjectChildrenResponse$;
|
|
3903
|
+
exports.BatchListObjectParentPaths$ = BatchListObjectParentPaths$;
|
|
3904
|
+
exports.BatchListObjectParentPathsResponse$ = BatchListObjectParentPathsResponse$;
|
|
3905
|
+
exports.BatchListObjectParents$ = BatchListObjectParents$;
|
|
3906
|
+
exports.BatchListObjectParentsResponse$ = BatchListObjectParentsResponse$;
|
|
3907
|
+
exports.BatchListObjectPolicies$ = BatchListObjectPolicies$;
|
|
3908
|
+
exports.BatchListObjectPoliciesResponse$ = BatchListObjectPoliciesResponse$;
|
|
3909
|
+
exports.BatchListOutgoingTypedLinks$ = BatchListOutgoingTypedLinks$;
|
|
3910
|
+
exports.BatchListOutgoingTypedLinksResponse$ = BatchListOutgoingTypedLinksResponse$;
|
|
3911
|
+
exports.BatchListPolicyAttachments$ = BatchListPolicyAttachments$;
|
|
3912
|
+
exports.BatchListPolicyAttachmentsResponse$ = BatchListPolicyAttachmentsResponse$;
|
|
3913
|
+
exports.BatchLookupPolicy$ = BatchLookupPolicy$;
|
|
3914
|
+
exports.BatchLookupPolicyResponse$ = BatchLookupPolicyResponse$;
|
|
3915
|
+
exports.BatchRead$ = BatchRead$;
|
|
3797
3916
|
exports.BatchReadCommand = BatchReadCommand;
|
|
3917
|
+
exports.BatchReadException$ = BatchReadException$;
|
|
3798
3918
|
exports.BatchReadExceptionType = BatchReadExceptionType;
|
|
3919
|
+
exports.BatchReadOperation$ = BatchReadOperation$;
|
|
3920
|
+
exports.BatchReadOperationResponse$ = BatchReadOperationResponse$;
|
|
3921
|
+
exports.BatchReadRequest$ = BatchReadRequest$;
|
|
3922
|
+
exports.BatchReadResponse$ = BatchReadResponse$;
|
|
3923
|
+
exports.BatchReadSuccessfulResponse$ = BatchReadSuccessfulResponse$;
|
|
3924
|
+
exports.BatchRemoveFacetFromObject$ = BatchRemoveFacetFromObject$;
|
|
3925
|
+
exports.BatchRemoveFacetFromObjectResponse$ = BatchRemoveFacetFromObjectResponse$;
|
|
3926
|
+
exports.BatchUpdateLinkAttributes$ = BatchUpdateLinkAttributes$;
|
|
3927
|
+
exports.BatchUpdateLinkAttributesResponse$ = BatchUpdateLinkAttributesResponse$;
|
|
3928
|
+
exports.BatchUpdateObjectAttributes$ = BatchUpdateObjectAttributes$;
|
|
3929
|
+
exports.BatchUpdateObjectAttributesResponse$ = BatchUpdateObjectAttributesResponse$;
|
|
3930
|
+
exports.BatchWrite$ = BatchWrite$;
|
|
3799
3931
|
exports.BatchWriteCommand = BatchWriteCommand;
|
|
3800
|
-
exports.BatchWriteException = BatchWriteException
|
|
3932
|
+
exports.BatchWriteException = BatchWriteException;
|
|
3933
|
+
exports.BatchWriteException$ = BatchWriteException$;
|
|
3801
3934
|
exports.BatchWriteExceptionType = BatchWriteExceptionType;
|
|
3802
|
-
exports.
|
|
3935
|
+
exports.BatchWriteOperation$ = BatchWriteOperation$;
|
|
3936
|
+
exports.BatchWriteOperationResponse$ = BatchWriteOperationResponse$;
|
|
3937
|
+
exports.BatchWriteRequest$ = BatchWriteRequest$;
|
|
3938
|
+
exports.BatchWriteResponse$ = BatchWriteResponse$;
|
|
3939
|
+
exports.CannotListParentOfRootException = CannotListParentOfRootException;
|
|
3940
|
+
exports.CannotListParentOfRootException$ = CannotListParentOfRootException$;
|
|
3803
3941
|
exports.CloudDirectory = CloudDirectory;
|
|
3804
3942
|
exports.CloudDirectoryClient = CloudDirectoryClient;
|
|
3805
|
-
exports.CloudDirectoryServiceException = CloudDirectoryServiceException
|
|
3943
|
+
exports.CloudDirectoryServiceException = CloudDirectoryServiceException;
|
|
3944
|
+
exports.CloudDirectoryServiceException$ = CloudDirectoryServiceException$;
|
|
3806
3945
|
exports.ConsistencyLevel = ConsistencyLevel;
|
|
3946
|
+
exports.CreateDirectory$ = CreateDirectory$;
|
|
3807
3947
|
exports.CreateDirectoryCommand = CreateDirectoryCommand;
|
|
3948
|
+
exports.CreateDirectoryRequest$ = CreateDirectoryRequest$;
|
|
3949
|
+
exports.CreateDirectoryResponse$ = CreateDirectoryResponse$;
|
|
3950
|
+
exports.CreateFacet$ = CreateFacet$;
|
|
3808
3951
|
exports.CreateFacetCommand = CreateFacetCommand;
|
|
3952
|
+
exports.CreateFacetRequest$ = CreateFacetRequest$;
|
|
3953
|
+
exports.CreateFacetResponse$ = CreateFacetResponse$;
|
|
3954
|
+
exports.CreateIndex$ = CreateIndex$;
|
|
3809
3955
|
exports.CreateIndexCommand = CreateIndexCommand;
|
|
3956
|
+
exports.CreateIndexRequest$ = CreateIndexRequest$;
|
|
3957
|
+
exports.CreateIndexResponse$ = CreateIndexResponse$;
|
|
3958
|
+
exports.CreateObject$ = CreateObject$;
|
|
3810
3959
|
exports.CreateObjectCommand = CreateObjectCommand;
|
|
3960
|
+
exports.CreateObjectRequest$ = CreateObjectRequest$;
|
|
3961
|
+
exports.CreateObjectResponse$ = CreateObjectResponse$;
|
|
3962
|
+
exports.CreateSchema$ = CreateSchema$;
|
|
3811
3963
|
exports.CreateSchemaCommand = CreateSchemaCommand;
|
|
3964
|
+
exports.CreateSchemaRequest$ = CreateSchemaRequest$;
|
|
3965
|
+
exports.CreateSchemaResponse$ = CreateSchemaResponse$;
|
|
3966
|
+
exports.CreateTypedLinkFacet$ = CreateTypedLinkFacet$;
|
|
3812
3967
|
exports.CreateTypedLinkFacetCommand = CreateTypedLinkFacetCommand;
|
|
3968
|
+
exports.CreateTypedLinkFacetRequest$ = CreateTypedLinkFacetRequest$;
|
|
3969
|
+
exports.CreateTypedLinkFacetResponse$ = CreateTypedLinkFacetResponse$;
|
|
3970
|
+
exports.DeleteDirectory$ = DeleteDirectory$;
|
|
3813
3971
|
exports.DeleteDirectoryCommand = DeleteDirectoryCommand;
|
|
3972
|
+
exports.DeleteDirectoryRequest$ = DeleteDirectoryRequest$;
|
|
3973
|
+
exports.DeleteDirectoryResponse$ = DeleteDirectoryResponse$;
|
|
3974
|
+
exports.DeleteFacet$ = DeleteFacet$;
|
|
3814
3975
|
exports.DeleteFacetCommand = DeleteFacetCommand;
|
|
3976
|
+
exports.DeleteFacetRequest$ = DeleteFacetRequest$;
|
|
3977
|
+
exports.DeleteFacetResponse$ = DeleteFacetResponse$;
|
|
3978
|
+
exports.DeleteObject$ = DeleteObject$;
|
|
3815
3979
|
exports.DeleteObjectCommand = DeleteObjectCommand;
|
|
3980
|
+
exports.DeleteObjectRequest$ = DeleteObjectRequest$;
|
|
3981
|
+
exports.DeleteObjectResponse$ = DeleteObjectResponse$;
|
|
3982
|
+
exports.DeleteSchema$ = DeleteSchema$;
|
|
3816
3983
|
exports.DeleteSchemaCommand = DeleteSchemaCommand;
|
|
3984
|
+
exports.DeleteSchemaRequest$ = DeleteSchemaRequest$;
|
|
3985
|
+
exports.DeleteSchemaResponse$ = DeleteSchemaResponse$;
|
|
3986
|
+
exports.DeleteTypedLinkFacet$ = DeleteTypedLinkFacet$;
|
|
3817
3987
|
exports.DeleteTypedLinkFacetCommand = DeleteTypedLinkFacetCommand;
|
|
3988
|
+
exports.DeleteTypedLinkFacetRequest$ = DeleteTypedLinkFacetRequest$;
|
|
3989
|
+
exports.DeleteTypedLinkFacetResponse$ = DeleteTypedLinkFacetResponse$;
|
|
3990
|
+
exports.DetachFromIndex$ = DetachFromIndex$;
|
|
3818
3991
|
exports.DetachFromIndexCommand = DetachFromIndexCommand;
|
|
3992
|
+
exports.DetachFromIndexRequest$ = DetachFromIndexRequest$;
|
|
3993
|
+
exports.DetachFromIndexResponse$ = DetachFromIndexResponse$;
|
|
3994
|
+
exports.DetachObject$ = DetachObject$;
|
|
3819
3995
|
exports.DetachObjectCommand = DetachObjectCommand;
|
|
3996
|
+
exports.DetachObjectRequest$ = DetachObjectRequest$;
|
|
3997
|
+
exports.DetachObjectResponse$ = DetachObjectResponse$;
|
|
3998
|
+
exports.DetachPolicy$ = DetachPolicy$;
|
|
3820
3999
|
exports.DetachPolicyCommand = DetachPolicyCommand;
|
|
4000
|
+
exports.DetachPolicyRequest$ = DetachPolicyRequest$;
|
|
4001
|
+
exports.DetachPolicyResponse$ = DetachPolicyResponse$;
|
|
4002
|
+
exports.DetachTypedLink$ = DetachTypedLink$;
|
|
3821
4003
|
exports.DetachTypedLinkCommand = DetachTypedLinkCommand;
|
|
3822
|
-
exports.
|
|
3823
|
-
exports.
|
|
3824
|
-
exports.
|
|
3825
|
-
exports.
|
|
4004
|
+
exports.DetachTypedLinkRequest$ = DetachTypedLinkRequest$;
|
|
4005
|
+
exports.Directory$ = Directory$;
|
|
4006
|
+
exports.DirectoryAlreadyExistsException = DirectoryAlreadyExistsException;
|
|
4007
|
+
exports.DirectoryAlreadyExistsException$ = DirectoryAlreadyExistsException$;
|
|
4008
|
+
exports.DirectoryDeletedException = DirectoryDeletedException;
|
|
4009
|
+
exports.DirectoryDeletedException$ = DirectoryDeletedException$;
|
|
4010
|
+
exports.DirectoryNotDisabledException = DirectoryNotDisabledException;
|
|
4011
|
+
exports.DirectoryNotDisabledException$ = DirectoryNotDisabledException$;
|
|
4012
|
+
exports.DirectoryNotEnabledException = DirectoryNotEnabledException;
|
|
4013
|
+
exports.DirectoryNotEnabledException$ = DirectoryNotEnabledException$;
|
|
3826
4014
|
exports.DirectoryState = DirectoryState;
|
|
4015
|
+
exports.DisableDirectory$ = DisableDirectory$;
|
|
3827
4016
|
exports.DisableDirectoryCommand = DisableDirectoryCommand;
|
|
4017
|
+
exports.DisableDirectoryRequest$ = DisableDirectoryRequest$;
|
|
4018
|
+
exports.DisableDirectoryResponse$ = DisableDirectoryResponse$;
|
|
4019
|
+
exports.EnableDirectory$ = EnableDirectory$;
|
|
3828
4020
|
exports.EnableDirectoryCommand = EnableDirectoryCommand;
|
|
3829
|
-
exports.
|
|
4021
|
+
exports.EnableDirectoryRequest$ = EnableDirectoryRequest$;
|
|
4022
|
+
exports.EnableDirectoryResponse$ = EnableDirectoryResponse$;
|
|
4023
|
+
exports.Facet$ = Facet$;
|
|
4024
|
+
exports.FacetAlreadyExistsException = FacetAlreadyExistsException;
|
|
4025
|
+
exports.FacetAlreadyExistsException$ = FacetAlreadyExistsException$;
|
|
4026
|
+
exports.FacetAttribute$ = FacetAttribute$;
|
|
4027
|
+
exports.FacetAttributeDefinition$ = FacetAttributeDefinition$;
|
|
4028
|
+
exports.FacetAttributeReference$ = FacetAttributeReference$;
|
|
3830
4029
|
exports.FacetAttributeType = FacetAttributeType;
|
|
3831
|
-
exports.
|
|
3832
|
-
exports.
|
|
4030
|
+
exports.FacetAttributeUpdate$ = FacetAttributeUpdate$;
|
|
4031
|
+
exports.FacetInUseException = FacetInUseException;
|
|
4032
|
+
exports.FacetInUseException$ = FacetInUseException$;
|
|
4033
|
+
exports.FacetNotFoundException = FacetNotFoundException;
|
|
4034
|
+
exports.FacetNotFoundException$ = FacetNotFoundException$;
|
|
3833
4035
|
exports.FacetStyle = FacetStyle;
|
|
3834
|
-
exports.FacetValidationException = FacetValidationException
|
|
4036
|
+
exports.FacetValidationException = FacetValidationException;
|
|
4037
|
+
exports.FacetValidationException$ = FacetValidationException$;
|
|
4038
|
+
exports.GetAppliedSchemaVersion$ = GetAppliedSchemaVersion$;
|
|
3835
4039
|
exports.GetAppliedSchemaVersionCommand = GetAppliedSchemaVersionCommand;
|
|
4040
|
+
exports.GetAppliedSchemaVersionRequest$ = GetAppliedSchemaVersionRequest$;
|
|
4041
|
+
exports.GetAppliedSchemaVersionResponse$ = GetAppliedSchemaVersionResponse$;
|
|
4042
|
+
exports.GetDirectory$ = GetDirectory$;
|
|
3836
4043
|
exports.GetDirectoryCommand = GetDirectoryCommand;
|
|
4044
|
+
exports.GetDirectoryRequest$ = GetDirectoryRequest$;
|
|
4045
|
+
exports.GetDirectoryResponse$ = GetDirectoryResponse$;
|
|
4046
|
+
exports.GetFacet$ = GetFacet$;
|
|
3837
4047
|
exports.GetFacetCommand = GetFacetCommand;
|
|
4048
|
+
exports.GetFacetRequest$ = GetFacetRequest$;
|
|
4049
|
+
exports.GetFacetResponse$ = GetFacetResponse$;
|
|
4050
|
+
exports.GetLinkAttributes$ = GetLinkAttributes$;
|
|
3838
4051
|
exports.GetLinkAttributesCommand = GetLinkAttributesCommand;
|
|
4052
|
+
exports.GetLinkAttributesRequest$ = GetLinkAttributesRequest$;
|
|
4053
|
+
exports.GetLinkAttributesResponse$ = GetLinkAttributesResponse$;
|
|
4054
|
+
exports.GetObjectAttributes$ = GetObjectAttributes$;
|
|
3839
4055
|
exports.GetObjectAttributesCommand = GetObjectAttributesCommand;
|
|
4056
|
+
exports.GetObjectAttributesRequest$ = GetObjectAttributesRequest$;
|
|
4057
|
+
exports.GetObjectAttributesResponse$ = GetObjectAttributesResponse$;
|
|
4058
|
+
exports.GetObjectInformation$ = GetObjectInformation$;
|
|
3840
4059
|
exports.GetObjectInformationCommand = GetObjectInformationCommand;
|
|
4060
|
+
exports.GetObjectInformationRequest$ = GetObjectInformationRequest$;
|
|
4061
|
+
exports.GetObjectInformationResponse$ = GetObjectInformationResponse$;
|
|
4062
|
+
exports.GetSchemaAsJson$ = GetSchemaAsJson$;
|
|
3841
4063
|
exports.GetSchemaAsJsonCommand = GetSchemaAsJsonCommand;
|
|
4064
|
+
exports.GetSchemaAsJsonRequest$ = GetSchemaAsJsonRequest$;
|
|
4065
|
+
exports.GetSchemaAsJsonResponse$ = GetSchemaAsJsonResponse$;
|
|
4066
|
+
exports.GetTypedLinkFacetInformation$ = GetTypedLinkFacetInformation$;
|
|
3842
4067
|
exports.GetTypedLinkFacetInformationCommand = GetTypedLinkFacetInformationCommand;
|
|
3843
|
-
exports.
|
|
3844
|
-
exports.
|
|
3845
|
-
exports.
|
|
3846
|
-
exports.
|
|
3847
|
-
exports.
|
|
3848
|
-
exports.
|
|
3849
|
-
exports.
|
|
3850
|
-
exports.
|
|
3851
|
-
exports.
|
|
3852
|
-
exports.
|
|
3853
|
-
exports.
|
|
3854
|
-
exports.
|
|
4068
|
+
exports.GetTypedLinkFacetInformationRequest$ = GetTypedLinkFacetInformationRequest$;
|
|
4069
|
+
exports.GetTypedLinkFacetInformationResponse$ = GetTypedLinkFacetInformationResponse$;
|
|
4070
|
+
exports.IncompatibleSchemaException = IncompatibleSchemaException;
|
|
4071
|
+
exports.IncompatibleSchemaException$ = IncompatibleSchemaException$;
|
|
4072
|
+
exports.IndexAttachment$ = IndexAttachment$;
|
|
4073
|
+
exports.IndexedAttributeMissingException = IndexedAttributeMissingException;
|
|
4074
|
+
exports.IndexedAttributeMissingException$ = IndexedAttributeMissingException$;
|
|
4075
|
+
exports.InternalServiceException = InternalServiceException;
|
|
4076
|
+
exports.InternalServiceException$ = InternalServiceException$;
|
|
4077
|
+
exports.InvalidArnException = InvalidArnException;
|
|
4078
|
+
exports.InvalidArnException$ = InvalidArnException$;
|
|
4079
|
+
exports.InvalidAttachmentException = InvalidAttachmentException;
|
|
4080
|
+
exports.InvalidAttachmentException$ = InvalidAttachmentException$;
|
|
4081
|
+
exports.InvalidFacetUpdateException = InvalidFacetUpdateException;
|
|
4082
|
+
exports.InvalidFacetUpdateException$ = InvalidFacetUpdateException$;
|
|
4083
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
4084
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
4085
|
+
exports.InvalidRuleException = InvalidRuleException;
|
|
4086
|
+
exports.InvalidRuleException$ = InvalidRuleException$;
|
|
4087
|
+
exports.InvalidSchemaDocException = InvalidSchemaDocException;
|
|
4088
|
+
exports.InvalidSchemaDocException$ = InvalidSchemaDocException$;
|
|
4089
|
+
exports.InvalidTaggingRequestException = InvalidTaggingRequestException;
|
|
4090
|
+
exports.InvalidTaggingRequestException$ = InvalidTaggingRequestException$;
|
|
4091
|
+
exports.LimitExceededException = LimitExceededException;
|
|
4092
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
4093
|
+
exports.LinkAttributeAction$ = LinkAttributeAction$;
|
|
4094
|
+
exports.LinkAttributeUpdate$ = LinkAttributeUpdate$;
|
|
4095
|
+
exports.LinkNameAlreadyInUseException = LinkNameAlreadyInUseException;
|
|
4096
|
+
exports.LinkNameAlreadyInUseException$ = LinkNameAlreadyInUseException$;
|
|
4097
|
+
exports.ListAppliedSchemaArns$ = ListAppliedSchemaArns$;
|
|
3855
4098
|
exports.ListAppliedSchemaArnsCommand = ListAppliedSchemaArnsCommand;
|
|
4099
|
+
exports.ListAppliedSchemaArnsRequest$ = ListAppliedSchemaArnsRequest$;
|
|
4100
|
+
exports.ListAppliedSchemaArnsResponse$ = ListAppliedSchemaArnsResponse$;
|
|
4101
|
+
exports.ListAttachedIndices$ = ListAttachedIndices$;
|
|
3856
4102
|
exports.ListAttachedIndicesCommand = ListAttachedIndicesCommand;
|
|
4103
|
+
exports.ListAttachedIndicesRequest$ = ListAttachedIndicesRequest$;
|
|
4104
|
+
exports.ListAttachedIndicesResponse$ = ListAttachedIndicesResponse$;
|
|
4105
|
+
exports.ListDevelopmentSchemaArns$ = ListDevelopmentSchemaArns$;
|
|
3857
4106
|
exports.ListDevelopmentSchemaArnsCommand = ListDevelopmentSchemaArnsCommand;
|
|
4107
|
+
exports.ListDevelopmentSchemaArnsRequest$ = ListDevelopmentSchemaArnsRequest$;
|
|
4108
|
+
exports.ListDevelopmentSchemaArnsResponse$ = ListDevelopmentSchemaArnsResponse$;
|
|
4109
|
+
exports.ListDirectories$ = ListDirectories$;
|
|
3858
4110
|
exports.ListDirectoriesCommand = ListDirectoriesCommand;
|
|
4111
|
+
exports.ListDirectoriesRequest$ = ListDirectoriesRequest$;
|
|
4112
|
+
exports.ListDirectoriesResponse$ = ListDirectoriesResponse$;
|
|
4113
|
+
exports.ListFacetAttributes$ = ListFacetAttributes$;
|
|
3859
4114
|
exports.ListFacetAttributesCommand = ListFacetAttributesCommand;
|
|
4115
|
+
exports.ListFacetAttributesRequest$ = ListFacetAttributesRequest$;
|
|
4116
|
+
exports.ListFacetAttributesResponse$ = ListFacetAttributesResponse$;
|
|
4117
|
+
exports.ListFacetNames$ = ListFacetNames$;
|
|
3860
4118
|
exports.ListFacetNamesCommand = ListFacetNamesCommand;
|
|
4119
|
+
exports.ListFacetNamesRequest$ = ListFacetNamesRequest$;
|
|
4120
|
+
exports.ListFacetNamesResponse$ = ListFacetNamesResponse$;
|
|
4121
|
+
exports.ListIncomingTypedLinks$ = ListIncomingTypedLinks$;
|
|
3861
4122
|
exports.ListIncomingTypedLinksCommand = ListIncomingTypedLinksCommand;
|
|
4123
|
+
exports.ListIncomingTypedLinksRequest$ = ListIncomingTypedLinksRequest$;
|
|
4124
|
+
exports.ListIncomingTypedLinksResponse$ = ListIncomingTypedLinksResponse$;
|
|
4125
|
+
exports.ListIndex$ = ListIndex$;
|
|
3862
4126
|
exports.ListIndexCommand = ListIndexCommand;
|
|
4127
|
+
exports.ListIndexRequest$ = ListIndexRequest$;
|
|
4128
|
+
exports.ListIndexResponse$ = ListIndexResponse$;
|
|
4129
|
+
exports.ListManagedSchemaArns$ = ListManagedSchemaArns$;
|
|
3863
4130
|
exports.ListManagedSchemaArnsCommand = ListManagedSchemaArnsCommand;
|
|
4131
|
+
exports.ListManagedSchemaArnsRequest$ = ListManagedSchemaArnsRequest$;
|
|
4132
|
+
exports.ListManagedSchemaArnsResponse$ = ListManagedSchemaArnsResponse$;
|
|
4133
|
+
exports.ListObjectAttributes$ = ListObjectAttributes$;
|
|
3864
4134
|
exports.ListObjectAttributesCommand = ListObjectAttributesCommand;
|
|
4135
|
+
exports.ListObjectAttributesRequest$ = ListObjectAttributesRequest$;
|
|
4136
|
+
exports.ListObjectAttributesResponse$ = ListObjectAttributesResponse$;
|
|
4137
|
+
exports.ListObjectChildren$ = ListObjectChildren$;
|
|
3865
4138
|
exports.ListObjectChildrenCommand = ListObjectChildrenCommand;
|
|
4139
|
+
exports.ListObjectChildrenRequest$ = ListObjectChildrenRequest$;
|
|
4140
|
+
exports.ListObjectChildrenResponse$ = ListObjectChildrenResponse$;
|
|
4141
|
+
exports.ListObjectParentPaths$ = ListObjectParentPaths$;
|
|
3866
4142
|
exports.ListObjectParentPathsCommand = ListObjectParentPathsCommand;
|
|
4143
|
+
exports.ListObjectParentPathsRequest$ = ListObjectParentPathsRequest$;
|
|
4144
|
+
exports.ListObjectParentPathsResponse$ = ListObjectParentPathsResponse$;
|
|
4145
|
+
exports.ListObjectParents$ = ListObjectParents$;
|
|
3867
4146
|
exports.ListObjectParentsCommand = ListObjectParentsCommand;
|
|
4147
|
+
exports.ListObjectParentsRequest$ = ListObjectParentsRequest$;
|
|
4148
|
+
exports.ListObjectParentsResponse$ = ListObjectParentsResponse$;
|
|
4149
|
+
exports.ListObjectPolicies$ = ListObjectPolicies$;
|
|
3868
4150
|
exports.ListObjectPoliciesCommand = ListObjectPoliciesCommand;
|
|
4151
|
+
exports.ListObjectPoliciesRequest$ = ListObjectPoliciesRequest$;
|
|
4152
|
+
exports.ListObjectPoliciesResponse$ = ListObjectPoliciesResponse$;
|
|
4153
|
+
exports.ListOutgoingTypedLinks$ = ListOutgoingTypedLinks$;
|
|
3869
4154
|
exports.ListOutgoingTypedLinksCommand = ListOutgoingTypedLinksCommand;
|
|
4155
|
+
exports.ListOutgoingTypedLinksRequest$ = ListOutgoingTypedLinksRequest$;
|
|
4156
|
+
exports.ListOutgoingTypedLinksResponse$ = ListOutgoingTypedLinksResponse$;
|
|
4157
|
+
exports.ListPolicyAttachments$ = ListPolicyAttachments$;
|
|
3870
4158
|
exports.ListPolicyAttachmentsCommand = ListPolicyAttachmentsCommand;
|
|
4159
|
+
exports.ListPolicyAttachmentsRequest$ = ListPolicyAttachmentsRequest$;
|
|
4160
|
+
exports.ListPolicyAttachmentsResponse$ = ListPolicyAttachmentsResponse$;
|
|
4161
|
+
exports.ListPublishedSchemaArns$ = ListPublishedSchemaArns$;
|
|
3871
4162
|
exports.ListPublishedSchemaArnsCommand = ListPublishedSchemaArnsCommand;
|
|
4163
|
+
exports.ListPublishedSchemaArnsRequest$ = ListPublishedSchemaArnsRequest$;
|
|
4164
|
+
exports.ListPublishedSchemaArnsResponse$ = ListPublishedSchemaArnsResponse$;
|
|
4165
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3872
4166
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4167
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4168
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4169
|
+
exports.ListTypedLinkFacetAttributes$ = ListTypedLinkFacetAttributes$;
|
|
3873
4170
|
exports.ListTypedLinkFacetAttributesCommand = ListTypedLinkFacetAttributesCommand;
|
|
4171
|
+
exports.ListTypedLinkFacetAttributesRequest$ = ListTypedLinkFacetAttributesRequest$;
|
|
4172
|
+
exports.ListTypedLinkFacetAttributesResponse$ = ListTypedLinkFacetAttributesResponse$;
|
|
4173
|
+
exports.ListTypedLinkFacetNames$ = ListTypedLinkFacetNames$;
|
|
3874
4174
|
exports.ListTypedLinkFacetNamesCommand = ListTypedLinkFacetNamesCommand;
|
|
4175
|
+
exports.ListTypedLinkFacetNamesRequest$ = ListTypedLinkFacetNamesRequest$;
|
|
4176
|
+
exports.ListTypedLinkFacetNamesResponse$ = ListTypedLinkFacetNamesResponse$;
|
|
4177
|
+
exports.LookupPolicy$ = LookupPolicy$;
|
|
3875
4178
|
exports.LookupPolicyCommand = LookupPolicyCommand;
|
|
3876
|
-
exports.
|
|
3877
|
-
exports.
|
|
3878
|
-
exports.
|
|
3879
|
-
exports.
|
|
3880
|
-
exports.
|
|
4179
|
+
exports.LookupPolicyRequest$ = LookupPolicyRequest$;
|
|
4180
|
+
exports.LookupPolicyResponse$ = LookupPolicyResponse$;
|
|
4181
|
+
exports.NotIndexException = NotIndexException;
|
|
4182
|
+
exports.NotIndexException$ = NotIndexException$;
|
|
4183
|
+
exports.NotNodeException = NotNodeException;
|
|
4184
|
+
exports.NotNodeException$ = NotNodeException$;
|
|
4185
|
+
exports.NotPolicyException = NotPolicyException;
|
|
4186
|
+
exports.NotPolicyException$ = NotPolicyException$;
|
|
4187
|
+
exports.ObjectAlreadyDetachedException = ObjectAlreadyDetachedException;
|
|
4188
|
+
exports.ObjectAlreadyDetachedException$ = ObjectAlreadyDetachedException$;
|
|
4189
|
+
exports.ObjectAttributeAction$ = ObjectAttributeAction$;
|
|
4190
|
+
exports.ObjectAttributeRange$ = ObjectAttributeRange$;
|
|
4191
|
+
exports.ObjectAttributeUpdate$ = ObjectAttributeUpdate$;
|
|
4192
|
+
exports.ObjectIdentifierAndLinkNameTuple$ = ObjectIdentifierAndLinkNameTuple$;
|
|
4193
|
+
exports.ObjectNotDetachedException = ObjectNotDetachedException;
|
|
4194
|
+
exports.ObjectNotDetachedException$ = ObjectNotDetachedException$;
|
|
4195
|
+
exports.ObjectReference$ = ObjectReference$;
|
|
3881
4196
|
exports.ObjectType = ObjectType;
|
|
4197
|
+
exports.PathToObjectIdentifiers$ = PathToObjectIdentifiers$;
|
|
4198
|
+
exports.PolicyAttachment$ = PolicyAttachment$;
|
|
4199
|
+
exports.PolicyToPath$ = PolicyToPath$;
|
|
4200
|
+
exports.PublishSchema$ = PublishSchema$;
|
|
3882
4201
|
exports.PublishSchemaCommand = PublishSchemaCommand;
|
|
4202
|
+
exports.PublishSchemaRequest$ = PublishSchemaRequest$;
|
|
4203
|
+
exports.PublishSchemaResponse$ = PublishSchemaResponse$;
|
|
4204
|
+
exports.PutSchemaFromJson$ = PutSchemaFromJson$;
|
|
3883
4205
|
exports.PutSchemaFromJsonCommand = PutSchemaFromJsonCommand;
|
|
4206
|
+
exports.PutSchemaFromJsonRequest$ = PutSchemaFromJsonRequest$;
|
|
4207
|
+
exports.PutSchemaFromJsonResponse$ = PutSchemaFromJsonResponse$;
|
|
3884
4208
|
exports.RangeMode = RangeMode;
|
|
4209
|
+
exports.RemoveFacetFromObject$ = RemoveFacetFromObject$;
|
|
3885
4210
|
exports.RemoveFacetFromObjectCommand = RemoveFacetFromObjectCommand;
|
|
4211
|
+
exports.RemoveFacetFromObjectRequest$ = RemoveFacetFromObjectRequest$;
|
|
4212
|
+
exports.RemoveFacetFromObjectResponse$ = RemoveFacetFromObjectResponse$;
|
|
3886
4213
|
exports.RequiredAttributeBehavior = RequiredAttributeBehavior;
|
|
3887
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
3888
|
-
exports.
|
|
4214
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
4215
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4216
|
+
exports.RetryableConflictException = RetryableConflictException;
|
|
4217
|
+
exports.RetryableConflictException$ = RetryableConflictException$;
|
|
4218
|
+
exports.Rule$ = Rule$;
|
|
3889
4219
|
exports.RuleType = RuleType;
|
|
3890
|
-
exports.SchemaAlreadyExistsException = SchemaAlreadyExistsException
|
|
3891
|
-
exports.
|
|
3892
|
-
exports.
|
|
4220
|
+
exports.SchemaAlreadyExistsException = SchemaAlreadyExistsException;
|
|
4221
|
+
exports.SchemaAlreadyExistsException$ = SchemaAlreadyExistsException$;
|
|
4222
|
+
exports.SchemaAlreadyPublishedException = SchemaAlreadyPublishedException;
|
|
4223
|
+
exports.SchemaAlreadyPublishedException$ = SchemaAlreadyPublishedException$;
|
|
4224
|
+
exports.SchemaFacet$ = SchemaFacet$;
|
|
4225
|
+
exports.StillContainsLinksException = StillContainsLinksException;
|
|
4226
|
+
exports.StillContainsLinksException$ = StillContainsLinksException$;
|
|
4227
|
+
exports.Tag$ = Tag$;
|
|
4228
|
+
exports.TagResource$ = TagResource$;
|
|
3893
4229
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3894
|
-
exports.
|
|
4230
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4231
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4232
|
+
exports.TypedAttributeValue$ = TypedAttributeValue$;
|
|
4233
|
+
exports.TypedAttributeValueRange$ = TypedAttributeValueRange$;
|
|
4234
|
+
exports.TypedLinkAttributeDefinition$ = TypedLinkAttributeDefinition$;
|
|
4235
|
+
exports.TypedLinkAttributeRange$ = TypedLinkAttributeRange$;
|
|
4236
|
+
exports.TypedLinkFacet$ = TypedLinkFacet$;
|
|
4237
|
+
exports.TypedLinkFacetAttributeUpdate$ = TypedLinkFacetAttributeUpdate$;
|
|
4238
|
+
exports.TypedLinkSchemaAndFacetName$ = TypedLinkSchemaAndFacetName$;
|
|
4239
|
+
exports.TypedLinkSpecifier$ = TypedLinkSpecifier$;
|
|
4240
|
+
exports.UnsupportedIndexTypeException = UnsupportedIndexTypeException;
|
|
4241
|
+
exports.UnsupportedIndexTypeException$ = UnsupportedIndexTypeException$;
|
|
4242
|
+
exports.UntagResource$ = UntagResource$;
|
|
3895
4243
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4244
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4245
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
3896
4246
|
exports.UpdateActionType = UpdateActionType;
|
|
4247
|
+
exports.UpdateFacet$ = UpdateFacet$;
|
|
3897
4248
|
exports.UpdateFacetCommand = UpdateFacetCommand;
|
|
4249
|
+
exports.UpdateFacetRequest$ = UpdateFacetRequest$;
|
|
4250
|
+
exports.UpdateFacetResponse$ = UpdateFacetResponse$;
|
|
4251
|
+
exports.UpdateLinkAttributes$ = UpdateLinkAttributes$;
|
|
3898
4252
|
exports.UpdateLinkAttributesCommand = UpdateLinkAttributesCommand;
|
|
4253
|
+
exports.UpdateLinkAttributesRequest$ = UpdateLinkAttributesRequest$;
|
|
4254
|
+
exports.UpdateLinkAttributesResponse$ = UpdateLinkAttributesResponse$;
|
|
4255
|
+
exports.UpdateObjectAttributes$ = UpdateObjectAttributes$;
|
|
3899
4256
|
exports.UpdateObjectAttributesCommand = UpdateObjectAttributesCommand;
|
|
4257
|
+
exports.UpdateObjectAttributesRequest$ = UpdateObjectAttributesRequest$;
|
|
4258
|
+
exports.UpdateObjectAttributesResponse$ = UpdateObjectAttributesResponse$;
|
|
4259
|
+
exports.UpdateSchema$ = UpdateSchema$;
|
|
3900
4260
|
exports.UpdateSchemaCommand = UpdateSchemaCommand;
|
|
4261
|
+
exports.UpdateSchemaRequest$ = UpdateSchemaRequest$;
|
|
4262
|
+
exports.UpdateSchemaResponse$ = UpdateSchemaResponse$;
|
|
4263
|
+
exports.UpdateTypedLinkFacet$ = UpdateTypedLinkFacet$;
|
|
3901
4264
|
exports.UpdateTypedLinkFacetCommand = UpdateTypedLinkFacetCommand;
|
|
4265
|
+
exports.UpdateTypedLinkFacetRequest$ = UpdateTypedLinkFacetRequest$;
|
|
4266
|
+
exports.UpdateTypedLinkFacetResponse$ = UpdateTypedLinkFacetResponse$;
|
|
4267
|
+
exports.UpgradeAppliedSchema$ = UpgradeAppliedSchema$;
|
|
3902
4268
|
exports.UpgradeAppliedSchemaCommand = UpgradeAppliedSchemaCommand;
|
|
4269
|
+
exports.UpgradeAppliedSchemaRequest$ = UpgradeAppliedSchemaRequest$;
|
|
4270
|
+
exports.UpgradeAppliedSchemaResponse$ = UpgradeAppliedSchemaResponse$;
|
|
4271
|
+
exports.UpgradePublishedSchema$ = UpgradePublishedSchema$;
|
|
3903
4272
|
exports.UpgradePublishedSchemaCommand = UpgradePublishedSchemaCommand;
|
|
3904
|
-
exports.
|
|
4273
|
+
exports.UpgradePublishedSchemaRequest$ = UpgradePublishedSchemaRequest$;
|
|
4274
|
+
exports.UpgradePublishedSchemaResponse$ = UpgradePublishedSchemaResponse$;
|
|
4275
|
+
exports.ValidationException = ValidationException;
|
|
4276
|
+
exports.ValidationException$ = ValidationException$;
|
|
3905
4277
|
exports.paginateListAppliedSchemaArns = paginateListAppliedSchemaArns;
|
|
3906
4278
|
exports.paginateListAttachedIndices = paginateListAttachedIndices;
|
|
3907
4279
|
exports.paginateListDevelopmentSchemaArns = paginateListDevelopmentSchemaArns;
|