@aws-sdk/client-clouddirectory 3.300.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +83 -94
- package/dist-es/models/models_0.js +83 -94
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +7 -7
- package/dist-types/commands/ApplySchemaCommand.d.ts +1 -1
- package/dist-types/commands/AttachObjectCommand.d.ts +2 -2
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -2
- package/dist-types/commands/AttachToIndexCommand.d.ts +2 -2
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -6
- package/dist-types/commands/BatchReadCommand.d.ts +47 -79
- package/dist-types/commands/BatchWriteCommand.d.ts +60 -108
- package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/CreateFacetCommand.d.ts +9 -9
- package/dist-types/commands/CreateIndexCommand.d.ts +4 -4
- package/dist-types/commands/CreateObjectCommand.d.ts +8 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +9 -9
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFacetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
- package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -2
- package/dist-types/commands/DetachObjectCommand.d.ts +2 -2
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +7 -7
- package/dist-types/commands/DisableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/EnableDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/GetFacetCommand.d.ts +1 -1
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +8 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -4
- package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -2
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +1 -1
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +2 -2
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListDirectoriesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +8 -8
- package/dist-types/commands/ListIndexCommand.d.ts +8 -8
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -3
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -2
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -2
- package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -2
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +8 -8
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -2
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
- package/dist-types/commands/LookupPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PublishSchemaCommand.d.ts +1 -1
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFacetCommand.d.ts +10 -10
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +12 -12
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +7 -7
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +9 -9
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +138 -83
- package/dist-types/ts3.4/models/models_0.d.ts +101 -83
- package/package.json +34 -34
|
@@ -589,11 +589,16 @@ export interface AttachTypedLinkResponse {
|
|
|
589
589
|
}
|
|
590
590
|
/**
|
|
591
591
|
* @public
|
|
592
|
+
* @enum
|
|
592
593
|
*/
|
|
593
|
-
export declare
|
|
594
|
-
EVENTUAL
|
|
595
|
-
SERIALIZABLE
|
|
596
|
-
}
|
|
594
|
+
export declare const ConsistencyLevel: {
|
|
595
|
+
readonly EVENTUAL: "EVENTUAL";
|
|
596
|
+
readonly SERIALIZABLE: "SERIALIZABLE";
|
|
597
|
+
};
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
export type ConsistencyLevel = (typeof ConsistencyLevel)[keyof typeof ConsistencyLevel];
|
|
597
602
|
/**
|
|
598
603
|
* @public
|
|
599
604
|
* <p>Retrieves attributes that are associated with a typed link inside a <a>BatchRead</a> operation. For more information, see <a>GetLinkAttributes</a> and <a>BatchReadRequest$Operations</a>.</p>
|
|
@@ -656,14 +661,19 @@ export interface BatchListAttachedIndices {
|
|
|
656
661
|
}
|
|
657
662
|
/**
|
|
658
663
|
* @public
|
|
664
|
+
* @enum
|
|
659
665
|
*/
|
|
660
|
-
export declare
|
|
661
|
-
EXCLUSIVE
|
|
662
|
-
FIRST
|
|
663
|
-
INCLUSIVE
|
|
664
|
-
LAST
|
|
665
|
-
LAST_BEFORE_MISSING_VALUES
|
|
666
|
-
}
|
|
666
|
+
export declare const RangeMode: {
|
|
667
|
+
readonly EXCLUSIVE: "EXCLUSIVE";
|
|
668
|
+
readonly FIRST: "FIRST";
|
|
669
|
+
readonly INCLUSIVE: "INCLUSIVE";
|
|
670
|
+
readonly LAST: "LAST";
|
|
671
|
+
readonly LAST_BEFORE_MISSING_VALUES: "LAST_BEFORE_MISSING_VALUES";
|
|
672
|
+
};
|
|
673
|
+
/**
|
|
674
|
+
* @public
|
|
675
|
+
*/
|
|
676
|
+
export type RangeMode = (typeof RangeMode)[keyof typeof RangeMode];
|
|
667
677
|
/**
|
|
668
678
|
* @public
|
|
669
679
|
* <p>A range of attribute values. For more information, see <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_range_filters.html">Range Filters</a>.</p>
|
|
@@ -1024,22 +1034,27 @@ export interface BatchReadRequest {
|
|
|
1024
1034
|
}
|
|
1025
1035
|
/**
|
|
1026
1036
|
* @public
|
|
1037
|
+
* @enum
|
|
1027
1038
|
*/
|
|
1028
|
-
export declare
|
|
1029
|
-
AccessDeniedException
|
|
1030
|
-
CannotListParentOfRootException
|
|
1031
|
-
DirectoryNotEnabledException
|
|
1032
|
-
FacetValidationException
|
|
1033
|
-
InternalServiceException
|
|
1034
|
-
InvalidArnException
|
|
1035
|
-
InvalidNextTokenException
|
|
1036
|
-
LimitExceededException
|
|
1037
|
-
NotIndexException
|
|
1038
|
-
NotNodeException
|
|
1039
|
-
NotPolicyException
|
|
1040
|
-
ResourceNotFoundException
|
|
1041
|
-
ValidationException
|
|
1042
|
-
}
|
|
1039
|
+
export declare const BatchReadExceptionType: {
|
|
1040
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
1041
|
+
readonly CannotListParentOfRootException: "CannotListParentOfRootException";
|
|
1042
|
+
readonly DirectoryNotEnabledException: "DirectoryNotEnabledException";
|
|
1043
|
+
readonly FacetValidationException: "FacetValidationException";
|
|
1044
|
+
readonly InternalServiceException: "InternalServiceException";
|
|
1045
|
+
readonly InvalidArnException: "InvalidArnException";
|
|
1046
|
+
readonly InvalidNextTokenException: "InvalidNextTokenException";
|
|
1047
|
+
readonly LimitExceededException: "LimitExceededException";
|
|
1048
|
+
readonly NotIndexException: "NotIndexException";
|
|
1049
|
+
readonly NotNodeException: "NotNodeException";
|
|
1050
|
+
readonly NotPolicyException: "NotPolicyException";
|
|
1051
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
1052
|
+
readonly ValidationException: "ValidationException";
|
|
1053
|
+
};
|
|
1054
|
+
/**
|
|
1055
|
+
* @public
|
|
1056
|
+
*/
|
|
1057
|
+
export type BatchReadExceptionType = (typeof BatchReadExceptionType)[keyof typeof BatchReadExceptionType];
|
|
1043
1058
|
/**
|
|
1044
1059
|
* @public
|
|
1045
1060
|
* <p>The batch read exception structure, which contains the exception type and
|
|
@@ -1428,27 +1443,32 @@ export interface BatchReadResponse {
|
|
|
1428
1443
|
}
|
|
1429
1444
|
/**
|
|
1430
1445
|
* @public
|
|
1446
|
+
* @enum
|
|
1431
1447
|
*/
|
|
1432
|
-
export declare
|
|
1433
|
-
AccessDeniedException
|
|
1434
|
-
DirectoryNotEnabledException
|
|
1435
|
-
FacetValidationException
|
|
1436
|
-
IndexedAttributeMissingException
|
|
1437
|
-
InternalServiceException
|
|
1438
|
-
InvalidArnException
|
|
1439
|
-
InvalidAttachmentException
|
|
1440
|
-
LimitExceededException
|
|
1441
|
-
LinkNameAlreadyInUseException
|
|
1442
|
-
NotIndexException
|
|
1443
|
-
NotNodeException
|
|
1444
|
-
NotPolicyException
|
|
1445
|
-
ObjectAlreadyDetachedException
|
|
1446
|
-
ObjectNotDetachedException
|
|
1447
|
-
ResourceNotFoundException
|
|
1448
|
-
StillContainsLinksException
|
|
1449
|
-
UnsupportedIndexTypeException
|
|
1450
|
-
ValidationException
|
|
1451
|
-
}
|
|
1448
|
+
export declare const BatchWriteExceptionType: {
|
|
1449
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
1450
|
+
readonly DirectoryNotEnabledException: "DirectoryNotEnabledException";
|
|
1451
|
+
readonly FacetValidationException: "FacetValidationException";
|
|
1452
|
+
readonly IndexedAttributeMissingException: "IndexedAttributeMissingException";
|
|
1453
|
+
readonly InternalServiceException: "InternalServiceException";
|
|
1454
|
+
readonly InvalidArnException: "InvalidArnException";
|
|
1455
|
+
readonly InvalidAttachmentException: "InvalidAttachmentException";
|
|
1456
|
+
readonly LimitExceededException: "LimitExceededException";
|
|
1457
|
+
readonly LinkNameAlreadyInUseException: "LinkNameAlreadyInUseException";
|
|
1458
|
+
readonly NotIndexException: "NotIndexException";
|
|
1459
|
+
readonly NotNodeException: "NotNodeException";
|
|
1460
|
+
readonly NotPolicyException: "NotPolicyException";
|
|
1461
|
+
readonly ObjectAlreadyDetachedException: "ObjectAlreadyDetachedException";
|
|
1462
|
+
readonly ObjectNotDetachedException: "ObjectNotDetachedException";
|
|
1463
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
1464
|
+
readonly StillContainsLinksException: "StillContainsLinksException";
|
|
1465
|
+
readonly UnsupportedIndexTypeException: "UnsupportedIndexTypeException";
|
|
1466
|
+
readonly ValidationException: "ValidationException";
|
|
1467
|
+
};
|
|
1468
|
+
/**
|
|
1469
|
+
* @public
|
|
1470
|
+
*/
|
|
1471
|
+
export type BatchWriteExceptionType = (typeof BatchWriteExceptionType)[keyof typeof BatchWriteExceptionType];
|
|
1452
1472
|
/**
|
|
1453
1473
|
* @public
|
|
1454
1474
|
* <p>A <code>BatchWrite</code> exception has occurred.</p>
|
|
@@ -1690,11 +1710,16 @@ export interface BatchRemoveFacetFromObject {
|
|
|
1690
1710
|
}
|
|
1691
1711
|
/**
|
|
1692
1712
|
* @public
|
|
1713
|
+
* @enum
|
|
1693
1714
|
*/
|
|
1694
|
-
export declare
|
|
1695
|
-
CREATE_OR_UPDATE
|
|
1696
|
-
DELETE
|
|
1697
|
-
}
|
|
1715
|
+
export declare const UpdateActionType: {
|
|
1716
|
+
readonly CREATE_OR_UPDATE: "CREATE_OR_UPDATE";
|
|
1717
|
+
readonly DELETE: "DELETE";
|
|
1718
|
+
};
|
|
1719
|
+
/**
|
|
1720
|
+
* @public
|
|
1721
|
+
*/
|
|
1722
|
+
export type UpdateActionType = (typeof UpdateActionType)[keyof typeof UpdateActionType];
|
|
1698
1723
|
/**
|
|
1699
1724
|
* @public
|
|
1700
1725
|
* <p>The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.</p>
|
|
@@ -2114,13 +2139,18 @@ export declare class DirectoryAlreadyExistsException extends __BaseException {
|
|
|
2114
2139
|
}
|
|
2115
2140
|
/**
|
|
2116
2141
|
* @public
|
|
2142
|
+
* @enum
|
|
2117
2143
|
*/
|
|
2118
|
-
export declare
|
|
2119
|
-
BINARY_LENGTH
|
|
2120
|
-
NUMBER_COMPARISON
|
|
2121
|
-
STRING_FROM_SET
|
|
2122
|
-
STRING_LENGTH
|
|
2123
|
-
}
|
|
2144
|
+
export declare const RuleType: {
|
|
2145
|
+
readonly BINARY_LENGTH: "BINARY_LENGTH";
|
|
2146
|
+
readonly NUMBER_COMPARISON: "NUMBER_COMPARISON";
|
|
2147
|
+
readonly STRING_FROM_SET: "STRING_FROM_SET";
|
|
2148
|
+
readonly STRING_LENGTH: "STRING_LENGTH";
|
|
2149
|
+
};
|
|
2150
|
+
/**
|
|
2151
|
+
* @public
|
|
2152
|
+
*/
|
|
2153
|
+
export type RuleType = (typeof RuleType)[keyof typeof RuleType];
|
|
2124
2154
|
/**
|
|
2125
2155
|
* @public
|
|
2126
2156
|
* <p>Contains an Amazon Resource Name (ARN) and parameters that are associated with the
|
|
@@ -2138,15 +2168,20 @@ export interface Rule {
|
|
|
2138
2168
|
}
|
|
2139
2169
|
/**
|
|
2140
2170
|
* @public
|
|
2171
|
+
* @enum
|
|
2141
2172
|
*/
|
|
2142
|
-
export declare
|
|
2143
|
-
BINARY
|
|
2144
|
-
BOOLEAN
|
|
2145
|
-
DATETIME
|
|
2146
|
-
NUMBER
|
|
2147
|
-
STRING
|
|
2148
|
-
VARIANT
|
|
2149
|
-
}
|
|
2173
|
+
export declare const FacetAttributeType: {
|
|
2174
|
+
readonly BINARY: "BINARY";
|
|
2175
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
2176
|
+
readonly DATETIME: "DATETIME";
|
|
2177
|
+
readonly NUMBER: "NUMBER";
|
|
2178
|
+
readonly STRING: "STRING";
|
|
2179
|
+
readonly VARIANT: "VARIANT";
|
|
2180
|
+
};
|
|
2181
|
+
/**
|
|
2182
|
+
* @public
|
|
2183
|
+
*/
|
|
2184
|
+
export type FacetAttributeType = (typeof FacetAttributeType)[keyof typeof FacetAttributeType];
|
|
2150
2185
|
/**
|
|
2151
2186
|
* @public
|
|
2152
2187
|
* <p>A facet attribute definition. See <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html">Attribute References</a> for more information.</p>
|
|
@@ -2186,11 +2221,16 @@ export interface FacetAttributeReference {
|
|
|
2186
2221
|
}
|
|
2187
2222
|
/**
|
|
2188
2223
|
* @public
|
|
2224
|
+
* @enum
|
|
2189
2225
|
*/
|
|
2190
|
-
export declare
|
|
2191
|
-
NOT_REQUIRED
|
|
2192
|
-
REQUIRED_ALWAYS
|
|
2193
|
-
}
|
|
2226
|
+
export declare const RequiredAttributeBehavior: {
|
|
2227
|
+
readonly NOT_REQUIRED: "NOT_REQUIRED";
|
|
2228
|
+
readonly REQUIRED_ALWAYS: "REQUIRED_ALWAYS";
|
|
2229
|
+
};
|
|
2230
|
+
/**
|
|
2231
|
+
* @public
|
|
2232
|
+
*/
|
|
2233
|
+
export type RequiredAttributeBehavior = (typeof RequiredAttributeBehavior)[keyof typeof RequiredAttributeBehavior];
|
|
2194
2234
|
/**
|
|
2195
2235
|
* @public
|
|
2196
2236
|
* <p>An attribute that is associated with the <a>Facet</a>.</p>
|
|
@@ -2216,20 +2256,30 @@ export interface FacetAttribute {
|
|
|
2216
2256
|
}
|
|
2217
2257
|
/**
|
|
2218
2258
|
* @public
|
|
2259
|
+
* @enum
|
|
2219
2260
|
*/
|
|
2220
|
-
export declare
|
|
2221
|
-
DYNAMIC
|
|
2222
|
-
STATIC
|
|
2223
|
-
}
|
|
2261
|
+
export declare const FacetStyle: {
|
|
2262
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
2263
|
+
readonly STATIC: "STATIC";
|
|
2264
|
+
};
|
|
2224
2265
|
/**
|
|
2225
2266
|
* @public
|
|
2226
2267
|
*/
|
|
2227
|
-
export
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2268
|
+
export type FacetStyle = (typeof FacetStyle)[keyof typeof FacetStyle];
|
|
2269
|
+
/**
|
|
2270
|
+
* @public
|
|
2271
|
+
* @enum
|
|
2272
|
+
*/
|
|
2273
|
+
export declare const ObjectType: {
|
|
2274
|
+
readonly INDEX: "INDEX";
|
|
2275
|
+
readonly LEAF_NODE: "LEAF_NODE";
|
|
2276
|
+
readonly NODE: "NODE";
|
|
2277
|
+
readonly POLICY: "POLICY";
|
|
2278
|
+
};
|
|
2279
|
+
/**
|
|
2280
|
+
* @public
|
|
2281
|
+
*/
|
|
2282
|
+
export type ObjectType = (typeof ObjectType)[keyof typeof ObjectType];
|
|
2233
2283
|
/**
|
|
2234
2284
|
* @public
|
|
2235
2285
|
*/
|
|
@@ -2845,12 +2895,17 @@ export interface GetDirectoryRequest {
|
|
|
2845
2895
|
}
|
|
2846
2896
|
/**
|
|
2847
2897
|
* @public
|
|
2898
|
+
* @enum
|
|
2848
2899
|
*/
|
|
2849
|
-
export declare
|
|
2850
|
-
DELETED
|
|
2851
|
-
DISABLED
|
|
2852
|
-
ENABLED
|
|
2853
|
-
}
|
|
2900
|
+
export declare const DirectoryState: {
|
|
2901
|
+
readonly DELETED: "DELETED";
|
|
2902
|
+
readonly DISABLED: "DISABLED";
|
|
2903
|
+
readonly ENABLED: "ENABLED";
|
|
2904
|
+
};
|
|
2905
|
+
/**
|
|
2906
|
+
* @public
|
|
2907
|
+
*/
|
|
2908
|
+
export type DirectoryState = (typeof DirectoryState)[keyof typeof DirectoryState];
|
|
2854
2909
|
/**
|
|
2855
2910
|
* @public
|
|
2856
2911
|
* <p>Directory structure that includes the directory name and directory ARN.</p>
|
|
@@ -263,10 +263,12 @@ export interface TypedLinkSpecifier {
|
|
|
263
263
|
export interface AttachTypedLinkResponse {
|
|
264
264
|
TypedLinkSpecifier?: TypedLinkSpecifier;
|
|
265
265
|
}
|
|
266
|
-
export declare
|
|
267
|
-
EVENTUAL
|
|
268
|
-
SERIALIZABLE
|
|
269
|
-
}
|
|
266
|
+
export declare const ConsistencyLevel: {
|
|
267
|
+
readonly EVENTUAL: "EVENTUAL";
|
|
268
|
+
readonly SERIALIZABLE: "SERIALIZABLE";
|
|
269
|
+
};
|
|
270
|
+
export type ConsistencyLevel =
|
|
271
|
+
(typeof ConsistencyLevel)[keyof typeof ConsistencyLevel];
|
|
270
272
|
export interface BatchGetLinkAttributes {
|
|
271
273
|
TypedLinkSpecifier: TypedLinkSpecifier | undefined;
|
|
272
274
|
AttributeNames: string[] | undefined;
|
|
@@ -284,13 +286,14 @@ export interface BatchListAttachedIndices {
|
|
|
284
286
|
NextToken?: string;
|
|
285
287
|
MaxResults?: number;
|
|
286
288
|
}
|
|
287
|
-
export declare
|
|
288
|
-
EXCLUSIVE
|
|
289
|
-
FIRST
|
|
290
|
-
INCLUSIVE
|
|
291
|
-
LAST
|
|
292
|
-
LAST_BEFORE_MISSING_VALUES
|
|
293
|
-
}
|
|
289
|
+
export declare const RangeMode: {
|
|
290
|
+
readonly EXCLUSIVE: "EXCLUSIVE";
|
|
291
|
+
readonly FIRST: "FIRST";
|
|
292
|
+
readonly INCLUSIVE: "INCLUSIVE";
|
|
293
|
+
readonly LAST: "LAST";
|
|
294
|
+
readonly LAST_BEFORE_MISSING_VALUES: "LAST_BEFORE_MISSING_VALUES";
|
|
295
|
+
};
|
|
296
|
+
export type RangeMode = (typeof RangeMode)[keyof typeof RangeMode];
|
|
294
297
|
export interface TypedAttributeValueRange {
|
|
295
298
|
StartMode: RangeMode | string | undefined;
|
|
296
299
|
StartValue?: TypedAttributeValue;
|
|
@@ -382,21 +385,23 @@ export interface BatchReadRequest {
|
|
|
382
385
|
Operations: BatchReadOperation[] | undefined;
|
|
383
386
|
ConsistencyLevel?: ConsistencyLevel | string;
|
|
384
387
|
}
|
|
385
|
-
export declare
|
|
386
|
-
AccessDeniedException
|
|
387
|
-
CannotListParentOfRootException
|
|
388
|
-
DirectoryNotEnabledException
|
|
389
|
-
FacetValidationException
|
|
390
|
-
InternalServiceException
|
|
391
|
-
InvalidArnException
|
|
392
|
-
InvalidNextTokenException
|
|
393
|
-
LimitExceededException
|
|
394
|
-
NotIndexException
|
|
395
|
-
NotNodeException
|
|
396
|
-
NotPolicyException
|
|
397
|
-
ResourceNotFoundException
|
|
398
|
-
ValidationException
|
|
399
|
-
}
|
|
388
|
+
export declare const BatchReadExceptionType: {
|
|
389
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
390
|
+
readonly CannotListParentOfRootException: "CannotListParentOfRootException";
|
|
391
|
+
readonly DirectoryNotEnabledException: "DirectoryNotEnabledException";
|
|
392
|
+
readonly FacetValidationException: "FacetValidationException";
|
|
393
|
+
readonly InternalServiceException: "InternalServiceException";
|
|
394
|
+
readonly InvalidArnException: "InvalidArnException";
|
|
395
|
+
readonly InvalidNextTokenException: "InvalidNextTokenException";
|
|
396
|
+
readonly LimitExceededException: "LimitExceededException";
|
|
397
|
+
readonly NotIndexException: "NotIndexException";
|
|
398
|
+
readonly NotNodeException: "NotNodeException";
|
|
399
|
+
readonly NotPolicyException: "NotPolicyException";
|
|
400
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
401
|
+
readonly ValidationException: "ValidationException";
|
|
402
|
+
};
|
|
403
|
+
export type BatchReadExceptionType =
|
|
404
|
+
(typeof BatchReadExceptionType)[keyof typeof BatchReadExceptionType];
|
|
400
405
|
export interface BatchReadException {
|
|
401
406
|
Type?: BatchReadExceptionType | string;
|
|
402
407
|
Message?: string;
|
|
@@ -499,26 +504,28 @@ export interface BatchReadOperationResponse {
|
|
|
499
504
|
export interface BatchReadResponse {
|
|
500
505
|
Responses?: BatchReadOperationResponse[];
|
|
501
506
|
}
|
|
502
|
-
export declare
|
|
503
|
-
AccessDeniedException
|
|
504
|
-
DirectoryNotEnabledException
|
|
505
|
-
FacetValidationException
|
|
506
|
-
IndexedAttributeMissingException
|
|
507
|
-
InternalServiceException
|
|
508
|
-
InvalidArnException
|
|
509
|
-
InvalidAttachmentException
|
|
510
|
-
LimitExceededException
|
|
511
|
-
LinkNameAlreadyInUseException
|
|
512
|
-
NotIndexException
|
|
513
|
-
NotNodeException
|
|
514
|
-
NotPolicyException
|
|
515
|
-
ObjectAlreadyDetachedException
|
|
516
|
-
ObjectNotDetachedException
|
|
517
|
-
ResourceNotFoundException
|
|
518
|
-
StillContainsLinksException
|
|
519
|
-
UnsupportedIndexTypeException
|
|
520
|
-
ValidationException
|
|
521
|
-
}
|
|
507
|
+
export declare const BatchWriteExceptionType: {
|
|
508
|
+
readonly AccessDeniedException: "AccessDeniedException";
|
|
509
|
+
readonly DirectoryNotEnabledException: "DirectoryNotEnabledException";
|
|
510
|
+
readonly FacetValidationException: "FacetValidationException";
|
|
511
|
+
readonly IndexedAttributeMissingException: "IndexedAttributeMissingException";
|
|
512
|
+
readonly InternalServiceException: "InternalServiceException";
|
|
513
|
+
readonly InvalidArnException: "InvalidArnException";
|
|
514
|
+
readonly InvalidAttachmentException: "InvalidAttachmentException";
|
|
515
|
+
readonly LimitExceededException: "LimitExceededException";
|
|
516
|
+
readonly LinkNameAlreadyInUseException: "LinkNameAlreadyInUseException";
|
|
517
|
+
readonly NotIndexException: "NotIndexException";
|
|
518
|
+
readonly NotNodeException: "NotNodeException";
|
|
519
|
+
readonly NotPolicyException: "NotPolicyException";
|
|
520
|
+
readonly ObjectAlreadyDetachedException: "ObjectAlreadyDetachedException";
|
|
521
|
+
readonly ObjectNotDetachedException: "ObjectNotDetachedException";
|
|
522
|
+
readonly ResourceNotFoundException: "ResourceNotFoundException";
|
|
523
|
+
readonly StillContainsLinksException: "StillContainsLinksException";
|
|
524
|
+
readonly UnsupportedIndexTypeException: "UnsupportedIndexTypeException";
|
|
525
|
+
readonly ValidationException: "ValidationException";
|
|
526
|
+
};
|
|
527
|
+
export type BatchWriteExceptionType =
|
|
528
|
+
(typeof BatchWriteExceptionType)[keyof typeof BatchWriteExceptionType];
|
|
522
529
|
export declare class BatchWriteException extends __BaseException {
|
|
523
530
|
readonly name: "BatchWriteException";
|
|
524
531
|
readonly $fault: "client";
|
|
@@ -590,10 +597,12 @@ export interface BatchRemoveFacetFromObject {
|
|
|
590
597
|
SchemaFacet: SchemaFacet | undefined;
|
|
591
598
|
ObjectReference: ObjectReference | undefined;
|
|
592
599
|
}
|
|
593
|
-
export declare
|
|
594
|
-
CREATE_OR_UPDATE
|
|
595
|
-
DELETE
|
|
596
|
-
}
|
|
600
|
+
export declare const UpdateActionType: {
|
|
601
|
+
readonly CREATE_OR_UPDATE: "CREATE_OR_UPDATE";
|
|
602
|
+
readonly DELETE: "DELETE";
|
|
603
|
+
};
|
|
604
|
+
export type UpdateActionType =
|
|
605
|
+
(typeof UpdateActionType)[keyof typeof UpdateActionType];
|
|
597
606
|
export interface LinkAttributeAction {
|
|
598
607
|
AttributeActionType?: UpdateActionType | string;
|
|
599
608
|
AttributeUpdateValue?: TypedAttributeValue;
|
|
@@ -711,24 +720,27 @@ export declare class DirectoryAlreadyExistsException extends __BaseException {
|
|
|
711
720
|
>
|
|
712
721
|
);
|
|
713
722
|
}
|
|
714
|
-
export declare
|
|
715
|
-
BINARY_LENGTH
|
|
716
|
-
NUMBER_COMPARISON
|
|
717
|
-
STRING_FROM_SET
|
|
718
|
-
STRING_LENGTH
|
|
719
|
-
}
|
|
723
|
+
export declare const RuleType: {
|
|
724
|
+
readonly BINARY_LENGTH: "BINARY_LENGTH";
|
|
725
|
+
readonly NUMBER_COMPARISON: "NUMBER_COMPARISON";
|
|
726
|
+
readonly STRING_FROM_SET: "STRING_FROM_SET";
|
|
727
|
+
readonly STRING_LENGTH: "STRING_LENGTH";
|
|
728
|
+
};
|
|
729
|
+
export type RuleType = (typeof RuleType)[keyof typeof RuleType];
|
|
720
730
|
export interface Rule {
|
|
721
731
|
Type?: RuleType | string;
|
|
722
732
|
Parameters?: Record<string, string>;
|
|
723
733
|
}
|
|
724
|
-
export declare
|
|
725
|
-
BINARY
|
|
726
|
-
BOOLEAN
|
|
727
|
-
DATETIME
|
|
728
|
-
NUMBER
|
|
729
|
-
STRING
|
|
730
|
-
VARIANT
|
|
731
|
-
}
|
|
734
|
+
export declare const FacetAttributeType: {
|
|
735
|
+
readonly BINARY: "BINARY";
|
|
736
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
737
|
+
readonly DATETIME: "DATETIME";
|
|
738
|
+
readonly NUMBER: "NUMBER";
|
|
739
|
+
readonly STRING: "STRING";
|
|
740
|
+
readonly VARIANT: "VARIANT";
|
|
741
|
+
};
|
|
742
|
+
export type FacetAttributeType =
|
|
743
|
+
(typeof FacetAttributeType)[keyof typeof FacetAttributeType];
|
|
732
744
|
export interface FacetAttributeDefinition {
|
|
733
745
|
Type: FacetAttributeType | string | undefined;
|
|
734
746
|
DefaultValue?: TypedAttributeValue;
|
|
@@ -739,26 +751,30 @@ export interface FacetAttributeReference {
|
|
|
739
751
|
TargetFacetName: string | undefined;
|
|
740
752
|
TargetAttributeName: string | undefined;
|
|
741
753
|
}
|
|
742
|
-
export declare
|
|
743
|
-
NOT_REQUIRED
|
|
744
|
-
REQUIRED_ALWAYS
|
|
745
|
-
}
|
|
754
|
+
export declare const RequiredAttributeBehavior: {
|
|
755
|
+
readonly NOT_REQUIRED: "NOT_REQUIRED";
|
|
756
|
+
readonly REQUIRED_ALWAYS: "REQUIRED_ALWAYS";
|
|
757
|
+
};
|
|
758
|
+
export type RequiredAttributeBehavior =
|
|
759
|
+
(typeof RequiredAttributeBehavior)[keyof typeof RequiredAttributeBehavior];
|
|
746
760
|
export interface FacetAttribute {
|
|
747
761
|
Name: string | undefined;
|
|
748
762
|
AttributeDefinition?: FacetAttributeDefinition;
|
|
749
763
|
AttributeReference?: FacetAttributeReference;
|
|
750
764
|
RequiredBehavior?: RequiredAttributeBehavior | string;
|
|
751
765
|
}
|
|
752
|
-
export declare
|
|
753
|
-
DYNAMIC
|
|
754
|
-
STATIC
|
|
755
|
-
}
|
|
756
|
-
export
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
766
|
+
export declare const FacetStyle: {
|
|
767
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
768
|
+
readonly STATIC: "STATIC";
|
|
769
|
+
};
|
|
770
|
+
export type FacetStyle = (typeof FacetStyle)[keyof typeof FacetStyle];
|
|
771
|
+
export declare const ObjectType: {
|
|
772
|
+
readonly INDEX: "INDEX";
|
|
773
|
+
readonly LEAF_NODE: "LEAF_NODE";
|
|
774
|
+
readonly NODE: "NODE";
|
|
775
|
+
readonly POLICY: "POLICY";
|
|
776
|
+
};
|
|
777
|
+
export type ObjectType = (typeof ObjectType)[keyof typeof ObjectType];
|
|
762
778
|
export interface CreateFacetRequest {
|
|
763
779
|
SchemaArn: string | undefined;
|
|
764
780
|
Name: string | undefined;
|
|
@@ -971,11 +987,13 @@ export interface GetAppliedSchemaVersionResponse {
|
|
|
971
987
|
export interface GetDirectoryRequest {
|
|
972
988
|
DirectoryArn: string | undefined;
|
|
973
989
|
}
|
|
974
|
-
export declare
|
|
975
|
-
DELETED
|
|
976
|
-
DISABLED
|
|
977
|
-
ENABLED
|
|
978
|
-
}
|
|
990
|
+
export declare const DirectoryState: {
|
|
991
|
+
readonly DELETED: "DELETED";
|
|
992
|
+
readonly DISABLED: "DISABLED";
|
|
993
|
+
readonly ENABLED: "ENABLED";
|
|
994
|
+
};
|
|
995
|
+
export type DirectoryState =
|
|
996
|
+
(typeof DirectoryState)[keyof typeof DirectoryState];
|
|
979
997
|
export interface Directory {
|
|
980
998
|
Name?: string;
|
|
981
999
|
DirectoryArn?: string;
|
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.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|