@aws-sdk/client-clouddirectory 3.943.0 → 3.947.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist-cjs/index.js +155 -1255
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/CloudDirectoryClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +155 -1255
  8. package/dist-types/CloudDirectory.d.ts +1 -1
  9. package/dist-types/CloudDirectoryClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/AddFacetToObjectCommand.d.ts +3 -3
  13. package/dist-types/commands/ApplySchemaCommand.d.ts +3 -3
  14. package/dist-types/commands/AttachObjectCommand.d.ts +3 -3
  15. package/dist-types/commands/AttachPolicyCommand.d.ts +3 -3
  16. package/dist-types/commands/AttachToIndexCommand.d.ts +3 -3
  17. package/dist-types/commands/AttachTypedLinkCommand.d.ts +3 -3
  18. package/dist-types/commands/BatchReadCommand.d.ts +3 -3
  19. package/dist-types/commands/BatchWriteCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateDirectoryCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateFacetCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateIndexCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateObjectCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteDirectoryCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteFacetCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +3 -3
  31. package/dist-types/commands/DetachFromIndexCommand.d.ts +3 -3
  32. package/dist-types/commands/DetachObjectCommand.d.ts +3 -3
  33. package/dist-types/commands/DetachPolicyCommand.d.ts +3 -3
  34. package/dist-types/commands/DetachTypedLinkCommand.d.ts +3 -3
  35. package/dist-types/commands/DisableDirectoryCommand.d.ts +3 -3
  36. package/dist-types/commands/EnableDirectoryCommand.d.ts +3 -3
  37. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +3 -3
  38. package/dist-types/commands/GetDirectoryCommand.d.ts +3 -3
  39. package/dist-types/commands/GetFacetCommand.d.ts +3 -3
  40. package/dist-types/commands/GetLinkAttributesCommand.d.ts +3 -3
  41. package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -3
  42. package/dist-types/commands/GetObjectInformationCommand.d.ts +3 -3
  43. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +3 -3
  44. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +3 -3
  45. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +3 -3
  46. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +3 -3
  47. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListDirectoriesCommand.d.ts +3 -3
  49. package/dist-types/commands/ListFacetAttributesCommand.d.ts +3 -3
  50. package/dist-types/commands/ListFacetNamesCommand.d.ts +3 -3
  51. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +3 -3
  52. package/dist-types/commands/ListIndexCommand.d.ts +3 -3
  53. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +3 -3
  54. package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -3
  55. package/dist-types/commands/ListObjectChildrenCommand.d.ts +3 -3
  56. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListObjectParentsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +3 -3
  59. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +3 -3
  60. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  63. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +3 -3
  64. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +3 -3
  65. package/dist-types/commands/LookupPolicyCommand.d.ts +3 -3
  66. package/dist-types/commands/PublishSchemaCommand.d.ts +3 -3
  67. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +3 -3
  68. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -3
  69. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  70. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  71. package/dist-types/commands/UpdateFacetCommand.d.ts +3 -3
  72. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +3 -3
  73. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -3
  74. package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -3
  76. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +3 -3
  77. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +3 -3
  78. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  79. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  80. package/dist-types/extensionConfiguration.d.ts +4 -4
  81. package/dist-types/models/CloudDirectoryServiceException.d.ts +1 -1
  82. package/dist-types/models/errors.d.ts +1 -1
  83. package/dist-types/pagination/Interfaces.d.ts +1 -1
  84. package/dist-types/pagination/ListAppliedSchemaArnsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListAttachedIndicesPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListDevelopmentSchemaArnsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListDirectoriesPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListFacetAttributesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListFacetNamesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListIndexPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListManagedSchemaArnsPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListObjectAttributesPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListObjectChildrenPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListObjectParentPathsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListObjectParentsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListObjectPoliciesPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListPolicyAttachmentsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListPublishedSchemaArnsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListTypedLinkFacetAttributesPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListTypedLinkFacetNamesPaginator.d.ts +1 -1
  102. package/dist-types/pagination/LookupPolicyPaginator.d.ts +1 -1
  103. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  104. package/dist-types/runtimeConfig.d.ts +1 -1
  105. package/dist-types/runtimeConfig.native.d.ts +1 -1
  106. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  107. package/dist-types/runtimeExtensions.d.ts +1 -1
  108. package/dist-types/schemas/schemas_0.d.ts +1 -1
  109. package/dist-types/ts3.4/CloudDirectoryClient.d.ts +3 -3
  110. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  111. package/dist-types/ts3.4/models/CloudDirectoryServiceException.d.ts +1 -1
  112. package/package.json +13 -12
@@ -470,17 +470,7 @@ const n0 = "com.amazonaws.clouddirectory";
470
470
  import { TypeRegistry } from "@smithy/core/schema";
471
471
  import { CloudDirectoryServiceException as __CloudDirectoryServiceException } from "../models/CloudDirectoryServiceException";
472
472
  import { AccessDeniedException as __AccessDeniedException, BatchWriteException as __BatchWriteException, CannotListParentOfRootException as __CannotListParentOfRootException, DirectoryAlreadyExistsException as __DirectoryAlreadyExistsException, DirectoryDeletedException as __DirectoryDeletedException, DirectoryNotDisabledException as __DirectoryNotDisabledException, DirectoryNotEnabledException as __DirectoryNotEnabledException, FacetAlreadyExistsException as __FacetAlreadyExistsException, FacetInUseException as __FacetInUseException, FacetNotFoundException as __FacetNotFoundException, FacetValidationException as __FacetValidationException, IncompatibleSchemaException as __IncompatibleSchemaException, IndexedAttributeMissingException as __IndexedAttributeMissingException, InternalServiceException as __InternalServiceException, InvalidArnException as __InvalidArnException, InvalidAttachmentException as __InvalidAttachmentException, InvalidFacetUpdateException as __InvalidFacetUpdateException, InvalidNextTokenException as __InvalidNextTokenException, InvalidRuleException as __InvalidRuleException, InvalidSchemaDocException as __InvalidSchemaDocException, InvalidTaggingRequestException as __InvalidTaggingRequestException, LimitExceededException as __LimitExceededException, LinkNameAlreadyInUseException as __LinkNameAlreadyInUseException, NotIndexException as __NotIndexException, NotNodeException as __NotNodeException, NotPolicyException as __NotPolicyException, ObjectAlreadyDetachedException as __ObjectAlreadyDetachedException, ObjectNotDetachedException as __ObjectNotDetachedException, ResourceNotFoundException as __ResourceNotFoundException, RetryableConflictException as __RetryableConflictException, SchemaAlreadyExistsException as __SchemaAlreadyExistsException, SchemaAlreadyPublishedException as __SchemaAlreadyPublishedException, StillContainsLinksException as __StillContainsLinksException, UnsupportedIndexTypeException as __UnsupportedIndexTypeException, ValidationException as __ValidationException, } from "../models/errors";
473
- export var AccessDeniedException = [
474
- -3,
475
- n0,
476
- _ADE,
477
- {
478
- [_e]: _c,
479
- [_hE]: 403,
480
- },
481
- [_M],
482
- [0],
483
- ];
473
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
484
474
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
485
475
  export var AddFacetToObjectRequest = [
486
476
  3,
@@ -488,35 +478,10 @@ export var AddFacetToObjectRequest = [
488
478
  _AFTOR,
489
479
  0,
490
480
  [_DA, _SF, _OAL, _OR],
491
- [
492
- [
493
- 0,
494
- {
495
- [_hH]: _xadp,
496
- },
497
- ],
498
- () => SchemaFacet,
499
- () => AttributeKeyAndValueList,
500
- () => ObjectReference,
501
- ],
481
+ [[0, { [_hH]: _xadp }], () => SchemaFacet, () => AttributeKeyAndValueList, () => ObjectReference],
502
482
  ];
503
483
  export var AddFacetToObjectResponse = [3, n0, _AFTORd, 0, [], []];
504
- export var ApplySchemaRequest = [
505
- 3,
506
- n0,
507
- _ASR,
508
- 0,
509
- [_PSA, _DA],
510
- [
511
- 0,
512
- [
513
- 0,
514
- {
515
- [_hH]: _xadp,
516
- },
517
- ],
518
- ],
519
- ];
484
+ export var ApplySchemaRequest = [3, n0, _ASR, 0, [_PSA, _DA], [0, [0, { [_hH]: _xadp }]]];
520
485
  export var ApplySchemaResponse = [3, n0, _ASRp, 0, [_ASA, _DA], [0, 0]];
521
486
  export var AttachObjectRequest = [
522
487
  3,
@@ -524,17 +489,7 @@ export var AttachObjectRequest = [
524
489
  _AOR,
525
490
  0,
526
491
  [_DA, _PR, _CR, _LN],
527
- [
528
- [
529
- 0,
530
- {
531
- [_hH]: _xadp,
532
- },
533
- ],
534
- () => ObjectReference,
535
- () => ObjectReference,
536
- 0,
537
- ],
492
+ [[0, { [_hH]: _xadp }], () => ObjectReference, () => ObjectReference, 0],
538
493
  ];
539
494
  export var AttachObjectResponse = [3, n0, _AORt, 0, [_AOI], [0]];
540
495
  export var AttachPolicyRequest = [
@@ -543,16 +498,7 @@ export var AttachPolicyRequest = [
543
498
  _APR,
544
499
  0,
545
500
  [_DA, _PRo, _OR],
546
- [
547
- [
548
- 0,
549
- {
550
- [_hH]: _xadp,
551
- },
552
- ],
553
- () => ObjectReference,
554
- () => ObjectReference,
555
- ],
501
+ [[0, { [_hH]: _xadp }], () => ObjectReference, () => ObjectReference],
556
502
  ];
557
503
  export var AttachPolicyResponse = [3, n0, _APRt, 0, [], []];
558
504
  export var AttachToIndexRequest = [
@@ -561,16 +507,7 @@ export var AttachToIndexRequest = [
561
507
  _ATIR,
562
508
  0,
563
509
  [_DA, _IR, _TR],
564
- [
565
- [
566
- 0,
567
- {
568
- [_hH]: _xadp,
569
- },
570
- ],
571
- () => ObjectReference,
572
- () => ObjectReference,
573
- ],
510
+ [[0, { [_hH]: _xadp }], () => ObjectReference, () => ObjectReference],
574
511
  ];
575
512
  export var AttachToIndexResponse = [3, n0, _ATIRt, 0, [_AOI], [0]];
576
513
  export var AttachTypedLinkRequest = [
@@ -580,12 +517,7 @@ export var AttachTypedLinkRequest = [
580
517
  0,
581
518
  [_DA, _SOR, _TOR, _TLF, _A],
582
519
  [
583
- [
584
- 0,
585
- {
586
- [_hH]: _xadp,
587
- },
588
- ],
520
+ [0, { [_hH]: _xadp }],
589
521
  () => ObjectReference,
590
522
  () => ObjectReference,
591
523
  () => TypedLinkSchemaAndFacetName,
@@ -924,21 +856,7 @@ export var BatchReadRequest = [
924
856
  _BRR,
925
857
  0,
926
858
  [_DA, _O, _CL],
927
- [
928
- [
929
- 0,
930
- {
931
- [_hH]: _xadp,
932
- },
933
- ],
934
- () => BatchReadOperationList,
935
- [
936
- 0,
937
- {
938
- [_hH]: _xacl,
939
- },
940
- ],
941
- ],
859
+ [[0, { [_hH]: _xadp }], () => BatchReadOperationList, [0, { [_hH]: _xacl }]],
942
860
  ];
943
861
  export var BatchReadResponse = [3, n0, _BRRa, 0, [_R], [() => BatchReadOperationResponseList]];
944
862
  export var BatchReadSuccessfulResponse = [
@@ -991,16 +909,7 @@ export var BatchUpdateObjectAttributes = [
991
909
  [() => ObjectReference, () => ObjectAttributeUpdateList],
992
910
  ];
993
911
  export var BatchUpdateObjectAttributesResponse = [3, n0, _BUOAR, 0, [_OI], [0]];
994
- export var BatchWriteException = [
995
- -3,
996
- n0,
997
- _BWE,
998
- {
999
- [_e]: _c,
1000
- },
1001
- [_I, _T, _M],
1002
- [1, 0, 0],
1003
- ];
912
+ export var BatchWriteException = [-3, n0, _BWE, { [_e]: _c }, [_I, _T, _M], [1, 0, 0]];
1004
913
  TypeRegistry.for(n0).registerError(BatchWriteException, __BatchWriteException);
1005
914
  export var BatchWriteOperation = [
1006
915
  3,
@@ -1056,45 +965,12 @@ export var BatchWriteRequest = [
1056
965
  _BWR,
1057
966
  0,
1058
967
  [_DA, _O],
1059
- [
1060
- [
1061
- 0,
1062
- {
1063
- [_hH]: _xadp,
1064
- },
1065
- ],
1066
- () => BatchWriteOperationList,
1067
- ],
968
+ [[0, { [_hH]: _xadp }], () => BatchWriteOperationList],
1068
969
  ];
1069
970
  export var BatchWriteResponse = [3, n0, _BWRa, 0, [_R], [() => BatchWriteOperationResponseList]];
1070
- export var CannotListParentOfRootException = [
1071
- -3,
1072
- n0,
1073
- _CLPORE,
1074
- {
1075
- [_e]: _c,
1076
- [_hE]: 400,
1077
- },
1078
- [_M],
1079
- [0],
1080
- ];
971
+ export var CannotListParentOfRootException = [-3, n0, _CLPORE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1081
972
  TypeRegistry.for(n0).registerError(CannotListParentOfRootException, __CannotListParentOfRootException);
1082
- export var CreateDirectoryRequest = [
1083
- 3,
1084
- n0,
1085
- _CDR,
1086
- 0,
1087
- [_N, _SA],
1088
- [
1089
- 0,
1090
- [
1091
- 0,
1092
- {
1093
- [_hH]: _xadp,
1094
- },
1095
- ],
1096
- ],
1097
- ];
973
+ export var CreateDirectoryRequest = [3, n0, _CDR, 0, [_N, _SA], [0, [0, { [_hH]: _xadp }]]];
1098
974
  export var CreateDirectoryResponse = [3, n0, _CDRr, 0, [_DA, _N, _OI, _ASA], [0, 0, 0, 0]];
1099
975
  export var CreateFacetRequest = [
1100
976
  3,
@@ -1102,18 +978,7 @@ export var CreateFacetRequest = [
1102
978
  _CFR,
1103
979
  0,
1104
980
  [_SA, _N, _A, _OT, _FS],
1105
- [
1106
- [
1107
- 0,
1108
- {
1109
- [_hH]: _xadp,
1110
- },
1111
- ],
1112
- 0,
1113
- () => FacetAttributeList,
1114
- 0,
1115
- 0,
1116
- ],
981
+ [[0, { [_hH]: _xadp }], 0, () => FacetAttributeList, 0, 0],
1117
982
  ];
1118
983
  export var CreateFacetResponse = [3, n0, _CFRr, 0, [], []];
1119
984
  export var CreateIndexRequest = [
@@ -1122,18 +987,7 @@ export var CreateIndexRequest = [
1122
987
  _CIR,
1123
988
  0,
1124
989
  [_DA, _OIAL, _IU, _PR, _LN],
1125
- [
1126
- [
1127
- 0,
1128
- {
1129
- [_hH]: _xadp,
1130
- },
1131
- ],
1132
- () => AttributeKeyList,
1133
- 2,
1134
- () => ObjectReference,
1135
- 0,
1136
- ],
990
+ [[0, { [_hH]: _xadp }], () => AttributeKeyList, 2, () => ObjectReference, 0],
1137
991
  ];
1138
992
  export var CreateIndexResponse = [3, n0, _CIRr, 0, [_OI], [0]];
1139
993
  export var CreateObjectRequest = [
@@ -1142,18 +996,7 @@ export var CreateObjectRequest = [
1142
996
  _COR,
1143
997
  0,
1144
998
  [_DA, _SFc, _OAL, _PR, _LN],
1145
- [
1146
- [
1147
- 0,
1148
- {
1149
- [_hH]: _xadp,
1150
- },
1151
- ],
1152
- () => SchemaFacetList,
1153
- () => AttributeKeyAndValueList,
1154
- () => ObjectReference,
1155
- 0,
1156
- ],
999
+ [[0, { [_hH]: _xadp }], () => SchemaFacetList, () => AttributeKeyAndValueList, () => ObjectReference, 0],
1157
1000
  ];
1158
1001
  export var CreateObjectResponse = [3, n0, _CORr, 0, [_OI], [0]];
1159
1002
  export var CreateSchemaRequest = [3, n0, _CSR, 0, [_N], [0]];
@@ -1164,49 +1007,12 @@ export var CreateTypedLinkFacetRequest = [
1164
1007
  _CTLFR,
1165
1008
  0,
1166
1009
  [_SA, _F],
1167
- [
1168
- [
1169
- 0,
1170
- {
1171
- [_hH]: _xadp,
1172
- },
1173
- ],
1174
- () => TypedLinkFacet,
1175
- ],
1010
+ [[0, { [_hH]: _xadp }], () => TypedLinkFacet],
1176
1011
  ];
1177
1012
  export var CreateTypedLinkFacetResponse = [3, n0, _CTLFRr, 0, [], []];
1178
- export var DeleteDirectoryRequest = [
1179
- 3,
1180
- n0,
1181
- _DDR,
1182
- 0,
1183
- [_DA],
1184
- [
1185
- [
1186
- 0,
1187
- {
1188
- [_hH]: _xadp,
1189
- },
1190
- ],
1191
- ],
1192
- ];
1013
+ export var DeleteDirectoryRequest = [3, n0, _DDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
1193
1014
  export var DeleteDirectoryResponse = [3, n0, _DDRe, 0, [_DA], [0]];
1194
- export var DeleteFacetRequest = [
1195
- 3,
1196
- n0,
1197
- _DFR,
1198
- 0,
1199
- [_SA, _N],
1200
- [
1201
- [
1202
- 0,
1203
- {
1204
- [_hH]: _xadp,
1205
- },
1206
- ],
1207
- 0,
1208
- ],
1209
- ];
1015
+ export var DeleteFacetRequest = [3, n0, _DFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
1210
1016
  export var DeleteFacetResponse = [3, n0, _DFRe, 0, [], []];
1211
1017
  export var DeleteObjectRequest = [
1212
1018
  3,
@@ -1214,32 +1020,10 @@ export var DeleteObjectRequest = [
1214
1020
  _DOR,
1215
1021
  0,
1216
1022
  [_DA, _OR],
1217
- [
1218
- [
1219
- 0,
1220
- {
1221
- [_hH]: _xadp,
1222
- },
1223
- ],
1224
- () => ObjectReference,
1225
- ],
1023
+ [[0, { [_hH]: _xadp }], () => ObjectReference],
1226
1024
  ];
1227
1025
  export var DeleteObjectResponse = [3, n0, _DORe, 0, [], []];
1228
- export var DeleteSchemaRequest = [
1229
- 3,
1230
- n0,
1231
- _DSR,
1232
- 0,
1233
- [_SA],
1234
- [
1235
- [
1236
- 0,
1237
- {
1238
- [_hH]: _xadp,
1239
- },
1240
- ],
1241
- ],
1242
- ];
1026
+ export var DeleteSchemaRequest = [3, n0, _DSR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
1243
1027
  export var DeleteSchemaResponse = [3, n0, _DSRe, 0, [_SA], [0]];
1244
1028
  export var DeleteTypedLinkFacetRequest = [
1245
1029
  3,
@@ -1247,15 +1031,7 @@ export var DeleteTypedLinkFacetRequest = [
1247
1031
  _DTLFR,
1248
1032
  0,
1249
1033
  [_SA, _N],
1250
- [
1251
- [
1252
- 0,
1253
- {
1254
- [_hH]: _xadp,
1255
- },
1256
- ],
1257
- 0,
1258
- ],
1034
+ [[0, { [_hH]: _xadp }], 0],
1259
1035
  ];
1260
1036
  export var DeleteTypedLinkFacetResponse = [3, n0, _DTLFRe, 0, [], []];
1261
1037
  export var DetachFromIndexRequest = [
@@ -1264,16 +1040,7 @@ export var DetachFromIndexRequest = [
1264
1040
  _DFIR,
1265
1041
  0,
1266
1042
  [_DA, _IR, _TR],
1267
- [
1268
- [
1269
- 0,
1270
- {
1271
- [_hH]: _xadp,
1272
- },
1273
- ],
1274
- () => ObjectReference,
1275
- () => ObjectReference,
1276
- ],
1043
+ [[0, { [_hH]: _xadp }], () => ObjectReference, () => ObjectReference],
1277
1044
  ];
1278
1045
  export var DetachFromIndexResponse = [3, n0, _DFIRe, 0, [_DOI], [0]];
1279
1046
  export var DetachObjectRequest = [
@@ -1282,16 +1049,7 @@ export var DetachObjectRequest = [
1282
1049
  _DORet,
1283
1050
  0,
1284
1051
  [_DA, _PR, _LN],
1285
- [
1286
- [
1287
- 0,
1288
- {
1289
- [_hH]: _xadp,
1290
- },
1291
- ],
1292
- () => ObjectReference,
1293
- 0,
1294
- ],
1052
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0],
1295
1053
  ];
1296
1054
  export var DetachObjectResponse = [3, n0, _DOReta, 0, [_DOI], [0]];
1297
1055
  export var DetachPolicyRequest = [
@@ -1300,16 +1058,7 @@ export var DetachPolicyRequest = [
1300
1058
  _DPR,
1301
1059
  0,
1302
1060
  [_DA, _PRo, _OR],
1303
- [
1304
- [
1305
- 0,
1306
- {
1307
- [_hH]: _xadp,
1308
- },
1309
- ],
1310
- () => ObjectReference,
1311
- () => ObjectReference,
1312
- ],
1061
+ [[0, { [_hH]: _xadp }], () => ObjectReference, () => ObjectReference],
1313
1062
  ];
1314
1063
  export var DetachPolicyResponse = [3, n0, _DPRe, 0, [], []];
1315
1064
  export var DetachTypedLinkRequest = [
@@ -1318,109 +1067,23 @@ export var DetachTypedLinkRequest = [
1318
1067
  _DTLR,
1319
1068
  0,
1320
1069
  [_DA, _TLS],
1321
- [
1322
- [
1323
- 0,
1324
- {
1325
- [_hH]: _xadp,
1326
- },
1327
- ],
1328
- () => TypedLinkSpecifier,
1329
- ],
1070
+ [[0, { [_hH]: _xadp }], () => TypedLinkSpecifier],
1330
1071
  ];
1331
1072
  export var Directory = [3, n0, _D, 0, [_N, _DA, _S, _CDT], [0, 0, 0, 4]];
1332
- export var DirectoryAlreadyExistsException = [
1333
- -3,
1334
- n0,
1335
- _DAEE,
1336
- {
1337
- [_e]: _c,
1338
- [_hE]: 400,
1339
- },
1340
- [_M],
1341
- [0],
1342
- ];
1073
+ export var DirectoryAlreadyExistsException = [-3, n0, _DAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1343
1074
  TypeRegistry.for(n0).registerError(DirectoryAlreadyExistsException, __DirectoryAlreadyExistsException);
1344
- export var DirectoryDeletedException = [
1345
- -3,
1346
- n0,
1347
- _DDE,
1348
- {
1349
- [_e]: _c,
1350
- [_hE]: 400,
1351
- },
1352
- [_M],
1353
- [0],
1354
- ];
1075
+ export var DirectoryDeletedException = [-3, n0, _DDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1355
1076
  TypeRegistry.for(n0).registerError(DirectoryDeletedException, __DirectoryDeletedException);
1356
- export var DirectoryNotDisabledException = [
1357
- -3,
1358
- n0,
1359
- _DNDE,
1360
- {
1361
- [_e]: _c,
1362
- [_hE]: 400,
1363
- },
1364
- [_M],
1365
- [0],
1366
- ];
1077
+ export var DirectoryNotDisabledException = [-3, n0, _DNDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1367
1078
  TypeRegistry.for(n0).registerError(DirectoryNotDisabledException, __DirectoryNotDisabledException);
1368
- export var DirectoryNotEnabledException = [
1369
- -3,
1370
- n0,
1371
- _DNEE,
1372
- {
1373
- [_e]: _c,
1374
- [_hE]: 400,
1375
- },
1376
- [_M],
1377
- [0],
1378
- ];
1079
+ export var DirectoryNotEnabledException = [-3, n0, _DNEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1379
1080
  TypeRegistry.for(n0).registerError(DirectoryNotEnabledException, __DirectoryNotEnabledException);
1380
- export var DisableDirectoryRequest = [
1381
- 3,
1382
- n0,
1383
- _DDRi,
1384
- 0,
1385
- [_DA],
1386
- [
1387
- [
1388
- 0,
1389
- {
1390
- [_hH]: _xadp,
1391
- },
1392
- ],
1393
- ],
1394
- ];
1081
+ export var DisableDirectoryRequest = [3, n0, _DDRi, 0, [_DA], [[0, { [_hH]: _xadp }]]];
1395
1082
  export var DisableDirectoryResponse = [3, n0, _DDRis, 0, [_DA], [0]];
1396
- export var EnableDirectoryRequest = [
1397
- 3,
1398
- n0,
1399
- _EDR,
1400
- 0,
1401
- [_DA],
1402
- [
1403
- [
1404
- 0,
1405
- {
1406
- [_hH]: _xadp,
1407
- },
1408
- ],
1409
- ],
1410
- ];
1083
+ export var EnableDirectoryRequest = [3, n0, _EDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
1411
1084
  export var EnableDirectoryResponse = [3, n0, _EDRn, 0, [_DA], [0]];
1412
1085
  export var Facet = [3, n0, _F, 0, [_N, _OT, _FS], [0, 0, 0]];
1413
- export var FacetAlreadyExistsException = [
1414
- -3,
1415
- n0,
1416
- _FAEE,
1417
- {
1418
- [_e]: _c,
1419
- [_hE]: 400,
1420
- },
1421
- [_M],
1422
- [0],
1423
- ];
1086
+ export var FacetAlreadyExistsException = [-3, n0, _FAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1424
1087
  TypeRegistry.for(n0).registerError(FacetAlreadyExistsException, __FacetAlreadyExistsException);
1425
1088
  export var FacetAttribute = [
1426
1089
  3,
@@ -1440,76 +1103,17 @@ export var FacetAttributeDefinition = [
1440
1103
  ];
1441
1104
  export var FacetAttributeReference = [3, n0, _FARa, 0, [_TFN, _TAN], [0, 0]];
1442
1105
  export var FacetAttributeUpdate = [3, n0, _FAU, 0, [_At, _Ac], [() => FacetAttribute, 0]];
1443
- export var FacetInUseException = [
1444
- -3,
1445
- n0,
1446
- _FIUE,
1447
- {
1448
- [_e]: _c,
1449
- [_hE]: 400,
1450
- },
1451
- [_M],
1452
- [0],
1453
- ];
1106
+ export var FacetInUseException = [-3, n0, _FIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1454
1107
  TypeRegistry.for(n0).registerError(FacetInUseException, __FacetInUseException);
1455
- export var FacetNotFoundException = [
1456
- -3,
1457
- n0,
1458
- _FNFE,
1459
- {
1460
- [_e]: _c,
1461
- [_hE]: 400,
1462
- },
1463
- [_M],
1464
- [0],
1465
- ];
1108
+ export var FacetNotFoundException = [-3, n0, _FNFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1466
1109
  TypeRegistry.for(n0).registerError(FacetNotFoundException, __FacetNotFoundException);
1467
- export var FacetValidationException = [
1468
- -3,
1469
- n0,
1470
- _FVE,
1471
- {
1472
- [_e]: _c,
1473
- [_hE]: 400,
1474
- },
1475
- [_M],
1476
- [0],
1477
- ];
1110
+ export var FacetValidationException = [-3, n0, _FVE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1478
1111
  TypeRegistry.for(n0).registerError(FacetValidationException, __FacetValidationException);
1479
1112
  export var GetAppliedSchemaVersionRequest = [3, n0, _GASVR, 0, [_SA], [0]];
1480
1113
  export var GetAppliedSchemaVersionResponse = [3, n0, _GASVRe, 0, [_ASA], [0]];
1481
- export var GetDirectoryRequest = [
1482
- 3,
1483
- n0,
1484
- _GDR,
1485
- 0,
1486
- [_DA],
1487
- [
1488
- [
1489
- 0,
1490
- {
1491
- [_hH]: _xadp,
1492
- },
1493
- ],
1494
- ],
1495
- ];
1114
+ export var GetDirectoryRequest = [3, n0, _GDR, 0, [_DA], [[0, { [_hH]: _xadp }]]];
1496
1115
  export var GetDirectoryResponse = [3, n0, _GDRe, 0, [_D], [() => Directory]];
1497
- export var GetFacetRequest = [
1498
- 3,
1499
- n0,
1500
- _GFR,
1501
- 0,
1502
- [_SA, _N],
1503
- [
1504
- [
1505
- 0,
1506
- {
1507
- [_hH]: _xadp,
1508
- },
1509
- ],
1510
- 0,
1511
- ],
1512
- ];
1116
+ export var GetFacetRequest = [3, n0, _GFR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
1513
1117
  export var GetFacetResponse = [3, n0, _GFRe, 0, [_F], [() => Facet]];
1514
1118
  export var GetLinkAttributesRequest = [
1515
1119
  3,
@@ -1517,17 +1121,7 @@ export var GetLinkAttributesRequest = [
1517
1121
  _GLAR,
1518
1122
  0,
1519
1123
  [_DA, _TLS, _ANt, _CL],
1520
- [
1521
- [
1522
- 0,
1523
- {
1524
- [_hH]: _xadp,
1525
- },
1526
- ],
1527
- () => TypedLinkSpecifier,
1528
- 64 | 0,
1529
- 0,
1530
- ],
1124
+ [[0, { [_hH]: _xadp }], () => TypedLinkSpecifier, 64 | 0, 0],
1531
1125
  ];
1532
1126
  export var GetLinkAttributesResponse = [
1533
1127
  3,
@@ -1543,23 +1137,7 @@ export var GetObjectAttributesRequest = [
1543
1137
  _GOAR,
1544
1138
  0,
1545
1139
  [_DA, _OR, _CL, _SF, _ANt],
1546
- [
1547
- [
1548
- 0,
1549
- {
1550
- [_hH]: _xadp,
1551
- },
1552
- ],
1553
- () => ObjectReference,
1554
- [
1555
- 0,
1556
- {
1557
- [_hH]: _xacl,
1558
- },
1559
- ],
1560
- () => SchemaFacet,
1561
- 64 | 0,
1562
- ],
1140
+ [[0, { [_hH]: _xadp }], () => ObjectReference, [0, { [_hH]: _xacl }], () => SchemaFacet, 64 | 0],
1563
1141
  ];
1564
1142
  export var GetObjectAttributesResponse = [
1565
1143
  3,
@@ -1575,21 +1153,7 @@ export var GetObjectInformationRequest = [
1575
1153
  _GOIR,
1576
1154
  0,
1577
1155
  [_DA, _OR, _CL],
1578
- [
1579
- [
1580
- 0,
1581
- {
1582
- [_hH]: _xadp,
1583
- },
1584
- ],
1585
- () => ObjectReference,
1586
- [
1587
- 0,
1588
- {
1589
- [_hH]: _xacl,
1590
- },
1591
- ],
1592
- ],
1156
+ [[0, { [_hH]: _xadp }], () => ObjectReference, [0, { [_hH]: _xacl }]],
1593
1157
  ];
1594
1158
  export var GetObjectInformationResponse = [
1595
1159
  3,
@@ -1599,21 +1163,7 @@ export var GetObjectInformationResponse = [
1599
1163
  [_SFc, _OI],
1600
1164
  [() => SchemaFacetList, 0],
1601
1165
  ];
1602
- export var GetSchemaAsJsonRequest = [
1603
- 3,
1604
- n0,
1605
- _GSAJR,
1606
- 0,
1607
- [_SA],
1608
- [
1609
- [
1610
- 0,
1611
- {
1612
- [_hH]: _xadp,
1613
- },
1614
- ],
1615
- ],
1616
- ];
1166
+ export var GetSchemaAsJsonRequest = [3, n0, _GSAJR, 0, [_SA], [[0, { [_hH]: _xadp }]]];
1617
1167
  export var GetSchemaAsJsonResponse = [3, n0, _GSAJRe, 0, [_N, _Do], [0, 0]];
1618
1168
  export var GetTypedLinkFacetInformationRequest = [
1619
1169
  3,
@@ -1621,149 +1171,31 @@ export var GetTypedLinkFacetInformationRequest = [
1621
1171
  _GTLFIR,
1622
1172
  0,
1623
1173
  [_SA, _N],
1624
- [
1625
- [
1626
- 0,
1627
- {
1628
- [_hH]: _xadp,
1629
- },
1630
- ],
1631
- 0,
1632
- ],
1174
+ [[0, { [_hH]: _xadp }], 0],
1633
1175
  ];
1634
1176
  export var GetTypedLinkFacetInformationResponse = [3, n0, _GTLFIRe, 0, [_IAO], [64 | 0]];
1635
- export var IncompatibleSchemaException = [
1636
- -3,
1637
- n0,
1638
- _ISE,
1639
- {
1640
- [_e]: _c,
1641
- [_hE]: 400,
1642
- },
1643
- [_M],
1644
- [0],
1645
- ];
1177
+ export var IncompatibleSchemaException = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1646
1178
  TypeRegistry.for(n0).registerError(IncompatibleSchemaException, __IncompatibleSchemaException);
1647
1179
  export var IndexAttachment = [3, n0, _IAn, 0, [_IAnd, _OI], [() => AttributeKeyAndValueList, 0]];
1648
- export var IndexedAttributeMissingException = [
1649
- -3,
1650
- n0,
1651
- _IAME,
1652
- {
1653
- [_e]: _c,
1654
- [_hE]: 400,
1655
- },
1656
- [_M],
1657
- [0],
1658
- ];
1180
+ export var IndexedAttributeMissingException = [-3, n0, _IAME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1659
1181
  TypeRegistry.for(n0).registerError(IndexedAttributeMissingException, __IndexedAttributeMissingException);
1660
- export var InternalServiceException = [
1661
- -3,
1662
- n0,
1663
- _ISEn,
1664
- {
1665
- [_e]: _s,
1666
- [_hE]: 500,
1667
- },
1668
- [_M],
1669
- [0],
1670
- ];
1182
+ export var InternalServiceException = [-3, n0, _ISEn, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
1671
1183
  TypeRegistry.for(n0).registerError(InternalServiceException, __InternalServiceException);
1672
- export var InvalidArnException = [
1673
- -3,
1674
- n0,
1675
- _IAE,
1676
- {
1677
- [_e]: _c,
1678
- [_hE]: 400,
1679
- },
1680
- [_M],
1681
- [0],
1682
- ];
1184
+ export var InvalidArnException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1683
1185
  TypeRegistry.for(n0).registerError(InvalidArnException, __InvalidArnException);
1684
- export var InvalidAttachmentException = [
1685
- -3,
1686
- n0,
1687
- _IAEn,
1688
- {
1689
- [_e]: _c,
1690
- [_hE]: 400,
1691
- },
1692
- [_M],
1693
- [0],
1694
- ];
1186
+ export var InvalidAttachmentException = [-3, n0, _IAEn, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1695
1187
  TypeRegistry.for(n0).registerError(InvalidAttachmentException, __InvalidAttachmentException);
1696
- export var InvalidFacetUpdateException = [
1697
- -3,
1698
- n0,
1699
- _IFUE,
1700
- {
1701
- [_e]: _c,
1702
- [_hE]: 400,
1703
- },
1704
- [_M],
1705
- [0],
1706
- ];
1188
+ export var InvalidFacetUpdateException = [-3, n0, _IFUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1707
1189
  TypeRegistry.for(n0).registerError(InvalidFacetUpdateException, __InvalidFacetUpdateException);
1708
- export var InvalidNextTokenException = [
1709
- -3,
1710
- n0,
1711
- _INTE,
1712
- {
1713
- [_e]: _c,
1714
- [_hE]: 400,
1715
- },
1716
- [_M],
1717
- [0],
1718
- ];
1190
+ export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1719
1191
  TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
1720
- export var InvalidRuleException = [
1721
- -3,
1722
- n0,
1723
- _IRE,
1724
- {
1725
- [_e]: _c,
1726
- [_hE]: 400,
1727
- },
1728
- [_M],
1729
- [0],
1730
- ];
1192
+ export var InvalidRuleException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1731
1193
  TypeRegistry.for(n0).registerError(InvalidRuleException, __InvalidRuleException);
1732
- export var InvalidSchemaDocException = [
1733
- -3,
1734
- n0,
1735
- _ISDE,
1736
- {
1737
- [_e]: _c,
1738
- [_hE]: 400,
1739
- },
1740
- [_M],
1741
- [0],
1742
- ];
1194
+ export var InvalidSchemaDocException = [-3, n0, _ISDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1743
1195
  TypeRegistry.for(n0).registerError(InvalidSchemaDocException, __InvalidSchemaDocException);
1744
- export var InvalidTaggingRequestException = [
1745
- -3,
1746
- n0,
1747
- _ITRE,
1748
- {
1749
- [_e]: _c,
1750
- [_hE]: 400,
1751
- },
1752
- [_M],
1753
- [0],
1754
- ];
1196
+ export var InvalidTaggingRequestException = [-3, n0, _ITRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1755
1197
  TypeRegistry.for(n0).registerError(InvalidTaggingRequestException, __InvalidTaggingRequestException);
1756
- export var LimitExceededException = [
1757
- -3,
1758
- n0,
1759
- _LEE,
1760
- {
1761
- [_e]: _c,
1762
- [_hE]: 400,
1763
- },
1764
- [_M],
1765
- [0],
1766
- ];
1198
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1767
1199
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1768
1200
  export var LinkAttributeAction = [3, n0, _LAA, 0, [_AAT, _AUV], [0, () => TypedAttributeValue]];
1769
1201
  export var LinkAttributeUpdate = [
@@ -1774,17 +1206,7 @@ export var LinkAttributeUpdate = [
1774
1206
  [_AK, _AA],
1775
1207
  [() => AttributeKey, () => LinkAttributeAction],
1776
1208
  ];
1777
- export var LinkNameAlreadyInUseException = [
1778
- -3,
1779
- n0,
1780
- _LNAIUE,
1781
- {
1782
- [_e]: _c,
1783
- [_hE]: 400,
1784
- },
1785
- [_M],
1786
- [0],
1787
- ];
1209
+ export var LinkNameAlreadyInUseException = [-3, n0, _LNAIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
1788
1210
  TypeRegistry.for(n0).registerError(LinkNameAlreadyInUseException, __LinkNameAlreadyInUseException);
1789
1211
  export var ListAppliedSchemaArnsRequest = [3, n0, _LASAR, 0, [_DA, _SA, _NT, _MR], [0, 0, 0, 1]];
1790
1212
  export var ListAppliedSchemaArnsResponse = [3, n0, _LASARi, 0, [_SAc, _NT], [64 | 0, 0]];
@@ -1794,23 +1216,7 @@ export var ListAttachedIndicesRequest = [
1794
1216
  _LAIR,
1795
1217
  0,
1796
1218
  [_DA, _TR, _NT, _MR, _CL],
1797
- [
1798
- [
1799
- 0,
1800
- {
1801
- [_hH]: _xadp,
1802
- },
1803
- ],
1804
- () => ObjectReference,
1805
- 0,
1806
- 1,
1807
- [
1808
- 0,
1809
- {
1810
- [_hH]: _xacl,
1811
- },
1812
- ],
1813
- ],
1219
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1, [0, { [_hH]: _xacl }]],
1814
1220
  ];
1815
1221
  export var ListAttachedIndicesResponse = [
1816
1222
  3,
@@ -1830,17 +1236,7 @@ export var ListFacetAttributesRequest = [
1830
1236
  _LFAR,
1831
1237
  0,
1832
1238
  [_SA, _N, _NT, _MR],
1833
- [
1834
- [
1835
- 0,
1836
- {
1837
- [_hH]: _xadp,
1838
- },
1839
- ],
1840
- 0,
1841
- 0,
1842
- 1,
1843
- ],
1239
+ [[0, { [_hH]: _xadp }], 0, 0, 1],
1844
1240
  ];
1845
1241
  export var ListFacetAttributesResponse = [
1846
1242
  3,
@@ -1856,16 +1252,7 @@ export var ListFacetNamesRequest = [
1856
1252
  _LFNR,
1857
1253
  0,
1858
1254
  [_SA, _NT, _MR],
1859
- [
1860
- [
1861
- 0,
1862
- {
1863
- [_hH]: _xadp,
1864
- },
1865
- ],
1866
- 0,
1867
- 1,
1868
- ],
1255
+ [[0, { [_hH]: _xadp }], 0, 1],
1869
1256
  ];
1870
1257
  export var ListFacetNamesResponse = [3, n0, _LFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
1871
1258
  export var ListIncomingTypedLinksRequest = [
@@ -1875,12 +1262,7 @@ export var ListIncomingTypedLinksRequest = [
1875
1262
  0,
1876
1263
  [_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
1877
1264
  [
1878
- [
1879
- 0,
1880
- {
1881
- [_hH]: _xadp,
1882
- },
1883
- ],
1265
+ [0, { [_hH]: _xadp }],
1884
1266
  () => ObjectReference,
1885
1267
  () => TypedLinkAttributeRangeList,
1886
1268
  () => TypedLinkSchemaAndFacetName,
@@ -1903,24 +1285,7 @@ export var ListIndexRequest = [
1903
1285
  _LIR,
1904
1286
  0,
1905
1287
  [_DA, _ROIV, _IR, _MR, _NT, _CL],
1906
- [
1907
- [
1908
- 0,
1909
- {
1910
- [_hH]: _xadp,
1911
- },
1912
- ],
1913
- () => ObjectAttributeRangeList,
1914
- () => ObjectReference,
1915
- 1,
1916
- 0,
1917
- [
1918
- 0,
1919
- {
1920
- [_hH]: _xacl,
1921
- },
1922
- ],
1923
- ],
1288
+ [[0, { [_hH]: _xadp }], () => ObjectAttributeRangeList, () => ObjectReference, 1, 0, [0, { [_hH]: _xacl }]],
1924
1289
  ];
1925
1290
  export var ListIndexResponse = [3, n0, _LIRi, 0, [_IA, _NT], [() => IndexAttachmentList, 0]];
1926
1291
  export var ListManagedSchemaArnsRequest = [3, n0, _LMSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
@@ -1931,24 +1296,7 @@ export var ListObjectAttributesRequest = [
1931
1296
  _LOAR,
1932
1297
  0,
1933
1298
  [_DA, _OR, _NT, _MR, _CL, _FF],
1934
- [
1935
- [
1936
- 0,
1937
- {
1938
- [_hH]: _xadp,
1939
- },
1940
- ],
1941
- () => ObjectReference,
1942
- 0,
1943
- 1,
1944
- [
1945
- 0,
1946
- {
1947
- [_hH]: _xacl,
1948
- },
1949
- ],
1950
- () => SchemaFacet,
1951
- ],
1299
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1, [0, { [_hH]: _xacl }], () => SchemaFacet],
1952
1300
  ];
1953
1301
  export var ListObjectAttributesResponse = [
1954
1302
  3,
@@ -1964,23 +1312,7 @@ export var ListObjectChildrenRequest = [
1964
1312
  _LOCR,
1965
1313
  0,
1966
1314
  [_DA, _OR, _NT, _MR, _CL],
1967
- [
1968
- [
1969
- 0,
1970
- {
1971
- [_hH]: _xadp,
1972
- },
1973
- ],
1974
- () => ObjectReference,
1975
- 0,
1976
- 1,
1977
- [
1978
- 0,
1979
- {
1980
- [_hH]: _xacl,
1981
- },
1982
- ],
1983
- ],
1315
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1, [0, { [_hH]: _xacl }]],
1984
1316
  ];
1985
1317
  export var ListObjectChildrenResponse = [3, n0, _LOCRi, 0, [_C, _NT], [128 | 0, 0]];
1986
1318
  export var ListObjectParentPathsRequest = [
@@ -1989,17 +1321,7 @@ export var ListObjectParentPathsRequest = [
1989
1321
  _LOPPR,
1990
1322
  0,
1991
1323
  [_DA, _OR, _NT, _MR],
1992
- [
1993
- [
1994
- 0,
1995
- {
1996
- [_hH]: _xadp,
1997
- },
1998
- ],
1999
- () => ObjectReference,
2000
- 0,
2001
- 1,
2002
- ],
1324
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1],
2003
1325
  ];
2004
1326
  export var ListObjectParentPathsResponse = [
2005
1327
  3,
@@ -2015,24 +1337,7 @@ export var ListObjectParentsRequest = [
2015
1337
  _LOPR,
2016
1338
  0,
2017
1339
  [_DA, _OR, _NT, _MR, _CL, _IALTEP],
2018
- [
2019
- [
2020
- 0,
2021
- {
2022
- [_hH]: _xadp,
2023
- },
2024
- ],
2025
- () => ObjectReference,
2026
- 0,
2027
- 1,
2028
- [
2029
- 0,
2030
- {
2031
- [_hH]: _xacl,
2032
- },
2033
- ],
2034
- 2,
2035
- ],
1340
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1, [0, { [_hH]: _xacl }], 2],
2036
1341
  ];
2037
1342
  export var ListObjectParentsResponse = [
2038
1343
  3,
@@ -2048,23 +1353,7 @@ export var ListObjectPoliciesRequest = [
2048
1353
  _LOPRis,
2049
1354
  0,
2050
1355
  [_DA, _OR, _NT, _MR, _CL],
2051
- [
2052
- [
2053
- 0,
2054
- {
2055
- [_hH]: _xadp,
2056
- },
2057
- ],
2058
- () => ObjectReference,
2059
- 0,
2060
- 1,
2061
- [
2062
- 0,
2063
- {
2064
- [_hH]: _xacl,
2065
- },
2066
- ],
2067
- ],
1356
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1, [0, { [_hH]: _xacl }]],
2068
1357
  ];
2069
1358
  export var ListObjectPoliciesResponse = [3, n0, _LOPRist, 0, [_API, _NT], [64 | 0, 0]];
2070
1359
  export var ListOutgoingTypedLinksRequest = [
@@ -2074,12 +1363,7 @@ export var ListOutgoingTypedLinksRequest = [
2074
1363
  0,
2075
1364
  [_DA, _OR, _FAR, _FTL, _NT, _MR, _CL],
2076
1365
  [
2077
- [
2078
- 0,
2079
- {
2080
- [_hH]: _xadp,
2081
- },
2082
- ],
1366
+ [0, { [_hH]: _xadp }],
2083
1367
  () => ObjectReference,
2084
1368
  () => TypedLinkAttributeRangeList,
2085
1369
  () => TypedLinkSchemaAndFacetName,
@@ -2102,23 +1386,7 @@ export var ListPolicyAttachmentsRequest = [
2102
1386
  _LPAR,
2103
1387
  0,
2104
1388
  [_DA, _PRo, _NT, _MR, _CL],
2105
- [
2106
- [
2107
- 0,
2108
- {
2109
- [_hH]: _xadp,
2110
- },
2111
- ],
2112
- () => ObjectReference,
2113
- 0,
2114
- 1,
2115
- [
2116
- 0,
2117
- {
2118
- [_hH]: _xacl,
2119
- },
2120
- ],
2121
- ],
1389
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1, [0, { [_hH]: _xacl }]],
2122
1390
  ];
2123
1391
  export var ListPolicyAttachmentsResponse = [3, n0, _LPARi, 0, [_OIb, _NT], [64 | 0, 0]];
2124
1392
  export var ListPublishedSchemaArnsRequest = [3, n0, _LPSAR, 0, [_SA, _NT, _MR], [0, 0, 1]];
@@ -2131,17 +1399,7 @@ export var ListTypedLinkFacetAttributesRequest = [
2131
1399
  _LTLFAR,
2132
1400
  0,
2133
1401
  [_SA, _N, _NT, _MR],
2134
- [
2135
- [
2136
- 0,
2137
- {
2138
- [_hH]: _xadp,
2139
- },
2140
- ],
2141
- 0,
2142
- 0,
2143
- 1,
2144
- ],
1402
+ [[0, { [_hH]: _xadp }], 0, 0, 1],
2145
1403
  ];
2146
1404
  export var ListTypedLinkFacetAttributesResponse = [
2147
1405
  3,
@@ -2157,16 +1415,7 @@ export var ListTypedLinkFacetNamesRequest = [
2157
1415
  _LTLFNR,
2158
1416
  0,
2159
1417
  [_SA, _NT, _MR],
2160
- [
2161
- [
2162
- 0,
2163
- {
2164
- [_hH]: _xadp,
2165
- },
2166
- ],
2167
- 0,
2168
- 1,
2169
- ],
1418
+ [[0, { [_hH]: _xadp }], 0, 1],
2170
1419
  ];
2171
1420
  export var ListTypedLinkFacetNamesResponse = [3, n0, _LTLFNRi, 0, [_FNa, _NT], [64 | 0, 0]];
2172
1421
  export var LookupPolicyRequest = [
@@ -2175,66 +1424,16 @@ export var LookupPolicyRequest = [
2175
1424
  _LPR,
2176
1425
  0,
2177
1426
  [_DA, _OR, _NT, _MR],
2178
- [
2179
- [
2180
- 0,
2181
- {
2182
- [_hH]: _xadp,
2183
- },
2184
- ],
2185
- () => ObjectReference,
2186
- 0,
2187
- 1,
2188
- ],
1427
+ [[0, { [_hH]: _xadp }], () => ObjectReference, 0, 1],
2189
1428
  ];
2190
1429
  export var LookupPolicyResponse = [3, n0, _LPRo, 0, [_PTPL, _NT], [() => PolicyToPathList, 0]];
2191
- export var NotIndexException = [
2192
- -3,
2193
- n0,
2194
- _NIE,
2195
- {
2196
- [_e]: _c,
2197
- [_hE]: 400,
2198
- },
2199
- [_M],
2200
- [0],
2201
- ];
1430
+ export var NotIndexException = [-3, n0, _NIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2202
1431
  TypeRegistry.for(n0).registerError(NotIndexException, __NotIndexException);
2203
- export var NotNodeException = [
2204
- -3,
2205
- n0,
2206
- _NNE,
2207
- {
2208
- [_e]: _c,
2209
- [_hE]: 400,
2210
- },
2211
- [_M],
2212
- [0],
2213
- ];
1432
+ export var NotNodeException = [-3, n0, _NNE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2214
1433
  TypeRegistry.for(n0).registerError(NotNodeException, __NotNodeException);
2215
- export var NotPolicyException = [
2216
- -3,
2217
- n0,
2218
- _NPE,
2219
- {
2220
- [_e]: _c,
2221
- [_hE]: 400,
2222
- },
2223
- [_M],
2224
- [0],
2225
- ];
1434
+ export var NotPolicyException = [-3, n0, _NPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2226
1435
  TypeRegistry.for(n0).registerError(NotPolicyException, __NotPolicyException);
2227
- export var ObjectAlreadyDetachedException = [
2228
- -3,
2229
- n0,
2230
- _OADE,
2231
- {
2232
- [_e]: _c,
2233
- [_hE]: 400,
2234
- },
2235
- [_M],
2236
- [0],
2237
- ];
1436
+ export var ObjectAlreadyDetachedException = [-3, n0, _OADE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2238
1437
  TypeRegistry.for(n0).registerError(ObjectAlreadyDetachedException, __ObjectAlreadyDetachedException);
2239
1438
  export var ObjectAttributeAction = [
2240
1439
  3,
@@ -2261,17 +1460,7 @@ export var ObjectAttributeUpdate = [
2261
1460
  [() => AttributeKey, () => ObjectAttributeAction],
2262
1461
  ];
2263
1462
  export var ObjectIdentifierAndLinkNameTuple = [3, n0, _OIALNT, 0, [_OI, _LN], [0, 0]];
2264
- export var ObjectNotDetachedException = [
2265
- -3,
2266
- n0,
2267
- _ONDE,
2268
- {
2269
- [_e]: _c,
2270
- [_hE]: 400,
2271
- },
2272
- [_M],
2273
- [0],
2274
- ];
1463
+ export var ObjectNotDetachedException = [-3, n0, _ONDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2275
1464
  TypeRegistry.for(n0).registerError(ObjectNotDetachedException, __ObjectNotDetachedException);
2276
1465
  export var ObjectReference = [3, n0, _OR, 0, [_Se], [0]];
2277
1466
  export var PathToObjectIdentifiers = [3, n0, _PTOI, 0, [_Pa, _OIb], [0, 64 | 0]];
@@ -2283,35 +1472,10 @@ export var PublishSchemaRequest = [
2283
1472
  _PSR,
2284
1473
  0,
2285
1474
  [_DSA, _Ve, _MV, _N],
2286
- [
2287
- [
2288
- 0,
2289
- {
2290
- [_hH]: _xadp,
2291
- },
2292
- ],
2293
- 0,
2294
- 0,
2295
- 0,
2296
- ],
1475
+ [[0, { [_hH]: _xadp }], 0, 0, 0],
2297
1476
  ];
2298
1477
  export var PublishSchemaResponse = [3, n0, _PSRu, 0, [_PSA], [0]];
2299
- export var PutSchemaFromJsonRequest = [
2300
- 3,
2301
- n0,
2302
- _PSFJR,
2303
- 0,
2304
- [_SA, _Do],
2305
- [
2306
- [
2307
- 0,
2308
- {
2309
- [_hH]: _xadp,
2310
- },
2311
- ],
2312
- 0,
2313
- ],
2314
- ];
1478
+ export var PutSchemaFromJsonRequest = [3, n0, _PSFJR, 0, [_SA, _Do], [[0, { [_hH]: _xadp }], 0]];
2315
1479
  export var PutSchemaFromJsonResponse = [3, n0, _PSFJRu, 0, [_Ar], [0]];
2316
1480
  export var RemoveFacetFromObjectRequest = [
2317
1481
  3,
@@ -2319,79 +1483,20 @@ export var RemoveFacetFromObjectRequest = [
2319
1483
  _RFFOR,
2320
1484
  0,
2321
1485
  [_DA, _SF, _OR],
2322
- [
2323
- [
2324
- 0,
2325
- {
2326
- [_hH]: _xadp,
2327
- },
2328
- ],
2329
- () => SchemaFacet,
2330
- () => ObjectReference,
2331
- ],
1486
+ [[0, { [_hH]: _xadp }], () => SchemaFacet, () => ObjectReference],
2332
1487
  ];
2333
1488
  export var RemoveFacetFromObjectResponse = [3, n0, _RFFORe, 0, [], []];
2334
- export var ResourceNotFoundException = [
2335
- -3,
2336
- n0,
2337
- _RNFE,
2338
- {
2339
- [_e]: _c,
2340
- [_hE]: 404,
2341
- },
2342
- [_M],
2343
- [0],
2344
- ];
1489
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2345
1490
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
2346
- export var RetryableConflictException = [
2347
- -3,
2348
- n0,
2349
- _RCE,
2350
- {
2351
- [_e]: _c,
2352
- [_hE]: 409,
2353
- },
2354
- [_M],
2355
- [0],
2356
- ];
1491
+ export var RetryableConflictException = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
2357
1492
  TypeRegistry.for(n0).registerError(RetryableConflictException, __RetryableConflictException);
2358
1493
  export var Rule = [3, n0, _Rul, 0, [_T, _Par], [0, 128 | 0]];
2359
- export var SchemaAlreadyExistsException = [
2360
- -3,
2361
- n0,
2362
- _SAEE,
2363
- {
2364
- [_e]: _c,
2365
- [_hE]: 400,
2366
- },
2367
- [_M],
2368
- [0],
2369
- ];
1494
+ export var SchemaAlreadyExistsException = [-3, n0, _SAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2370
1495
  TypeRegistry.for(n0).registerError(SchemaAlreadyExistsException, __SchemaAlreadyExistsException);
2371
- export var SchemaAlreadyPublishedException = [
2372
- -3,
2373
- n0,
2374
- _SAPE,
2375
- {
2376
- [_e]: _c,
2377
- [_hE]: 400,
2378
- },
2379
- [_M],
2380
- [0],
2381
- ];
1496
+ export var SchemaAlreadyPublishedException = [-3, n0, _SAPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2382
1497
  TypeRegistry.for(n0).registerError(SchemaAlreadyPublishedException, __SchemaAlreadyPublishedException);
2383
1498
  export var SchemaFacet = [3, n0, _SF, 0, [_SA, _FN], [0, 0]];
2384
- export var StillContainsLinksException = [
2385
- -3,
2386
- n0,
2387
- _SCLE,
2388
- {
2389
- [_e]: _c,
2390
- [_hE]: 400,
2391
- },
2392
- [_M],
2393
- [0],
2394
- ];
1499
+ export var StillContainsLinksException = [-3, n0, _SCLE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2395
1500
  TypeRegistry.for(n0).registerError(StillContainsLinksException, __StillContainsLinksException);
2396
1501
  export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2397
1502
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => TagList]];
@@ -2445,17 +1550,7 @@ export var TypedLinkSpecifier = [
2445
1550
  [_TLF, _SOR, _TOR, _IAV],
2446
1551
  [() => TypedLinkSchemaAndFacetName, () => ObjectReference, () => ObjectReference, () => AttributeNameAndValueList],
2447
1552
  ];
2448
- export var UnsupportedIndexTypeException = [
2449
- -3,
2450
- n0,
2451
- _UITE,
2452
- {
2453
- [_e]: _c,
2454
- [_hE]: 400,
2455
- },
2456
- [_M],
2457
- [0],
2458
- ];
1553
+ export var UnsupportedIndexTypeException = [-3, n0, _UITE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2459
1554
  TypeRegistry.for(n0).registerError(UnsupportedIndexTypeException, __UnsupportedIndexTypeException);
2460
1555
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
2461
1556
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -2465,17 +1560,7 @@ export var UpdateFacetRequest = [
2465
1560
  _UFR,
2466
1561
  0,
2467
1562
  [_SA, _N, _AU, _OT],
2468
- [
2469
- [
2470
- 0,
2471
- {
2472
- [_hH]: _xadp,
2473
- },
2474
- ],
2475
- 0,
2476
- () => FacetAttributeUpdateList,
2477
- 0,
2478
- ],
1563
+ [[0, { [_hH]: _xadp }], 0, () => FacetAttributeUpdateList, 0],
2479
1564
  ];
2480
1565
  export var UpdateFacetResponse = [3, n0, _UFRp, 0, [], []];
2481
1566
  export var UpdateLinkAttributesRequest = [
@@ -2484,16 +1569,7 @@ export var UpdateLinkAttributesRequest = [
2484
1569
  _ULAR,
2485
1570
  0,
2486
1571
  [_DA, _TLS, _AU],
2487
- [
2488
- [
2489
- 0,
2490
- {
2491
- [_hH]: _xadp,
2492
- },
2493
- ],
2494
- () => TypedLinkSpecifier,
2495
- () => LinkAttributeUpdateList,
2496
- ],
1572
+ [[0, { [_hH]: _xadp }], () => TypedLinkSpecifier, () => LinkAttributeUpdateList],
2497
1573
  ];
2498
1574
  export var UpdateLinkAttributesResponse = [3, n0, _ULARp, 0, [], []];
2499
1575
  export var UpdateObjectAttributesRequest = [
@@ -2502,34 +1578,10 @@ export var UpdateObjectAttributesRequest = [
2502
1578
  _UOAR,
2503
1579
  0,
2504
1580
  [_DA, _OR, _AU],
2505
- [
2506
- [
2507
- 0,
2508
- {
2509
- [_hH]: _xadp,
2510
- },
2511
- ],
2512
- () => ObjectReference,
2513
- () => ObjectAttributeUpdateList,
2514
- ],
1581
+ [[0, { [_hH]: _xadp }], () => ObjectReference, () => ObjectAttributeUpdateList],
2515
1582
  ];
2516
1583
  export var UpdateObjectAttributesResponse = [3, n0, _UOARp, 0, [_OI], [0]];
2517
- export var UpdateSchemaRequest = [
2518
- 3,
2519
- n0,
2520
- _USR,
2521
- 0,
2522
- [_SA, _N],
2523
- [
2524
- [
2525
- 0,
2526
- {
2527
- [_hH]: _xadp,
2528
- },
2529
- ],
2530
- 0,
2531
- ],
2532
- ];
1584
+ export var UpdateSchemaRequest = [3, n0, _USR, 0, [_SA, _N], [[0, { [_hH]: _xadp }], 0]];
2533
1585
  export var UpdateSchemaResponse = [3, n0, _USRp, 0, [_SA], [0]];
2534
1586
  export var UpdateTypedLinkFacetRequest = [
2535
1587
  3,
@@ -2537,17 +1589,7 @@ export var UpdateTypedLinkFacetRequest = [
2537
1589
  _UTLFR,
2538
1590
  0,
2539
1591
  [_SA, _N, _AU, _IAO],
2540
- [
2541
- [
2542
- 0,
2543
- {
2544
- [_hH]: _xadp,
2545
- },
2546
- ],
2547
- 0,
2548
- () => TypedLinkFacetAttributeUpdateList,
2549
- 64 | 0,
2550
- ],
1592
+ [[0, { [_hH]: _xadp }], 0, () => TypedLinkFacetAttributeUpdateList, 64 | 0],
2551
1593
  ];
2552
1594
  export var UpdateTypedLinkFacetResponse = [3, n0, _UTLFRp, 0, [], []];
2553
1595
  export var UpgradeAppliedSchemaRequest = [3, n0, _UASR, 0, [_PSA, _DA, _DR], [0, 0, 2]];
@@ -2561,17 +1603,7 @@ export var UpgradePublishedSchemaRequest = [
2561
1603
  [0, 0, 0, 2],
2562
1604
  ];
2563
1605
  export var UpgradePublishedSchemaResponse = [3, n0, _UPSRp, 0, [_USA], [0]];
2564
- export var ValidationException = [
2565
- -3,
2566
- n0,
2567
- _VE,
2568
- {
2569
- [_e]: _c,
2570
- [_hE]: 400,
2571
- },
2572
- [_M],
2573
- [0],
2574
- ];
1606
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2575
1607
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
2576
1608
  export var __Unit = "unit";
2577
1609
  export var CloudDirectoryServiceException = [-3, _sm, "CloudDirectoryServiceException", 0, [], []];
@@ -2634,9 +1666,7 @@ export var AddFacetToObject = [
2634
1666
  9,
2635
1667
  n0,
2636
1668
  _AFTO,
2637
- {
2638
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets", 200],
2639
- },
1669
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets", 200] },
2640
1670
  () => AddFacetToObjectRequest,
2641
1671
  () => AddFacetToObjectResponse,
2642
1672
  ];
@@ -2644,9 +1674,7 @@ export var ApplySchema = [
2644
1674
  9,
2645
1675
  n0,
2646
1676
  _AS,
2647
- {
2648
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/apply", 200],
2649
- },
1677
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/apply", 200] },
2650
1678
  () => ApplySchemaRequest,
2651
1679
  () => ApplySchemaResponse,
2652
1680
  ];
@@ -2654,9 +1682,7 @@ export var AttachObject = [
2654
1682
  9,
2655
1683
  n0,
2656
1684
  _AO,
2657
- {
2658
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/attach", 200],
2659
- },
1685
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/attach", 200] },
2660
1686
  () => AttachObjectRequest,
2661
1687
  () => AttachObjectResponse,
2662
1688
  ];
@@ -2664,9 +1690,7 @@ export var AttachPolicy = [
2664
1690
  9,
2665
1691
  n0,
2666
1692
  _AP,
2667
- {
2668
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/attach", 200],
2669
- },
1693
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/attach", 200] },
2670
1694
  () => AttachPolicyRequest,
2671
1695
  () => AttachPolicyResponse,
2672
1696
  ];
@@ -2674,9 +1698,7 @@ export var AttachToIndex = [
2674
1698
  9,
2675
1699
  n0,
2676
1700
  _ATI,
2677
- {
2678
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/attach", 200],
2679
- },
1701
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/attach", 200] },
2680
1702
  () => AttachToIndexRequest,
2681
1703
  () => AttachToIndexResponse,
2682
1704
  ];
@@ -2684,9 +1706,7 @@ export var AttachTypedLink = [
2684
1706
  9,
2685
1707
  n0,
2686
1708
  _ATL,
2687
- {
2688
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/attach", 200],
2689
- },
1709
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/attach", 200] },
2690
1710
  () => AttachTypedLinkRequest,
2691
1711
  () => AttachTypedLinkResponse,
2692
1712
  ];
@@ -2694,9 +1714,7 @@ export var BatchRead = [
2694
1714
  9,
2695
1715
  n0,
2696
1716
  _BR,
2697
- {
2698
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/batchread", 200],
2699
- },
1717
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/batchread", 200] },
2700
1718
  () => BatchReadRequest,
2701
1719
  () => BatchReadResponse,
2702
1720
  ];
@@ -2704,9 +1722,7 @@ export var BatchWrite = [
2704
1722
  9,
2705
1723
  n0,
2706
1724
  _BW,
2707
- {
2708
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/batchwrite", 200],
2709
- },
1725
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/batchwrite", 200] },
2710
1726
  () => BatchWriteRequest,
2711
1727
  () => BatchWriteResponse,
2712
1728
  ];
@@ -2714,9 +1730,7 @@ export var CreateDirectory = [
2714
1730
  9,
2715
1731
  n0,
2716
1732
  _CD,
2717
- {
2718
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/create", 200],
2719
- },
1733
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/create", 200] },
2720
1734
  () => CreateDirectoryRequest,
2721
1735
  () => CreateDirectoryResponse,
2722
1736
  ];
@@ -2724,9 +1738,7 @@ export var CreateFacet = [
2724
1738
  9,
2725
1739
  n0,
2726
1740
  _CF,
2727
- {
2728
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/create", 200],
2729
- },
1741
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/create", 200] },
2730
1742
  () => CreateFacetRequest,
2731
1743
  () => CreateFacetResponse,
2732
1744
  ];
@@ -2734,9 +1746,7 @@ export var CreateIndex = [
2734
1746
  9,
2735
1747
  n0,
2736
1748
  _CI,
2737
- {
2738
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index", 200],
2739
- },
1749
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index", 200] },
2740
1750
  () => CreateIndexRequest,
2741
1751
  () => CreateIndexResponse,
2742
1752
  ];
@@ -2744,9 +1754,7 @@ export var CreateObject = [
2744
1754
  9,
2745
1755
  n0,
2746
1756
  _CO,
2747
- {
2748
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object", 200],
2749
- },
1757
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object", 200] },
2750
1758
  () => CreateObjectRequest,
2751
1759
  () => CreateObjectResponse,
2752
1760
  ];
@@ -2754,9 +1762,7 @@ export var CreateSchema = [
2754
1762
  9,
2755
1763
  n0,
2756
1764
  _CS,
2757
- {
2758
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/create", 200],
2759
- },
1765
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/create", 200] },
2760
1766
  () => CreateSchemaRequest,
2761
1767
  () => CreateSchemaResponse,
2762
1768
  ];
@@ -2764,9 +1770,7 @@ export var CreateTypedLinkFacet = [
2764
1770
  9,
2765
1771
  n0,
2766
1772
  _CTLF,
2767
- {
2768
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/create", 200],
2769
- },
1773
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/create", 200] },
2770
1774
  () => CreateTypedLinkFacetRequest,
2771
1775
  () => CreateTypedLinkFacetResponse,
2772
1776
  ];
@@ -2774,9 +1778,7 @@ export var DeleteDirectory = [
2774
1778
  9,
2775
1779
  n0,
2776
1780
  _DD,
2777
- {
2778
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory", 200],
2779
- },
1781
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory", 200] },
2780
1782
  () => DeleteDirectoryRequest,
2781
1783
  () => DeleteDirectoryResponse,
2782
1784
  ];
@@ -2784,9 +1786,7 @@ export var DeleteFacet = [
2784
1786
  9,
2785
1787
  n0,
2786
1788
  _DF,
2787
- {
2788
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/delete", 200],
2789
- },
1789
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet/delete", 200] },
2790
1790
  () => DeleteFacetRequest,
2791
1791
  () => DeleteFacetResponse,
2792
1792
  ];
@@ -2794,9 +1794,7 @@ export var DeleteObject = [
2794
1794
  9,
2795
1795
  n0,
2796
1796
  _DOe,
2797
- {
2798
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/delete", 200],
2799
- },
1797
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/delete", 200] },
2800
1798
  () => DeleteObjectRequest,
2801
1799
  () => DeleteObjectResponse,
2802
1800
  ];
@@ -2804,9 +1802,7 @@ export var DeleteSchema = [
2804
1802
  9,
2805
1803
  n0,
2806
1804
  _DS,
2807
- {
2808
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema", 200],
2809
- },
1805
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema", 200] },
2810
1806
  () => DeleteSchemaRequest,
2811
1807
  () => DeleteSchemaResponse,
2812
1808
  ];
@@ -2814,9 +1810,7 @@ export var DeleteTypedLinkFacet = [
2814
1810
  9,
2815
1811
  n0,
2816
1812
  _DTLF,
2817
- {
2818
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/delete", 200],
2819
- },
1813
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet/delete", 200] },
2820
1814
  () => DeleteTypedLinkFacetRequest,
2821
1815
  () => DeleteTypedLinkFacetResponse,
2822
1816
  ];
@@ -2824,9 +1818,7 @@ export var DetachFromIndex = [
2824
1818
  9,
2825
1819
  n0,
2826
1820
  _DFI,
2827
- {
2828
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/detach", 200],
2829
- },
1821
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/index/detach", 200] },
2830
1822
  () => DetachFromIndexRequest,
2831
1823
  () => DetachFromIndexResponse,
2832
1824
  ];
@@ -2834,9 +1826,7 @@ export var DetachObject = [
2834
1826
  9,
2835
1827
  n0,
2836
1828
  _DO,
2837
- {
2838
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/detach", 200],
2839
- },
1829
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/detach", 200] },
2840
1830
  () => DetachObjectRequest,
2841
1831
  () => DetachObjectResponse,
2842
1832
  ];
@@ -2844,9 +1834,7 @@ export var DetachPolicy = [
2844
1834
  9,
2845
1835
  n0,
2846
1836
  _DP,
2847
- {
2848
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/detach", 200],
2849
- },
1837
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/policy/detach", 200] },
2850
1838
  () => DetachPolicyRequest,
2851
1839
  () => DetachPolicyResponse,
2852
1840
  ];
@@ -2854,9 +1842,7 @@ export var DetachTypedLink = [
2854
1842
  9,
2855
1843
  n0,
2856
1844
  _DTL,
2857
- {
2858
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/detach", 200],
2859
- },
1845
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/detach", 200] },
2860
1846
  () => DetachTypedLinkRequest,
2861
1847
  () => __Unit,
2862
1848
  ];
@@ -2864,9 +1850,7 @@ export var DisableDirectory = [
2864
1850
  9,
2865
1851
  n0,
2866
1852
  _DDi,
2867
- {
2868
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/disable", 200],
2869
- },
1853
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/disable", 200] },
2870
1854
  () => DisableDirectoryRequest,
2871
1855
  () => DisableDirectoryResponse,
2872
1856
  ];
@@ -2874,9 +1858,7 @@ export var EnableDirectory = [
2874
1858
  9,
2875
1859
  n0,
2876
1860
  _ED,
2877
- {
2878
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/enable", 200],
2879
- },
1861
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/directory/enable", 200] },
2880
1862
  () => EnableDirectoryRequest,
2881
1863
  () => EnableDirectoryResponse,
2882
1864
  ];
@@ -2884,9 +1866,7 @@ export var GetAppliedSchemaVersion = [
2884
1866
  9,
2885
1867
  n0,
2886
1868
  _GASV,
2887
- {
2888
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/getappliedschema", 200],
2889
- },
1869
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/getappliedschema", 200] },
2890
1870
  () => GetAppliedSchemaVersionRequest,
2891
1871
  () => GetAppliedSchemaVersionResponse,
2892
1872
  ];
@@ -2894,9 +1874,7 @@ export var GetDirectory = [
2894
1874
  9,
2895
1875
  n0,
2896
1876
  _GD,
2897
- {
2898
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/get", 200],
2899
- },
1877
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/get", 200] },
2900
1878
  () => GetDirectoryRequest,
2901
1879
  () => GetDirectoryResponse,
2902
1880
  ];
@@ -2904,9 +1882,7 @@ export var GetFacet = [
2904
1882
  9,
2905
1883
  n0,
2906
1884
  _GF,
2907
- {
2908
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet", 200],
2909
- },
1885
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet", 200] },
2910
1886
  () => GetFacetRequest,
2911
1887
  () => GetFacetResponse,
2912
1888
  ];
@@ -2914,9 +1890,7 @@ export var GetLinkAttributes = [
2914
1890
  9,
2915
1891
  n0,
2916
1892
  _GLA,
2917
- {
2918
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/get", 200],
2919
- },
1893
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/get", 200] },
2920
1894
  () => GetLinkAttributesRequest,
2921
1895
  () => GetLinkAttributesResponse,
2922
1896
  ];
@@ -2924,9 +1898,7 @@ export var GetObjectAttributes = [
2924
1898
  9,
2925
1899
  n0,
2926
1900
  _GOA,
2927
- {
2928
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes/get", 200],
2929
- },
1901
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes/get", 200] },
2930
1902
  () => GetObjectAttributesRequest,
2931
1903
  () => GetObjectAttributesResponse,
2932
1904
  ];
@@ -2934,9 +1906,7 @@ export var GetObjectInformation = [
2934
1906
  9,
2935
1907
  n0,
2936
1908
  _GOI,
2937
- {
2938
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/information", 200],
2939
- },
1909
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/information", 200] },
2940
1910
  () => GetObjectInformationRequest,
2941
1911
  () => GetObjectInformationResponse,
2942
1912
  ];
@@ -2944,9 +1914,7 @@ export var GetSchemaAsJson = [
2944
1914
  9,
2945
1915
  n0,
2946
1916
  _GSAJ,
2947
- {
2948
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/json", 200],
2949
- },
1917
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/json", 200] },
2950
1918
  () => GetSchemaAsJsonRequest,
2951
1919
  () => GetSchemaAsJsonResponse,
2952
1920
  ];
@@ -2954,9 +1922,7 @@ export var GetTypedLinkFacetInformation = [
2954
1922
  9,
2955
1923
  n0,
2956
1924
  _GTLFI,
2957
- {
2958
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/get", 200],
2959
- },
1925
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/get", 200] },
2960
1926
  () => GetTypedLinkFacetInformationRequest,
2961
1927
  () => GetTypedLinkFacetInformationResponse,
2962
1928
  ];
@@ -2964,9 +1930,7 @@ export var ListAppliedSchemaArns = [
2964
1930
  9,
2965
1931
  n0,
2966
1932
  _LASA,
2967
- {
2968
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/applied", 200],
2969
- },
1933
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/applied", 200] },
2970
1934
  () => ListAppliedSchemaArnsRequest,
2971
1935
  () => ListAppliedSchemaArnsResponse,
2972
1936
  ];
@@ -2974,9 +1938,7 @@ export var ListAttachedIndices = [
2974
1938
  9,
2975
1939
  n0,
2976
1940
  _LAI,
2977
- {
2978
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/indices", 200],
2979
- },
1941
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/indices", 200] },
2980
1942
  () => ListAttachedIndicesRequest,
2981
1943
  () => ListAttachedIndicesResponse,
2982
1944
  ];
@@ -2984,9 +1946,7 @@ export var ListDevelopmentSchemaArns = [
2984
1946
  9,
2985
1947
  n0,
2986
1948
  _LDSA,
2987
- {
2988
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/development", 200],
2989
- },
1949
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/development", 200] },
2990
1950
  () => ListDevelopmentSchemaArnsRequest,
2991
1951
  () => ListDevelopmentSchemaArnsResponse,
2992
1952
  ];
@@ -2994,9 +1954,7 @@ export var ListDirectories = [
2994
1954
  9,
2995
1955
  n0,
2996
1956
  _LD,
2997
- {
2998
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/list", 200],
2999
- },
1957
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/directory/list", 200] },
3000
1958
  () => ListDirectoriesRequest,
3001
1959
  () => ListDirectoriesResponse,
3002
1960
  ];
@@ -3004,9 +1962,7 @@ export var ListFacetAttributes = [
3004
1962
  9,
3005
1963
  n0,
3006
1964
  _LFA,
3007
- {
3008
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/attributes", 200],
3009
- },
1965
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/attributes", 200] },
3010
1966
  () => ListFacetAttributesRequest,
3011
1967
  () => ListFacetAttributesResponse,
3012
1968
  ];
@@ -3014,9 +1970,7 @@ export var ListFacetNames = [
3014
1970
  9,
3015
1971
  n0,
3016
1972
  _LFN,
3017
- {
3018
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/list", 200],
3019
- },
1973
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/facet/list", 200] },
3020
1974
  () => ListFacetNamesRequest,
3021
1975
  () => ListFacetNamesResponse,
3022
1976
  ];
@@ -3024,9 +1978,7 @@ export var ListIncomingTypedLinks = [
3024
1978
  9,
3025
1979
  n0,
3026
1980
  _LITL,
3027
- {
3028
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/incoming", 200],
3029
- },
1981
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/incoming", 200] },
3030
1982
  () => ListIncomingTypedLinksRequest,
3031
1983
  () => ListIncomingTypedLinksResponse,
3032
1984
  ];
@@ -3034,9 +1986,7 @@ export var ListIndex = [
3034
1986
  9,
3035
1987
  n0,
3036
1988
  _LI,
3037
- {
3038
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/index/targets", 200],
3039
- },
1989
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/index/targets", 200] },
3040
1990
  () => ListIndexRequest,
3041
1991
  () => ListIndexResponse,
3042
1992
  ];
@@ -3044,9 +1994,7 @@ export var ListManagedSchemaArns = [
3044
1994
  9,
3045
1995
  n0,
3046
1996
  _LMSA,
3047
- {
3048
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/managed", 200],
3049
- },
1997
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/managed", 200] },
3050
1998
  () => ListManagedSchemaArnsRequest,
3051
1999
  () => ListManagedSchemaArnsResponse,
3052
2000
  ];
@@ -3054,9 +2002,7 @@ export var ListObjectAttributes = [
3054
2002
  9,
3055
2003
  n0,
3056
2004
  _LOA,
3057
- {
3058
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes", 200],
3059
- },
2005
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/attributes", 200] },
3060
2006
  () => ListObjectAttributesRequest,
3061
2007
  () => ListObjectAttributesResponse,
3062
2008
  ];
@@ -3064,9 +2010,7 @@ export var ListObjectChildren = [
3064
2010
  9,
3065
2011
  n0,
3066
2012
  _LOC,
3067
- {
3068
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/children", 200],
3069
- },
2013
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/children", 200] },
3070
2014
  () => ListObjectChildrenRequest,
3071
2015
  () => ListObjectChildrenResponse,
3072
2016
  ];
@@ -3074,9 +2018,7 @@ export var ListObjectParentPaths = [
3074
2018
  9,
3075
2019
  n0,
3076
2020
  _LOPP,
3077
- {
3078
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parentpaths", 200],
3079
- },
2021
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parentpaths", 200] },
3080
2022
  () => ListObjectParentPathsRequest,
3081
2023
  () => ListObjectParentPathsResponse,
3082
2024
  ];
@@ -3084,9 +2026,7 @@ export var ListObjectParents = [
3084
2026
  9,
3085
2027
  n0,
3086
2028
  _LOP,
3087
- {
3088
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parent", 200],
3089
- },
2029
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/parent", 200] },
3090
2030
  () => ListObjectParentsRequest,
3091
2031
  () => ListObjectParentsResponse,
3092
2032
  ];
@@ -3094,9 +2034,7 @@ export var ListObjectPolicies = [
3094
2034
  9,
3095
2035
  n0,
3096
2036
  _LOPi,
3097
- {
3098
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/policy", 200],
3099
- },
2037
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/object/policy", 200] },
3100
2038
  () => ListObjectPoliciesRequest,
3101
2039
  () => ListObjectPoliciesResponse,
3102
2040
  ];
@@ -3104,9 +2042,7 @@ export var ListOutgoingTypedLinks = [
3104
2042
  9,
3105
2043
  n0,
3106
2044
  _LOTL,
3107
- {
3108
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/outgoing", 200],
3109
- },
2045
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/outgoing", 200] },
3110
2046
  () => ListOutgoingTypedLinksRequest,
3111
2047
  () => ListOutgoingTypedLinksResponse,
3112
2048
  ];
@@ -3114,9 +2050,7 @@ export var ListPolicyAttachments = [
3114
2050
  9,
3115
2051
  n0,
3116
2052
  _LPA,
3117
- {
3118
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/attachment", 200],
3119
- },
2053
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/attachment", 200] },
3120
2054
  () => ListPolicyAttachmentsRequest,
3121
2055
  () => ListPolicyAttachmentsResponse,
3122
2056
  ];
@@ -3124,9 +2058,7 @@ export var ListPublishedSchemaArns = [
3124
2058
  9,
3125
2059
  n0,
3126
2060
  _LPSA,
3127
- {
3128
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/published", 200],
3129
- },
2061
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/schema/published", 200] },
3130
2062
  () => ListPublishedSchemaArnsRequest,
3131
2063
  () => ListPublishedSchemaArnsResponse,
3132
2064
  ];
@@ -3134,9 +2066,7 @@ export var ListTagsForResource = [
3134
2066
  9,
3135
2067
  n0,
3136
2068
  _LTFR,
3137
- {
3138
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/tags", 200],
3139
- },
2069
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/tags", 200] },
3140
2070
  () => ListTagsForResourceRequest,
3141
2071
  () => ListTagsForResourceResponse,
3142
2072
  ];
@@ -3144,9 +2074,7 @@ export var ListTypedLinkFacetAttributes = [
3144
2074
  9,
3145
2075
  n0,
3146
2076
  _LTLFA,
3147
- {
3148
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/attributes", 200],
3149
- },
2077
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/attributes", 200] },
3150
2078
  () => ListTypedLinkFacetAttributesRequest,
3151
2079
  () => ListTypedLinkFacetAttributesResponse,
3152
2080
  ];
@@ -3154,9 +2082,7 @@ export var ListTypedLinkFacetNames = [
3154
2082
  9,
3155
2083
  n0,
3156
2084
  _LTLFN,
3157
- {
3158
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/list", 200],
3159
- },
2085
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/facet/list", 200] },
3160
2086
  () => ListTypedLinkFacetNamesRequest,
3161
2087
  () => ListTypedLinkFacetNamesResponse,
3162
2088
  ];
@@ -3164,9 +2090,7 @@ export var LookupPolicy = [
3164
2090
  9,
3165
2091
  n0,
3166
2092
  _LP,
3167
- {
3168
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/lookup", 200],
3169
- },
2093
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/policy/lookup", 200] },
3170
2094
  () => LookupPolicyRequest,
3171
2095
  () => LookupPolicyResponse,
3172
2096
  ];
@@ -3174,9 +2098,7 @@ export var PublishSchema = [
3174
2098
  9,
3175
2099
  n0,
3176
2100
  _PS,
3177
- {
3178
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/publish", 200],
3179
- },
2101
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/publish", 200] },
3180
2102
  () => PublishSchemaRequest,
3181
2103
  () => PublishSchemaResponse,
3182
2104
  ];
@@ -3184,9 +2106,7 @@ export var PutSchemaFromJson = [
3184
2106
  9,
3185
2107
  n0,
3186
2108
  _PSFJ,
3187
- {
3188
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/json", 200],
3189
- },
2109
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/json", 200] },
3190
2110
  () => PutSchemaFromJsonRequest,
3191
2111
  () => PutSchemaFromJsonResponse,
3192
2112
  ];
@@ -3194,9 +2114,7 @@ export var RemoveFacetFromObject = [
3194
2114
  9,
3195
2115
  n0,
3196
2116
  _RFFO,
3197
- {
3198
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets/delete", 200],
3199
- },
2117
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/facets/delete", 200] },
3200
2118
  () => RemoveFacetFromObjectRequest,
3201
2119
  () => RemoveFacetFromObjectResponse,
3202
2120
  ];
@@ -3204,9 +2122,7 @@ export var TagResource = [
3204
2122
  9,
3205
2123
  n0,
3206
2124
  _TRa,
3207
- {
3208
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/add", 200],
3209
- },
2125
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/add", 200] },
3210
2126
  () => TagResourceRequest,
3211
2127
  () => TagResourceResponse,
3212
2128
  ];
@@ -3214,9 +2130,7 @@ export var UntagResource = [
3214
2130
  9,
3215
2131
  n0,
3216
2132
  _UR,
3217
- {
3218
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/remove", 200],
3219
- },
2133
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/tags/remove", 200] },
3220
2134
  () => UntagResourceRequest,
3221
2135
  () => UntagResourceResponse,
3222
2136
  ];
@@ -3224,9 +2138,7 @@ export var UpdateFacet = [
3224
2138
  9,
3225
2139
  n0,
3226
2140
  _UF,
3227
- {
3228
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet", 200],
3229
- },
2141
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/facet", 200] },
3230
2142
  () => UpdateFacetRequest,
3231
2143
  () => UpdateFacetResponse,
3232
2144
  ];
@@ -3234,9 +2146,7 @@ export var UpdateLinkAttributes = [
3234
2146
  9,
3235
2147
  n0,
3236
2148
  _ULA,
3237
- {
3238
- [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/update", 200],
3239
- },
2149
+ { [_h]: ["POST", "/amazonclouddirectory/2017-01-11/typedlink/attributes/update", 200] },
3240
2150
  () => UpdateLinkAttributesRequest,
3241
2151
  () => UpdateLinkAttributesResponse,
3242
2152
  ];
@@ -3244,9 +2154,7 @@ export var UpdateObjectAttributes = [
3244
2154
  9,
3245
2155
  n0,
3246
2156
  _UOA,
3247
- {
3248
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/update", 200],
3249
- },
2157
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/object/update", 200] },
3250
2158
  () => UpdateObjectAttributesRequest,
3251
2159
  () => UpdateObjectAttributesResponse,
3252
2160
  ];
@@ -3254,9 +2162,7 @@ export var UpdateSchema = [
3254
2162
  9,
3255
2163
  n0,
3256
2164
  _US,
3257
- {
3258
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/update", 200],
3259
- },
2165
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/update", 200] },
3260
2166
  () => UpdateSchemaRequest,
3261
2167
  () => UpdateSchemaResponse,
3262
2168
  ];
@@ -3264,9 +2170,7 @@ export var UpdateTypedLinkFacet = [
3264
2170
  9,
3265
2171
  n0,
3266
2172
  _UTLF,
3267
- {
3268
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet", 200],
3269
- },
2173
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/typedlink/facet", 200] },
3270
2174
  () => UpdateTypedLinkFacetRequest,
3271
2175
  () => UpdateTypedLinkFacetResponse,
3272
2176
  ];
@@ -3274,9 +2178,7 @@ export var UpgradeAppliedSchema = [
3274
2178
  9,
3275
2179
  n0,
3276
2180
  _UAS,
3277
- {
3278
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradeapplied", 200],
3279
- },
2181
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradeapplied", 200] },
3280
2182
  () => UpgradeAppliedSchemaRequest,
3281
2183
  () => UpgradeAppliedSchemaResponse,
3282
2184
  ];
@@ -3284,9 +2186,7 @@ export var UpgradePublishedSchema = [
3284
2186
  9,
3285
2187
  n0,
3286
2188
  _UPS,
3287
- {
3288
- [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradepublished", 200],
3289
- },
2189
+ { [_h]: ["PUT", "/amazonclouddirectory/2017-01-11/schema/upgradepublished", 200] },
3290
2190
  () => UpgradePublishedSchemaRequest,
3291
2191
  () => UpgradePublishedSchemaResponse,
3292
2192
  ];