@aws-sdk/client-clouddirectory 3.948.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
|
@@ -468,49 +468,49 @@ const _xacl = "x-amz-consistency-level";
|
|
|
468
468
|
const _xadp = "x-amz-data-partition";
|
|
469
469
|
const n0 = "com.amazonaws.clouddirectory";
|
|
470
470
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
471
|
-
import { CloudDirectoryServiceException
|
|
472
|
-
import { AccessDeniedException
|
|
473
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
474
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
475
|
-
export var AddFacetToObjectRequest = [
|
|
471
|
+
import { CloudDirectoryServiceException } from "../models/CloudDirectoryServiceException";
|
|
472
|
+
import { AccessDeniedException, BatchWriteException, CannotListParentOfRootException, DirectoryAlreadyExistsException, DirectoryDeletedException, DirectoryNotDisabledException, DirectoryNotEnabledException, FacetAlreadyExistsException, FacetInUseException, FacetNotFoundException, FacetValidationException, IncompatibleSchemaException, IndexedAttributeMissingException, InternalServiceException, InvalidArnException, InvalidAttachmentException, InvalidFacetUpdateException, InvalidNextTokenException, InvalidRuleException, InvalidSchemaDocException, InvalidTaggingRequestException, LimitExceededException, LinkNameAlreadyInUseException, NotIndexException, NotNodeException, NotPolicyException, ObjectAlreadyDetachedException, ObjectNotDetachedException, ResourceNotFoundException, RetryableConflictException, SchemaAlreadyExistsException, SchemaAlreadyPublishedException, StillContainsLinksException, UnsupportedIndexTypeException, ValidationException, } from "../models/errors";
|
|
473
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
474
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
475
|
+
export var AddFacetToObjectRequest$ = [
|
|
476
476
|
3,
|
|
477
477
|
n0,
|
|
478
478
|
_AFTOR,
|
|
479
479
|
0,
|
|
480
480
|
[_DA, _SF, _OAL, _OR],
|
|
481
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacet
|
|
481
|
+
[[0, { [_hH]: _xadp }], () => SchemaFacet$, () => AttributeKeyAndValueList, () => ObjectReference$],
|
|
482
482
|
];
|
|
483
|
-
export var AddFacetToObjectResponse = [3, n0, _AFTORd, 0, [], []];
|
|
484
|
-
export var ApplySchemaRequest = [3, n0, _ASR, 0, [_PSA, _DA], [0, [0, { [_hH]: _xadp }]]];
|
|
485
|
-
export var ApplySchemaResponse = [3, n0, _ASRp, 0, [_ASA, _DA], [0, 0]];
|
|
486
|
-
export var AttachObjectRequest = [
|
|
483
|
+
export var AddFacetToObjectResponse$ = [3, n0, _AFTORd, 0, [], []];
|
|
484
|
+
export var ApplySchemaRequest$ = [3, n0, _ASR, 0, [_PSA, _DA], [0, [0, { [_hH]: _xadp }]]];
|
|
485
|
+
export var ApplySchemaResponse$ = [3, n0, _ASRp, 0, [_ASA, _DA], [0, 0]];
|
|
486
|
+
export var AttachObjectRequest$ = [
|
|
487
487
|
3,
|
|
488
488
|
n0,
|
|
489
489
|
_AOR,
|
|
490
490
|
0,
|
|
491
491
|
[_DA, _PR, _CR, _LN],
|
|
492
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
492
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$, 0],
|
|
493
493
|
];
|
|
494
|
-
export var AttachObjectResponse = [3, n0, _AORt, 0, [_AOI], [0]];
|
|
495
|
-
export var AttachPolicyRequest = [
|
|
494
|
+
export var AttachObjectResponse$ = [3, n0, _AORt, 0, [_AOI], [0]];
|
|
495
|
+
export var AttachPolicyRequest$ = [
|
|
496
496
|
3,
|
|
497
497
|
n0,
|
|
498
498
|
_APR,
|
|
499
499
|
0,
|
|
500
500
|
[_DA, _PRo, _OR],
|
|
501
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
501
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
502
502
|
];
|
|
503
|
-
export var AttachPolicyResponse = [3, n0, _APRt, 0, [], []];
|
|
504
|
-
export var AttachToIndexRequest = [
|
|
503
|
+
export var AttachPolicyResponse$ = [3, n0, _APRt, 0, [], []];
|
|
504
|
+
export var AttachToIndexRequest$ = [
|
|
505
505
|
3,
|
|
506
506
|
n0,
|
|
507
507
|
_ATIR,
|
|
508
508
|
0,
|
|
509
509
|
[_DA, _IR, _TR],
|
|
510
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
510
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
511
511
|
];
|
|
512
|
-
export var AttachToIndexResponse = [3, n0, _ATIRt, 0, [_AOI], [0]];
|
|
513
|
-
export var AttachTypedLinkRequest = [
|
|
512
|
+
export var AttachToIndexResponse$ = [3, n0, _ATIRt, 0, [_AOI], [0]];
|
|
513
|
+
export var AttachTypedLinkRequest$ = [
|
|
514
514
|
3,
|
|
515
515
|
n0,
|
|
516
516
|
_ATLR,
|
|
@@ -518,126 +518,140 @@ export var AttachTypedLinkRequest = [
|
|
|
518
518
|
[_DA, _SOR, _TOR, _TLF, _A],
|
|
519
519
|
[
|
|
520
520
|
[0, { [_hH]: _xadp }],
|
|
521
|
-
() => ObjectReference
|
|
522
|
-
() => ObjectReference
|
|
523
|
-
() => TypedLinkSchemaAndFacetName
|
|
521
|
+
() => ObjectReference$,
|
|
522
|
+
() => ObjectReference$,
|
|
523
|
+
() => TypedLinkSchemaAndFacetName$,
|
|
524
524
|
() => AttributeNameAndValueList,
|
|
525
525
|
],
|
|
526
526
|
];
|
|
527
|
-
export var AttachTypedLinkResponse = [3, n0, _ATLRt, 0, [_TLS], [() => TypedLinkSpecifier]];
|
|
528
|
-
export var AttributeKey = [3, n0, _AK, 0, [_SA, _FN, _N], [0, 0, 0]];
|
|
529
|
-
export var AttributeKeyAndValue = [
|
|
527
|
+
export var AttachTypedLinkResponse$ = [3, n0, _ATLRt, 0, [_TLS], [() => TypedLinkSpecifier$]];
|
|
528
|
+
export var AttributeKey$ = [3, n0, _AK, 0, [_SA, _FN, _N], [0, 0, 0]];
|
|
529
|
+
export var AttributeKeyAndValue$ = [
|
|
530
530
|
3,
|
|
531
531
|
n0,
|
|
532
532
|
_AKAV,
|
|
533
533
|
0,
|
|
534
534
|
[_K, _V],
|
|
535
|
-
[() => AttributeKey
|
|
535
|
+
[() => AttributeKey$, () => TypedAttributeValue$],
|
|
536
536
|
];
|
|
537
|
-
export var AttributeNameAndValue = [
|
|
538
|
-
|
|
537
|
+
export var AttributeNameAndValue$ = [
|
|
538
|
+
3,
|
|
539
|
+
n0,
|
|
540
|
+
_ANAV,
|
|
541
|
+
0,
|
|
542
|
+
[_AN, _V],
|
|
543
|
+
[0, () => TypedAttributeValue$],
|
|
544
|
+
];
|
|
545
|
+
export var BatchAddFacetToObject$ = [
|
|
539
546
|
3,
|
|
540
547
|
n0,
|
|
541
548
|
_BAFTO,
|
|
542
549
|
0,
|
|
543
550
|
[_SF, _OAL, _OR],
|
|
544
|
-
[() => SchemaFacet
|
|
551
|
+
[() => SchemaFacet$, () => AttributeKeyAndValueList, () => ObjectReference$],
|
|
545
552
|
];
|
|
546
|
-
export var BatchAddFacetToObjectResponse = [3, n0, _BAFTOR, 0, [], []];
|
|
547
|
-
export var BatchAttachObject = [
|
|
553
|
+
export var BatchAddFacetToObjectResponse$ = [3, n0, _BAFTOR, 0, [], []];
|
|
554
|
+
export var BatchAttachObject$ = [
|
|
548
555
|
3,
|
|
549
556
|
n0,
|
|
550
557
|
_BAO,
|
|
551
558
|
0,
|
|
552
559
|
[_PR, _CR, _LN],
|
|
553
|
-
[() => ObjectReference
|
|
560
|
+
[() => ObjectReference$, () => ObjectReference$, 0],
|
|
554
561
|
];
|
|
555
|
-
export var BatchAttachObjectResponse = [3, n0, _BAOR, 0, [_aOI], [0]];
|
|
556
|
-
export var BatchAttachPolicy = [
|
|
562
|
+
export var BatchAttachObjectResponse$ = [3, n0, _BAOR, 0, [_aOI], [0]];
|
|
563
|
+
export var BatchAttachPolicy$ = [
|
|
557
564
|
3,
|
|
558
565
|
n0,
|
|
559
566
|
_BAP,
|
|
560
567
|
0,
|
|
561
568
|
[_PRo, _OR],
|
|
562
|
-
[() => ObjectReference
|
|
569
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
563
570
|
];
|
|
564
|
-
export var BatchAttachPolicyResponse = [3, n0, _BAPR, 0, [], []];
|
|
565
|
-
export var BatchAttachToIndex = [
|
|
571
|
+
export var BatchAttachPolicyResponse$ = [3, n0, _BAPR, 0, [], []];
|
|
572
|
+
export var BatchAttachToIndex$ = [
|
|
566
573
|
3,
|
|
567
574
|
n0,
|
|
568
575
|
_BATI,
|
|
569
576
|
0,
|
|
570
577
|
[_IR, _TR],
|
|
571
|
-
[() => ObjectReference
|
|
578
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
572
579
|
];
|
|
573
|
-
export var BatchAttachToIndexResponse = [3, n0, _BATIR, 0, [_AOI], [0]];
|
|
574
|
-
export var BatchAttachTypedLink = [
|
|
580
|
+
export var BatchAttachToIndexResponse$ = [3, n0, _BATIR, 0, [_AOI], [0]];
|
|
581
|
+
export var BatchAttachTypedLink$ = [
|
|
575
582
|
3,
|
|
576
583
|
n0,
|
|
577
584
|
_BATL,
|
|
578
585
|
0,
|
|
579
586
|
[_SOR, _TOR, _TLF, _A],
|
|
580
|
-
[() => ObjectReference
|
|
587
|
+
[() => ObjectReference$, () => ObjectReference$, () => TypedLinkSchemaAndFacetName$, () => AttributeNameAndValueList],
|
|
588
|
+
];
|
|
589
|
+
export var BatchAttachTypedLinkResponse$ = [
|
|
590
|
+
3,
|
|
591
|
+
n0,
|
|
592
|
+
_BATLR,
|
|
593
|
+
0,
|
|
594
|
+
[_TLS],
|
|
595
|
+
[() => TypedLinkSpecifier$],
|
|
581
596
|
];
|
|
582
|
-
export var
|
|
583
|
-
export var BatchCreateIndex = [
|
|
597
|
+
export var BatchCreateIndex$ = [
|
|
584
598
|
3,
|
|
585
599
|
n0,
|
|
586
600
|
_BCI,
|
|
587
601
|
0,
|
|
588
602
|
[_OIAL, _IU, _PR, _LN, _BRN],
|
|
589
|
-
[() => AttributeKeyList, 2, () => ObjectReference
|
|
603
|
+
[() => AttributeKeyList, 2, () => ObjectReference$, 0, 0],
|
|
590
604
|
];
|
|
591
|
-
export var BatchCreateIndexResponse = [3, n0, _BCIR, 0, [_OI], [0]];
|
|
592
|
-
export var BatchCreateObject = [
|
|
605
|
+
export var BatchCreateIndexResponse$ = [3, n0, _BCIR, 0, [_OI], [0]];
|
|
606
|
+
export var BatchCreateObject$ = [
|
|
593
607
|
3,
|
|
594
608
|
n0,
|
|
595
609
|
_BCO,
|
|
596
610
|
0,
|
|
597
611
|
[_SF, _OAL, _PR, _LN, _BRN],
|
|
598
|
-
[() => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference
|
|
612
|
+
[() => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference$, 0, 0],
|
|
599
613
|
];
|
|
600
|
-
export var BatchCreateObjectResponse = [3, n0, _BCOR, 0, [_OI], [0]];
|
|
601
|
-
export var BatchDeleteObject = [3, n0, _BDO, 0, [_OR], [() => ObjectReference]];
|
|
602
|
-
export var BatchDeleteObjectResponse = [3, n0, _BDOR, 0, [], []];
|
|
603
|
-
export var BatchDetachFromIndex = [
|
|
614
|
+
export var BatchCreateObjectResponse$ = [3, n0, _BCOR, 0, [_OI], [0]];
|
|
615
|
+
export var BatchDeleteObject$ = [3, n0, _BDO, 0, [_OR], [() => ObjectReference$]];
|
|
616
|
+
export var BatchDeleteObjectResponse$ = [3, n0, _BDOR, 0, [], []];
|
|
617
|
+
export var BatchDetachFromIndex$ = [
|
|
604
618
|
3,
|
|
605
619
|
n0,
|
|
606
620
|
_BDFI,
|
|
607
621
|
0,
|
|
608
622
|
[_IR, _TR],
|
|
609
|
-
[() => ObjectReference
|
|
623
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
610
624
|
];
|
|
611
|
-
export var BatchDetachFromIndexResponse = [3, n0, _BDFIR, 0, [_DOI], [0]];
|
|
612
|
-
export var BatchDetachObject = [
|
|
625
|
+
export var BatchDetachFromIndexResponse$ = [3, n0, _BDFIR, 0, [_DOI], [0]];
|
|
626
|
+
export var BatchDetachObject$ = [
|
|
613
627
|
3,
|
|
614
628
|
n0,
|
|
615
629
|
_BDOa,
|
|
616
630
|
0,
|
|
617
631
|
[_PR, _LN, _BRN],
|
|
618
|
-
[() => ObjectReference
|
|
632
|
+
[() => ObjectReference$, 0, 0],
|
|
619
633
|
];
|
|
620
|
-
export var BatchDetachObjectResponse = [3, n0, _BDORa, 0, [_dOI], [0]];
|
|
621
|
-
export var BatchDetachPolicy = [
|
|
634
|
+
export var BatchDetachObjectResponse$ = [3, n0, _BDORa, 0, [_dOI], [0]];
|
|
635
|
+
export var BatchDetachPolicy$ = [
|
|
622
636
|
3,
|
|
623
637
|
n0,
|
|
624
638
|
_BDP,
|
|
625
639
|
0,
|
|
626
640
|
[_PRo, _OR],
|
|
627
|
-
[() => ObjectReference
|
|
641
|
+
[() => ObjectReference$, () => ObjectReference$],
|
|
628
642
|
];
|
|
629
|
-
export var BatchDetachPolicyResponse = [3, n0, _BDPR, 0, [], []];
|
|
630
|
-
export var BatchDetachTypedLink = [3, n0, _BDTL, 0, [_TLS], [() => TypedLinkSpecifier]];
|
|
631
|
-
export var BatchDetachTypedLinkResponse = [3, n0, _BDTLR, 0, [], []];
|
|
632
|
-
export var BatchGetLinkAttributes = [
|
|
643
|
+
export var BatchDetachPolicyResponse$ = [3, n0, _BDPR, 0, [], []];
|
|
644
|
+
export var BatchDetachTypedLink$ = [3, n0, _BDTL, 0, [_TLS], [() => TypedLinkSpecifier$]];
|
|
645
|
+
export var BatchDetachTypedLinkResponse$ = [3, n0, _BDTLR, 0, [], []];
|
|
646
|
+
export var BatchGetLinkAttributes$ = [
|
|
633
647
|
3,
|
|
634
648
|
n0,
|
|
635
649
|
_BGLA,
|
|
636
650
|
0,
|
|
637
651
|
[_TLS, _ANt],
|
|
638
|
-
[() => TypedLinkSpecifier
|
|
652
|
+
[() => TypedLinkSpecifier$, 64 | 0],
|
|
639
653
|
];
|
|
640
|
-
export var BatchGetLinkAttributesResponse = [
|
|
654
|
+
export var BatchGetLinkAttributesResponse$ = [
|
|
641
655
|
3,
|
|
642
656
|
n0,
|
|
643
657
|
_BGLAR,
|
|
@@ -645,15 +659,15 @@ export var BatchGetLinkAttributesResponse = [
|
|
|
645
659
|
[_A],
|
|
646
660
|
[() => AttributeKeyAndValueList],
|
|
647
661
|
];
|
|
648
|
-
export var BatchGetObjectAttributes = [
|
|
662
|
+
export var BatchGetObjectAttributes$ = [
|
|
649
663
|
3,
|
|
650
664
|
n0,
|
|
651
665
|
_BGOA,
|
|
652
666
|
0,
|
|
653
667
|
[_OR, _SF, _ANt],
|
|
654
|
-
[() => ObjectReference
|
|
668
|
+
[() => ObjectReference$, () => SchemaFacet$, 64 | 0],
|
|
655
669
|
];
|
|
656
|
-
export var BatchGetObjectAttributesResponse = [
|
|
670
|
+
export var BatchGetObjectAttributesResponse$ = [
|
|
657
671
|
3,
|
|
658
672
|
n0,
|
|
659
673
|
_BGOAR,
|
|
@@ -661,8 +675,8 @@ export var BatchGetObjectAttributesResponse = [
|
|
|
661
675
|
[_A],
|
|
662
676
|
[() => AttributeKeyAndValueList],
|
|
663
677
|
];
|
|
664
|
-
export var BatchGetObjectInformation = [3, n0, _BGOI, 0, [_OR], [() => ObjectReference]];
|
|
665
|
-
export var BatchGetObjectInformationResponse = [
|
|
678
|
+
export var BatchGetObjectInformation$ = [3, n0, _BGOI, 0, [_OR], [() => ObjectReference$]];
|
|
679
|
+
export var BatchGetObjectInformationResponse$ = [
|
|
666
680
|
3,
|
|
667
681
|
n0,
|
|
668
682
|
_BGOIR,
|
|
@@ -670,15 +684,15 @@ export var BatchGetObjectInformationResponse = [
|
|
|
670
684
|
[_SFc, _OI],
|
|
671
685
|
[() => SchemaFacetList, 0],
|
|
672
686
|
];
|
|
673
|
-
export var BatchListAttachedIndices = [
|
|
687
|
+
export var BatchListAttachedIndices$ = [
|
|
674
688
|
3,
|
|
675
689
|
n0,
|
|
676
690
|
_BLAI,
|
|
677
691
|
0,
|
|
678
692
|
[_TR, _NT, _MR],
|
|
679
|
-
[() => ObjectReference
|
|
693
|
+
[() => ObjectReference$, 0, 1],
|
|
680
694
|
];
|
|
681
|
-
export var BatchListAttachedIndicesResponse = [
|
|
695
|
+
export var BatchListAttachedIndicesResponse$ = [
|
|
682
696
|
3,
|
|
683
697
|
n0,
|
|
684
698
|
_BLAIR,
|
|
@@ -686,15 +700,15 @@ export var BatchListAttachedIndicesResponse = [
|
|
|
686
700
|
[_IA, _NT],
|
|
687
701
|
[() => IndexAttachmentList, 0],
|
|
688
702
|
];
|
|
689
|
-
export var BatchListIncomingTypedLinks = [
|
|
703
|
+
export var BatchListIncomingTypedLinks$ = [
|
|
690
704
|
3,
|
|
691
705
|
n0,
|
|
692
706
|
_BLITL,
|
|
693
707
|
0,
|
|
694
708
|
[_OR, _FAR, _FTL, _NT, _MR],
|
|
695
|
-
[() => ObjectReference
|
|
709
|
+
[() => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1],
|
|
696
710
|
];
|
|
697
|
-
export var BatchListIncomingTypedLinksResponse = [
|
|
711
|
+
export var BatchListIncomingTypedLinksResponse$ = [
|
|
698
712
|
3,
|
|
699
713
|
n0,
|
|
700
714
|
_BLITLR,
|
|
@@ -702,15 +716,15 @@ export var BatchListIncomingTypedLinksResponse = [
|
|
|
702
716
|
[_LS, _NT],
|
|
703
717
|
[() => TypedLinkSpecifierList, 0],
|
|
704
718
|
];
|
|
705
|
-
export var BatchListIndex = [
|
|
719
|
+
export var BatchListIndex$ = [
|
|
706
720
|
3,
|
|
707
721
|
n0,
|
|
708
722
|
_BLI,
|
|
709
723
|
0,
|
|
710
724
|
[_ROIV, _IR, _MR, _NT],
|
|
711
|
-
[() => ObjectAttributeRangeList, () => ObjectReference
|
|
725
|
+
[() => ObjectAttributeRangeList, () => ObjectReference$, 1, 0],
|
|
712
726
|
];
|
|
713
|
-
export var BatchListIndexResponse = [
|
|
727
|
+
export var BatchListIndexResponse$ = [
|
|
714
728
|
3,
|
|
715
729
|
n0,
|
|
716
730
|
_BLIR,
|
|
@@ -718,15 +732,15 @@ export var BatchListIndexResponse = [
|
|
|
718
732
|
[_IA, _NT],
|
|
719
733
|
[() => IndexAttachmentList, 0],
|
|
720
734
|
];
|
|
721
|
-
export var BatchListObjectAttributes = [
|
|
735
|
+
export var BatchListObjectAttributes$ = [
|
|
722
736
|
3,
|
|
723
737
|
n0,
|
|
724
738
|
_BLOA,
|
|
725
739
|
0,
|
|
726
740
|
[_OR, _NT, _MR, _FF],
|
|
727
|
-
[() => ObjectReference
|
|
741
|
+
[() => ObjectReference$, 0, 1, () => SchemaFacet$],
|
|
728
742
|
];
|
|
729
|
-
export var BatchListObjectAttributesResponse = [
|
|
743
|
+
export var BatchListObjectAttributesResponse$ = [
|
|
730
744
|
3,
|
|
731
745
|
n0,
|
|
732
746
|
_BLOAR,
|
|
@@ -734,24 +748,24 @@ export var BatchListObjectAttributesResponse = [
|
|
|
734
748
|
[_A, _NT],
|
|
735
749
|
[() => AttributeKeyAndValueList, 0],
|
|
736
750
|
];
|
|
737
|
-
export var BatchListObjectChildren = [
|
|
751
|
+
export var BatchListObjectChildren$ = [
|
|
738
752
|
3,
|
|
739
753
|
n0,
|
|
740
754
|
_BLOC,
|
|
741
755
|
0,
|
|
742
756
|
[_OR, _NT, _MR],
|
|
743
|
-
[() => ObjectReference
|
|
757
|
+
[() => ObjectReference$, 0, 1],
|
|
744
758
|
];
|
|
745
|
-
export var BatchListObjectChildrenResponse = [3, n0, _BLOCR, 0, [_C, _NT], [128 | 0, 0]];
|
|
746
|
-
export var BatchListObjectParentPaths = [
|
|
759
|
+
export var BatchListObjectChildrenResponse$ = [3, n0, _BLOCR, 0, [_C, _NT], [128 | 0, 0]];
|
|
760
|
+
export var BatchListObjectParentPaths$ = [
|
|
747
761
|
3,
|
|
748
762
|
n0,
|
|
749
763
|
_BLOPP,
|
|
750
764
|
0,
|
|
751
765
|
[_OR, _NT, _MR],
|
|
752
|
-
[() => ObjectReference
|
|
766
|
+
[() => ObjectReference$, 0, 1],
|
|
753
767
|
];
|
|
754
|
-
export var BatchListObjectParentPathsResponse = [
|
|
768
|
+
export var BatchListObjectParentPathsResponse$ = [
|
|
755
769
|
3,
|
|
756
770
|
n0,
|
|
757
771
|
_BLOPPR,
|
|
@@ -759,15 +773,15 @@ export var BatchListObjectParentPathsResponse = [
|
|
|
759
773
|
[_PTOIL, _NT],
|
|
760
774
|
[() => PathToObjectIdentifiersList, 0],
|
|
761
775
|
];
|
|
762
|
-
export var BatchListObjectParents = [
|
|
776
|
+
export var BatchListObjectParents$ = [
|
|
763
777
|
3,
|
|
764
778
|
n0,
|
|
765
779
|
_BLOP,
|
|
766
780
|
0,
|
|
767
781
|
[_OR, _NT, _MR],
|
|
768
|
-
[() => ObjectReference
|
|
782
|
+
[() => ObjectReference$, 0, 1],
|
|
769
783
|
];
|
|
770
|
-
export var BatchListObjectParentsResponse = [
|
|
784
|
+
export var BatchListObjectParentsResponse$ = [
|
|
771
785
|
3,
|
|
772
786
|
n0,
|
|
773
787
|
_BLOPR,
|
|
@@ -775,24 +789,24 @@ export var BatchListObjectParentsResponse = [
|
|
|
775
789
|
[_PL, _NT],
|
|
776
790
|
[() => ObjectIdentifierAndLinkNameList, 0],
|
|
777
791
|
];
|
|
778
|
-
export var BatchListObjectPolicies = [
|
|
792
|
+
export var BatchListObjectPolicies$ = [
|
|
779
793
|
3,
|
|
780
794
|
n0,
|
|
781
795
|
_BLOPa,
|
|
782
796
|
0,
|
|
783
797
|
[_OR, _NT, _MR],
|
|
784
|
-
[() => ObjectReference
|
|
798
|
+
[() => ObjectReference$, 0, 1],
|
|
785
799
|
];
|
|
786
|
-
export var BatchListObjectPoliciesResponse = [3, n0, _BLOPRa, 0, [_API, _NT], [64 | 0, 0]];
|
|
787
|
-
export var BatchListOutgoingTypedLinks = [
|
|
800
|
+
export var BatchListObjectPoliciesResponse$ = [3, n0, _BLOPRa, 0, [_API, _NT], [64 | 0, 0]];
|
|
801
|
+
export var BatchListOutgoingTypedLinks$ = [
|
|
788
802
|
3,
|
|
789
803
|
n0,
|
|
790
804
|
_BLOTL,
|
|
791
805
|
0,
|
|
792
806
|
[_OR, _FAR, _FTL, _NT, _MR],
|
|
793
|
-
[() => ObjectReference
|
|
807
|
+
[() => ObjectReference$, () => TypedLinkAttributeRangeList, () => TypedLinkSchemaAndFacetName$, 0, 1],
|
|
794
808
|
];
|
|
795
|
-
export var BatchListOutgoingTypedLinksResponse = [
|
|
809
|
+
export var BatchListOutgoingTypedLinksResponse$ = [
|
|
796
810
|
3,
|
|
797
811
|
n0,
|
|
798
812
|
_BLOTLR,
|
|
@@ -800,17 +814,24 @@ export var BatchListOutgoingTypedLinksResponse = [
|
|
|
800
814
|
[_TLSy, _NT],
|
|
801
815
|
[() => TypedLinkSpecifierList, 0],
|
|
802
816
|
];
|
|
803
|
-
export var BatchListPolicyAttachments = [
|
|
817
|
+
export var BatchListPolicyAttachments$ = [
|
|
804
818
|
3,
|
|
805
819
|
n0,
|
|
806
820
|
_BLPA,
|
|
807
821
|
0,
|
|
808
822
|
[_PRo, _NT, _MR],
|
|
809
|
-
[() => ObjectReference
|
|
823
|
+
[() => ObjectReference$, 0, 1],
|
|
810
824
|
];
|
|
811
|
-
export var BatchListPolicyAttachmentsResponse = [3, n0, _BLPAR, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
812
|
-
export var BatchLookupPolicy = [
|
|
813
|
-
|
|
825
|
+
export var BatchListPolicyAttachmentsResponse$ = [3, n0, _BLPAR, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
826
|
+
export var BatchLookupPolicy$ = [
|
|
827
|
+
3,
|
|
828
|
+
n0,
|
|
829
|
+
_BLP,
|
|
830
|
+
0,
|
|
831
|
+
[_OR, _NT, _MR],
|
|
832
|
+
[() => ObjectReference$, 0, 1],
|
|
833
|
+
];
|
|
834
|
+
export var BatchLookupPolicyResponse$ = [
|
|
814
835
|
3,
|
|
815
836
|
n0,
|
|
816
837
|
_BLPR,
|
|
@@ -818,39 +839,39 @@ export var BatchLookupPolicyResponse = [
|
|
|
818
839
|
[_PTPL, _NT],
|
|
819
840
|
[() => PolicyToPathList, 0],
|
|
820
841
|
];
|
|
821
|
-
export var BatchReadException = [3, n0, _BRE, 0, [_T, _M], [0, 0]];
|
|
822
|
-
export var BatchReadOperation = [
|
|
842
|
+
export var BatchReadException$ = [3, n0, _BRE, 0, [_T, _M], [0, 0]];
|
|
843
|
+
export var BatchReadOperation$ = [
|
|
823
844
|
3,
|
|
824
845
|
n0,
|
|
825
846
|
_BRO,
|
|
826
847
|
0,
|
|
827
848
|
[_LOA, _LOC, _LAI, _LOPP, _GOI, _GOA, _LOP, _LOPi, _LPA, _LP, _LI, _LOTL, _LITL, _GLA],
|
|
828
849
|
[
|
|
829
|
-
() => BatchListObjectAttributes
|
|
830
|
-
() => BatchListObjectChildren
|
|
831
|
-
() => BatchListAttachedIndices
|
|
832
|
-
() => BatchListObjectParentPaths
|
|
833
|
-
() => BatchGetObjectInformation
|
|
834
|
-
() => BatchGetObjectAttributes
|
|
835
|
-
() => BatchListObjectParents
|
|
836
|
-
() => BatchListObjectPolicies
|
|
837
|
-
() => BatchListPolicyAttachments
|
|
838
|
-
() => BatchLookupPolicy
|
|
839
|
-
() => BatchListIndex
|
|
840
|
-
() => BatchListOutgoingTypedLinks
|
|
841
|
-
() => BatchListIncomingTypedLinks
|
|
842
|
-
() => BatchGetLinkAttributes
|
|
850
|
+
() => BatchListObjectAttributes$,
|
|
851
|
+
() => BatchListObjectChildren$,
|
|
852
|
+
() => BatchListAttachedIndices$,
|
|
853
|
+
() => BatchListObjectParentPaths$,
|
|
854
|
+
() => BatchGetObjectInformation$,
|
|
855
|
+
() => BatchGetObjectAttributes$,
|
|
856
|
+
() => BatchListObjectParents$,
|
|
857
|
+
() => BatchListObjectPolicies$,
|
|
858
|
+
() => BatchListPolicyAttachments$,
|
|
859
|
+
() => BatchLookupPolicy$,
|
|
860
|
+
() => BatchListIndex$,
|
|
861
|
+
() => BatchListOutgoingTypedLinks$,
|
|
862
|
+
() => BatchListIncomingTypedLinks$,
|
|
863
|
+
() => BatchGetLinkAttributes$,
|
|
843
864
|
],
|
|
844
865
|
];
|
|
845
|
-
export var BatchReadOperationResponse = [
|
|
866
|
+
export var BatchReadOperationResponse$ = [
|
|
846
867
|
3,
|
|
847
868
|
n0,
|
|
848
869
|
_BROR,
|
|
849
870
|
0,
|
|
850
871
|
[_SR, _ER],
|
|
851
|
-
[() => BatchReadSuccessfulResponse
|
|
872
|
+
[() => BatchReadSuccessfulResponse$, () => BatchReadException$],
|
|
852
873
|
];
|
|
853
|
-
export var BatchReadRequest = [
|
|
874
|
+
export var BatchReadRequest$ = [
|
|
854
875
|
3,
|
|
855
876
|
n0,
|
|
856
877
|
_BRR,
|
|
@@ -858,108 +879,108 @@ export var BatchReadRequest = [
|
|
|
858
879
|
[_DA, _O, _CL],
|
|
859
880
|
[[0, { [_hH]: _xadp }], () => BatchReadOperationList, [0, { [_hH]: _xacl }]],
|
|
860
881
|
];
|
|
861
|
-
export var BatchReadResponse = [3, n0, _BRRa, 0, [_R], [() => BatchReadOperationResponseList]];
|
|
862
|
-
export var BatchReadSuccessfulResponse = [
|
|
882
|
+
export var BatchReadResponse$ = [3, n0, _BRRa, 0, [_R], [() => BatchReadOperationResponseList]];
|
|
883
|
+
export var BatchReadSuccessfulResponse$ = [
|
|
863
884
|
3,
|
|
864
885
|
n0,
|
|
865
886
|
_BRSR,
|
|
866
887
|
0,
|
|
867
888
|
[_LOA, _LOC, _GOI, _GOA, _LAI, _LOPP, _LOPi, _LPA, _LP, _LI, _LOTL, _LITL, _GLA, _LOP],
|
|
868
889
|
[
|
|
869
|
-
() => BatchListObjectAttributesResponse
|
|
870
|
-
() => BatchListObjectChildrenResponse
|
|
871
|
-
() => BatchGetObjectInformationResponse
|
|
872
|
-
() => BatchGetObjectAttributesResponse
|
|
873
|
-
() => BatchListAttachedIndicesResponse
|
|
874
|
-
() => BatchListObjectParentPathsResponse
|
|
875
|
-
() => BatchListObjectPoliciesResponse
|
|
876
|
-
() => BatchListPolicyAttachmentsResponse
|
|
877
|
-
() => BatchLookupPolicyResponse
|
|
878
|
-
() => BatchListIndexResponse
|
|
879
|
-
() => BatchListOutgoingTypedLinksResponse
|
|
880
|
-
() => BatchListIncomingTypedLinksResponse
|
|
881
|
-
() => BatchGetLinkAttributesResponse
|
|
882
|
-
() => BatchListObjectParentsResponse
|
|
890
|
+
() => BatchListObjectAttributesResponse$,
|
|
891
|
+
() => BatchListObjectChildrenResponse$,
|
|
892
|
+
() => BatchGetObjectInformationResponse$,
|
|
893
|
+
() => BatchGetObjectAttributesResponse$,
|
|
894
|
+
() => BatchListAttachedIndicesResponse$,
|
|
895
|
+
() => BatchListObjectParentPathsResponse$,
|
|
896
|
+
() => BatchListObjectPoliciesResponse$,
|
|
897
|
+
() => BatchListPolicyAttachmentsResponse$,
|
|
898
|
+
() => BatchLookupPolicyResponse$,
|
|
899
|
+
() => BatchListIndexResponse$,
|
|
900
|
+
() => BatchListOutgoingTypedLinksResponse$,
|
|
901
|
+
() => BatchListIncomingTypedLinksResponse$,
|
|
902
|
+
() => BatchGetLinkAttributesResponse$,
|
|
903
|
+
() => BatchListObjectParentsResponse$,
|
|
883
904
|
],
|
|
884
905
|
];
|
|
885
|
-
export var BatchRemoveFacetFromObject = [
|
|
906
|
+
export var BatchRemoveFacetFromObject$ = [
|
|
886
907
|
3,
|
|
887
908
|
n0,
|
|
888
909
|
_BRFFO,
|
|
889
910
|
0,
|
|
890
911
|
[_SF, _OR],
|
|
891
|
-
[() => SchemaFacet
|
|
912
|
+
[() => SchemaFacet$, () => ObjectReference$],
|
|
892
913
|
];
|
|
893
|
-
export var BatchRemoveFacetFromObjectResponse = [3, n0, _BRFFOR, 0, [], []];
|
|
894
|
-
export var BatchUpdateLinkAttributes = [
|
|
914
|
+
export var BatchRemoveFacetFromObjectResponse$ = [3, n0, _BRFFOR, 0, [], []];
|
|
915
|
+
export var BatchUpdateLinkAttributes$ = [
|
|
895
916
|
3,
|
|
896
917
|
n0,
|
|
897
918
|
_BULA,
|
|
898
919
|
0,
|
|
899
920
|
[_TLS, _AU],
|
|
900
|
-
[() => TypedLinkSpecifier
|
|
921
|
+
[() => TypedLinkSpecifier$, () => LinkAttributeUpdateList],
|
|
901
922
|
];
|
|
902
|
-
export var BatchUpdateLinkAttributesResponse = [3, n0, _BULAR, 0, [], []];
|
|
903
|
-
export var BatchUpdateObjectAttributes = [
|
|
923
|
+
export var BatchUpdateLinkAttributesResponse$ = [3, n0, _BULAR, 0, [], []];
|
|
924
|
+
export var BatchUpdateObjectAttributes$ = [
|
|
904
925
|
3,
|
|
905
926
|
n0,
|
|
906
927
|
_BUOA,
|
|
907
928
|
0,
|
|
908
929
|
[_OR, _AU],
|
|
909
|
-
[() => ObjectReference
|
|
930
|
+
[() => ObjectReference$, () => ObjectAttributeUpdateList],
|
|
910
931
|
];
|
|
911
|
-
export var BatchUpdateObjectAttributesResponse = [3, n0, _BUOAR, 0, [_OI], [0]];
|
|
912
|
-
export var BatchWriteException = [-3, n0, _BWE, { [_e]: _c }, [_I, _T, _M], [1, 0, 0]];
|
|
913
|
-
TypeRegistry.for(n0).registerError(BatchWriteException
|
|
914
|
-
export var BatchWriteOperation = [
|
|
932
|
+
export var BatchUpdateObjectAttributesResponse$ = [3, n0, _BUOAR, 0, [_OI], [0]];
|
|
933
|
+
export var BatchWriteException$ = [-3, n0, _BWE, { [_e]: _c }, [_I, _T, _M], [1, 0, 0]];
|
|
934
|
+
TypeRegistry.for(n0).registerError(BatchWriteException$, BatchWriteException);
|
|
935
|
+
export var BatchWriteOperation$ = [
|
|
915
936
|
3,
|
|
916
937
|
n0,
|
|
917
938
|
_BWO,
|
|
918
939
|
0,
|
|
919
940
|
[_CO, _AO, _DO, _UOA, _DOe, _AFTO, _RFFO, _AP, _DP, _CI, _ATI, _DFI, _ATL, _DTL, _ULA],
|
|
920
941
|
[
|
|
921
|
-
() => BatchCreateObject
|
|
922
|
-
() => BatchAttachObject
|
|
923
|
-
() => BatchDetachObject
|
|
924
|
-
() => BatchUpdateObjectAttributes
|
|
925
|
-
() => BatchDeleteObject
|
|
926
|
-
() => BatchAddFacetToObject
|
|
927
|
-
() => BatchRemoveFacetFromObject
|
|
928
|
-
() => BatchAttachPolicy
|
|
929
|
-
() => BatchDetachPolicy
|
|
930
|
-
() => BatchCreateIndex
|
|
931
|
-
() => BatchAttachToIndex
|
|
932
|
-
() => BatchDetachFromIndex
|
|
933
|
-
() => BatchAttachTypedLink
|
|
934
|
-
() => BatchDetachTypedLink
|
|
935
|
-
() => BatchUpdateLinkAttributes
|
|
942
|
+
() => BatchCreateObject$,
|
|
943
|
+
() => BatchAttachObject$,
|
|
944
|
+
() => BatchDetachObject$,
|
|
945
|
+
() => BatchUpdateObjectAttributes$,
|
|
946
|
+
() => BatchDeleteObject$,
|
|
947
|
+
() => BatchAddFacetToObject$,
|
|
948
|
+
() => BatchRemoveFacetFromObject$,
|
|
949
|
+
() => BatchAttachPolicy$,
|
|
950
|
+
() => BatchDetachPolicy$,
|
|
951
|
+
() => BatchCreateIndex$,
|
|
952
|
+
() => BatchAttachToIndex$,
|
|
953
|
+
() => BatchDetachFromIndex$,
|
|
954
|
+
() => BatchAttachTypedLink$,
|
|
955
|
+
() => BatchDetachTypedLink$,
|
|
956
|
+
() => BatchUpdateLinkAttributes$,
|
|
936
957
|
],
|
|
937
958
|
];
|
|
938
|
-
export var BatchWriteOperationResponse = [
|
|
959
|
+
export var BatchWriteOperationResponse$ = [
|
|
939
960
|
3,
|
|
940
961
|
n0,
|
|
941
962
|
_BWOR,
|
|
942
963
|
0,
|
|
943
964
|
[_CO, _AO, _DO, _UOA, _DOe, _AFTO, _RFFO, _AP, _DP, _CI, _ATI, _DFI, _ATL, _DTL, _ULA],
|
|
944
965
|
[
|
|
945
|
-
() => BatchCreateObjectResponse
|
|
946
|
-
() => BatchAttachObjectResponse
|
|
947
|
-
() => BatchDetachObjectResponse
|
|
948
|
-
() => BatchUpdateObjectAttributesResponse
|
|
949
|
-
() => BatchDeleteObjectResponse
|
|
950
|
-
() => BatchAddFacetToObjectResponse
|
|
951
|
-
() => BatchRemoveFacetFromObjectResponse
|
|
952
|
-
() => BatchAttachPolicyResponse
|
|
953
|
-
() => BatchDetachPolicyResponse
|
|
954
|
-
() => BatchCreateIndexResponse
|
|
955
|
-
() => BatchAttachToIndexResponse
|
|
956
|
-
() => BatchDetachFromIndexResponse
|
|
957
|
-
() => BatchAttachTypedLinkResponse
|
|
958
|
-
() => BatchDetachTypedLinkResponse
|
|
959
|
-
() => BatchUpdateLinkAttributesResponse
|
|
966
|
+
() => BatchCreateObjectResponse$,
|
|
967
|
+
() => BatchAttachObjectResponse$,
|
|
968
|
+
() => BatchDetachObjectResponse$,
|
|
969
|
+
() => BatchUpdateObjectAttributesResponse$,
|
|
970
|
+
() => BatchDeleteObjectResponse$,
|
|
971
|
+
() => BatchAddFacetToObjectResponse$,
|
|
972
|
+
() => BatchRemoveFacetFromObjectResponse$,
|
|
973
|
+
() => BatchAttachPolicyResponse$,
|
|
974
|
+
() => BatchDetachPolicyResponse$,
|
|
975
|
+
() => BatchCreateIndexResponse$,
|
|
976
|
+
() => BatchAttachToIndexResponse$,
|
|
977
|
+
() => BatchDetachFromIndexResponse$,
|
|
978
|
+
() => BatchAttachTypedLinkResponse$,
|
|
979
|
+
() => BatchDetachTypedLinkResponse$,
|
|
980
|
+
() => BatchUpdateLinkAttributesResponse$,
|
|
960
981
|
],
|
|
961
982
|
];
|
|
962
|
-
export var BatchWriteRequest = [
|
|
983
|
+
export var BatchWriteRequest$ = [
|
|
963
984
|
3,
|
|
964
985
|
n0,
|
|
965
986
|
_BWR,
|
|
@@ -967,12 +988,19 @@ export var BatchWriteRequest = [
|
|
|
967
988
|
[_DA, _O],
|
|
968
989
|
[[0, { [_hH]: _xadp }], () => BatchWriteOperationList],
|
|
969
990
|
];
|
|
970
|
-
export var BatchWriteResponse = [
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
991
|
+
export var BatchWriteResponse$ = [
|
|
992
|
+
3,
|
|
993
|
+
n0,
|
|
994
|
+
_BWRa,
|
|
995
|
+
0,
|
|
996
|
+
[_R],
|
|
997
|
+
[() => BatchWriteOperationResponseList],
|
|
998
|
+
];
|
|
999
|
+
export var CannotListParentOfRootException$ = [-3, n0, _CLPORE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1000
|
+
TypeRegistry.for(n0).registerError(CannotListParentOfRootException$, CannotListParentOfRootException);
|
|
1001
|
+
export var CreateDirectoryRequest$ = [3, n0, _CDR, 0, [_N, _SA], [0, [0, { [_hH]: _xadp }]]];
|
|
1002
|
+
export var CreateDirectoryResponse$ = [3, n0, _CDRr, 0, [_DA, _N, _OI, _ASA], [0, 0, 0, 0]];
|
|
1003
|
+
export var CreateFacetRequest$ = [
|
|
976
1004
|
3,
|
|
977
1005
|
n0,
|
|
978
1006
|
_CFR,
|
|
@@ -980,52 +1008,52 @@ export var CreateFacetRequest = [
|
|
|
980
1008
|
[_SA, _N, _A, _OT, _FS],
|
|
981
1009
|
[[0, { [_hH]: _xadp }], 0, () => FacetAttributeList, 0, 0],
|
|
982
1010
|
];
|
|
983
|
-
export var CreateFacetResponse = [3, n0, _CFRr, 0, [], []];
|
|
984
|
-
export var CreateIndexRequest = [
|
|
1011
|
+
export var CreateFacetResponse$ = [3, n0, _CFRr, 0, [], []];
|
|
1012
|
+
export var CreateIndexRequest$ = [
|
|
985
1013
|
3,
|
|
986
1014
|
n0,
|
|
987
1015
|
_CIR,
|
|
988
1016
|
0,
|
|
989
1017
|
[_DA, _OIAL, _IU, _PR, _LN],
|
|
990
|
-
[[0, { [_hH]: _xadp }], () => AttributeKeyList, 2, () => ObjectReference
|
|
1018
|
+
[[0, { [_hH]: _xadp }], () => AttributeKeyList, 2, () => ObjectReference$, 0],
|
|
991
1019
|
];
|
|
992
|
-
export var CreateIndexResponse = [3, n0, _CIRr, 0, [_OI], [0]];
|
|
993
|
-
export var CreateObjectRequest = [
|
|
1020
|
+
export var CreateIndexResponse$ = [3, n0, _CIRr, 0, [_OI], [0]];
|
|
1021
|
+
export var CreateObjectRequest$ = [
|
|
994
1022
|
3,
|
|
995
1023
|
n0,
|
|
996
1024
|
_COR,
|
|
997
1025
|
0,
|
|
998
1026
|
[_DA, _SFc, _OAL, _PR, _LN],
|
|
999
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference
|
|
1027
|
+
[[0, { [_hH]: _xadp }], () => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference$, 0],
|
|
1000
1028
|
];
|
|
1001
|
-
export var CreateObjectResponse = [3, n0, _CORr, 0, [_OI], [0]];
|
|
1002
|
-
export var CreateSchemaRequest = [3, n0, _CSR, 0, [_N], [0]];
|
|
1003
|
-
export var CreateSchemaResponse = [3, n0, _CSRr, 0, [_SA], [0]];
|
|
1004
|
-
export var CreateTypedLinkFacetRequest = [
|
|
1029
|
+
export var CreateObjectResponse$ = [3, n0, _CORr, 0, [_OI], [0]];
|
|
1030
|
+
export var CreateSchemaRequest$ = [3, n0, _CSR, 0, [_N], [0]];
|
|
1031
|
+
export var CreateSchemaResponse$ = [3, n0, _CSRr, 0, [_SA], [0]];
|
|
1032
|
+
export var CreateTypedLinkFacetRequest$ = [
|
|
1005
1033
|
3,
|
|
1006
1034
|
n0,
|
|
1007
1035
|
_CTLFR,
|
|
1008
1036
|
0,
|
|
1009
1037
|
[_SA, _F],
|
|
1010
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkFacet],
|
|
1038
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkFacet$],
|
|
1011
1039
|
];
|
|
1012
|
-
export var CreateTypedLinkFacetResponse = [3, n0, _CTLFRr, 0, [], []];
|
|
1013
|
-
export var DeleteDirectoryRequest = [3, n0, _DDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1014
|
-
export var DeleteDirectoryResponse = [3, n0, _DDRe, 0, [_DA], [0]];
|
|
1015
|
-
export var DeleteFacetRequest = [3, n0, _DFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1016
|
-
export var DeleteFacetResponse = [3, n0, _DFRe, 0, [], []];
|
|
1017
|
-
export var DeleteObjectRequest = [
|
|
1040
|
+
export var CreateTypedLinkFacetResponse$ = [3, n0, _CTLFRr, 0, [], []];
|
|
1041
|
+
export var DeleteDirectoryRequest$ = [3, n0, _DDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1042
|
+
export var DeleteDirectoryResponse$ = [3, n0, _DDRe, 0, [_DA], [0]];
|
|
1043
|
+
export var DeleteFacetRequest$ = [3, n0, _DFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1044
|
+
export var DeleteFacetResponse$ = [3, n0, _DFRe, 0, [], []];
|
|
1045
|
+
export var DeleteObjectRequest$ = [
|
|
1018
1046
|
3,
|
|
1019
1047
|
n0,
|
|
1020
1048
|
_DOR,
|
|
1021
1049
|
0,
|
|
1022
1050
|
[_DA, _OR],
|
|
1023
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference],
|
|
1051
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$],
|
|
1024
1052
|
];
|
|
1025
|
-
export var DeleteObjectResponse = [3, n0, _DORe, 0, [], []];
|
|
1026
|
-
export var DeleteSchemaRequest = [3, n0, _DSR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1027
|
-
export var DeleteSchemaResponse = [3, n0, _DSRe, 0, [_SA], [0]];
|
|
1028
|
-
export var DeleteTypedLinkFacetRequest = [
|
|
1053
|
+
export var DeleteObjectResponse$ = [3, n0, _DORe, 0, [], []];
|
|
1054
|
+
export var DeleteSchemaRequest$ = [3, n0, _DSR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1055
|
+
export var DeleteSchemaResponse$ = [3, n0, _DSRe, 0, [_SA], [0]];
|
|
1056
|
+
export var DeleteTypedLinkFacetRequest$ = [
|
|
1029
1057
|
3,
|
|
1030
1058
|
n0,
|
|
1031
1059
|
_DTLFR,
|
|
@@ -1033,97 +1061,97 @@ export var DeleteTypedLinkFacetRequest = [
|
|
|
1033
1061
|
[_SA, _N],
|
|
1034
1062
|
[[0, { [_hH]: _xadp }], 0],
|
|
1035
1063
|
];
|
|
1036
|
-
export var DeleteTypedLinkFacetResponse = [3, n0, _DTLFRe, 0, [], []];
|
|
1037
|
-
export var DetachFromIndexRequest = [
|
|
1064
|
+
export var DeleteTypedLinkFacetResponse$ = [3, n0, _DTLFRe, 0, [], []];
|
|
1065
|
+
export var DetachFromIndexRequest$ = [
|
|
1038
1066
|
3,
|
|
1039
1067
|
n0,
|
|
1040
1068
|
_DFIR,
|
|
1041
1069
|
0,
|
|
1042
1070
|
[_DA, _IR, _TR],
|
|
1043
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1071
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
1044
1072
|
];
|
|
1045
|
-
export var DetachFromIndexResponse = [3, n0, _DFIRe, 0, [_DOI], [0]];
|
|
1046
|
-
export var DetachObjectRequest = [
|
|
1073
|
+
export var DetachFromIndexResponse$ = [3, n0, _DFIRe, 0, [_DOI], [0]];
|
|
1074
|
+
export var DetachObjectRequest$ = [
|
|
1047
1075
|
3,
|
|
1048
1076
|
n0,
|
|
1049
1077
|
_DORet,
|
|
1050
1078
|
0,
|
|
1051
1079
|
[_DA, _PR, _LN],
|
|
1052
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1080
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0],
|
|
1053
1081
|
];
|
|
1054
|
-
export var DetachObjectResponse = [3, n0, _DOReta, 0, [_DOI], [0]];
|
|
1055
|
-
export var DetachPolicyRequest = [
|
|
1082
|
+
export var DetachObjectResponse$ = [3, n0, _DOReta, 0, [_DOI], [0]];
|
|
1083
|
+
export var DetachPolicyRequest$ = [
|
|
1056
1084
|
3,
|
|
1057
1085
|
n0,
|
|
1058
1086
|
_DPR,
|
|
1059
1087
|
0,
|
|
1060
1088
|
[_DA, _PRo, _OR],
|
|
1061
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1089
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectReference$],
|
|
1062
1090
|
];
|
|
1063
|
-
export var DetachPolicyResponse = [3, n0, _DPRe, 0, [], []];
|
|
1064
|
-
export var DetachTypedLinkRequest = [
|
|
1091
|
+
export var DetachPolicyResponse$ = [3, n0, _DPRe, 0, [], []];
|
|
1092
|
+
export var DetachTypedLinkRequest$ = [
|
|
1065
1093
|
3,
|
|
1066
1094
|
n0,
|
|
1067
1095
|
_DTLR,
|
|
1068
1096
|
0,
|
|
1069
1097
|
[_DA, _TLS],
|
|
1070
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier],
|
|
1071
|
-
];
|
|
1072
|
-
export var Directory = [3, n0, _D, 0, [_N, _DA, _S, _CDT], [0, 0, 0, 4]];
|
|
1073
|
-
export var DirectoryAlreadyExistsException = [-3, n0, _DAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1074
|
-
TypeRegistry.for(n0).registerError(DirectoryAlreadyExistsException
|
|
1075
|
-
export var DirectoryDeletedException = [-3, n0, _DDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1076
|
-
TypeRegistry.for(n0).registerError(DirectoryDeletedException
|
|
1077
|
-
export var DirectoryNotDisabledException = [-3, n0, _DNDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1078
|
-
TypeRegistry.for(n0).registerError(DirectoryNotDisabledException
|
|
1079
|
-
export var DirectoryNotEnabledException = [-3, n0, _DNEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1080
|
-
TypeRegistry.for(n0).registerError(DirectoryNotEnabledException
|
|
1081
|
-
export var DisableDirectoryRequest = [3, n0, _DDRi, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1082
|
-
export var DisableDirectoryResponse = [3, n0, _DDRis, 0, [_DA], [0]];
|
|
1083
|
-
export var EnableDirectoryRequest = [3, n0, _EDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1084
|
-
export var EnableDirectoryResponse = [3, n0, _EDRn, 0, [_DA], [0]];
|
|
1085
|
-
export var Facet = [3, n0, _F, 0, [_N, _OT, _FS], [0, 0, 0]];
|
|
1086
|
-
export var FacetAlreadyExistsException = [-3, n0, _FAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1087
|
-
TypeRegistry.for(n0).registerError(FacetAlreadyExistsException
|
|
1088
|
-
export var FacetAttribute = [
|
|
1098
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$],
|
|
1099
|
+
];
|
|
1100
|
+
export var Directory$ = [3, n0, _D, 0, [_N, _DA, _S, _CDT], [0, 0, 0, 4]];
|
|
1101
|
+
export var DirectoryAlreadyExistsException$ = [-3, n0, _DAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1102
|
+
TypeRegistry.for(n0).registerError(DirectoryAlreadyExistsException$, DirectoryAlreadyExistsException);
|
|
1103
|
+
export var DirectoryDeletedException$ = [-3, n0, _DDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1104
|
+
TypeRegistry.for(n0).registerError(DirectoryDeletedException$, DirectoryDeletedException);
|
|
1105
|
+
export var DirectoryNotDisabledException$ = [-3, n0, _DNDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1106
|
+
TypeRegistry.for(n0).registerError(DirectoryNotDisabledException$, DirectoryNotDisabledException);
|
|
1107
|
+
export var DirectoryNotEnabledException$ = [-3, n0, _DNEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1108
|
+
TypeRegistry.for(n0).registerError(DirectoryNotEnabledException$, DirectoryNotEnabledException);
|
|
1109
|
+
export var DisableDirectoryRequest$ = [3, n0, _DDRi, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1110
|
+
export var DisableDirectoryResponse$ = [3, n0, _DDRis, 0, [_DA], [0]];
|
|
1111
|
+
export var EnableDirectoryRequest$ = [3, n0, _EDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1112
|
+
export var EnableDirectoryResponse$ = [3, n0, _EDRn, 0, [_DA], [0]];
|
|
1113
|
+
export var Facet$ = [3, n0, _F, 0, [_N, _OT, _FS], [0, 0, 0]];
|
|
1114
|
+
export var FacetAlreadyExistsException$ = [-3, n0, _FAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1115
|
+
TypeRegistry.for(n0).registerError(FacetAlreadyExistsException$, FacetAlreadyExistsException);
|
|
1116
|
+
export var FacetAttribute$ = [
|
|
1089
1117
|
3,
|
|
1090
1118
|
n0,
|
|
1091
1119
|
_FA,
|
|
1092
1120
|
0,
|
|
1093
1121
|
[_N, _AD, _AR, _RB],
|
|
1094
|
-
[0, () => FacetAttributeDefinition
|
|
1122
|
+
[0, () => FacetAttributeDefinition$, () => FacetAttributeReference$, 0],
|
|
1095
1123
|
];
|
|
1096
|
-
export var FacetAttributeDefinition = [
|
|
1124
|
+
export var FacetAttributeDefinition$ = [
|
|
1097
1125
|
3,
|
|
1098
1126
|
n0,
|
|
1099
1127
|
_FAD,
|
|
1100
1128
|
0,
|
|
1101
1129
|
[_T, _DV, _II, _Ru],
|
|
1102
|
-
[0, () => TypedAttributeValue
|
|
1103
|
-
];
|
|
1104
|
-
export var FacetAttributeReference = [3, n0, _FARa, 0, [_TFN, _TAN], [0, 0]];
|
|
1105
|
-
export var FacetAttributeUpdate = [3, n0, _FAU, 0, [_At, _Ac], [() => FacetAttribute
|
|
1106
|
-
export var FacetInUseException = [-3, n0, _FIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1107
|
-
TypeRegistry.for(n0).registerError(FacetInUseException
|
|
1108
|
-
export var FacetNotFoundException = [-3, n0, _FNFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1109
|
-
TypeRegistry.for(n0).registerError(FacetNotFoundException
|
|
1110
|
-
export var FacetValidationException = [-3, n0, _FVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1111
|
-
TypeRegistry.for(n0).registerError(FacetValidationException
|
|
1112
|
-
export var GetAppliedSchemaVersionRequest = [3, n0, _GASVR, 0, [_SA], [0]];
|
|
1113
|
-
export var GetAppliedSchemaVersionResponse = [3, n0, _GASVRe, 0, [_ASA], [0]];
|
|
1114
|
-
export var GetDirectoryRequest = [3, n0, _GDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1115
|
-
export var GetDirectoryResponse = [3, n0, _GDRe, 0, [_D], [() => Directory]];
|
|
1116
|
-
export var GetFacetRequest = [3, n0, _GFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1117
|
-
export var GetFacetResponse = [3, n0, _GFRe, 0, [_F], [() => Facet]];
|
|
1118
|
-
export var GetLinkAttributesRequest = [
|
|
1130
|
+
[0, () => TypedAttributeValue$, 2, () => RuleMap],
|
|
1131
|
+
];
|
|
1132
|
+
export var FacetAttributeReference$ = [3, n0, _FARa, 0, [_TFN, _TAN], [0, 0]];
|
|
1133
|
+
export var FacetAttributeUpdate$ = [3, n0, _FAU, 0, [_At, _Ac], [() => FacetAttribute$, 0]];
|
|
1134
|
+
export var FacetInUseException$ = [-3, n0, _FIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1135
|
+
TypeRegistry.for(n0).registerError(FacetInUseException$, FacetInUseException);
|
|
1136
|
+
export var FacetNotFoundException$ = [-3, n0, _FNFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1137
|
+
TypeRegistry.for(n0).registerError(FacetNotFoundException$, FacetNotFoundException);
|
|
1138
|
+
export var FacetValidationException$ = [-3, n0, _FVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1139
|
+
TypeRegistry.for(n0).registerError(FacetValidationException$, FacetValidationException);
|
|
1140
|
+
export var GetAppliedSchemaVersionRequest$ = [3, n0, _GASVR, 0, [_SA], [0]];
|
|
1141
|
+
export var GetAppliedSchemaVersionResponse$ = [3, n0, _GASVRe, 0, [_ASA], [0]];
|
|
1142
|
+
export var GetDirectoryRequest$ = [3, n0, _GDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
|
|
1143
|
+
export var GetDirectoryResponse$ = [3, n0, _GDRe, 0, [_D], [() => Directory$]];
|
|
1144
|
+
export var GetFacetRequest$ = [3, n0, _GFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1145
|
+
export var GetFacetResponse$ = [3, n0, _GFRe, 0, [_F], [() => Facet$]];
|
|
1146
|
+
export var GetLinkAttributesRequest$ = [
|
|
1119
1147
|
3,
|
|
1120
1148
|
n0,
|
|
1121
1149
|
_GLAR,
|
|
1122
1150
|
0,
|
|
1123
1151
|
[_DA, _TLS, _ANt, _CL],
|
|
1124
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier
|
|
1152
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$, 64 | 0, 0],
|
|
1125
1153
|
];
|
|
1126
|
-
export var GetLinkAttributesResponse = [
|
|
1154
|
+
export var GetLinkAttributesResponse$ = [
|
|
1127
1155
|
3,
|
|
1128
1156
|
n0,
|
|
1129
1157
|
_GLARe,
|
|
@@ -1131,15 +1159,15 @@ export var GetLinkAttributesResponse = [
|
|
|
1131
1159
|
[_A],
|
|
1132
1160
|
[() => AttributeKeyAndValueList],
|
|
1133
1161
|
];
|
|
1134
|
-
export var GetObjectAttributesRequest = [
|
|
1162
|
+
export var GetObjectAttributesRequest$ = [
|
|
1135
1163
|
3,
|
|
1136
1164
|
n0,
|
|
1137
1165
|
_GOAR,
|
|
1138
1166
|
0,
|
|
1139
1167
|
[_DA, _OR, _CL, _SF, _ANt],
|
|
1140
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1168
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, [0, { [_hH]: _xacl }], () => SchemaFacet$, 64 | 0],
|
|
1141
1169
|
];
|
|
1142
|
-
export var GetObjectAttributesResponse = [
|
|
1170
|
+
export var GetObjectAttributesResponse$ = [
|
|
1143
1171
|
3,
|
|
1144
1172
|
n0,
|
|
1145
1173
|
_GOARe,
|
|
@@ -1147,15 +1175,15 @@ export var GetObjectAttributesResponse = [
|
|
|
1147
1175
|
[_A],
|
|
1148
1176
|
[() => AttributeKeyAndValueList],
|
|
1149
1177
|
];
|
|
1150
|
-
export var GetObjectInformationRequest = [
|
|
1178
|
+
export var GetObjectInformationRequest$ = [
|
|
1151
1179
|
3,
|
|
1152
1180
|
n0,
|
|
1153
1181
|
_GOIR,
|
|
1154
1182
|
0,
|
|
1155
1183
|
[_DA, _OR, _CL],
|
|
1156
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1184
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, [0, { [_hH]: _xacl }]],
|
|
1157
1185
|
];
|
|
1158
|
-
export var GetObjectInformationResponse = [
|
|
1186
|
+
export var GetObjectInformationResponse$ = [
|
|
1159
1187
|
3,
|
|
1160
1188
|
n0,
|
|
1161
1189
|
_GOIRe,
|
|
@@ -1163,9 +1191,9 @@ export var GetObjectInformationResponse = [
|
|
|
1163
1191
|
[_SFc, _OI],
|
|
1164
1192
|
[() => SchemaFacetList, 0],
|
|
1165
1193
|
];
|
|
1166
|
-
export var GetSchemaAsJsonRequest = [3, n0, _GSAJR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1167
|
-
export var GetSchemaAsJsonResponse = [3, n0, _GSAJRe, 0, [_N, _Do], [0, 0]];
|
|
1168
|
-
export var GetTypedLinkFacetInformationRequest = [
|
|
1194
|
+
export var GetSchemaAsJsonRequest$ = [3, n0, _GSAJR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
|
|
1195
|
+
export var GetSchemaAsJsonResponse$ = [3, n0, _GSAJRe, 0, [_N, _Do], [0, 0]];
|
|
1196
|
+
export var GetTypedLinkFacetInformationRequest$ = [
|
|
1169
1197
|
3,
|
|
1170
1198
|
n0,
|
|
1171
1199
|
_GTLFIR,
|
|
@@ -1173,52 +1201,73 @@ export var GetTypedLinkFacetInformationRequest = [
|
|
|
1173
1201
|
[_SA, _N],
|
|
1174
1202
|
[[0, { [_hH]: _xadp }], 0],
|
|
1175
1203
|
];
|
|
1176
|
-
export var GetTypedLinkFacetInformationResponse = [3, n0, _GTLFIRe, 0, [_IAO], [64 | 0]];
|
|
1177
|
-
export var IncompatibleSchemaException = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1178
|
-
TypeRegistry.for(n0).registerError(IncompatibleSchemaException
|
|
1179
|
-
export var IndexAttachment = [
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
export var
|
|
1204
|
+
export var GetTypedLinkFacetInformationResponse$ = [3, n0, _GTLFIRe, 0, [_IAO], [64 | 0]];
|
|
1205
|
+
export var IncompatibleSchemaException$ = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1206
|
+
TypeRegistry.for(n0).registerError(IncompatibleSchemaException$, IncompatibleSchemaException);
|
|
1207
|
+
export var IndexAttachment$ = [
|
|
1208
|
+
3,
|
|
1209
|
+
n0,
|
|
1210
|
+
_IAn,
|
|
1211
|
+
0,
|
|
1212
|
+
[_IAnd, _OI],
|
|
1213
|
+
[() => AttributeKeyAndValueList, 0],
|
|
1214
|
+
];
|
|
1215
|
+
export var IndexedAttributeMissingException$ = [-3, n0, _IAME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1216
|
+
TypeRegistry.for(n0).registerError(IndexedAttributeMissingException$, IndexedAttributeMissingException);
|
|
1217
|
+
export var InternalServiceException$ = [-3, n0, _ISEn, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1218
|
+
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
1219
|
+
export var InvalidArnException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1220
|
+
TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1221
|
+
export var InvalidAttachmentException$ = [-3, n0, _IAEn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1222
|
+
TypeRegistry.for(n0).registerError(InvalidAttachmentException$, InvalidAttachmentException);
|
|
1223
|
+
export var InvalidFacetUpdateException$ = [-3, n0, _IFUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1224
|
+
TypeRegistry.for(n0).registerError(InvalidFacetUpdateException$, InvalidFacetUpdateException);
|
|
1225
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1226
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1227
|
+
export var InvalidRuleException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1228
|
+
TypeRegistry.for(n0).registerError(InvalidRuleException$, InvalidRuleException);
|
|
1229
|
+
export var InvalidSchemaDocException$ = [-3, n0, _ISDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1230
|
+
TypeRegistry.for(n0).registerError(InvalidSchemaDocException$, InvalidSchemaDocException);
|
|
1231
|
+
export var InvalidTaggingRequestException$ = [-3, n0, _ITRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1232
|
+
TypeRegistry.for(n0).registerError(InvalidTaggingRequestException$, InvalidTaggingRequestException);
|
|
1233
|
+
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1234
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1235
|
+
export var LinkAttributeAction$ = [
|
|
1236
|
+
3,
|
|
1237
|
+
n0,
|
|
1238
|
+
_LAA,
|
|
1239
|
+
0,
|
|
1240
|
+
[_AAT, _AUV],
|
|
1241
|
+
[0, () => TypedAttributeValue$],
|
|
1242
|
+
];
|
|
1243
|
+
export var LinkAttributeUpdate$ = [
|
|
1202
1244
|
3,
|
|
1203
1245
|
n0,
|
|
1204
1246
|
_LAU,
|
|
1205
1247
|
0,
|
|
1206
1248
|
[_AK, _AA],
|
|
1207
|
-
[() => AttributeKey
|
|
1249
|
+
[() => AttributeKey$, () => LinkAttributeAction$],
|
|
1208
1250
|
];
|
|
1209
|
-
export var LinkNameAlreadyInUseException = [-3, n0, _LNAIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1210
|
-
TypeRegistry.for(n0).registerError(LinkNameAlreadyInUseException
|
|
1211
|
-
export var ListAppliedSchemaArnsRequest = [
|
|
1212
|
-
|
|
1213
|
-
|
|
1251
|
+
export var LinkNameAlreadyInUseException$ = [-3, n0, _LNAIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1252
|
+
TypeRegistry.for(n0).registerError(LinkNameAlreadyInUseException$, LinkNameAlreadyInUseException);
|
|
1253
|
+
export var ListAppliedSchemaArnsRequest$ = [
|
|
1254
|
+
3,
|
|
1255
|
+
n0,
|
|
1256
|
+
_LASAR,
|
|
1257
|
+
0,
|
|
1258
|
+
[_DA, _SA, _NT, _MR],
|
|
1259
|
+
[0, 0, 0, 1],
|
|
1260
|
+
];
|
|
1261
|
+
export var ListAppliedSchemaArnsResponse$ = [3, n0, _LASARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1262
|
+
export var ListAttachedIndicesRequest$ = [
|
|
1214
1263
|
3,
|
|
1215
1264
|
n0,
|
|
1216
1265
|
_LAIR,
|
|
1217
1266
|
0,
|
|
1218
1267
|
[_DA, _TR, _NT, _MR, _CL],
|
|
1219
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1268
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
1220
1269
|
];
|
|
1221
|
-
export var ListAttachedIndicesResponse = [
|
|
1270
|
+
export var ListAttachedIndicesResponse$ = [
|
|
1222
1271
|
3,
|
|
1223
1272
|
n0,
|
|
1224
1273
|
_LAIRi,
|
|
@@ -1226,11 +1275,11 @@ export var ListAttachedIndicesResponse = [
|
|
|
1226
1275
|
[_IA, _NT],
|
|
1227
1276
|
[() => IndexAttachmentList, 0],
|
|
1228
1277
|
];
|
|
1229
|
-
export var ListDevelopmentSchemaArnsRequest = [3, n0, _LDSAR, 0, [_NT, _MR], [0, 1]];
|
|
1230
|
-
export var ListDevelopmentSchemaArnsResponse = [3, n0, _LDSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1231
|
-
export var ListDirectoriesRequest = [3, n0, _LDR, 0, [_NT, _MR, _st], [0, 1, 0]];
|
|
1232
|
-
export var ListDirectoriesResponse = [3, n0, _LDRi, 0, [_Di, _NT], [() => DirectoryList, 0]];
|
|
1233
|
-
export var ListFacetAttributesRequest = [
|
|
1278
|
+
export var ListDevelopmentSchemaArnsRequest$ = [3, n0, _LDSAR, 0, [_NT, _MR], [0, 1]];
|
|
1279
|
+
export var ListDevelopmentSchemaArnsResponse$ = [3, n0, _LDSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1280
|
+
export var ListDirectoriesRequest$ = [3, n0, _LDR, 0, [_NT, _MR, _st], [0, 1, 0]];
|
|
1281
|
+
export var ListDirectoriesResponse$ = [3, n0, _LDRi, 0, [_Di, _NT], [() => DirectoryList, 0]];
|
|
1282
|
+
export var ListFacetAttributesRequest$ = [
|
|
1234
1283
|
3,
|
|
1235
1284
|
n0,
|
|
1236
1285
|
_LFAR,
|
|
@@ -1238,7 +1287,7 @@ export var ListFacetAttributesRequest = [
|
|
|
1238
1287
|
[_SA, _N, _NT, _MR],
|
|
1239
1288
|
[[0, { [_hH]: _xadp }], 0, 0, 1],
|
|
1240
1289
|
];
|
|
1241
|
-
export var ListFacetAttributesResponse = [
|
|
1290
|
+
export var ListFacetAttributesResponse$ = [
|
|
1242
1291
|
3,
|
|
1243
1292
|
n0,
|
|
1244
1293
|
_LFARi,
|
|
@@ -1246,7 +1295,7 @@ export var ListFacetAttributesResponse = [
|
|
|
1246
1295
|
[_A, _NT],
|
|
1247
1296
|
[() => FacetAttributeList, 0],
|
|
1248
1297
|
];
|
|
1249
|
-
export var ListFacetNamesRequest = [
|
|
1298
|
+
export var ListFacetNamesRequest$ = [
|
|
1250
1299
|
3,
|
|
1251
1300
|
n0,
|
|
1252
1301
|
_LFNR,
|
|
@@ -1254,8 +1303,8 @@ export var ListFacetNamesRequest = [
|
|
|
1254
1303
|
[_SA, _NT, _MR],
|
|
1255
1304
|
[[0, { [_hH]: _xadp }], 0, 1],
|
|
1256
1305
|
];
|
|
1257
|
-
export var ListFacetNamesResponse = [3, n0, _LFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
1258
|
-
export var ListIncomingTypedLinksRequest = [
|
|
1306
|
+
export var ListFacetNamesResponse$ = [3, n0, _LFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
1307
|
+
export var ListIncomingTypedLinksRequest$ = [
|
|
1259
1308
|
3,
|
|
1260
1309
|
n0,
|
|
1261
1310
|
_LITLR,
|
|
@@ -1263,15 +1312,15 @@ export var ListIncomingTypedLinksRequest = [
|
|
|
1263
1312
|
[_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
|
|
1264
1313
|
[
|
|
1265
1314
|
[0, { [_hH]: _xadp }],
|
|
1266
|
-
() => ObjectReference
|
|
1315
|
+
() => ObjectReference$,
|
|
1267
1316
|
() => TypedLinkAttributeRangeList,
|
|
1268
|
-
() => TypedLinkSchemaAndFacetName
|
|
1317
|
+
() => TypedLinkSchemaAndFacetName$,
|
|
1269
1318
|
0,
|
|
1270
1319
|
1,
|
|
1271
1320
|
0,
|
|
1272
1321
|
],
|
|
1273
1322
|
];
|
|
1274
|
-
export var ListIncomingTypedLinksResponse = [
|
|
1323
|
+
export var ListIncomingTypedLinksResponse$ = [
|
|
1275
1324
|
3,
|
|
1276
1325
|
n0,
|
|
1277
1326
|
_LITLRi,
|
|
@@ -1279,26 +1328,26 @@ export var ListIncomingTypedLinksResponse = [
|
|
|
1279
1328
|
[_LS, _NT],
|
|
1280
1329
|
[() => TypedLinkSpecifierList, 0],
|
|
1281
1330
|
];
|
|
1282
|
-
export var ListIndexRequest = [
|
|
1331
|
+
export var ListIndexRequest$ = [
|
|
1283
1332
|
3,
|
|
1284
1333
|
n0,
|
|
1285
1334
|
_LIR,
|
|
1286
1335
|
0,
|
|
1287
1336
|
[_DA, _ROIV, _IR, _MR, _NT, _CL],
|
|
1288
|
-
[[0, { [_hH]: _xadp }], () => ObjectAttributeRangeList, () => ObjectReference
|
|
1337
|
+
[[0, { [_hH]: _xadp }], () => ObjectAttributeRangeList, () => ObjectReference$, 1, 0, [0, { [_hH]: _xacl }]],
|
|
1289
1338
|
];
|
|
1290
|
-
export var ListIndexResponse = [3, n0, _LIRi, 0, [_IA, _NT], [() => IndexAttachmentList, 0]];
|
|
1291
|
-
export var ListManagedSchemaArnsRequest = [3, n0, _LMSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
1292
|
-
export var ListManagedSchemaArnsResponse = [3, n0, _LMSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1293
|
-
export var ListObjectAttributesRequest = [
|
|
1339
|
+
export var ListIndexResponse$ = [3, n0, _LIRi, 0, [_IA, _NT], [() => IndexAttachmentList, 0]];
|
|
1340
|
+
export var ListManagedSchemaArnsRequest$ = [3, n0, _LMSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
1341
|
+
export var ListManagedSchemaArnsResponse$ = [3, n0, _LMSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1342
|
+
export var ListObjectAttributesRequest$ = [
|
|
1294
1343
|
3,
|
|
1295
1344
|
n0,
|
|
1296
1345
|
_LOAR,
|
|
1297
1346
|
0,
|
|
1298
1347
|
[_DA, _OR, _NT, _MR, _CL, _FF],
|
|
1299
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1348
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }], () => SchemaFacet$],
|
|
1300
1349
|
];
|
|
1301
|
-
export var ListObjectAttributesResponse = [
|
|
1350
|
+
export var ListObjectAttributesResponse$ = [
|
|
1302
1351
|
3,
|
|
1303
1352
|
n0,
|
|
1304
1353
|
_LOARi,
|
|
@@ -1306,24 +1355,24 @@ export var ListObjectAttributesResponse = [
|
|
|
1306
1355
|
[_A, _NT],
|
|
1307
1356
|
[() => AttributeKeyAndValueList, 0],
|
|
1308
1357
|
];
|
|
1309
|
-
export var ListObjectChildrenRequest = [
|
|
1358
|
+
export var ListObjectChildrenRequest$ = [
|
|
1310
1359
|
3,
|
|
1311
1360
|
n0,
|
|
1312
1361
|
_LOCR,
|
|
1313
1362
|
0,
|
|
1314
1363
|
[_DA, _OR, _NT, _MR, _CL],
|
|
1315
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1364
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
1316
1365
|
];
|
|
1317
|
-
export var ListObjectChildrenResponse = [3, n0, _LOCRi, 0, [_C, _NT], [128 | 0, 0]];
|
|
1318
|
-
export var ListObjectParentPathsRequest = [
|
|
1366
|
+
export var ListObjectChildrenResponse$ = [3, n0, _LOCRi, 0, [_C, _NT], [128 | 0, 0]];
|
|
1367
|
+
export var ListObjectParentPathsRequest$ = [
|
|
1319
1368
|
3,
|
|
1320
1369
|
n0,
|
|
1321
1370
|
_LOPPR,
|
|
1322
1371
|
0,
|
|
1323
1372
|
[_DA, _OR, _NT, _MR],
|
|
1324
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1373
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1],
|
|
1325
1374
|
];
|
|
1326
|
-
export var ListObjectParentPathsResponse = [
|
|
1375
|
+
export var ListObjectParentPathsResponse$ = [
|
|
1327
1376
|
3,
|
|
1328
1377
|
n0,
|
|
1329
1378
|
_LOPPRi,
|
|
@@ -1331,15 +1380,15 @@ export var ListObjectParentPathsResponse = [
|
|
|
1331
1380
|
[_PTOIL, _NT],
|
|
1332
1381
|
[() => PathToObjectIdentifiersList, 0],
|
|
1333
1382
|
];
|
|
1334
|
-
export var ListObjectParentsRequest = [
|
|
1383
|
+
export var ListObjectParentsRequest$ = [
|
|
1335
1384
|
3,
|
|
1336
1385
|
n0,
|
|
1337
1386
|
_LOPR,
|
|
1338
1387
|
0,
|
|
1339
1388
|
[_DA, _OR, _NT, _MR, _CL, _IALTEP],
|
|
1340
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1389
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }], 2],
|
|
1341
1390
|
];
|
|
1342
|
-
export var ListObjectParentsResponse = [
|
|
1391
|
+
export var ListObjectParentsResponse$ = [
|
|
1343
1392
|
3,
|
|
1344
1393
|
n0,
|
|
1345
1394
|
_LOPRi,
|
|
@@ -1347,16 +1396,16 @@ export var ListObjectParentsResponse = [
|
|
|
1347
1396
|
[_P, _NT, _PL],
|
|
1348
1397
|
[128 | 0, 0, () => ObjectIdentifierAndLinkNameList],
|
|
1349
1398
|
];
|
|
1350
|
-
export var ListObjectPoliciesRequest = [
|
|
1399
|
+
export var ListObjectPoliciesRequest$ = [
|
|
1351
1400
|
3,
|
|
1352
1401
|
n0,
|
|
1353
1402
|
_LOPRis,
|
|
1354
1403
|
0,
|
|
1355
1404
|
[_DA, _OR, _NT, _MR, _CL],
|
|
1356
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1405
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
1357
1406
|
];
|
|
1358
|
-
export var ListObjectPoliciesResponse = [3, n0, _LOPRist, 0, [_API, _NT], [64 | 0, 0]];
|
|
1359
|
-
export var ListOutgoingTypedLinksRequest = [
|
|
1407
|
+
export var ListObjectPoliciesResponse$ = [3, n0, _LOPRist, 0, [_API, _NT], [64 | 0, 0]];
|
|
1408
|
+
export var ListOutgoingTypedLinksRequest$ = [
|
|
1360
1409
|
3,
|
|
1361
1410
|
n0,
|
|
1362
1411
|
_LOTLR,
|
|
@@ -1364,15 +1413,15 @@ export var ListOutgoingTypedLinksRequest = [
|
|
|
1364
1413
|
[_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
|
|
1365
1414
|
[
|
|
1366
1415
|
[0, { [_hH]: _xadp }],
|
|
1367
|
-
() => ObjectReference
|
|
1416
|
+
() => ObjectReference$,
|
|
1368
1417
|
() => TypedLinkAttributeRangeList,
|
|
1369
|
-
() => TypedLinkSchemaAndFacetName
|
|
1418
|
+
() => TypedLinkSchemaAndFacetName$,
|
|
1370
1419
|
0,
|
|
1371
1420
|
1,
|
|
1372
1421
|
0,
|
|
1373
1422
|
],
|
|
1374
1423
|
];
|
|
1375
|
-
export var ListOutgoingTypedLinksResponse = [
|
|
1424
|
+
export var ListOutgoingTypedLinksResponse$ = [
|
|
1376
1425
|
3,
|
|
1377
1426
|
n0,
|
|
1378
1427
|
_LOTLRi,
|
|
@@ -1380,20 +1429,20 @@ export var ListOutgoingTypedLinksResponse = [
|
|
|
1380
1429
|
[_TLSy, _NT],
|
|
1381
1430
|
[() => TypedLinkSpecifierList, 0],
|
|
1382
1431
|
];
|
|
1383
|
-
export var ListPolicyAttachmentsRequest = [
|
|
1432
|
+
export var ListPolicyAttachmentsRequest$ = [
|
|
1384
1433
|
3,
|
|
1385
1434
|
n0,
|
|
1386
1435
|
_LPAR,
|
|
1387
1436
|
0,
|
|
1388
1437
|
[_DA, _PRo, _NT, _MR, _CL],
|
|
1389
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1438
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1, [0, { [_hH]: _xacl }]],
|
|
1390
1439
|
];
|
|
1391
|
-
export var ListPolicyAttachmentsResponse = [3, n0, _LPARi, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
1392
|
-
export var ListPublishedSchemaArnsRequest = [3, n0, _LPSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
1393
|
-
export var ListPublishedSchemaArnsResponse = [3, n0, _LPSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1394
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA, _NT, _MR], [0, 0, 1]];
|
|
1395
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1396
|
-
export var ListTypedLinkFacetAttributesRequest = [
|
|
1440
|
+
export var ListPolicyAttachmentsResponse$ = [3, n0, _LPARi, 0, [_OIb, _NT], [64 | 0, 0]];
|
|
1441
|
+
export var ListPublishedSchemaArnsRequest$ = [3, n0, _LPSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
|
|
1442
|
+
export var ListPublishedSchemaArnsResponse$ = [3, n0, _LPSARi, 0, [_SAc, _NT], [64 | 0, 0]];
|
|
1443
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA, _NT, _MR], [0, 0, 1]];
|
|
1444
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1445
|
+
export var ListTypedLinkFacetAttributesRequest$ = [
|
|
1397
1446
|
3,
|
|
1398
1447
|
n0,
|
|
1399
1448
|
_LTLFAR,
|
|
@@ -1401,7 +1450,7 @@ export var ListTypedLinkFacetAttributesRequest = [
|
|
|
1401
1450
|
[_SA, _N, _NT, _MR],
|
|
1402
1451
|
[[0, { [_hH]: _xadp }], 0, 0, 1],
|
|
1403
1452
|
];
|
|
1404
|
-
export var ListTypedLinkFacetAttributesResponse = [
|
|
1453
|
+
export var ListTypedLinkFacetAttributesResponse$ = [
|
|
1405
1454
|
3,
|
|
1406
1455
|
n0,
|
|
1407
1456
|
_LTLFARi,
|
|
@@ -1409,7 +1458,7 @@ export var ListTypedLinkFacetAttributesResponse = [
|
|
|
1409
1458
|
[_A, _NT],
|
|
1410
1459
|
[() => TypedLinkAttributeDefinitionList, 0],
|
|
1411
1460
|
];
|
|
1412
|
-
export var ListTypedLinkFacetNamesRequest = [
|
|
1461
|
+
export var ListTypedLinkFacetNamesRequest$ = [
|
|
1413
1462
|
3,
|
|
1414
1463
|
n0,
|
|
1415
1464
|
_LTLFNR,
|
|
@@ -1417,56 +1466,56 @@ export var ListTypedLinkFacetNamesRequest = [
|
|
|
1417
1466
|
[_SA, _NT, _MR],
|
|
1418
1467
|
[[0, { [_hH]: _xadp }], 0, 1],
|
|
1419
1468
|
];
|
|
1420
|
-
export var ListTypedLinkFacetNamesResponse = [3, n0, _LTLFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
1421
|
-
export var LookupPolicyRequest = [
|
|
1469
|
+
export var ListTypedLinkFacetNamesResponse$ = [3, n0, _LTLFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
|
|
1470
|
+
export var LookupPolicyRequest$ = [
|
|
1422
1471
|
3,
|
|
1423
1472
|
n0,
|
|
1424
1473
|
_LPR,
|
|
1425
1474
|
0,
|
|
1426
1475
|
[_DA, _OR, _NT, _MR],
|
|
1427
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1476
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, 0, 1],
|
|
1428
1477
|
];
|
|
1429
|
-
export var LookupPolicyResponse = [3, n0, _LPRo, 0, [_PTPL, _NT], [() => PolicyToPathList, 0]];
|
|
1430
|
-
export var NotIndexException = [-3, n0, _NIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1431
|
-
TypeRegistry.for(n0).registerError(NotIndexException
|
|
1432
|
-
export var NotNodeException = [-3, n0, _NNE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1433
|
-
TypeRegistry.for(n0).registerError(NotNodeException
|
|
1434
|
-
export var NotPolicyException = [-3, n0, _NPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1435
|
-
TypeRegistry.for(n0).registerError(NotPolicyException
|
|
1436
|
-
export var ObjectAlreadyDetachedException = [-3, n0, _OADE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1437
|
-
TypeRegistry.for(n0).registerError(ObjectAlreadyDetachedException
|
|
1438
|
-
export var ObjectAttributeAction = [
|
|
1478
|
+
export var LookupPolicyResponse$ = [3, n0, _LPRo, 0, [_PTPL, _NT], [() => PolicyToPathList, 0]];
|
|
1479
|
+
export var NotIndexException$ = [-3, n0, _NIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1480
|
+
TypeRegistry.for(n0).registerError(NotIndexException$, NotIndexException);
|
|
1481
|
+
export var NotNodeException$ = [-3, n0, _NNE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1482
|
+
TypeRegistry.for(n0).registerError(NotNodeException$, NotNodeException);
|
|
1483
|
+
export var NotPolicyException$ = [-3, n0, _NPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1484
|
+
TypeRegistry.for(n0).registerError(NotPolicyException$, NotPolicyException);
|
|
1485
|
+
export var ObjectAlreadyDetachedException$ = [-3, n0, _OADE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1486
|
+
TypeRegistry.for(n0).registerError(ObjectAlreadyDetachedException$, ObjectAlreadyDetachedException);
|
|
1487
|
+
export var ObjectAttributeAction$ = [
|
|
1439
1488
|
3,
|
|
1440
1489
|
n0,
|
|
1441
1490
|
_OAA,
|
|
1442
1491
|
0,
|
|
1443
1492
|
[_OAAT, _OAUV],
|
|
1444
|
-
[0, () => TypedAttributeValue],
|
|
1493
|
+
[0, () => TypedAttributeValue$],
|
|
1445
1494
|
];
|
|
1446
|
-
export var ObjectAttributeRange = [
|
|
1495
|
+
export var ObjectAttributeRange$ = [
|
|
1447
1496
|
3,
|
|
1448
1497
|
n0,
|
|
1449
1498
|
_OAR,
|
|
1450
1499
|
0,
|
|
1451
1500
|
[_AK, _Ra],
|
|
1452
|
-
[() => AttributeKey
|
|
1501
|
+
[() => AttributeKey$, () => TypedAttributeValueRange$],
|
|
1453
1502
|
];
|
|
1454
|
-
export var ObjectAttributeUpdate = [
|
|
1503
|
+
export var ObjectAttributeUpdate$ = [
|
|
1455
1504
|
3,
|
|
1456
1505
|
n0,
|
|
1457
1506
|
_OAU,
|
|
1458
1507
|
0,
|
|
1459
1508
|
[_OAK, _OAA],
|
|
1460
|
-
[() => AttributeKey
|
|
1509
|
+
[() => AttributeKey$, () => ObjectAttributeAction$],
|
|
1461
1510
|
];
|
|
1462
|
-
export var ObjectIdentifierAndLinkNameTuple = [3, n0, _OIALNT, 0, [_OI, _LN], [0, 0]];
|
|
1463
|
-
export var ObjectNotDetachedException = [-3, n0, _ONDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1464
|
-
TypeRegistry.for(n0).registerError(ObjectNotDetachedException
|
|
1465
|
-
export var ObjectReference = [3, n0, _OR, 0, [_Se], [0]];
|
|
1466
|
-
export var PathToObjectIdentifiers = [3, n0, _PTOI, 0, [_Pa, _OIb], [0, 64 | 0]];
|
|
1467
|
-
export var PolicyAttachment = [3, n0, _PA, 0, [_PI, _OI, _PT], [0, 0, 0]];
|
|
1468
|
-
export var PolicyToPath = [3, n0, _PTP, 0, [_Pa, _Po], [0, () => PolicyAttachmentList]];
|
|
1469
|
-
export var PublishSchemaRequest = [
|
|
1511
|
+
export var ObjectIdentifierAndLinkNameTuple$ = [3, n0, _OIALNT, 0, [_OI, _LN], [0, 0]];
|
|
1512
|
+
export var ObjectNotDetachedException$ = [-3, n0, _ONDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1513
|
+
TypeRegistry.for(n0).registerError(ObjectNotDetachedException$, ObjectNotDetachedException);
|
|
1514
|
+
export var ObjectReference$ = [3, n0, _OR, 0, [_Se], [0]];
|
|
1515
|
+
export var PathToObjectIdentifiers$ = [3, n0, _PTOI, 0, [_Pa, _OIb], [0, 64 | 0]];
|
|
1516
|
+
export var PolicyAttachment$ = [3, n0, _PA, 0, [_PI, _OI, _PT], [0, 0, 0]];
|
|
1517
|
+
export var PolicyToPath$ = [3, n0, _PTP, 0, [_Pa, _Po], [0, () => PolicyAttachmentList]];
|
|
1518
|
+
export var PublishSchemaRequest$ = [
|
|
1470
1519
|
3,
|
|
1471
1520
|
n0,
|
|
1472
1521
|
_PSR,
|
|
@@ -1474,58 +1523,65 @@ export var PublishSchemaRequest = [
|
|
|
1474
1523
|
[_DSA, _Ve, _MV, _N],
|
|
1475
1524
|
[[0, { [_hH]: _xadp }], 0, 0, 0],
|
|
1476
1525
|
];
|
|
1477
|
-
export var PublishSchemaResponse = [3, n0, _PSRu, 0, [_PSA], [0]];
|
|
1478
|
-
export var PutSchemaFromJsonRequest = [
|
|
1479
|
-
|
|
1480
|
-
|
|
1526
|
+
export var PublishSchemaResponse$ = [3, n0, _PSRu, 0, [_PSA], [0]];
|
|
1527
|
+
export var PutSchemaFromJsonRequest$ = [
|
|
1528
|
+
3,
|
|
1529
|
+
n0,
|
|
1530
|
+
_PSFJR,
|
|
1531
|
+
0,
|
|
1532
|
+
[_SA, _Do],
|
|
1533
|
+
[[0, { [_hH]: _xadp }], 0],
|
|
1534
|
+
];
|
|
1535
|
+
export var PutSchemaFromJsonResponse$ = [3, n0, _PSFJRu, 0, [_Ar], [0]];
|
|
1536
|
+
export var RemoveFacetFromObjectRequest$ = [
|
|
1481
1537
|
3,
|
|
1482
1538
|
n0,
|
|
1483
1539
|
_RFFOR,
|
|
1484
1540
|
0,
|
|
1485
1541
|
[_DA, _SF, _OR],
|
|
1486
|
-
[[0, { [_hH]: _xadp }], () => SchemaFacet
|
|
1487
|
-
];
|
|
1488
|
-
export var RemoveFacetFromObjectResponse = [3, n0, _RFFORe, 0, [], []];
|
|
1489
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1490
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1491
|
-
export var RetryableConflictException = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1492
|
-
TypeRegistry.for(n0).registerError(RetryableConflictException
|
|
1493
|
-
export var Rule = [3, n0, _Rul, 0, [_T, _Par], [0, 128 | 0]];
|
|
1494
|
-
export var SchemaAlreadyExistsException = [-3, n0, _SAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1495
|
-
TypeRegistry.for(n0).registerError(SchemaAlreadyExistsException
|
|
1496
|
-
export var SchemaAlreadyPublishedException = [-3, n0, _SAPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1497
|
-
TypeRegistry.for(n0).registerError(SchemaAlreadyPublishedException
|
|
1498
|
-
export var SchemaFacet = [3, n0, _SF, 0, [_SA, _FN], [0, 0]];
|
|
1499
|
-
export var StillContainsLinksException = [-3, n0, _SCLE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1500
|
-
TypeRegistry.for(n0).registerError(StillContainsLinksException
|
|
1501
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1502
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
1503
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1504
|
-
export var TypedAttributeValueRange = [
|
|
1542
|
+
[[0, { [_hH]: _xadp }], () => SchemaFacet$, () => ObjectReference$],
|
|
1543
|
+
];
|
|
1544
|
+
export var RemoveFacetFromObjectResponse$ = [3, n0, _RFFORe, 0, [], []];
|
|
1545
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1546
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1547
|
+
export var RetryableConflictException$ = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
1548
|
+
TypeRegistry.for(n0).registerError(RetryableConflictException$, RetryableConflictException);
|
|
1549
|
+
export var Rule$ = [3, n0, _Rul, 0, [_T, _Par], [0, 128 | 0]];
|
|
1550
|
+
export var SchemaAlreadyExistsException$ = [-3, n0, _SAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1551
|
+
TypeRegistry.for(n0).registerError(SchemaAlreadyExistsException$, SchemaAlreadyExistsException);
|
|
1552
|
+
export var SchemaAlreadyPublishedException$ = [-3, n0, _SAPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1553
|
+
TypeRegistry.for(n0).registerError(SchemaAlreadyPublishedException$, SchemaAlreadyPublishedException);
|
|
1554
|
+
export var SchemaFacet$ = [3, n0, _SF, 0, [_SA, _FN], [0, 0]];
|
|
1555
|
+
export var StillContainsLinksException$ = [-3, n0, _SCLE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1556
|
+
TypeRegistry.for(n0).registerError(StillContainsLinksException$, StillContainsLinksException);
|
|
1557
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1558
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
|
|
1559
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1560
|
+
export var TypedAttributeValueRange$ = [
|
|
1505
1561
|
3,
|
|
1506
1562
|
n0,
|
|
1507
1563
|
_TAVR,
|
|
1508
1564
|
0,
|
|
1509
1565
|
[_SM, _SV, _EM, _EV],
|
|
1510
|
-
[0, () => TypedAttributeValue
|
|
1566
|
+
[0, () => TypedAttributeValue$, 0, () => TypedAttributeValue$],
|
|
1511
1567
|
];
|
|
1512
|
-
export var TypedLinkAttributeDefinition = [
|
|
1568
|
+
export var TypedLinkAttributeDefinition$ = [
|
|
1513
1569
|
3,
|
|
1514
1570
|
n0,
|
|
1515
1571
|
_TLAD,
|
|
1516
1572
|
0,
|
|
1517
1573
|
[_N, _T, _DV, _II, _Ru, _RB],
|
|
1518
|
-
[0, 0, () => TypedAttributeValue
|
|
1574
|
+
[0, 0, () => TypedAttributeValue$, 2, () => RuleMap, 0],
|
|
1519
1575
|
];
|
|
1520
|
-
export var TypedLinkAttributeRange = [
|
|
1576
|
+
export var TypedLinkAttributeRange$ = [
|
|
1521
1577
|
3,
|
|
1522
1578
|
n0,
|
|
1523
1579
|
_TLAR,
|
|
1524
1580
|
0,
|
|
1525
1581
|
[_AN, _Ra],
|
|
1526
|
-
[0, () => TypedAttributeValueRange],
|
|
1582
|
+
[0, () => TypedAttributeValueRange$],
|
|
1527
1583
|
];
|
|
1528
|
-
export var TypedLinkFacet = [
|
|
1584
|
+
export var TypedLinkFacet$ = [
|
|
1529
1585
|
3,
|
|
1530
1586
|
n0,
|
|
1531
1587
|
_TLF,
|
|
@@ -1533,28 +1589,28 @@ export var TypedLinkFacet = [
|
|
|
1533
1589
|
[_N, _A, _IAO],
|
|
1534
1590
|
[0, () => TypedLinkAttributeDefinitionList, 64 | 0],
|
|
1535
1591
|
];
|
|
1536
|
-
export var TypedLinkFacetAttributeUpdate = [
|
|
1592
|
+
export var TypedLinkFacetAttributeUpdate$ = [
|
|
1537
1593
|
3,
|
|
1538
1594
|
n0,
|
|
1539
1595
|
_TLFAU,
|
|
1540
1596
|
0,
|
|
1541
1597
|
[_At, _Ac],
|
|
1542
|
-
[() => TypedLinkAttributeDefinition
|
|
1598
|
+
[() => TypedLinkAttributeDefinition$, 0],
|
|
1543
1599
|
];
|
|
1544
|
-
export var TypedLinkSchemaAndFacetName = [3, n0, _TLSAFN, 0, [_SA, _TLN], [0, 0]];
|
|
1545
|
-
export var TypedLinkSpecifier = [
|
|
1600
|
+
export var TypedLinkSchemaAndFacetName$ = [3, n0, _TLSAFN, 0, [_SA, _TLN], [0, 0]];
|
|
1601
|
+
export var TypedLinkSpecifier$ = [
|
|
1546
1602
|
3,
|
|
1547
1603
|
n0,
|
|
1548
1604
|
_TLS,
|
|
1549
1605
|
0,
|
|
1550
1606
|
[_TLF, _SOR, _TOR, _IAV],
|
|
1551
|
-
[() => TypedLinkSchemaAndFacetName
|
|
1607
|
+
[() => TypedLinkSchemaAndFacetName$, () => ObjectReference$, () => ObjectReference$, () => AttributeNameAndValueList],
|
|
1552
1608
|
];
|
|
1553
|
-
export var UnsupportedIndexTypeException = [-3, n0, _UITE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1554
|
-
TypeRegistry.for(n0).registerError(UnsupportedIndexTypeException
|
|
1555
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1556
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1557
|
-
export var UpdateFacetRequest = [
|
|
1609
|
+
export var UnsupportedIndexTypeException$ = [-3, n0, _UITE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1610
|
+
TypeRegistry.for(n0).registerError(UnsupportedIndexTypeException$, UnsupportedIndexTypeException);
|
|
1611
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1612
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1613
|
+
export var UpdateFacetRequest$ = [
|
|
1558
1614
|
3,
|
|
1559
1615
|
n0,
|
|
1560
1616
|
_UFR,
|
|
@@ -1562,28 +1618,28 @@ export var UpdateFacetRequest = [
|
|
|
1562
1618
|
[_SA, _N, _AU, _OT],
|
|
1563
1619
|
[[0, { [_hH]: _xadp }], 0, () => FacetAttributeUpdateList, 0],
|
|
1564
1620
|
];
|
|
1565
|
-
export var UpdateFacetResponse = [3, n0, _UFRp, 0, [], []];
|
|
1566
|
-
export var UpdateLinkAttributesRequest = [
|
|
1621
|
+
export var UpdateFacetResponse$ = [3, n0, _UFRp, 0, [], []];
|
|
1622
|
+
export var UpdateLinkAttributesRequest$ = [
|
|
1567
1623
|
3,
|
|
1568
1624
|
n0,
|
|
1569
1625
|
_ULAR,
|
|
1570
1626
|
0,
|
|
1571
1627
|
[_DA, _TLS, _AU],
|
|
1572
|
-
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier
|
|
1628
|
+
[[0, { [_hH]: _xadp }], () => TypedLinkSpecifier$, () => LinkAttributeUpdateList],
|
|
1573
1629
|
];
|
|
1574
|
-
export var UpdateLinkAttributesResponse = [3, n0, _ULARp, 0, [], []];
|
|
1575
|
-
export var UpdateObjectAttributesRequest = [
|
|
1630
|
+
export var UpdateLinkAttributesResponse$ = [3, n0, _ULARp, 0, [], []];
|
|
1631
|
+
export var UpdateObjectAttributesRequest$ = [
|
|
1576
1632
|
3,
|
|
1577
1633
|
n0,
|
|
1578
1634
|
_UOAR,
|
|
1579
1635
|
0,
|
|
1580
1636
|
[_DA, _OR, _AU],
|
|
1581
|
-
[[0, { [_hH]: _xadp }], () => ObjectReference
|
|
1637
|
+
[[0, { [_hH]: _xadp }], () => ObjectReference$, () => ObjectAttributeUpdateList],
|
|
1582
1638
|
];
|
|
1583
|
-
export var UpdateObjectAttributesResponse = [3, n0, _UOARp, 0, [_OI], [0]];
|
|
1584
|
-
export var UpdateSchemaRequest = [3, n0, _USR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1585
|
-
export var UpdateSchemaResponse = [3, n0, _USRp, 0, [_SA], [0]];
|
|
1586
|
-
export var UpdateTypedLinkFacetRequest = [
|
|
1639
|
+
export var UpdateObjectAttributesResponse$ = [3, n0, _UOARp, 0, [_OI], [0]];
|
|
1640
|
+
export var UpdateSchemaRequest$ = [3, n0, _USR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
|
|
1641
|
+
export var UpdateSchemaResponse$ = [3, n0, _USRp, 0, [_SA], [0]];
|
|
1642
|
+
export var UpdateTypedLinkFacetRequest$ = [
|
|
1587
1643
|
3,
|
|
1588
1644
|
n0,
|
|
1589
1645
|
_UTLFR,
|
|
@@ -1591,10 +1647,10 @@ export var UpdateTypedLinkFacetRequest = [
|
|
|
1591
1647
|
[_SA, _N, _AU, _IAO],
|
|
1592
1648
|
[[0, { [_hH]: _xadp }], 0, () => TypedLinkFacetAttributeUpdateList, 64 | 0],
|
|
1593
1649
|
];
|
|
1594
|
-
export var UpdateTypedLinkFacetResponse = [3, n0, _UTLFRp, 0, [], []];
|
|
1595
|
-
export var UpgradeAppliedSchemaRequest = [3, n0, _UASR, 0, [_PSA, _DA, _DR], [0, 0, 2]];
|
|
1596
|
-
export var UpgradeAppliedSchemaResponse = [3, n0, _UASRp, 0, [_USA, _DA], [0, 0]];
|
|
1597
|
-
export var UpgradePublishedSchemaRequest = [
|
|
1650
|
+
export var UpdateTypedLinkFacetResponse$ = [3, n0, _UTLFRp, 0, [], []];
|
|
1651
|
+
export var UpgradeAppliedSchemaRequest$ = [3, n0, _UASR, 0, [_PSA, _DA, _DR], [0, 0, 2]];
|
|
1652
|
+
export var UpgradeAppliedSchemaResponse$ = [3, n0, _UASRp, 0, [_USA, _DA], [0, 0]];
|
|
1653
|
+
export var UpgradePublishedSchemaRequest$ = [
|
|
1598
1654
|
3,
|
|
1599
1655
|
n0,
|
|
1600
1656
|
_UPSR,
|
|
@@ -1602,59 +1658,47 @@ export var UpgradePublishedSchemaRequest = [
|
|
|
1602
1658
|
[_DSA, _PSA, _MV, _DR],
|
|
1603
1659
|
[0, 0, 0, 2],
|
|
1604
1660
|
];
|
|
1605
|
-
export var UpgradePublishedSchemaResponse = [3, n0, _UPSRp, 0, [_USA], [0]];
|
|
1606
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1607
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
1608
|
-
|
|
1609
|
-
export var CloudDirectoryServiceException = [-3, _sm, "CloudDirectoryServiceException", 0, [], []];
|
|
1610
|
-
TypeRegistry.for(_sm).registerError(CloudDirectoryServiceException
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
n0,
|
|
1647
|
-
_TLFAUL,
|
|
1648
|
-
0,
|
|
1649
|
-
() => TypedLinkFacetAttributeUpdate,
|
|
1650
|
-
];
|
|
1651
|
-
export var TypedLinkNameList = 64 | 0;
|
|
1652
|
-
export var TypedLinkSpecifierList = [1, n0, _TLSL, 0, () => TypedLinkSpecifier];
|
|
1653
|
-
export var LinkNameToObjectIdentifierMap = 128 | 0;
|
|
1654
|
-
export var ObjectIdentifierToLinkNameMap = 128 | 0;
|
|
1655
|
-
export var RuleMap = [2, n0, _RM, 0, 0, () => Rule];
|
|
1656
|
-
export var RuleParameterMap = 128 | 0;
|
|
1657
|
-
export var TypedAttributeValue = [
|
|
1661
|
+
export var UpgradePublishedSchemaResponse$ = [3, n0, _UPSRp, 0, [_USA], [0]];
|
|
1662
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
1663
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1664
|
+
var __Unit = "unit";
|
|
1665
|
+
export var CloudDirectoryServiceException$ = [-3, _sm, "CloudDirectoryServiceException", 0, [], []];
|
|
1666
|
+
TypeRegistry.for(_sm).registerError(CloudDirectoryServiceException$, CloudDirectoryServiceException);
|
|
1667
|
+
var Arns = 64 | 0;
|
|
1668
|
+
var AttributeKeyAndValueList = [1, n0, _AKAVL, 0, () => AttributeKeyAndValue$];
|
|
1669
|
+
var AttributeKeyList = [1, n0, _AKL, 0, () => AttributeKey$];
|
|
1670
|
+
var AttributeNameAndValueList = [1, n0, _ANAVL, 0, () => AttributeNameAndValue$];
|
|
1671
|
+
var AttributeNameList = 64 | 0;
|
|
1672
|
+
var BatchReadOperationList = [1, n0, _BROL, 0, () => BatchReadOperation$];
|
|
1673
|
+
var BatchReadOperationResponseList = [1, n0, _BRORL, 0, () => BatchReadOperationResponse$];
|
|
1674
|
+
var BatchWriteOperationList = [1, n0, _BWOL, 0, () => BatchWriteOperation$];
|
|
1675
|
+
var BatchWriteOperationResponseList = [1, n0, _BWORL, 0, () => BatchWriteOperationResponse$];
|
|
1676
|
+
var DirectoryList = [1, n0, _DL, 0, () => Directory$];
|
|
1677
|
+
var FacetAttributeList = [1, n0, _FAL, 0, () => FacetAttribute$];
|
|
1678
|
+
var FacetAttributeUpdateList = [1, n0, _FAUL, 0, () => FacetAttributeUpdate$];
|
|
1679
|
+
var FacetNameList = 64 | 0;
|
|
1680
|
+
var IndexAttachmentList = [1, n0, _IAL, 0, () => IndexAttachment$];
|
|
1681
|
+
var LinkAttributeUpdateList = [1, n0, _LAUL, 0, () => LinkAttributeUpdate$];
|
|
1682
|
+
var ObjectAttributeRangeList = [1, n0, _OARL, 0, () => ObjectAttributeRange$];
|
|
1683
|
+
var ObjectAttributeUpdateList = [1, n0, _OAUL, 0, () => ObjectAttributeUpdate$];
|
|
1684
|
+
var ObjectIdentifierAndLinkNameList = [1, n0, _OIALNL, 0, () => ObjectIdentifierAndLinkNameTuple$];
|
|
1685
|
+
var ObjectIdentifierList = 64 | 0;
|
|
1686
|
+
var PathToObjectIdentifiersList = [1, n0, _PTOIL, 0, () => PathToObjectIdentifiers$];
|
|
1687
|
+
var PolicyAttachmentList = [1, n0, _PAL, 0, () => PolicyAttachment$];
|
|
1688
|
+
var PolicyToPathList = [1, n0, _PTPL, 0, () => PolicyToPath$];
|
|
1689
|
+
var SchemaFacetList = [1, n0, _SFL, 0, () => SchemaFacet$];
|
|
1690
|
+
var TagKeyList = 64 | 0;
|
|
1691
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1692
|
+
var TypedLinkAttributeDefinitionList = [1, n0, _TLADL, 0, () => TypedLinkAttributeDefinition$];
|
|
1693
|
+
var TypedLinkAttributeRangeList = [1, n0, _TLARL, 0, () => TypedLinkAttributeRange$];
|
|
1694
|
+
var TypedLinkFacetAttributeUpdateList = [1, n0, _TLFAUL, 0, () => TypedLinkFacetAttributeUpdate$];
|
|
1695
|
+
var TypedLinkNameList = 64 | 0;
|
|
1696
|
+
var TypedLinkSpecifierList = [1, n0, _TLSL, 0, () => TypedLinkSpecifier$];
|
|
1697
|
+
var LinkNameToObjectIdentifierMap = 128 | 0;
|
|
1698
|
+
var ObjectIdentifierToLinkNameMap = 128 | 0;
|
|
1699
|
+
var RuleMap = [2, n0, _RM, 0, 0, () => Rule$];
|
|
1700
|
+
var RuleParameterMap = 128 | 0;
|
|
1701
|
+
export var TypedAttributeValue$ = [
|
|
1658
1702
|
3,
|
|
1659
1703
|
n0,
|
|
1660
1704
|
_TAV,
|
|
@@ -1662,531 +1706,531 @@ export var TypedAttributeValue = [
|
|
|
1662
1706
|
[_SVt, _BV, _BVo, _NV, _DVa],
|
|
1663
1707
|
[0, 21, 2, 0, 4],
|
|
1664
1708
|
];
|
|
1665
|
-
export var AddFacetToObject = [
|
|
1709
|
+
export var AddFacetToObject$ = [
|
|
1666
1710
|
9,
|
|
1667
1711
|
n0,
|
|
1668
1712
|
_AFTO,
|
|
1669
1713
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets", 200] },
|
|
1670
|
-
() => AddFacetToObjectRequest
|
|
1671
|
-
() => AddFacetToObjectResponse
|
|
1714
|
+
() => AddFacetToObjectRequest$,
|
|
1715
|
+
() => AddFacetToObjectResponse$,
|
|
1672
1716
|
];
|
|
1673
|
-
export var ApplySchema = [
|
|
1717
|
+
export var ApplySchema$ = [
|
|
1674
1718
|
9,
|
|
1675
1719
|
n0,
|
|
1676
1720
|
_AS,
|
|
1677
1721
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/apply", 200] },
|
|
1678
|
-
() => ApplySchemaRequest
|
|
1679
|
-
() => ApplySchemaResponse
|
|
1722
|
+
() => ApplySchemaRequest$,
|
|
1723
|
+
() => ApplySchemaResponse$,
|
|
1680
1724
|
];
|
|
1681
|
-
export var AttachObject = [
|
|
1725
|
+
export var AttachObject$ = [
|
|
1682
1726
|
9,
|
|
1683
1727
|
n0,
|
|
1684
1728
|
_AO,
|
|
1685
1729
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/attach", 200] },
|
|
1686
|
-
() => AttachObjectRequest
|
|
1687
|
-
() => AttachObjectResponse
|
|
1730
|
+
() => AttachObjectRequest$,
|
|
1731
|
+
() => AttachObjectResponse$,
|
|
1688
1732
|
];
|
|
1689
|
-
export var AttachPolicy = [
|
|
1733
|
+
export var AttachPolicy$ = [
|
|
1690
1734
|
9,
|
|
1691
1735
|
n0,
|
|
1692
1736
|
_AP,
|
|
1693
1737
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/attach", 200] },
|
|
1694
|
-
() => AttachPolicyRequest
|
|
1695
|
-
() => AttachPolicyResponse
|
|
1738
|
+
() => AttachPolicyRequest$,
|
|
1739
|
+
() => AttachPolicyResponse$,
|
|
1696
1740
|
];
|
|
1697
|
-
export var AttachToIndex = [
|
|
1741
|
+
export var AttachToIndex$ = [
|
|
1698
1742
|
9,
|
|
1699
1743
|
n0,
|
|
1700
1744
|
_ATI,
|
|
1701
1745
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/attach", 200] },
|
|
1702
|
-
() => AttachToIndexRequest
|
|
1703
|
-
() => AttachToIndexResponse
|
|
1746
|
+
() => AttachToIndexRequest$,
|
|
1747
|
+
() => AttachToIndexResponse$,
|
|
1704
1748
|
];
|
|
1705
|
-
export var AttachTypedLink = [
|
|
1749
|
+
export var AttachTypedLink$ = [
|
|
1706
1750
|
9,
|
|
1707
1751
|
n0,
|
|
1708
1752
|
_ATL,
|
|
1709
1753
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/attach", 200] },
|
|
1710
|
-
() => AttachTypedLinkRequest
|
|
1711
|
-
() => AttachTypedLinkResponse
|
|
1754
|
+
() => AttachTypedLinkRequest$,
|
|
1755
|
+
() => AttachTypedLinkResponse$,
|
|
1712
1756
|
];
|
|
1713
|
-
export var BatchRead = [
|
|
1757
|
+
export var BatchRead$ = [
|
|
1714
1758
|
9,
|
|
1715
1759
|
n0,
|
|
1716
1760
|
_BR,
|
|
1717
1761
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/batchread", 200] },
|
|
1718
|
-
() => BatchReadRequest
|
|
1719
|
-
() => BatchReadResponse
|
|
1762
|
+
() => BatchReadRequest$,
|
|
1763
|
+
() => BatchReadResponse$,
|
|
1720
1764
|
];
|
|
1721
|
-
export var BatchWrite = [
|
|
1765
|
+
export var BatchWrite$ = [
|
|
1722
1766
|
9,
|
|
1723
1767
|
n0,
|
|
1724
1768
|
_BW,
|
|
1725
1769
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/batchwrite", 200] },
|
|
1726
|
-
() => BatchWriteRequest
|
|
1727
|
-
() => BatchWriteResponse
|
|
1770
|
+
() => BatchWriteRequest$,
|
|
1771
|
+
() => BatchWriteResponse$,
|
|
1728
1772
|
];
|
|
1729
|
-
export var CreateDirectory = [
|
|
1773
|
+
export var CreateDirectory$ = [
|
|
1730
1774
|
9,
|
|
1731
1775
|
n0,
|
|
1732
1776
|
_CD,
|
|
1733
1777
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/create", 200] },
|
|
1734
|
-
() => CreateDirectoryRequest
|
|
1735
|
-
() => CreateDirectoryResponse
|
|
1778
|
+
() => CreateDirectoryRequest$,
|
|
1779
|
+
() => CreateDirectoryResponse$,
|
|
1736
1780
|
];
|
|
1737
|
-
export var CreateFacet = [
|
|
1781
|
+
export var CreateFacet$ = [
|
|
1738
1782
|
9,
|
|
1739
1783
|
n0,
|
|
1740
1784
|
_CF,
|
|
1741
1785
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/create", 200] },
|
|
1742
|
-
() => CreateFacetRequest
|
|
1743
|
-
() => CreateFacetResponse
|
|
1786
|
+
() => CreateFacetRequest$,
|
|
1787
|
+
() => CreateFacetResponse$,
|
|
1744
1788
|
];
|
|
1745
|
-
export var CreateIndex = [
|
|
1789
|
+
export var CreateIndex$ = [
|
|
1746
1790
|
9,
|
|
1747
1791
|
n0,
|
|
1748
1792
|
_CI,
|
|
1749
1793
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index", 200] },
|
|
1750
|
-
() => CreateIndexRequest
|
|
1751
|
-
() => CreateIndexResponse
|
|
1794
|
+
() => CreateIndexRequest$,
|
|
1795
|
+
() => CreateIndexResponse$,
|
|
1752
1796
|
];
|
|
1753
|
-
export var CreateObject = [
|
|
1797
|
+
export var CreateObject$ = [
|
|
1754
1798
|
9,
|
|
1755
1799
|
n0,
|
|
1756
1800
|
_CO,
|
|
1757
1801
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object", 200] },
|
|
1758
|
-
() => CreateObjectRequest
|
|
1759
|
-
() => CreateObjectResponse
|
|
1802
|
+
() => CreateObjectRequest$,
|
|
1803
|
+
() => CreateObjectResponse$,
|
|
1760
1804
|
];
|
|
1761
|
-
export var CreateSchema = [
|
|
1805
|
+
export var CreateSchema$ = [
|
|
1762
1806
|
9,
|
|
1763
1807
|
n0,
|
|
1764
1808
|
_CS,
|
|
1765
1809
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/create", 200] },
|
|
1766
|
-
() => CreateSchemaRequest
|
|
1767
|
-
() => CreateSchemaResponse
|
|
1810
|
+
() => CreateSchemaRequest$,
|
|
1811
|
+
() => CreateSchemaResponse$,
|
|
1768
1812
|
];
|
|
1769
|
-
export var CreateTypedLinkFacet = [
|
|
1813
|
+
export var CreateTypedLinkFacet$ = [
|
|
1770
1814
|
9,
|
|
1771
1815
|
n0,
|
|
1772
1816
|
_CTLF,
|
|
1773
1817
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/create", 200] },
|
|
1774
|
-
() => CreateTypedLinkFacetRequest
|
|
1775
|
-
() => CreateTypedLinkFacetResponse
|
|
1818
|
+
() => CreateTypedLinkFacetRequest$,
|
|
1819
|
+
() => CreateTypedLinkFacetResponse$,
|
|
1776
1820
|
];
|
|
1777
|
-
export var DeleteDirectory = [
|
|
1821
|
+
export var DeleteDirectory$ = [
|
|
1778
1822
|
9,
|
|
1779
1823
|
n0,
|
|
1780
1824
|
_DD,
|
|
1781
1825
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory", 200] },
|
|
1782
|
-
() => DeleteDirectoryRequest
|
|
1783
|
-
() => DeleteDirectoryResponse
|
|
1826
|
+
() => DeleteDirectoryRequest$,
|
|
1827
|
+
() => DeleteDirectoryResponse$,
|
|
1784
1828
|
];
|
|
1785
|
-
export var DeleteFacet = [
|
|
1829
|
+
export var DeleteFacet$ = [
|
|
1786
1830
|
9,
|
|
1787
1831
|
n0,
|
|
1788
1832
|
_DF,
|
|
1789
1833
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/delete", 200] },
|
|
1790
|
-
() => DeleteFacetRequest
|
|
1791
|
-
() => DeleteFacetResponse
|
|
1834
|
+
() => DeleteFacetRequest$,
|
|
1835
|
+
() => DeleteFacetResponse$,
|
|
1792
1836
|
];
|
|
1793
|
-
export var DeleteObject = [
|
|
1837
|
+
export var DeleteObject$ = [
|
|
1794
1838
|
9,
|
|
1795
1839
|
n0,
|
|
1796
1840
|
_DOe,
|
|
1797
1841
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/delete", 200] },
|
|
1798
|
-
() => DeleteObjectRequest
|
|
1799
|
-
() => DeleteObjectResponse
|
|
1842
|
+
() => DeleteObjectRequest$,
|
|
1843
|
+
() => DeleteObjectResponse$,
|
|
1800
1844
|
];
|
|
1801
|
-
export var DeleteSchema = [
|
|
1845
|
+
export var DeleteSchema$ = [
|
|
1802
1846
|
9,
|
|
1803
1847
|
n0,
|
|
1804
1848
|
_DS,
|
|
1805
1849
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema", 200] },
|
|
1806
|
-
() => DeleteSchemaRequest
|
|
1807
|
-
() => DeleteSchemaResponse
|
|
1850
|
+
() => DeleteSchemaRequest$,
|
|
1851
|
+
() => DeleteSchemaResponse$,
|
|
1808
1852
|
];
|
|
1809
|
-
export var DeleteTypedLinkFacet = [
|
|
1853
|
+
export var DeleteTypedLinkFacet$ = [
|
|
1810
1854
|
9,
|
|
1811
1855
|
n0,
|
|
1812
1856
|
_DTLF,
|
|
1813
1857
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/delete", 200] },
|
|
1814
|
-
() => DeleteTypedLinkFacetRequest
|
|
1815
|
-
() => DeleteTypedLinkFacetResponse
|
|
1858
|
+
() => DeleteTypedLinkFacetRequest$,
|
|
1859
|
+
() => DeleteTypedLinkFacetResponse$,
|
|
1816
1860
|
];
|
|
1817
|
-
export var DetachFromIndex = [
|
|
1861
|
+
export var DetachFromIndex$ = [
|
|
1818
1862
|
9,
|
|
1819
1863
|
n0,
|
|
1820
1864
|
_DFI,
|
|
1821
1865
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/detach", 200] },
|
|
1822
|
-
() => DetachFromIndexRequest
|
|
1823
|
-
() => DetachFromIndexResponse
|
|
1866
|
+
() => DetachFromIndexRequest$,
|
|
1867
|
+
() => DetachFromIndexResponse$,
|
|
1824
1868
|
];
|
|
1825
|
-
export var DetachObject = [
|
|
1869
|
+
export var DetachObject$ = [
|
|
1826
1870
|
9,
|
|
1827
1871
|
n0,
|
|
1828
1872
|
_DO,
|
|
1829
1873
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/detach", 200] },
|
|
1830
|
-
() => DetachObjectRequest
|
|
1831
|
-
() => DetachObjectResponse
|
|
1874
|
+
() => DetachObjectRequest$,
|
|
1875
|
+
() => DetachObjectResponse$,
|
|
1832
1876
|
];
|
|
1833
|
-
export var DetachPolicy = [
|
|
1877
|
+
export var DetachPolicy$ = [
|
|
1834
1878
|
9,
|
|
1835
1879
|
n0,
|
|
1836
1880
|
_DP,
|
|
1837
1881
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/detach", 200] },
|
|
1838
|
-
() => DetachPolicyRequest
|
|
1839
|
-
() => DetachPolicyResponse
|
|
1882
|
+
() => DetachPolicyRequest$,
|
|
1883
|
+
() => DetachPolicyResponse$,
|
|
1840
1884
|
];
|
|
1841
|
-
export var DetachTypedLink = [
|
|
1885
|
+
export var DetachTypedLink$ = [
|
|
1842
1886
|
9,
|
|
1843
1887
|
n0,
|
|
1844
1888
|
_DTL,
|
|
1845
1889
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/detach", 200] },
|
|
1846
|
-
() => DetachTypedLinkRequest
|
|
1890
|
+
() => DetachTypedLinkRequest$,
|
|
1847
1891
|
() => __Unit,
|
|
1848
1892
|
];
|
|
1849
|
-
export var DisableDirectory = [
|
|
1893
|
+
export var DisableDirectory$ = [
|
|
1850
1894
|
9,
|
|
1851
1895
|
n0,
|
|
1852
1896
|
_DDi,
|
|
1853
1897
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/disable", 200] },
|
|
1854
|
-
() => DisableDirectoryRequest
|
|
1855
|
-
() => DisableDirectoryResponse
|
|
1898
|
+
() => DisableDirectoryRequest$,
|
|
1899
|
+
() => DisableDirectoryResponse$,
|
|
1856
1900
|
];
|
|
1857
|
-
export var EnableDirectory = [
|
|
1901
|
+
export var EnableDirectory$ = [
|
|
1858
1902
|
9,
|
|
1859
1903
|
n0,
|
|
1860
1904
|
_ED,
|
|
1861
1905
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/enable", 200] },
|
|
1862
|
-
() => EnableDirectoryRequest
|
|
1863
|
-
() => EnableDirectoryResponse
|
|
1906
|
+
() => EnableDirectoryRequest$,
|
|
1907
|
+
() => EnableDirectoryResponse$,
|
|
1864
1908
|
];
|
|
1865
|
-
export var GetAppliedSchemaVersion = [
|
|
1909
|
+
export var GetAppliedSchemaVersion$ = [
|
|
1866
1910
|
9,
|
|
1867
1911
|
n0,
|
|
1868
1912
|
_GASV,
|
|
1869
1913
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/getappliedschema", 200] },
|
|
1870
|
-
() => GetAppliedSchemaVersionRequest
|
|
1871
|
-
() => GetAppliedSchemaVersionResponse
|
|
1914
|
+
() => GetAppliedSchemaVersionRequest$,
|
|
1915
|
+
() => GetAppliedSchemaVersionResponse$,
|
|
1872
1916
|
];
|
|
1873
|
-
export var GetDirectory = [
|
|
1917
|
+
export var GetDirectory$ = [
|
|
1874
1918
|
9,
|
|
1875
1919
|
n0,
|
|
1876
1920
|
_GD,
|
|
1877
1921
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/get", 200] },
|
|
1878
|
-
() => GetDirectoryRequest
|
|
1879
|
-
() => GetDirectoryResponse
|
|
1922
|
+
() => GetDirectoryRequest$,
|
|
1923
|
+
() => GetDirectoryResponse$,
|
|
1880
1924
|
];
|
|
1881
|
-
export var GetFacet = [
|
|
1925
|
+
export var GetFacet$ = [
|
|
1882
1926
|
9,
|
|
1883
1927
|
n0,
|
|
1884
1928
|
_GF,
|
|
1885
1929
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet", 200] },
|
|
1886
|
-
() => GetFacetRequest
|
|
1887
|
-
() => GetFacetResponse
|
|
1930
|
+
() => GetFacetRequest$,
|
|
1931
|
+
() => GetFacetResponse$,
|
|
1888
1932
|
];
|
|
1889
|
-
export var GetLinkAttributes = [
|
|
1933
|
+
export var GetLinkAttributes$ = [
|
|
1890
1934
|
9,
|
|
1891
1935
|
n0,
|
|
1892
1936
|
_GLA,
|
|
1893
1937
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/get", 200] },
|
|
1894
|
-
() => GetLinkAttributesRequest
|
|
1895
|
-
() => GetLinkAttributesResponse
|
|
1938
|
+
() => GetLinkAttributesRequest$,
|
|
1939
|
+
() => GetLinkAttributesResponse$,
|
|
1896
1940
|
];
|
|
1897
|
-
export var GetObjectAttributes = [
|
|
1941
|
+
export var GetObjectAttributes$ = [
|
|
1898
1942
|
9,
|
|
1899
1943
|
n0,
|
|
1900
1944
|
_GOA,
|
|
1901
1945
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes/get", 200] },
|
|
1902
|
-
() => GetObjectAttributesRequest
|
|
1903
|
-
() => GetObjectAttributesResponse
|
|
1946
|
+
() => GetObjectAttributesRequest$,
|
|
1947
|
+
() => GetObjectAttributesResponse$,
|
|
1904
1948
|
];
|
|
1905
|
-
export var GetObjectInformation = [
|
|
1949
|
+
export var GetObjectInformation$ = [
|
|
1906
1950
|
9,
|
|
1907
1951
|
n0,
|
|
1908
1952
|
_GOI,
|
|
1909
1953
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/information", 200] },
|
|
1910
|
-
() => GetObjectInformationRequest
|
|
1911
|
-
() => GetObjectInformationResponse
|
|
1954
|
+
() => GetObjectInformationRequest$,
|
|
1955
|
+
() => GetObjectInformationResponse$,
|
|
1912
1956
|
];
|
|
1913
|
-
export var GetSchemaAsJson = [
|
|
1957
|
+
export var GetSchemaAsJson$ = [
|
|
1914
1958
|
9,
|
|
1915
1959
|
n0,
|
|
1916
1960
|
_GSAJ,
|
|
1917
1961
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/json", 200] },
|
|
1918
|
-
() => GetSchemaAsJsonRequest
|
|
1919
|
-
() => GetSchemaAsJsonResponse
|
|
1962
|
+
() => GetSchemaAsJsonRequest$,
|
|
1963
|
+
() => GetSchemaAsJsonResponse$,
|
|
1920
1964
|
];
|
|
1921
|
-
export var GetTypedLinkFacetInformation = [
|
|
1965
|
+
export var GetTypedLinkFacetInformation$ = [
|
|
1922
1966
|
9,
|
|
1923
1967
|
n0,
|
|
1924
1968
|
_GTLFI,
|
|
1925
1969
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/get", 200] },
|
|
1926
|
-
() => GetTypedLinkFacetInformationRequest
|
|
1927
|
-
() => GetTypedLinkFacetInformationResponse
|
|
1970
|
+
() => GetTypedLinkFacetInformationRequest$,
|
|
1971
|
+
() => GetTypedLinkFacetInformationResponse$,
|
|
1928
1972
|
];
|
|
1929
|
-
export var ListAppliedSchemaArns = [
|
|
1973
|
+
export var ListAppliedSchemaArns$ = [
|
|
1930
1974
|
9,
|
|
1931
1975
|
n0,
|
|
1932
1976
|
_LASA,
|
|
1933
1977
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/applied", 200] },
|
|
1934
|
-
() => ListAppliedSchemaArnsRequest
|
|
1935
|
-
() => ListAppliedSchemaArnsResponse
|
|
1978
|
+
() => ListAppliedSchemaArnsRequest$,
|
|
1979
|
+
() => ListAppliedSchemaArnsResponse$,
|
|
1936
1980
|
];
|
|
1937
|
-
export var ListAttachedIndices = [
|
|
1981
|
+
export var ListAttachedIndices$ = [
|
|
1938
1982
|
9,
|
|
1939
1983
|
n0,
|
|
1940
1984
|
_LAI,
|
|
1941
1985
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/indices", 200] },
|
|
1942
|
-
() => ListAttachedIndicesRequest
|
|
1943
|
-
() => ListAttachedIndicesResponse
|
|
1986
|
+
() => ListAttachedIndicesRequest$,
|
|
1987
|
+
() => ListAttachedIndicesResponse$,
|
|
1944
1988
|
];
|
|
1945
|
-
export var ListDevelopmentSchemaArns = [
|
|
1989
|
+
export var ListDevelopmentSchemaArns$ = [
|
|
1946
1990
|
9,
|
|
1947
1991
|
n0,
|
|
1948
1992
|
_LDSA,
|
|
1949
1993
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/development", 200] },
|
|
1950
|
-
() => ListDevelopmentSchemaArnsRequest
|
|
1951
|
-
() => ListDevelopmentSchemaArnsResponse
|
|
1994
|
+
() => ListDevelopmentSchemaArnsRequest$,
|
|
1995
|
+
() => ListDevelopmentSchemaArnsResponse$,
|
|
1952
1996
|
];
|
|
1953
|
-
export var ListDirectories = [
|
|
1997
|
+
export var ListDirectories$ = [
|
|
1954
1998
|
9,
|
|
1955
1999
|
n0,
|
|
1956
2000
|
_LD,
|
|
1957
2001
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/list", 200] },
|
|
1958
|
-
() => ListDirectoriesRequest
|
|
1959
|
-
() => ListDirectoriesResponse
|
|
2002
|
+
() => ListDirectoriesRequest$,
|
|
2003
|
+
() => ListDirectoriesResponse$,
|
|
1960
2004
|
];
|
|
1961
|
-
export var ListFacetAttributes = [
|
|
2005
|
+
export var ListFacetAttributes$ = [
|
|
1962
2006
|
9,
|
|
1963
2007
|
n0,
|
|
1964
2008
|
_LFA,
|
|
1965
2009
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/attributes", 200] },
|
|
1966
|
-
() => ListFacetAttributesRequest
|
|
1967
|
-
() => ListFacetAttributesResponse
|
|
2010
|
+
() => ListFacetAttributesRequest$,
|
|
2011
|
+
() => ListFacetAttributesResponse$,
|
|
1968
2012
|
];
|
|
1969
|
-
export var ListFacetNames = [
|
|
2013
|
+
export var ListFacetNames$ = [
|
|
1970
2014
|
9,
|
|
1971
2015
|
n0,
|
|
1972
2016
|
_LFN,
|
|
1973
2017
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/list", 200] },
|
|
1974
|
-
() => ListFacetNamesRequest
|
|
1975
|
-
() => ListFacetNamesResponse
|
|
2018
|
+
() => ListFacetNamesRequest$,
|
|
2019
|
+
() => ListFacetNamesResponse$,
|
|
1976
2020
|
];
|
|
1977
|
-
export var ListIncomingTypedLinks = [
|
|
2021
|
+
export var ListIncomingTypedLinks$ = [
|
|
1978
2022
|
9,
|
|
1979
2023
|
n0,
|
|
1980
2024
|
_LITL,
|
|
1981
2025
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/incoming", 200] },
|
|
1982
|
-
() => ListIncomingTypedLinksRequest
|
|
1983
|
-
() => ListIncomingTypedLinksResponse
|
|
2026
|
+
() => ListIncomingTypedLinksRequest$,
|
|
2027
|
+
() => ListIncomingTypedLinksResponse$,
|
|
1984
2028
|
];
|
|
1985
|
-
export var ListIndex = [
|
|
2029
|
+
export var ListIndex$ = [
|
|
1986
2030
|
9,
|
|
1987
2031
|
n0,
|
|
1988
2032
|
_LI,
|
|
1989
2033
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/index/targets", 200] },
|
|
1990
|
-
() => ListIndexRequest
|
|
1991
|
-
() => ListIndexResponse
|
|
2034
|
+
() => ListIndexRequest$,
|
|
2035
|
+
() => ListIndexResponse$,
|
|
1992
2036
|
];
|
|
1993
|
-
export var ListManagedSchemaArns = [
|
|
2037
|
+
export var ListManagedSchemaArns$ = [
|
|
1994
2038
|
9,
|
|
1995
2039
|
n0,
|
|
1996
2040
|
_LMSA,
|
|
1997
2041
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/managed", 200] },
|
|
1998
|
-
() => ListManagedSchemaArnsRequest
|
|
1999
|
-
() => ListManagedSchemaArnsResponse
|
|
2042
|
+
() => ListManagedSchemaArnsRequest$,
|
|
2043
|
+
() => ListManagedSchemaArnsResponse$,
|
|
2000
2044
|
];
|
|
2001
|
-
export var ListObjectAttributes = [
|
|
2045
|
+
export var ListObjectAttributes$ = [
|
|
2002
2046
|
9,
|
|
2003
2047
|
n0,
|
|
2004
2048
|
_LOA,
|
|
2005
2049
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes", 200] },
|
|
2006
|
-
() => ListObjectAttributesRequest
|
|
2007
|
-
() => ListObjectAttributesResponse
|
|
2050
|
+
() => ListObjectAttributesRequest$,
|
|
2051
|
+
() => ListObjectAttributesResponse$,
|
|
2008
2052
|
];
|
|
2009
|
-
export var ListObjectChildren = [
|
|
2053
|
+
export var ListObjectChildren$ = [
|
|
2010
2054
|
9,
|
|
2011
2055
|
n0,
|
|
2012
2056
|
_LOC,
|
|
2013
2057
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/children", 200] },
|
|
2014
|
-
() => ListObjectChildrenRequest
|
|
2015
|
-
() => ListObjectChildrenResponse
|
|
2058
|
+
() => ListObjectChildrenRequest$,
|
|
2059
|
+
() => ListObjectChildrenResponse$,
|
|
2016
2060
|
];
|
|
2017
|
-
export var ListObjectParentPaths = [
|
|
2061
|
+
export var ListObjectParentPaths$ = [
|
|
2018
2062
|
9,
|
|
2019
2063
|
n0,
|
|
2020
2064
|
_LOPP,
|
|
2021
2065
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parentpaths", 200] },
|
|
2022
|
-
() => ListObjectParentPathsRequest
|
|
2023
|
-
() => ListObjectParentPathsResponse
|
|
2066
|
+
() => ListObjectParentPathsRequest$,
|
|
2067
|
+
() => ListObjectParentPathsResponse$,
|
|
2024
2068
|
];
|
|
2025
|
-
export var ListObjectParents = [
|
|
2069
|
+
export var ListObjectParents$ = [
|
|
2026
2070
|
9,
|
|
2027
2071
|
n0,
|
|
2028
2072
|
_LOP,
|
|
2029
2073
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parent", 200] },
|
|
2030
|
-
() => ListObjectParentsRequest
|
|
2031
|
-
() => ListObjectParentsResponse
|
|
2074
|
+
() => ListObjectParentsRequest$,
|
|
2075
|
+
() => ListObjectParentsResponse$,
|
|
2032
2076
|
];
|
|
2033
|
-
export var ListObjectPolicies = [
|
|
2077
|
+
export var ListObjectPolicies$ = [
|
|
2034
2078
|
9,
|
|
2035
2079
|
n0,
|
|
2036
2080
|
_LOPi,
|
|
2037
2081
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/policy", 200] },
|
|
2038
|
-
() => ListObjectPoliciesRequest
|
|
2039
|
-
() => ListObjectPoliciesResponse
|
|
2082
|
+
() => ListObjectPoliciesRequest$,
|
|
2083
|
+
() => ListObjectPoliciesResponse$,
|
|
2040
2084
|
];
|
|
2041
|
-
export var ListOutgoingTypedLinks = [
|
|
2085
|
+
export var ListOutgoingTypedLinks$ = [
|
|
2042
2086
|
9,
|
|
2043
2087
|
n0,
|
|
2044
2088
|
_LOTL,
|
|
2045
2089
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/outgoing", 200] },
|
|
2046
|
-
() => ListOutgoingTypedLinksRequest
|
|
2047
|
-
() => ListOutgoingTypedLinksResponse
|
|
2090
|
+
() => ListOutgoingTypedLinksRequest$,
|
|
2091
|
+
() => ListOutgoingTypedLinksResponse$,
|
|
2048
2092
|
];
|
|
2049
|
-
export var ListPolicyAttachments = [
|
|
2093
|
+
export var ListPolicyAttachments$ = [
|
|
2050
2094
|
9,
|
|
2051
2095
|
n0,
|
|
2052
2096
|
_LPA,
|
|
2053
2097
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/attachment", 200] },
|
|
2054
|
-
() => ListPolicyAttachmentsRequest
|
|
2055
|
-
() => ListPolicyAttachmentsResponse
|
|
2098
|
+
() => ListPolicyAttachmentsRequest$,
|
|
2099
|
+
() => ListPolicyAttachmentsResponse$,
|
|
2056
2100
|
];
|
|
2057
|
-
export var ListPublishedSchemaArns = [
|
|
2101
|
+
export var ListPublishedSchemaArns$ = [
|
|
2058
2102
|
9,
|
|
2059
2103
|
n0,
|
|
2060
2104
|
_LPSA,
|
|
2061
2105
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/published", 200] },
|
|
2062
|
-
() => ListPublishedSchemaArnsRequest
|
|
2063
|
-
() => ListPublishedSchemaArnsResponse
|
|
2106
|
+
() => ListPublishedSchemaArnsRequest$,
|
|
2107
|
+
() => ListPublishedSchemaArnsResponse$,
|
|
2064
2108
|
];
|
|
2065
|
-
export var ListTagsForResource = [
|
|
2109
|
+
export var ListTagsForResource$ = [
|
|
2066
2110
|
9,
|
|
2067
2111
|
n0,
|
|
2068
2112
|
_LTFR,
|
|
2069
2113
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/tags", 200] },
|
|
2070
|
-
() => ListTagsForResourceRequest
|
|
2071
|
-
() => ListTagsForResourceResponse
|
|
2114
|
+
() => ListTagsForResourceRequest$,
|
|
2115
|
+
() => ListTagsForResourceResponse$,
|
|
2072
2116
|
];
|
|
2073
|
-
export var ListTypedLinkFacetAttributes = [
|
|
2117
|
+
export var ListTypedLinkFacetAttributes$ = [
|
|
2074
2118
|
9,
|
|
2075
2119
|
n0,
|
|
2076
2120
|
_LTLFA,
|
|
2077
2121
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/attributes", 200] },
|
|
2078
|
-
() => ListTypedLinkFacetAttributesRequest
|
|
2079
|
-
() => ListTypedLinkFacetAttributesResponse
|
|
2122
|
+
() => ListTypedLinkFacetAttributesRequest$,
|
|
2123
|
+
() => ListTypedLinkFacetAttributesResponse$,
|
|
2080
2124
|
];
|
|
2081
|
-
export var ListTypedLinkFacetNames = [
|
|
2125
|
+
export var ListTypedLinkFacetNames$ = [
|
|
2082
2126
|
9,
|
|
2083
2127
|
n0,
|
|
2084
2128
|
_LTLFN,
|
|
2085
2129
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/list", 200] },
|
|
2086
|
-
() => ListTypedLinkFacetNamesRequest
|
|
2087
|
-
() => ListTypedLinkFacetNamesResponse
|
|
2130
|
+
() => ListTypedLinkFacetNamesRequest$,
|
|
2131
|
+
() => ListTypedLinkFacetNamesResponse$,
|
|
2088
2132
|
];
|
|
2089
|
-
export var LookupPolicy = [
|
|
2133
|
+
export var LookupPolicy$ = [
|
|
2090
2134
|
9,
|
|
2091
2135
|
n0,
|
|
2092
2136
|
_LP,
|
|
2093
2137
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/lookup", 200] },
|
|
2094
|
-
() => LookupPolicyRequest
|
|
2095
|
-
() => LookupPolicyResponse
|
|
2138
|
+
() => LookupPolicyRequest$,
|
|
2139
|
+
() => LookupPolicyResponse$,
|
|
2096
2140
|
];
|
|
2097
|
-
export var PublishSchema = [
|
|
2141
|
+
export var PublishSchema$ = [
|
|
2098
2142
|
9,
|
|
2099
2143
|
n0,
|
|
2100
2144
|
_PS,
|
|
2101
2145
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/publish", 200] },
|
|
2102
|
-
() => PublishSchemaRequest
|
|
2103
|
-
() => PublishSchemaResponse
|
|
2146
|
+
() => PublishSchemaRequest$,
|
|
2147
|
+
() => PublishSchemaResponse$,
|
|
2104
2148
|
];
|
|
2105
|
-
export var PutSchemaFromJson = [
|
|
2149
|
+
export var PutSchemaFromJson$ = [
|
|
2106
2150
|
9,
|
|
2107
2151
|
n0,
|
|
2108
2152
|
_PSFJ,
|
|
2109
2153
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/json", 200] },
|
|
2110
|
-
() => PutSchemaFromJsonRequest
|
|
2111
|
-
() => PutSchemaFromJsonResponse
|
|
2154
|
+
() => PutSchemaFromJsonRequest$,
|
|
2155
|
+
() => PutSchemaFromJsonResponse$,
|
|
2112
2156
|
];
|
|
2113
|
-
export var RemoveFacetFromObject = [
|
|
2157
|
+
export var RemoveFacetFromObject$ = [
|
|
2114
2158
|
9,
|
|
2115
2159
|
n0,
|
|
2116
2160
|
_RFFO,
|
|
2117
2161
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets/delete", 200] },
|
|
2118
|
-
() => RemoveFacetFromObjectRequest
|
|
2119
|
-
() => RemoveFacetFromObjectResponse
|
|
2162
|
+
() => RemoveFacetFromObjectRequest$,
|
|
2163
|
+
() => RemoveFacetFromObjectResponse$,
|
|
2120
2164
|
];
|
|
2121
|
-
export var TagResource = [
|
|
2165
|
+
export var TagResource$ = [
|
|
2122
2166
|
9,
|
|
2123
2167
|
n0,
|
|
2124
2168
|
_TRa,
|
|
2125
2169
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/add", 200] },
|
|
2126
|
-
() => TagResourceRequest
|
|
2127
|
-
() => TagResourceResponse
|
|
2170
|
+
() => TagResourceRequest$,
|
|
2171
|
+
() => TagResourceResponse$,
|
|
2128
2172
|
];
|
|
2129
|
-
export var UntagResource = [
|
|
2173
|
+
export var UntagResource$ = [
|
|
2130
2174
|
9,
|
|
2131
2175
|
n0,
|
|
2132
2176
|
_UR,
|
|
2133
2177
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/remove", 200] },
|
|
2134
|
-
() => UntagResourceRequest
|
|
2135
|
-
() => UntagResourceResponse
|
|
2178
|
+
() => UntagResourceRequest$,
|
|
2179
|
+
() => UntagResourceResponse$,
|
|
2136
2180
|
];
|
|
2137
|
-
export var UpdateFacet = [
|
|
2181
|
+
export var UpdateFacet$ = [
|
|
2138
2182
|
9,
|
|
2139
2183
|
n0,
|
|
2140
2184
|
_UF,
|
|
2141
2185
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet", 200] },
|
|
2142
|
-
() => UpdateFacetRequest
|
|
2143
|
-
() => UpdateFacetResponse
|
|
2186
|
+
() => UpdateFacetRequest$,
|
|
2187
|
+
() => UpdateFacetResponse$,
|
|
2144
2188
|
];
|
|
2145
|
-
export var UpdateLinkAttributes = [
|
|
2189
|
+
export var UpdateLinkAttributes$ = [
|
|
2146
2190
|
9,
|
|
2147
2191
|
n0,
|
|
2148
2192
|
_ULA,
|
|
2149
2193
|
{ [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/update", 200] },
|
|
2150
|
-
() => UpdateLinkAttributesRequest
|
|
2151
|
-
() => UpdateLinkAttributesResponse
|
|
2194
|
+
() => UpdateLinkAttributesRequest$,
|
|
2195
|
+
() => UpdateLinkAttributesResponse$,
|
|
2152
2196
|
];
|
|
2153
|
-
export var UpdateObjectAttributes = [
|
|
2197
|
+
export var UpdateObjectAttributes$ = [
|
|
2154
2198
|
9,
|
|
2155
2199
|
n0,
|
|
2156
2200
|
_UOA,
|
|
2157
2201
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/update", 200] },
|
|
2158
|
-
() => UpdateObjectAttributesRequest
|
|
2159
|
-
() => UpdateObjectAttributesResponse
|
|
2202
|
+
() => UpdateObjectAttributesRequest$,
|
|
2203
|
+
() => UpdateObjectAttributesResponse$,
|
|
2160
2204
|
];
|
|
2161
|
-
export var UpdateSchema = [
|
|
2205
|
+
export var UpdateSchema$ = [
|
|
2162
2206
|
9,
|
|
2163
2207
|
n0,
|
|
2164
2208
|
_US,
|
|
2165
2209
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/update", 200] },
|
|
2166
|
-
() => UpdateSchemaRequest
|
|
2167
|
-
() => UpdateSchemaResponse
|
|
2210
|
+
() => UpdateSchemaRequest$,
|
|
2211
|
+
() => UpdateSchemaResponse$,
|
|
2168
2212
|
];
|
|
2169
|
-
export var UpdateTypedLinkFacet = [
|
|
2213
|
+
export var UpdateTypedLinkFacet$ = [
|
|
2170
2214
|
9,
|
|
2171
2215
|
n0,
|
|
2172
2216
|
_UTLF,
|
|
2173
2217
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet", 200] },
|
|
2174
|
-
() => UpdateTypedLinkFacetRequest
|
|
2175
|
-
() => UpdateTypedLinkFacetResponse
|
|
2218
|
+
() => UpdateTypedLinkFacetRequest$,
|
|
2219
|
+
() => UpdateTypedLinkFacetResponse$,
|
|
2176
2220
|
];
|
|
2177
|
-
export var UpgradeAppliedSchema = [
|
|
2221
|
+
export var UpgradeAppliedSchema$ = [
|
|
2178
2222
|
9,
|
|
2179
2223
|
n0,
|
|
2180
2224
|
_UAS,
|
|
2181
2225
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradeapplied", 200] },
|
|
2182
|
-
() => UpgradeAppliedSchemaRequest
|
|
2183
|
-
() => UpgradeAppliedSchemaResponse
|
|
2226
|
+
() => UpgradeAppliedSchemaRequest$,
|
|
2227
|
+
() => UpgradeAppliedSchemaResponse$,
|
|
2184
2228
|
];
|
|
2185
|
-
export var UpgradePublishedSchema = [
|
|
2229
|
+
export var UpgradePublishedSchema$ = [
|
|
2186
2230
|
9,
|
|
2187
2231
|
n0,
|
|
2188
2232
|
_UPS,
|
|
2189
2233
|
{ [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradepublished", 200] },
|
|
2190
|
-
() => UpgradePublishedSchemaRequest
|
|
2191
|
-
() => UpgradePublishedSchemaResponse
|
|
2234
|
+
() => UpgradePublishedSchemaRequest$,
|
|
2235
|
+
() => UpgradePublishedSchemaResponse$,
|
|
2192
2236
|
];
|