@aws-sdk/client-clouddirectory 3.934.0 → 3.936.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.
@@ -1,13 +1,15 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CloudDirectoryServiceException as __BaseException } from "./CloudDirectoryServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
10
- }
1
+ import {
2
+ BatchReadExceptionType,
3
+ ConsistencyLevel,
4
+ DirectoryState,
5
+ FacetAttributeType,
6
+ FacetStyle,
7
+ ObjectType,
8
+ RangeMode,
9
+ RequiredAttributeBehavior,
10
+ RuleType,
11
+ UpdateActionType,
12
+ } from "./enums";
11
13
  export interface AttributeKey {
12
14
  SchemaArn: string | undefined;
13
15
  FacetName: string | undefined;
@@ -96,70 +98,6 @@ export interface AddFacetToObjectRequest {
96
98
  ObjectReference: ObjectReference | undefined;
97
99
  }
98
100
  export interface AddFacetToObjectResponse {}
99
- export declare class DirectoryNotEnabledException extends __BaseException {
100
- readonly name: "DirectoryNotEnabledException";
101
- readonly $fault: "client";
102
- Message?: string | undefined;
103
- constructor(
104
- opts: __ExceptionOptionType<DirectoryNotEnabledException, __BaseException>
105
- );
106
- }
107
- export declare class FacetValidationException extends __BaseException {
108
- readonly name: "FacetValidationException";
109
- readonly $fault: "client";
110
- Message?: string | undefined;
111
- constructor(
112
- opts: __ExceptionOptionType<FacetValidationException, __BaseException>
113
- );
114
- }
115
- export declare class InternalServiceException extends __BaseException {
116
- readonly name: "InternalServiceException";
117
- readonly $fault: "server";
118
- Message?: string | undefined;
119
- constructor(
120
- opts: __ExceptionOptionType<InternalServiceException, __BaseException>
121
- );
122
- }
123
- export declare class InvalidArnException extends __BaseException {
124
- readonly name: "InvalidArnException";
125
- readonly $fault: "client";
126
- Message?: string | undefined;
127
- constructor(
128
- opts: __ExceptionOptionType<InvalidArnException, __BaseException>
129
- );
130
- }
131
- export declare class LimitExceededException extends __BaseException {
132
- readonly name: "LimitExceededException";
133
- readonly $fault: "client";
134
- Message?: string | undefined;
135
- constructor(
136
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
137
- );
138
- }
139
- export declare class ResourceNotFoundException extends __BaseException {
140
- readonly name: "ResourceNotFoundException";
141
- readonly $fault: "client";
142
- Message?: string | undefined;
143
- constructor(
144
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
145
- );
146
- }
147
- export declare class RetryableConflictException extends __BaseException {
148
- readonly name: "RetryableConflictException";
149
- readonly $fault: "client";
150
- Message?: string | undefined;
151
- constructor(
152
- opts: __ExceptionOptionType<RetryableConflictException, __BaseException>
153
- );
154
- }
155
- export declare class ValidationException extends __BaseException {
156
- readonly name: "ValidationException";
157
- readonly $fault: "client";
158
- Message?: string | undefined;
159
- constructor(
160
- opts: __ExceptionOptionType<ValidationException, __BaseException>
161
- );
162
- }
163
101
  export interface ApplySchemaRequest {
164
102
  PublishedSchemaArn: string | undefined;
165
103
  DirectoryArn: string | undefined;
@@ -168,22 +106,6 @@ export interface ApplySchemaResponse {
168
106
  AppliedSchemaArn?: string | undefined;
169
107
  DirectoryArn?: string | undefined;
170
108
  }
171
- export declare class InvalidAttachmentException extends __BaseException {
172
- readonly name: "InvalidAttachmentException";
173
- readonly $fault: "client";
174
- Message?: string | undefined;
175
- constructor(
176
- opts: __ExceptionOptionType<InvalidAttachmentException, __BaseException>
177
- );
178
- }
179
- export declare class SchemaAlreadyExistsException extends __BaseException {
180
- readonly name: "SchemaAlreadyExistsException";
181
- readonly $fault: "client";
182
- Message?: string | undefined;
183
- constructor(
184
- opts: __ExceptionOptionType<SchemaAlreadyExistsException, __BaseException>
185
- );
186
- }
187
109
  export interface AttachObjectRequest {
188
110
  DirectoryArn: string | undefined;
189
111
  ParentReference: ObjectReference | undefined;
@@ -193,26 +115,12 @@ export interface AttachObjectRequest {
193
115
  export interface AttachObjectResponse {
194
116
  AttachedObjectIdentifier?: string | undefined;
195
117
  }
196
- export declare class LinkNameAlreadyInUseException extends __BaseException {
197
- readonly name: "LinkNameAlreadyInUseException";
198
- readonly $fault: "client";
199
- Message?: string | undefined;
200
- constructor(
201
- opts: __ExceptionOptionType<LinkNameAlreadyInUseException, __BaseException>
202
- );
203
- }
204
118
  export interface AttachPolicyRequest {
205
119
  DirectoryArn: string | undefined;
206
120
  PolicyReference: ObjectReference | undefined;
207
121
  ObjectReference: ObjectReference | undefined;
208
122
  }
209
123
  export interface AttachPolicyResponse {}
210
- export declare class NotPolicyException extends __BaseException {
211
- readonly name: "NotPolicyException";
212
- readonly $fault: "client";
213
- Message?: string | undefined;
214
- constructor(opts: __ExceptionOptionType<NotPolicyException, __BaseException>);
215
- }
216
124
  export interface AttachToIndexRequest {
217
125
  DirectoryArn: string | undefined;
218
126
  IndexReference: ObjectReference | undefined;
@@ -221,23 +129,6 @@ export interface AttachToIndexRequest {
221
129
  export interface AttachToIndexResponse {
222
130
  AttachedObjectIdentifier?: string | undefined;
223
131
  }
224
- export declare class IndexedAttributeMissingException extends __BaseException {
225
- readonly name: "IndexedAttributeMissingException";
226
- readonly $fault: "client";
227
- Message?: string | undefined;
228
- constructor(
229
- opts: __ExceptionOptionType<
230
- IndexedAttributeMissingException,
231
- __BaseException
232
- >
233
- );
234
- }
235
- export declare class NotIndexException extends __BaseException {
236
- readonly name: "NotIndexException";
237
- readonly $fault: "client";
238
- Message?: string | undefined;
239
- constructor(opts: __ExceptionOptionType<NotIndexException, __BaseException>);
240
- }
241
132
  export interface AttributeNameAndValue {
242
133
  AttributeName: string | undefined;
243
134
  Value: TypedAttributeValue | undefined;
@@ -262,12 +153,6 @@ export interface TypedLinkSpecifier {
262
153
  export interface AttachTypedLinkResponse {
263
154
  TypedLinkSpecifier?: TypedLinkSpecifier | undefined;
264
155
  }
265
- export declare const ConsistencyLevel: {
266
- readonly EVENTUAL: "EVENTUAL";
267
- readonly SERIALIZABLE: "SERIALIZABLE";
268
- };
269
- export type ConsistencyLevel =
270
- (typeof ConsistencyLevel)[keyof typeof ConsistencyLevel];
271
156
  export interface BatchGetLinkAttributes {
272
157
  TypedLinkSpecifier: TypedLinkSpecifier | undefined;
273
158
  AttributeNames: string[] | undefined;
@@ -285,14 +170,6 @@ export interface BatchListAttachedIndices {
285
170
  NextToken?: string | undefined;
286
171
  MaxResults?: number | undefined;
287
172
  }
288
- export declare const RangeMode: {
289
- readonly EXCLUSIVE: "EXCLUSIVE";
290
- readonly FIRST: "FIRST";
291
- readonly INCLUSIVE: "INCLUSIVE";
292
- readonly LAST: "LAST";
293
- readonly LAST_BEFORE_MISSING_VALUES: "LAST_BEFORE_MISSING_VALUES";
294
- };
295
- export type RangeMode = (typeof RangeMode)[keyof typeof RangeMode];
296
173
  export interface TypedAttributeValueRange {
297
174
  StartMode: RangeMode | undefined;
298
175
  StartValue?: TypedAttributeValue | undefined;
@@ -384,23 +261,6 @@ export interface BatchReadRequest {
384
261
  Operations: BatchReadOperation[] | undefined;
385
262
  ConsistencyLevel?: ConsistencyLevel | undefined;
386
263
  }
387
- export declare const BatchReadExceptionType: {
388
- readonly AccessDeniedException: "AccessDeniedException";
389
- readonly CannotListParentOfRootException: "CannotListParentOfRootException";
390
- readonly DirectoryNotEnabledException: "DirectoryNotEnabledException";
391
- readonly FacetValidationException: "FacetValidationException";
392
- readonly InternalServiceException: "InternalServiceException";
393
- readonly InvalidArnException: "InvalidArnException";
394
- readonly InvalidNextTokenException: "InvalidNextTokenException";
395
- readonly LimitExceededException: "LimitExceededException";
396
- readonly NotIndexException: "NotIndexException";
397
- readonly NotNodeException: "NotNodeException";
398
- readonly NotPolicyException: "NotPolicyException";
399
- readonly ResourceNotFoundException: "ResourceNotFoundException";
400
- readonly ValidationException: "ValidationException";
401
- };
402
- export type BatchReadExceptionType =
403
- (typeof BatchReadExceptionType)[keyof typeof BatchReadExceptionType];
404
264
  export interface BatchReadException {
405
265
  Type?: BatchReadExceptionType | undefined;
406
266
  Message?: string | undefined;
@@ -503,38 +363,6 @@ export interface BatchReadOperationResponse {
503
363
  export interface BatchReadResponse {
504
364
  Responses?: BatchReadOperationResponse[] | undefined;
505
365
  }
506
- export declare const BatchWriteExceptionType: {
507
- readonly AccessDeniedException: "AccessDeniedException";
508
- readonly DirectoryNotEnabledException: "DirectoryNotEnabledException";
509
- readonly FacetValidationException: "FacetValidationException";
510
- readonly IndexedAttributeMissingException: "IndexedAttributeMissingException";
511
- readonly InternalServiceException: "InternalServiceException";
512
- readonly InvalidArnException: "InvalidArnException";
513
- readonly InvalidAttachmentException: "InvalidAttachmentException";
514
- readonly LimitExceededException: "LimitExceededException";
515
- readonly LinkNameAlreadyInUseException: "LinkNameAlreadyInUseException";
516
- readonly NotIndexException: "NotIndexException";
517
- readonly NotNodeException: "NotNodeException";
518
- readonly NotPolicyException: "NotPolicyException";
519
- readonly ObjectAlreadyDetachedException: "ObjectAlreadyDetachedException";
520
- readonly ObjectNotDetachedException: "ObjectNotDetachedException";
521
- readonly ResourceNotFoundException: "ResourceNotFoundException";
522
- readonly StillContainsLinksException: "StillContainsLinksException";
523
- readonly UnsupportedIndexTypeException: "UnsupportedIndexTypeException";
524
- readonly ValidationException: "ValidationException";
525
- };
526
- export type BatchWriteExceptionType =
527
- (typeof BatchWriteExceptionType)[keyof typeof BatchWriteExceptionType];
528
- export declare class BatchWriteException extends __BaseException {
529
- readonly name: "BatchWriteException";
530
- readonly $fault: "client";
531
- Index?: number | undefined;
532
- Type?: BatchWriteExceptionType | undefined;
533
- Message?: string | undefined;
534
- constructor(
535
- opts: __ExceptionOptionType<BatchWriteException, __BaseException>
536
- );
537
- }
538
366
  export interface BatchAddFacetToObject {
539
367
  SchemaFacet: SchemaFacet | undefined;
540
368
  ObjectAttributeList: AttributeKeyAndValue[] | undefined;
@@ -596,12 +424,6 @@ export interface BatchRemoveFacetFromObject {
596
424
  SchemaFacet: SchemaFacet | undefined;
597
425
  ObjectReference: ObjectReference | undefined;
598
426
  }
599
- export declare const UpdateActionType: {
600
- readonly CREATE_OR_UPDATE: "CREATE_OR_UPDATE";
601
- readonly DELETE: "DELETE";
602
- };
603
- export type UpdateActionType =
604
- (typeof UpdateActionType)[keyof typeof UpdateActionType];
605
427
  export interface LinkAttributeAction {
606
428
  AttributeActionType?: UpdateActionType | undefined;
607
429
  AttributeUpdateValue?: TypedAttributeValue | undefined;
@@ -708,38 +530,10 @@ export interface CreateDirectoryResponse {
708
530
  ObjectIdentifier: string | undefined;
709
531
  AppliedSchemaArn: string | undefined;
710
532
  }
711
- export declare class DirectoryAlreadyExistsException extends __BaseException {
712
- readonly name: "DirectoryAlreadyExistsException";
713
- readonly $fault: "client";
714
- Message?: string | undefined;
715
- constructor(
716
- opts: __ExceptionOptionType<
717
- DirectoryAlreadyExistsException,
718
- __BaseException
719
- >
720
- );
721
- }
722
- export declare const RuleType: {
723
- readonly BINARY_LENGTH: "BINARY_LENGTH";
724
- readonly NUMBER_COMPARISON: "NUMBER_COMPARISON";
725
- readonly STRING_FROM_SET: "STRING_FROM_SET";
726
- readonly STRING_LENGTH: "STRING_LENGTH";
727
- };
728
- export type RuleType = (typeof RuleType)[keyof typeof RuleType];
729
533
  export interface Rule {
730
534
  Type?: RuleType | undefined;
731
535
  Parameters?: Record<string, string> | undefined;
732
536
  }
733
- export declare const FacetAttributeType: {
734
- readonly BINARY: "BINARY";
735
- readonly BOOLEAN: "BOOLEAN";
736
- readonly DATETIME: "DATETIME";
737
- readonly NUMBER: "NUMBER";
738
- readonly STRING: "STRING";
739
- readonly VARIANT: "VARIANT";
740
- };
741
- export type FacetAttributeType =
742
- (typeof FacetAttributeType)[keyof typeof FacetAttributeType];
743
537
  export interface FacetAttributeDefinition {
744
538
  Type: FacetAttributeType | undefined;
745
539
  DefaultValue?: TypedAttributeValue | undefined;
@@ -750,30 +544,12 @@ export interface FacetAttributeReference {
750
544
  TargetFacetName: string | undefined;
751
545
  TargetAttributeName: string | undefined;
752
546
  }
753
- export declare const RequiredAttributeBehavior: {
754
- readonly NOT_REQUIRED: "NOT_REQUIRED";
755
- readonly REQUIRED_ALWAYS: "REQUIRED_ALWAYS";
756
- };
757
- export type RequiredAttributeBehavior =
758
- (typeof RequiredAttributeBehavior)[keyof typeof RequiredAttributeBehavior];
759
547
  export interface FacetAttribute {
760
548
  Name: string | undefined;
761
549
  AttributeDefinition?: FacetAttributeDefinition | undefined;
762
550
  AttributeReference?: FacetAttributeReference | undefined;
763
551
  RequiredBehavior?: RequiredAttributeBehavior | undefined;
764
552
  }
765
- export declare const FacetStyle: {
766
- readonly DYNAMIC: "DYNAMIC";
767
- readonly STATIC: "STATIC";
768
- };
769
- export type FacetStyle = (typeof FacetStyle)[keyof typeof FacetStyle];
770
- export declare const ObjectType: {
771
- readonly INDEX: "INDEX";
772
- readonly LEAF_NODE: "LEAF_NODE";
773
- readonly NODE: "NODE";
774
- readonly POLICY: "POLICY";
775
- };
776
- export type ObjectType = (typeof ObjectType)[keyof typeof ObjectType];
777
553
  export interface CreateFacetRequest {
778
554
  SchemaArn: string | undefined;
779
555
  Name: string | undefined;
@@ -782,22 +558,6 @@ export interface CreateFacetRequest {
782
558
  FacetStyle?: FacetStyle | undefined;
783
559
  }
784
560
  export interface CreateFacetResponse {}
785
- export declare class FacetAlreadyExistsException extends __BaseException {
786
- readonly name: "FacetAlreadyExistsException";
787
- readonly $fault: "client";
788
- Message?: string | undefined;
789
- constructor(
790
- opts: __ExceptionOptionType<FacetAlreadyExistsException, __BaseException>
791
- );
792
- }
793
- export declare class InvalidRuleException extends __BaseException {
794
- readonly name: "InvalidRuleException";
795
- readonly $fault: "client";
796
- Message?: string | undefined;
797
- constructor(
798
- opts: __ExceptionOptionType<InvalidRuleException, __BaseException>
799
- );
800
- }
801
561
  export interface CreateIndexRequest {
802
562
  DirectoryArn: string | undefined;
803
563
  OrderedIndexedAttributeList: AttributeKey[] | undefined;
@@ -808,14 +568,6 @@ export interface CreateIndexRequest {
808
568
  export interface CreateIndexResponse {
809
569
  ObjectIdentifier?: string | undefined;
810
570
  }
811
- export declare class UnsupportedIndexTypeException extends __BaseException {
812
- readonly name: "UnsupportedIndexTypeException";
813
- readonly $fault: "client";
814
- Message?: string | undefined;
815
- constructor(
816
- opts: __ExceptionOptionType<UnsupportedIndexTypeException, __BaseException>
817
- );
818
- }
819
571
  export interface CreateObjectRequest {
820
572
  DirectoryArn: string | undefined;
821
573
  SchemaFacets: SchemaFacet[] | undefined;
@@ -856,70 +608,22 @@ export interface DeleteDirectoryRequest {
856
608
  export interface DeleteDirectoryResponse {
857
609
  DirectoryArn: string | undefined;
858
610
  }
859
- export declare class DirectoryDeletedException extends __BaseException {
860
- readonly name: "DirectoryDeletedException";
861
- readonly $fault: "client";
862
- Message?: string | undefined;
863
- constructor(
864
- opts: __ExceptionOptionType<DirectoryDeletedException, __BaseException>
865
- );
866
- }
867
- export declare class DirectoryNotDisabledException extends __BaseException {
868
- readonly name: "DirectoryNotDisabledException";
869
- readonly $fault: "client";
870
- Message?: string | undefined;
871
- constructor(
872
- opts: __ExceptionOptionType<DirectoryNotDisabledException, __BaseException>
873
- );
874
- }
875
611
  export interface DeleteFacetRequest {
876
612
  SchemaArn: string | undefined;
877
613
  Name: string | undefined;
878
614
  }
879
615
  export interface DeleteFacetResponse {}
880
- export declare class FacetInUseException extends __BaseException {
881
- readonly name: "FacetInUseException";
882
- readonly $fault: "client";
883
- Message?: string | undefined;
884
- constructor(
885
- opts: __ExceptionOptionType<FacetInUseException, __BaseException>
886
- );
887
- }
888
- export declare class FacetNotFoundException extends __BaseException {
889
- readonly name: "FacetNotFoundException";
890
- readonly $fault: "client";
891
- Message?: string | undefined;
892
- constructor(
893
- opts: __ExceptionOptionType<FacetNotFoundException, __BaseException>
894
- );
895
- }
896
616
  export interface DeleteObjectRequest {
897
617
  DirectoryArn: string | undefined;
898
618
  ObjectReference: ObjectReference | undefined;
899
619
  }
900
620
  export interface DeleteObjectResponse {}
901
- export declare class ObjectNotDetachedException extends __BaseException {
902
- readonly name: "ObjectNotDetachedException";
903
- readonly $fault: "client";
904
- Message?: string | undefined;
905
- constructor(
906
- opts: __ExceptionOptionType<ObjectNotDetachedException, __BaseException>
907
- );
908
- }
909
621
  export interface DeleteSchemaRequest {
910
622
  SchemaArn: string | undefined;
911
623
  }
912
624
  export interface DeleteSchemaResponse {
913
625
  SchemaArn?: string | undefined;
914
626
  }
915
- export declare class StillContainsLinksException extends __BaseException {
916
- readonly name: "StillContainsLinksException";
917
- readonly $fault: "client";
918
- Message?: string | undefined;
919
- constructor(
920
- opts: __ExceptionOptionType<StillContainsLinksException, __BaseException>
921
- );
922
- }
923
627
  export interface DeleteTypedLinkFacetRequest {
924
628
  SchemaArn: string | undefined;
925
629
  Name: string | undefined;
@@ -933,14 +637,6 @@ export interface DetachFromIndexRequest {
933
637
  export interface DetachFromIndexResponse {
934
638
  DetachedObjectIdentifier?: string | undefined;
935
639
  }
936
- export declare class ObjectAlreadyDetachedException extends __BaseException {
937
- readonly name: "ObjectAlreadyDetachedException";
938
- readonly $fault: "client";
939
- Message?: string | undefined;
940
- constructor(
941
- opts: __ExceptionOptionType<ObjectAlreadyDetachedException, __BaseException>
942
- );
943
- }
944
640
  export interface DetachObjectRequest {
945
641
  DirectoryArn: string | undefined;
946
642
  ParentReference: ObjectReference | undefined;
@@ -949,12 +645,6 @@ export interface DetachObjectRequest {
949
645
  export interface DetachObjectResponse {
950
646
  DetachedObjectIdentifier?: string | undefined;
951
647
  }
952
- export declare class NotNodeException extends __BaseException {
953
- readonly name: "NotNodeException";
954
- readonly $fault: "client";
955
- Message?: string | undefined;
956
- constructor(opts: __ExceptionOptionType<NotNodeException, __BaseException>);
957
- }
958
648
  export interface DetachPolicyRequest {
959
649
  DirectoryArn: string | undefined;
960
650
  PolicyReference: ObjectReference | undefined;
@@ -986,13 +676,6 @@ export interface GetAppliedSchemaVersionResponse {
986
676
  export interface GetDirectoryRequest {
987
677
  DirectoryArn: string | undefined;
988
678
  }
989
- export declare const DirectoryState: {
990
- readonly DELETED: "DELETED";
991
- readonly DISABLED: "DISABLED";
992
- readonly ENABLED: "ENABLED";
993
- };
994
- export type DirectoryState =
995
- (typeof DirectoryState)[keyof typeof DirectoryState];
996
679
  export interface Directory {
997
680
  Name?: string | undefined;
998
681
  DirectoryArn?: string | undefined;
@@ -1056,14 +739,6 @@ export interface GetTypedLinkFacetInformationRequest {
1056
739
  export interface GetTypedLinkFacetInformationResponse {
1057
740
  IdentityAttributeOrder?: string[] | undefined;
1058
741
  }
1059
- export declare class InvalidNextTokenException extends __BaseException {
1060
- readonly name: "InvalidNextTokenException";
1061
- readonly $fault: "client";
1062
- Message?: string | undefined;
1063
- constructor(
1064
- opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
1065
- );
1066
- }
1067
742
  export interface ListAppliedSchemaArnsRequest {
1068
743
  DirectoryArn: string | undefined;
1069
744
  SchemaArn?: string | undefined;
@@ -1188,17 +863,6 @@ export interface ListObjectParentPathsResponse {
1188
863
  PathToObjectIdentifiersList?: PathToObjectIdentifiers[] | undefined;
1189
864
  NextToken?: string | undefined;
1190
865
  }
1191
- export declare class CannotListParentOfRootException extends __BaseException {
1192
- readonly name: "CannotListParentOfRootException";
1193
- readonly $fault: "client";
1194
- Message?: string | undefined;
1195
- constructor(
1196
- opts: __ExceptionOptionType<
1197
- CannotListParentOfRootException,
1198
- __BaseException
1199
- >
1200
- );
1201
- }
1202
866
  export interface ListObjectParentsRequest {
1203
867
  DirectoryArn: string | undefined;
1204
868
  ObjectReference: ObjectReference | undefined;
@@ -1256,14 +920,6 @@ export interface ListPublishedSchemaArnsResponse {
1256
920
  SchemaArns?: string[] | undefined;
1257
921
  NextToken?: string | undefined;
1258
922
  }
1259
- export declare class InvalidTaggingRequestException extends __BaseException {
1260
- readonly name: "InvalidTaggingRequestException";
1261
- readonly $fault: "client";
1262
- Message?: string | undefined;
1263
- constructor(
1264
- opts: __ExceptionOptionType<InvalidTaggingRequestException, __BaseException>
1265
- );
1266
- }
1267
923
  export interface ListTagsForResourceRequest {
1268
924
  ResourceArn: string | undefined;
1269
925
  NextToken?: string | undefined;
@@ -1315,25 +971,6 @@ export interface PublishSchemaRequest {
1315
971
  export interface PublishSchemaResponse {
1316
972
  PublishedSchemaArn?: string | undefined;
1317
973
  }
1318
- export declare class SchemaAlreadyPublishedException extends __BaseException {
1319
- readonly name: "SchemaAlreadyPublishedException";
1320
- readonly $fault: "client";
1321
- Message?: string | undefined;
1322
- constructor(
1323
- opts: __ExceptionOptionType<
1324
- SchemaAlreadyPublishedException,
1325
- __BaseException
1326
- >
1327
- );
1328
- }
1329
- export declare class InvalidSchemaDocException extends __BaseException {
1330
- readonly name: "InvalidSchemaDocException";
1331
- readonly $fault: "client";
1332
- Message?: string | undefined;
1333
- constructor(
1334
- opts: __ExceptionOptionType<InvalidSchemaDocException, __BaseException>
1335
- );
1336
- }
1337
974
  export interface PutSchemaFromJsonRequest {
1338
975
  SchemaArn: string | undefined;
1339
976
  Document: string | undefined;
@@ -1357,14 +994,6 @@ export interface UntagResourceRequest {
1357
994
  TagKeys: string[] | undefined;
1358
995
  }
1359
996
  export interface UntagResourceResponse {}
1360
- export declare class InvalidFacetUpdateException extends __BaseException {
1361
- readonly name: "InvalidFacetUpdateException";
1362
- readonly $fault: "client";
1363
- Message?: string | undefined;
1364
- constructor(
1365
- opts: __ExceptionOptionType<InvalidFacetUpdateException, __BaseException>
1366
- );
1367
- }
1368
997
  export interface FacetAttributeUpdate {
1369
998
  Attribute?: FacetAttribute | undefined;
1370
999
  Action?: UpdateActionType | undefined;
@@ -1408,14 +1037,6 @@ export interface UpdateTypedLinkFacetRequest {
1408
1037
  IdentityAttributeOrder: string[] | undefined;
1409
1038
  }
1410
1039
  export interface UpdateTypedLinkFacetResponse {}
1411
- export declare class IncompatibleSchemaException extends __BaseException {
1412
- readonly name: "IncompatibleSchemaException";
1413
- readonly $fault: "client";
1414
- Message?: string | undefined;
1415
- constructor(
1416
- opts: __ExceptionOptionType<IncompatibleSchemaException, __BaseException>
1417
- );
1418
- }
1419
1040
  export interface UpgradeAppliedSchemaRequest {
1420
1041
  PublishedSchemaArn: string | undefined;
1421
1042
  DirectoryArn: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-clouddirectory",
3
3
  "description": "AWS SDK for JavaScript Clouddirectory Client for Node.js, Browser and React Native",
4
- "version": "3.934.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-clouddirectory",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/credential-provider-node": "3.934.0",
25
- "@aws-sdk/middleware-host-header": "3.930.0",
26
- "@aws-sdk/middleware-logger": "3.930.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.934.0",
29
- "@aws-sdk/region-config-resolver": "3.930.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/credential-provider-node": "3.936.0",
25
+ "@aws-sdk/middleware-host-header": "3.936.0",
26
+ "@aws-sdk/middleware-logger": "3.936.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.936.0",
29
+ "@aws-sdk/region-config-resolver": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";