@aws-sdk/client-clouddirectory 3.986.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +85 -3018
- package/dist-cjs/models/CloudDirectoryServiceException.js +12 -0
- package/dist-cjs/models/errors.js +533 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2112 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +215 -209
- package/dist-types/schemas/schemas_0.d.ts +42 -35
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -35
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultCloudDirectoryHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2017-01-11",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.clouddirectory",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2017-01-11",
|
|
30
32
|
serviceTarget: "AmazonCloudDirectory_20170111",
|
|
31
33
|
},
|
|
@@ -461,8 +461,8 @@ const _e = "error";
|
|
|
461
461
|
const _h = "http";
|
|
462
462
|
const _hE = "httpError";
|
|
463
463
|
const _hH = "httpHeader";
|
|
464
|
-
const _s = "
|
|
465
|
-
const
|
|
464
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.clouddirectory";
|
|
465
|
+
const _se = "server";
|
|
466
466
|
const _st = "state";
|
|
467
467
|
const _xacl = "x-amz-consistency-level";
|
|
468
468
|
const _xadp = "x-amz-data-partition";
|
|
@@ -470,12 +470,224 @@ const n0 = "com.amazonaws.clouddirectory";
|
|
|
470
470
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
471
471
|
import { CloudDirectoryServiceException } from "../models/CloudDirectoryServiceException";
|
|
472
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
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
474
|
+
export var CloudDirectoryServiceException$ = [-3, _s, "CloudDirectoryServiceException", 0, [], []];
|
|
475
|
+
_s_registry.registerError(CloudDirectoryServiceException$, CloudDirectoryServiceException);
|
|
476
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
473
477
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
474
478
|
{ [_e]: _c, [_hE]: 403 },
|
|
475
479
|
[_M],
|
|
476
480
|
[0]
|
|
477
481
|
];
|
|
478
|
-
|
|
482
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
483
|
+
export var BatchWriteException$ = [-3, n0, _BWE,
|
|
484
|
+
{ [_e]: _c },
|
|
485
|
+
[_I, _T, _M],
|
|
486
|
+
[1, 0, 0]
|
|
487
|
+
];
|
|
488
|
+
n0_registry.registerError(BatchWriteException$, BatchWriteException);
|
|
489
|
+
export var CannotListParentOfRootException$ = [-3, n0, _CLPORE,
|
|
490
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
491
|
+
[_M],
|
|
492
|
+
[0]
|
|
493
|
+
];
|
|
494
|
+
n0_registry.registerError(CannotListParentOfRootException$, CannotListParentOfRootException);
|
|
495
|
+
export var DirectoryAlreadyExistsException$ = [-3, n0, _DAEE,
|
|
496
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
497
|
+
[_M],
|
|
498
|
+
[0]
|
|
499
|
+
];
|
|
500
|
+
n0_registry.registerError(DirectoryAlreadyExistsException$, DirectoryAlreadyExistsException);
|
|
501
|
+
export var DirectoryDeletedException$ = [-3, n0, _DDE,
|
|
502
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
503
|
+
[_M],
|
|
504
|
+
[0]
|
|
505
|
+
];
|
|
506
|
+
n0_registry.registerError(DirectoryDeletedException$, DirectoryDeletedException);
|
|
507
|
+
export var DirectoryNotDisabledException$ = [-3, n0, _DNDE,
|
|
508
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
509
|
+
[_M],
|
|
510
|
+
[0]
|
|
511
|
+
];
|
|
512
|
+
n0_registry.registerError(DirectoryNotDisabledException$, DirectoryNotDisabledException);
|
|
513
|
+
export var DirectoryNotEnabledException$ = [-3, n0, _DNEE,
|
|
514
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
515
|
+
[_M],
|
|
516
|
+
[0]
|
|
517
|
+
];
|
|
518
|
+
n0_registry.registerError(DirectoryNotEnabledException$, DirectoryNotEnabledException);
|
|
519
|
+
export var FacetAlreadyExistsException$ = [-3, n0, _FAEE,
|
|
520
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
521
|
+
[_M],
|
|
522
|
+
[0]
|
|
523
|
+
];
|
|
524
|
+
n0_registry.registerError(FacetAlreadyExistsException$, FacetAlreadyExistsException);
|
|
525
|
+
export var FacetInUseException$ = [-3, n0, _FIUE,
|
|
526
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
527
|
+
[_M],
|
|
528
|
+
[0]
|
|
529
|
+
];
|
|
530
|
+
n0_registry.registerError(FacetInUseException$, FacetInUseException);
|
|
531
|
+
export var FacetNotFoundException$ = [-3, n0, _FNFE,
|
|
532
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
533
|
+
[_M],
|
|
534
|
+
[0]
|
|
535
|
+
];
|
|
536
|
+
n0_registry.registerError(FacetNotFoundException$, FacetNotFoundException);
|
|
537
|
+
export var FacetValidationException$ = [-3, n0, _FVE,
|
|
538
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
539
|
+
[_M],
|
|
540
|
+
[0]
|
|
541
|
+
];
|
|
542
|
+
n0_registry.registerError(FacetValidationException$, FacetValidationException);
|
|
543
|
+
export var IncompatibleSchemaException$ = [-3, n0, _ISE,
|
|
544
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
545
|
+
[_M],
|
|
546
|
+
[0]
|
|
547
|
+
];
|
|
548
|
+
n0_registry.registerError(IncompatibleSchemaException$, IncompatibleSchemaException);
|
|
549
|
+
export var IndexedAttributeMissingException$ = [-3, n0, _IAME,
|
|
550
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
551
|
+
[_M],
|
|
552
|
+
[0]
|
|
553
|
+
];
|
|
554
|
+
n0_registry.registerError(IndexedAttributeMissingException$, IndexedAttributeMissingException);
|
|
555
|
+
export var InternalServiceException$ = [-3, n0, _ISEn,
|
|
556
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
557
|
+
[_M],
|
|
558
|
+
[0]
|
|
559
|
+
];
|
|
560
|
+
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
561
|
+
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
562
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
563
|
+
[_M],
|
|
564
|
+
[0]
|
|
565
|
+
];
|
|
566
|
+
n0_registry.registerError(InvalidArnException$, InvalidArnException);
|
|
567
|
+
export var InvalidAttachmentException$ = [-3, n0, _IAEn,
|
|
568
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
569
|
+
[_M],
|
|
570
|
+
[0]
|
|
571
|
+
];
|
|
572
|
+
n0_registry.registerError(InvalidAttachmentException$, InvalidAttachmentException);
|
|
573
|
+
export var InvalidFacetUpdateException$ = [-3, n0, _IFUE,
|
|
574
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
575
|
+
[_M],
|
|
576
|
+
[0]
|
|
577
|
+
];
|
|
578
|
+
n0_registry.registerError(InvalidFacetUpdateException$, InvalidFacetUpdateException);
|
|
579
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
580
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
581
|
+
[_M],
|
|
582
|
+
[0]
|
|
583
|
+
];
|
|
584
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
585
|
+
export var InvalidRuleException$ = [-3, n0, _IRE,
|
|
586
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
587
|
+
[_M],
|
|
588
|
+
[0]
|
|
589
|
+
];
|
|
590
|
+
n0_registry.registerError(InvalidRuleException$, InvalidRuleException);
|
|
591
|
+
export var InvalidSchemaDocException$ = [-3, n0, _ISDE,
|
|
592
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
593
|
+
[_M],
|
|
594
|
+
[0]
|
|
595
|
+
];
|
|
596
|
+
n0_registry.registerError(InvalidSchemaDocException$, InvalidSchemaDocException);
|
|
597
|
+
export var InvalidTaggingRequestException$ = [-3, n0, _ITRE,
|
|
598
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
599
|
+
[_M],
|
|
600
|
+
[0]
|
|
601
|
+
];
|
|
602
|
+
n0_registry.registerError(InvalidTaggingRequestException$, InvalidTaggingRequestException);
|
|
603
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
604
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
605
|
+
[_M],
|
|
606
|
+
[0]
|
|
607
|
+
];
|
|
608
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
609
|
+
export var LinkNameAlreadyInUseException$ = [-3, n0, _LNAIUE,
|
|
610
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
611
|
+
[_M],
|
|
612
|
+
[0]
|
|
613
|
+
];
|
|
614
|
+
n0_registry.registerError(LinkNameAlreadyInUseException$, LinkNameAlreadyInUseException);
|
|
615
|
+
export var NotIndexException$ = [-3, n0, _NIE,
|
|
616
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
617
|
+
[_M],
|
|
618
|
+
[0]
|
|
619
|
+
];
|
|
620
|
+
n0_registry.registerError(NotIndexException$, NotIndexException);
|
|
621
|
+
export var NotNodeException$ = [-3, n0, _NNE,
|
|
622
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
623
|
+
[_M],
|
|
624
|
+
[0]
|
|
625
|
+
];
|
|
626
|
+
n0_registry.registerError(NotNodeException$, NotNodeException);
|
|
627
|
+
export var NotPolicyException$ = [-3, n0, _NPE,
|
|
628
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
629
|
+
[_M],
|
|
630
|
+
[0]
|
|
631
|
+
];
|
|
632
|
+
n0_registry.registerError(NotPolicyException$, NotPolicyException);
|
|
633
|
+
export var ObjectAlreadyDetachedException$ = [-3, n0, _OADE,
|
|
634
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
635
|
+
[_M],
|
|
636
|
+
[0]
|
|
637
|
+
];
|
|
638
|
+
n0_registry.registerError(ObjectAlreadyDetachedException$, ObjectAlreadyDetachedException);
|
|
639
|
+
export var ObjectNotDetachedException$ = [-3, n0, _ONDE,
|
|
640
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
641
|
+
[_M],
|
|
642
|
+
[0]
|
|
643
|
+
];
|
|
644
|
+
n0_registry.registerError(ObjectNotDetachedException$, ObjectNotDetachedException);
|
|
645
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
646
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
647
|
+
[_M],
|
|
648
|
+
[0]
|
|
649
|
+
];
|
|
650
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
651
|
+
export var RetryableConflictException$ = [-3, n0, _RCE,
|
|
652
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
653
|
+
[_M],
|
|
654
|
+
[0]
|
|
655
|
+
];
|
|
656
|
+
n0_registry.registerError(RetryableConflictException$, RetryableConflictException);
|
|
657
|
+
export var SchemaAlreadyExistsException$ = [-3, n0, _SAEE,
|
|
658
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
659
|
+
[_M],
|
|
660
|
+
[0]
|
|
661
|
+
];
|
|
662
|
+
n0_registry.registerError(SchemaAlreadyExistsException$, SchemaAlreadyExistsException);
|
|
663
|
+
export var SchemaAlreadyPublishedException$ = [-3, n0, _SAPE,
|
|
664
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
665
|
+
[_M],
|
|
666
|
+
[0]
|
|
667
|
+
];
|
|
668
|
+
n0_registry.registerError(SchemaAlreadyPublishedException$, SchemaAlreadyPublishedException);
|
|
669
|
+
export var StillContainsLinksException$ = [-3, n0, _SCLE,
|
|
670
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
671
|
+
[_M],
|
|
672
|
+
[0]
|
|
673
|
+
];
|
|
674
|
+
n0_registry.registerError(StillContainsLinksException$, StillContainsLinksException);
|
|
675
|
+
export var UnsupportedIndexTypeException$ = [-3, n0, _UITE,
|
|
676
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
677
|
+
[_M],
|
|
678
|
+
[0]
|
|
679
|
+
];
|
|
680
|
+
n0_registry.registerError(UnsupportedIndexTypeException$, UnsupportedIndexTypeException);
|
|
681
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
682
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
683
|
+
[_M],
|
|
684
|
+
[0]
|
|
685
|
+
];
|
|
686
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
687
|
+
export const errorTypeRegistries = [
|
|
688
|
+
_s_registry,
|
|
689
|
+
n0_registry,
|
|
690
|
+
];
|
|
479
691
|
export var AddFacetToObjectRequest$ = [3, n0, _AFTOR,
|
|
480
692
|
0,
|
|
481
693
|
[_DA, _SF, _OR, _OAL],
|
|
@@ -871,12 +1083,6 @@ export var BatchUpdateObjectAttributesResponse$ = [3, n0, _BUOAR,
|
|
|
871
1083
|
[_OI],
|
|
872
1084
|
[0]
|
|
873
1085
|
];
|
|
874
|
-
export var BatchWriteException$ = [-3, n0, _BWE,
|
|
875
|
-
{ [_e]: _c },
|
|
876
|
-
[_I, _T, _M],
|
|
877
|
-
[1, 0, 0]
|
|
878
|
-
];
|
|
879
|
-
TypeRegistry.for(n0).registerError(BatchWriteException$, BatchWriteException);
|
|
880
1086
|
export var BatchWriteOperation$ = [3, n0, _BWO,
|
|
881
1087
|
0,
|
|
882
1088
|
[_CO, _AO, _DO, _UOA, _DOe, _AFTO, _RFFO, _AP, _DP, _CI, _ATI, _DFI, _ATL, _DTL, _ULA],
|
|
@@ -897,12 +1103,6 @@ export var BatchWriteResponse$ = [3, n0, _BWRa,
|
|
|
897
1103
|
[_R],
|
|
898
1104
|
[() => BatchWriteOperationResponseList]
|
|
899
1105
|
];
|
|
900
|
-
export var CannotListParentOfRootException$ = [-3, n0, _CLPORE,
|
|
901
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
902
|
-
[_M],
|
|
903
|
-
[0]
|
|
904
|
-
];
|
|
905
|
-
TypeRegistry.for(n0).registerError(CannotListParentOfRootException$, CannotListParentOfRootException);
|
|
906
1106
|
export var CreateDirectoryRequest$ = [3, n0, _CDR,
|
|
907
1107
|
0,
|
|
908
1108
|
[_N, _SA],
|
|
@@ -1053,30 +1253,6 @@ export var Directory$ = [3, n0, _D,
|
|
|
1053
1253
|
[_N, _DA, _S, _CDT],
|
|
1054
1254
|
[0, 0, 0, 4]
|
|
1055
1255
|
];
|
|
1056
|
-
export var DirectoryAlreadyExistsException$ = [-3, n0, _DAEE,
|
|
1057
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1058
|
-
[_M],
|
|
1059
|
-
[0]
|
|
1060
|
-
];
|
|
1061
|
-
TypeRegistry.for(n0).registerError(DirectoryAlreadyExistsException$, DirectoryAlreadyExistsException);
|
|
1062
|
-
export var DirectoryDeletedException$ = [-3, n0, _DDE,
|
|
1063
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1064
|
-
[_M],
|
|
1065
|
-
[0]
|
|
1066
|
-
];
|
|
1067
|
-
TypeRegistry.for(n0).registerError(DirectoryDeletedException$, DirectoryDeletedException);
|
|
1068
|
-
export var DirectoryNotDisabledException$ = [-3, n0, _DNDE,
|
|
1069
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1070
|
-
[_M],
|
|
1071
|
-
[0]
|
|
1072
|
-
];
|
|
1073
|
-
TypeRegistry.for(n0).registerError(DirectoryNotDisabledException$, DirectoryNotDisabledException);
|
|
1074
|
-
export var DirectoryNotEnabledException$ = [-3, n0, _DNEE,
|
|
1075
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1076
|
-
[_M],
|
|
1077
|
-
[0]
|
|
1078
|
-
];
|
|
1079
|
-
TypeRegistry.for(n0).registerError(DirectoryNotEnabledException$, DirectoryNotEnabledException);
|
|
1080
1256
|
export var DisableDirectoryRequest$ = [3, n0, _DDRi,
|
|
1081
1257
|
0,
|
|
1082
1258
|
[_DA],
|
|
@@ -1102,12 +1278,6 @@ export var Facet$ = [3, n0, _F,
|
|
|
1102
1278
|
[_N, _OT, _FS],
|
|
1103
1279
|
[0, 0, 0]
|
|
1104
1280
|
];
|
|
1105
|
-
export var FacetAlreadyExistsException$ = [-3, n0, _FAEE,
|
|
1106
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1107
|
-
[_M],
|
|
1108
|
-
[0]
|
|
1109
|
-
];
|
|
1110
|
-
TypeRegistry.for(n0).registerError(FacetAlreadyExistsException$, FacetAlreadyExistsException);
|
|
1111
1281
|
export var FacetAttribute$ = [3, n0, _FA,
|
|
1112
1282
|
0,
|
|
1113
1283
|
[_N, _AD, _AR, _RB],
|
|
@@ -1128,24 +1298,6 @@ export var FacetAttributeUpdate$ = [3, n0, _FAU,
|
|
|
1128
1298
|
[_At, _Ac],
|
|
1129
1299
|
[() => FacetAttribute$, 0]
|
|
1130
1300
|
];
|
|
1131
|
-
export var FacetInUseException$ = [-3, n0, _FIUE,
|
|
1132
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1133
|
-
[_M],
|
|
1134
|
-
[0]
|
|
1135
|
-
];
|
|
1136
|
-
TypeRegistry.for(n0).registerError(FacetInUseException$, FacetInUseException);
|
|
1137
|
-
export var FacetNotFoundException$ = [-3, n0, _FNFE,
|
|
1138
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1139
|
-
[_M],
|
|
1140
|
-
[0]
|
|
1141
|
-
];
|
|
1142
|
-
TypeRegistry.for(n0).registerError(FacetNotFoundException$, FacetNotFoundException);
|
|
1143
|
-
export var FacetValidationException$ = [-3, n0, _FVE,
|
|
1144
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1145
|
-
[_M],
|
|
1146
|
-
[0]
|
|
1147
|
-
];
|
|
1148
|
-
TypeRegistry.for(n0).registerError(FacetValidationException$, FacetValidationException);
|
|
1149
1301
|
export var GetAppliedSchemaVersionRequest$ = [3, n0, _GASVR,
|
|
1150
1302
|
0,
|
|
1151
1303
|
[_SA],
|
|
@@ -1226,77 +1378,11 @@ export var GetTypedLinkFacetInformationResponse$ = [3, n0, _GTLFIRe,
|
|
|
1226
1378
|
[_IAO],
|
|
1227
1379
|
[64 | 0]
|
|
1228
1380
|
];
|
|
1229
|
-
export var IncompatibleSchemaException$ = [-3, n0, _ISE,
|
|
1230
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1231
|
-
[_M],
|
|
1232
|
-
[0]
|
|
1233
|
-
];
|
|
1234
|
-
TypeRegistry.for(n0).registerError(IncompatibleSchemaException$, IncompatibleSchemaException);
|
|
1235
1381
|
export var IndexAttachment$ = [3, n0, _IAn,
|
|
1236
1382
|
0,
|
|
1237
1383
|
[_IAnd, _OI],
|
|
1238
1384
|
[() => AttributeKeyAndValueList, 0]
|
|
1239
1385
|
];
|
|
1240
|
-
export var IndexedAttributeMissingException$ = [-3, n0, _IAME,
|
|
1241
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1242
|
-
[_M],
|
|
1243
|
-
[0]
|
|
1244
|
-
];
|
|
1245
|
-
TypeRegistry.for(n0).registerError(IndexedAttributeMissingException$, IndexedAttributeMissingException);
|
|
1246
|
-
export var InternalServiceException$ = [-3, n0, _ISEn,
|
|
1247
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
1248
|
-
[_M],
|
|
1249
|
-
[0]
|
|
1250
|
-
];
|
|
1251
|
-
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
1252
|
-
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
1253
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1254
|
-
[_M],
|
|
1255
|
-
[0]
|
|
1256
|
-
];
|
|
1257
|
-
TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1258
|
-
export var InvalidAttachmentException$ = [-3, n0, _IAEn,
|
|
1259
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1260
|
-
[_M],
|
|
1261
|
-
[0]
|
|
1262
|
-
];
|
|
1263
|
-
TypeRegistry.for(n0).registerError(InvalidAttachmentException$, InvalidAttachmentException);
|
|
1264
|
-
export var InvalidFacetUpdateException$ = [-3, n0, _IFUE,
|
|
1265
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1266
|
-
[_M],
|
|
1267
|
-
[0]
|
|
1268
|
-
];
|
|
1269
|
-
TypeRegistry.for(n0).registerError(InvalidFacetUpdateException$, InvalidFacetUpdateException);
|
|
1270
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1271
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1272
|
-
[_M],
|
|
1273
|
-
[0]
|
|
1274
|
-
];
|
|
1275
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1276
|
-
export var InvalidRuleException$ = [-3, n0, _IRE,
|
|
1277
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1278
|
-
[_M],
|
|
1279
|
-
[0]
|
|
1280
|
-
];
|
|
1281
|
-
TypeRegistry.for(n0).registerError(InvalidRuleException$, InvalidRuleException);
|
|
1282
|
-
export var InvalidSchemaDocException$ = [-3, n0, _ISDE,
|
|
1283
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1284
|
-
[_M],
|
|
1285
|
-
[0]
|
|
1286
|
-
];
|
|
1287
|
-
TypeRegistry.for(n0).registerError(InvalidSchemaDocException$, InvalidSchemaDocException);
|
|
1288
|
-
export var InvalidTaggingRequestException$ = [-3, n0, _ITRE,
|
|
1289
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1290
|
-
[_M],
|
|
1291
|
-
[0]
|
|
1292
|
-
];
|
|
1293
|
-
TypeRegistry.for(n0).registerError(InvalidTaggingRequestException$, InvalidTaggingRequestException);
|
|
1294
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1295
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1296
|
-
[_M],
|
|
1297
|
-
[0]
|
|
1298
|
-
];
|
|
1299
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1300
1386
|
export var LinkAttributeAction$ = [3, n0, _LAA,
|
|
1301
1387
|
0,
|
|
1302
1388
|
[_AAT, _AUV],
|
|
@@ -1307,12 +1393,6 @@ export var LinkAttributeUpdate$ = [3, n0, _LAU,
|
|
|
1307
1393
|
[_AK, _AA],
|
|
1308
1394
|
[() => AttributeKey$, () => LinkAttributeAction$]
|
|
1309
1395
|
];
|
|
1310
|
-
export var LinkNameAlreadyInUseException$ = [-3, n0, _LNAIUE,
|
|
1311
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1312
|
-
[_M],
|
|
1313
|
-
[0]
|
|
1314
|
-
];
|
|
1315
|
-
TypeRegistry.for(n0).registerError(LinkNameAlreadyInUseException$, LinkNameAlreadyInUseException);
|
|
1316
1396
|
export var ListAppliedSchemaArnsRequest$ = [3, n0, _LASAR,
|
|
1317
1397
|
0,
|
|
1318
1398
|
[_DA, _SA, _NT, _MR],
|
|
@@ -1523,30 +1603,6 @@ export var LookupPolicyResponse$ = [3, n0, _LPRo,
|
|
|
1523
1603
|
[_PTPL, _NT],
|
|
1524
1604
|
[() => PolicyToPathList, 0]
|
|
1525
1605
|
];
|
|
1526
|
-
export var NotIndexException$ = [-3, n0, _NIE,
|
|
1527
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1528
|
-
[_M],
|
|
1529
|
-
[0]
|
|
1530
|
-
];
|
|
1531
|
-
TypeRegistry.for(n0).registerError(NotIndexException$, NotIndexException);
|
|
1532
|
-
export var NotNodeException$ = [-3, n0, _NNE,
|
|
1533
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1534
|
-
[_M],
|
|
1535
|
-
[0]
|
|
1536
|
-
];
|
|
1537
|
-
TypeRegistry.for(n0).registerError(NotNodeException$, NotNodeException);
|
|
1538
|
-
export var NotPolicyException$ = [-3, n0, _NPE,
|
|
1539
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1540
|
-
[_M],
|
|
1541
|
-
[0]
|
|
1542
|
-
];
|
|
1543
|
-
TypeRegistry.for(n0).registerError(NotPolicyException$, NotPolicyException);
|
|
1544
|
-
export var ObjectAlreadyDetachedException$ = [-3, n0, _OADE,
|
|
1545
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1546
|
-
[_M],
|
|
1547
|
-
[0]
|
|
1548
|
-
];
|
|
1549
|
-
TypeRegistry.for(n0).registerError(ObjectAlreadyDetachedException$, ObjectAlreadyDetachedException);
|
|
1550
1606
|
export var ObjectAttributeAction$ = [3, n0, _OAA,
|
|
1551
1607
|
0,
|
|
1552
1608
|
[_OAAT, _OAUV],
|
|
@@ -1567,12 +1623,6 @@ export var ObjectIdentifierAndLinkNameTuple$ = [3, n0, _OIALNT,
|
|
|
1567
1623
|
[_OI, _LN],
|
|
1568
1624
|
[0, 0]
|
|
1569
1625
|
];
|
|
1570
|
-
export var ObjectNotDetachedException$ = [-3, n0, _ONDE,
|
|
1571
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1572
|
-
[_M],
|
|
1573
|
-
[0]
|
|
1574
|
-
];
|
|
1575
|
-
TypeRegistry.for(n0).registerError(ObjectNotDetachedException$, ObjectNotDetachedException);
|
|
1576
1626
|
export var ObjectReference$ = [3, n0, _OR,
|
|
1577
1627
|
0,
|
|
1578
1628
|
[_Se],
|
|
@@ -1623,46 +1673,16 @@ export var RemoveFacetFromObjectResponse$ = [3, n0, _RFFORe,
|
|
|
1623
1673
|
[],
|
|
1624
1674
|
[]
|
|
1625
1675
|
];
|
|
1626
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1627
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1628
|
-
[_M],
|
|
1629
|
-
[0]
|
|
1630
|
-
];
|
|
1631
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1632
|
-
export var RetryableConflictException$ = [-3, n0, _RCE,
|
|
1633
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1634
|
-
[_M],
|
|
1635
|
-
[0]
|
|
1636
|
-
];
|
|
1637
|
-
TypeRegistry.for(n0).registerError(RetryableConflictException$, RetryableConflictException);
|
|
1638
1676
|
export var Rule$ = [3, n0, _Rul,
|
|
1639
1677
|
0,
|
|
1640
1678
|
[_T, _Par],
|
|
1641
1679
|
[0, 128 | 0]
|
|
1642
1680
|
];
|
|
1643
|
-
export var SchemaAlreadyExistsException$ = [-3, n0, _SAEE,
|
|
1644
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1645
|
-
[_M],
|
|
1646
|
-
[0]
|
|
1647
|
-
];
|
|
1648
|
-
TypeRegistry.for(n0).registerError(SchemaAlreadyExistsException$, SchemaAlreadyExistsException);
|
|
1649
|
-
export var SchemaAlreadyPublishedException$ = [-3, n0, _SAPE,
|
|
1650
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1651
|
-
[_M],
|
|
1652
|
-
[0]
|
|
1653
|
-
];
|
|
1654
|
-
TypeRegistry.for(n0).registerError(SchemaAlreadyPublishedException$, SchemaAlreadyPublishedException);
|
|
1655
1681
|
export var SchemaFacet$ = [3, n0, _SF,
|
|
1656
1682
|
0,
|
|
1657
1683
|
[_SA, _FN],
|
|
1658
1684
|
[0, 0]
|
|
1659
1685
|
];
|
|
1660
|
-
export var StillContainsLinksException$ = [-3, n0, _SCLE,
|
|
1661
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1662
|
-
[_M],
|
|
1663
|
-
[0]
|
|
1664
|
-
];
|
|
1665
|
-
TypeRegistry.for(n0).registerError(StillContainsLinksException$, StillContainsLinksException);
|
|
1666
1686
|
export var Tag$ = [3, n0, _Tag,
|
|
1667
1687
|
0,
|
|
1668
1688
|
[_K, _V],
|
|
@@ -1713,12 +1733,6 @@ export var TypedLinkSpecifier$ = [3, n0, _TLS,
|
|
|
1713
1733
|
[_TLF, _SOR, _TOR, _IAV],
|
|
1714
1734
|
[() => TypedLinkSchemaAndFacetName$, () => ObjectReference$, () => ObjectReference$, () => AttributeNameAndValueList], 4
|
|
1715
1735
|
];
|
|
1716
|
-
export var UnsupportedIndexTypeException$ = [-3, n0, _UITE,
|
|
1717
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1718
|
-
[_M],
|
|
1719
|
-
[0]
|
|
1720
|
-
];
|
|
1721
|
-
TypeRegistry.for(n0).registerError(UnsupportedIndexTypeException$, UnsupportedIndexTypeException);
|
|
1722
1736
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1723
1737
|
0,
|
|
1724
1738
|
[_RA, _TK],
|
|
@@ -1799,15 +1813,7 @@ export var UpgradePublishedSchemaResponse$ = [3, n0, _UPSRp,
|
|
|
1799
1813
|
[_USA],
|
|
1800
1814
|
[0]
|
|
1801
1815
|
];
|
|
1802
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1803
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1804
|
-
[_M],
|
|
1805
|
-
[0]
|
|
1806
|
-
];
|
|
1807
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1808
1816
|
var __Unit = "unit";
|
|
1809
|
-
export var CloudDirectoryServiceException$ = [-3, _sm, "CloudDirectoryServiceException", 0, [], []];
|
|
1810
|
-
TypeRegistry.for(_sm).registerError(CloudDirectoryServiceException$, CloudDirectoryServiceException);
|
|
1811
1817
|
var Arns = 64 | 0;
|
|
1812
1818
|
var AttributeKeyAndValueList = [1, n0, _AKAVL,
|
|
1813
1819
|
0, () => AttributeKeyAndValue$
|