@aws-sdk/client-clouddirectory 3.300.0 → 3.301.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 (67) hide show
  1. package/dist-types/commands/AddFacetToObjectCommand.d.ts +7 -7
  2. package/dist-types/commands/ApplySchemaCommand.d.ts +1 -1
  3. package/dist-types/commands/AttachObjectCommand.d.ts +2 -2
  4. package/dist-types/commands/AttachPolicyCommand.d.ts +2 -2
  5. package/dist-types/commands/AttachToIndexCommand.d.ts +2 -2
  6. package/dist-types/commands/AttachTypedLinkCommand.d.ts +6 -6
  7. package/dist-types/commands/BatchReadCommand.d.ts +47 -79
  8. package/dist-types/commands/BatchWriteCommand.d.ts +60 -108
  9. package/dist-types/commands/CreateDirectoryCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateFacetCommand.d.ts +9 -9
  11. package/dist-types/commands/CreateIndexCommand.d.ts +4 -4
  12. package/dist-types/commands/CreateObjectCommand.d.ts +8 -8
  13. package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +9 -9
  15. package/dist-types/commands/DeleteDirectoryCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteFacetCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteObjectCommand.d.ts +2 -2
  18. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +1 -1
  20. package/dist-types/commands/DetachFromIndexCommand.d.ts +2 -2
  21. package/dist-types/commands/DetachObjectCommand.d.ts +2 -2
  22. package/dist-types/commands/DetachPolicyCommand.d.ts +2 -2
  23. package/dist-types/commands/DetachTypedLinkCommand.d.ts +7 -7
  24. package/dist-types/commands/DisableDirectoryCommand.d.ts +1 -1
  25. package/dist-types/commands/EnableDirectoryCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +1 -1
  27. package/dist-types/commands/GetDirectoryCommand.d.ts +1 -1
  28. package/dist-types/commands/GetFacetCommand.d.ts +1 -1
  29. package/dist-types/commands/GetLinkAttributesCommand.d.ts +8 -8
  30. package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -4
  31. package/dist-types/commands/GetObjectInformationCommand.d.ts +2 -2
  32. package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +1 -1
  33. package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListAttachedIndicesCommand.d.ts +2 -2
  36. package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDirectoriesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListFacetAttributesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListFacetNamesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +8 -8
  41. package/dist-types/commands/ListIndexCommand.d.ts +8 -8
  42. package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -3
  44. package/dist-types/commands/ListObjectChildrenCommand.d.ts +2 -2
  45. package/dist-types/commands/ListObjectParentPathsCommand.d.ts +2 -2
  46. package/dist-types/commands/ListObjectParentsCommand.d.ts +2 -2
  47. package/dist-types/commands/ListObjectPoliciesCommand.d.ts +2 -2
  48. package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +8 -8
  49. package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +2 -2
  50. package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +1 -1
  54. package/dist-types/commands/LookupPolicyCommand.d.ts +2 -2
  55. package/dist-types/commands/PublishSchemaCommand.d.ts +1 -1
  56. package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +1 -1
  57. package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -3
  58. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  59. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateFacetCommand.d.ts +10 -10
  61. package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +12 -12
  62. package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +7 -7
  63. package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +9 -9
  65. package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +1 -1
  66. package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +1 -1
  67. package/package.json +3 -3
@@ -27,7 +27,7 @@ export interface GetFacetCommandOutput extends GetFacetResponse, __MetadataBeare
27
27
  * import { CloudDirectoryClient, GetFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
28
28
  * // const { CloudDirectoryClient, GetFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
29
29
  * const client = new CloudDirectoryClient(config);
30
- * const input = {
30
+ * const input = { // GetFacetRequest
31
31
  * SchemaArn: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
33
33
  * };
@@ -26,23 +26,23 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons
26
26
  * import { CloudDirectoryClient, GetLinkAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, GetLinkAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // GetLinkAttributesRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * TypedLinkSpecifier: {
32
- * TypedLinkFacet: {
31
+ * TypedLinkSpecifier: { // TypedLinkSpecifier
32
+ * TypedLinkFacet: { // TypedLinkSchemaAndFacetName
33
33
  * SchemaArn: "STRING_VALUE", // required
34
34
  * TypedLinkName: "STRING_VALUE", // required
35
35
  * },
36
- * SourceObjectReference: {
36
+ * SourceObjectReference: { // ObjectReference
37
37
  * Selector: "STRING_VALUE",
38
38
  * },
39
39
  * TargetObjectReference: {
40
40
  * Selector: "STRING_VALUE",
41
41
  * },
42
- * IdentityAttributeValues: [ // required
43
- * {
42
+ * IdentityAttributeValues: [ // AttributeNameAndValueList // required
43
+ * { // AttributeNameAndValue
44
44
  * AttributeName: "STRING_VALUE", // required
45
- * Value: { // Union: only one key present
45
+ * Value: { // TypedAttributeValue Union: only one key present
46
46
  * StringValue: "STRING_VALUE",
47
47
  * BinaryValue: "BLOB_VALUE",
48
48
  * BooleanValue: true || false,
@@ -52,7 +52,7 @@ export interface GetLinkAttributesCommandOutput extends GetLinkAttributesRespons
52
52
  * },
53
53
  * ],
54
54
  * },
55
- * AttributeNames: [ // required
55
+ * AttributeNames: [ // AttributeNameList // required
56
56
  * "STRING_VALUE",
57
57
  * ],
58
58
  * ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
@@ -26,17 +26,17 @@ export interface GetObjectAttributesCommandOutput extends GetObjectAttributesRes
26
26
  * import { CloudDirectoryClient, GetObjectAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, GetObjectAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // GetObjectAttributesRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * ObjectReference: {
31
+ * ObjectReference: { // ObjectReference
32
32
  * Selector: "STRING_VALUE",
33
33
  * },
34
34
  * ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
35
- * SchemaFacet: {
35
+ * SchemaFacet: { // SchemaFacet
36
36
  * SchemaArn: "STRING_VALUE",
37
37
  * FacetName: "STRING_VALUE",
38
38
  * },
39
- * AttributeNames: [ // required
39
+ * AttributeNames: [ // AttributeNameList // required
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * };
@@ -26,9 +26,9 @@ export interface GetObjectInformationCommandOutput extends GetObjectInformationR
26
26
  * import { CloudDirectoryClient, GetObjectInformationCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, GetObjectInformationCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // GetObjectInformationRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * ObjectReference: {
31
+ * ObjectReference: { // ObjectReference
32
32
  * Selector: "STRING_VALUE",
33
33
  * },
34
34
  * ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
@@ -26,7 +26,7 @@ export interface GetSchemaAsJsonCommandOutput extends GetSchemaAsJsonResponse, _
26
26
  * import { CloudDirectoryClient, GetSchemaAsJsonCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, GetSchemaAsJsonCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // GetSchemaAsJsonRequest
30
30
  * SchemaArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSchemaAsJsonCommand(input);
@@ -26,7 +26,7 @@ export interface GetTypedLinkFacetInformationCommandOutput extends GetTypedLinkF
26
26
  * import { CloudDirectoryClient, GetTypedLinkFacetInformationCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, GetTypedLinkFacetInformationCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // GetTypedLinkFacetInformationRequest
30
30
  * SchemaArn: "STRING_VALUE", // required
31
31
  * Name: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListAppliedSchemaArnsCommandOutput extends ListAppliedSchemaArn
26
26
  * import { CloudDirectoryClient, ListAppliedSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListAppliedSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListAppliedSchemaArnsRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
31
  * SchemaArn: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,9 +26,9 @@ export interface ListAttachedIndicesCommandOutput extends ListAttachedIndicesRes
26
26
  * import { CloudDirectoryClient, ListAttachedIndicesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListAttachedIndicesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListAttachedIndicesRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * TargetReference: {
31
+ * TargetReference: { // ObjectReference
32
32
  * Selector: "STRING_VALUE",
33
33
  * },
34
34
  * NextToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListDevelopmentSchemaArnsCommandOutput extends ListDevelopmentS
27
27
  * import { CloudDirectoryClient, ListDevelopmentSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
28
28
  * // const { CloudDirectoryClient, ListDevelopmentSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
29
29
  * const client = new CloudDirectoryClient(config);
30
- * const input = {
30
+ * const input = { // ListDevelopmentSchemaArnsRequest
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * };
@@ -26,7 +26,7 @@ export interface ListDirectoriesCommandOutput extends ListDirectoriesResponse, _
26
26
  * import { CloudDirectoryClient, ListDirectoriesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListDirectoriesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListDirectoriesRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
32
  * state: "ENABLED" || "DISABLED" || "DELETED",
@@ -26,7 +26,7 @@ export interface ListFacetAttributesCommandOutput extends ListFacetAttributesRes
26
26
  * import { CloudDirectoryClient, ListFacetAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListFacetAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListFacetAttributesRequest
30
30
  * SchemaArn: "STRING_VALUE", // required
31
31
  * Name: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListFacetNamesCommandOutput extends ListFacetNamesResponse, __M
26
26
  * import { CloudDirectoryClient, ListFacetNamesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListFacetNamesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListFacetNamesRequest
30
30
  * SchemaArn: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -28,17 +28,17 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
28
28
  * import { CloudDirectoryClient, ListIncomingTypedLinksCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
29
29
  * // const { CloudDirectoryClient, ListIncomingTypedLinksCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
30
30
  * const client = new CloudDirectoryClient(config);
31
- * const input = {
31
+ * const input = { // ListIncomingTypedLinksRequest
32
32
  * DirectoryArn: "STRING_VALUE", // required
33
- * ObjectReference: {
33
+ * ObjectReference: { // ObjectReference
34
34
  * Selector: "STRING_VALUE",
35
35
  * },
36
- * FilterAttributeRanges: [
37
- * {
36
+ * FilterAttributeRanges: [ // TypedLinkAttributeRangeList
37
+ * { // TypedLinkAttributeRange
38
38
  * AttributeName: "STRING_VALUE",
39
- * Range: {
39
+ * Range: { // TypedAttributeValueRange
40
40
  * StartMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
41
- * StartValue: { // Union: only one key present
41
+ * StartValue: { // TypedAttributeValue Union: only one key present
42
42
  * StringValue: "STRING_VALUE",
43
43
  * BinaryValue: "BLOB_VALUE",
44
44
  * BooleanValue: true || false,
@@ -46,7 +46,7 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
46
46
  * DatetimeValue: new Date("TIMESTAMP"),
47
47
  * },
48
48
  * EndMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
49
- * EndValue: { // Union: only one key present
49
+ * EndValue: {// Union: only one key present
50
50
  * StringValue: "STRING_VALUE",
51
51
  * BinaryValue: "BLOB_VALUE",
52
52
  * BooleanValue: true || false,
@@ -56,7 +56,7 @@ export interface ListIncomingTypedLinksCommandOutput extends ListIncomingTypedLi
56
56
  * },
57
57
  * },
58
58
  * ],
59
- * FilterTypedLink: {
59
+ * FilterTypedLink: { // TypedLinkSchemaAndFacetName
60
60
  * SchemaArn: "STRING_VALUE", // required
61
61
  * TypedLinkName: "STRING_VALUE", // required
62
62
  * },
@@ -26,18 +26,18 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
26
26
  * import { CloudDirectoryClient, ListIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListIndexRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * RangesOnIndexedValues: [
32
- * {
33
- * AttributeKey: {
31
+ * RangesOnIndexedValues: [ // ObjectAttributeRangeList
32
+ * { // ObjectAttributeRange
33
+ * AttributeKey: { // AttributeKey
34
34
  * SchemaArn: "STRING_VALUE", // required
35
35
  * FacetName: "STRING_VALUE", // required
36
36
  * Name: "STRING_VALUE", // required
37
37
  * },
38
- * Range: {
38
+ * Range: { // TypedAttributeValueRange
39
39
  * StartMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
40
- * StartValue: { // Union: only one key present
40
+ * StartValue: { // TypedAttributeValue Union: only one key present
41
41
  * StringValue: "STRING_VALUE",
42
42
  * BinaryValue: "BLOB_VALUE",
43
43
  * BooleanValue: true || false,
@@ -45,7 +45,7 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
45
45
  * DatetimeValue: new Date("TIMESTAMP"),
46
46
  * },
47
47
  * EndMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
48
- * EndValue: { // Union: only one key present
48
+ * EndValue: {// Union: only one key present
49
49
  * StringValue: "STRING_VALUE",
50
50
  * BinaryValue: "BLOB_VALUE",
51
51
  * BooleanValue: true || false,
@@ -55,7 +55,7 @@ export interface ListIndexCommandOutput extends ListIndexResponse, __MetadataBea
55
55
  * },
56
56
  * },
57
57
  * ],
58
- * IndexReference: {
58
+ * IndexReference: { // ObjectReference
59
59
  * Selector: "STRING_VALUE",
60
60
  * },
61
61
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListManagedSchemaArnsCommandOutput extends ListManagedSchemaArn
26
26
  * import { CloudDirectoryClient, ListManagedSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListManagedSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListManagedSchemaArnsRequest
30
30
  * SchemaArn: "STRING_VALUE",
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -27,15 +27,15 @@ export interface ListObjectAttributesCommandOutput extends ListObjectAttributesR
27
27
  * import { CloudDirectoryClient, ListObjectAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
28
28
  * // const { CloudDirectoryClient, ListObjectAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
29
29
  * const client = new CloudDirectoryClient(config);
30
- * const input = {
30
+ * const input = { // ListObjectAttributesRequest
31
31
  * DirectoryArn: "STRING_VALUE", // required
32
- * ObjectReference: {
32
+ * ObjectReference: { // ObjectReference
33
33
  * Selector: "STRING_VALUE",
34
34
  * },
35
35
  * NextToken: "STRING_VALUE",
36
36
  * MaxResults: Number("int"),
37
37
  * ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
38
- * FacetFilter: {
38
+ * FacetFilter: { // SchemaFacet
39
39
  * SchemaArn: "STRING_VALUE",
40
40
  * FacetName: "STRING_VALUE",
41
41
  * },
@@ -27,9 +27,9 @@ export interface ListObjectChildrenCommandOutput extends ListObjectChildrenRespo
27
27
  * import { CloudDirectoryClient, ListObjectChildrenCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
28
28
  * // const { CloudDirectoryClient, ListObjectChildrenCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
29
29
  * const client = new CloudDirectoryClient(config);
30
- * const input = {
30
+ * const input = { // ListObjectChildrenRequest
31
31
  * DirectoryArn: "STRING_VALUE", // required
32
- * ObjectReference: {
32
+ * ObjectReference: { // ObjectReference
33
33
  * Selector: "STRING_VALUE",
34
34
  * },
35
35
  * NextToken: "STRING_VALUE",
@@ -33,9 +33,9 @@ export interface ListObjectParentPathsCommandOutput extends ListObjectParentPath
33
33
  * import { CloudDirectoryClient, ListObjectParentPathsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
34
34
  * // const { CloudDirectoryClient, ListObjectParentPathsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
35
35
  * const client = new CloudDirectoryClient(config);
36
- * const input = {
36
+ * const input = { // ListObjectParentPathsRequest
37
37
  * DirectoryArn: "STRING_VALUE", // required
38
- * ObjectReference: {
38
+ * ObjectReference: { // ObjectReference
39
39
  * Selector: "STRING_VALUE",
40
40
  * },
41
41
  * NextToken: "STRING_VALUE",
@@ -27,9 +27,9 @@ export interface ListObjectParentsCommandOutput extends ListObjectParentsRespons
27
27
  * import { CloudDirectoryClient, ListObjectParentsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
28
28
  * // const { CloudDirectoryClient, ListObjectParentsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
29
29
  * const client = new CloudDirectoryClient(config);
30
- * const input = {
30
+ * const input = { // ListObjectParentsRequest
31
31
  * DirectoryArn: "STRING_VALUE", // required
32
- * ObjectReference: {
32
+ * ObjectReference: { // ObjectReference
33
33
  * Selector: "STRING_VALUE",
34
34
  * },
35
35
  * NextToken: "STRING_VALUE",
@@ -26,9 +26,9 @@ export interface ListObjectPoliciesCommandOutput extends ListObjectPoliciesRespo
26
26
  * import { CloudDirectoryClient, ListObjectPoliciesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListObjectPoliciesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListObjectPoliciesRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * ObjectReference: {
31
+ * ObjectReference: { // ObjectReference
32
32
  * Selector: "STRING_VALUE",
33
33
  * },
34
34
  * NextToken: "STRING_VALUE",
@@ -28,17 +28,17 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
28
28
  * import { CloudDirectoryClient, ListOutgoingTypedLinksCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
29
29
  * // const { CloudDirectoryClient, ListOutgoingTypedLinksCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
30
30
  * const client = new CloudDirectoryClient(config);
31
- * const input = {
31
+ * const input = { // ListOutgoingTypedLinksRequest
32
32
  * DirectoryArn: "STRING_VALUE", // required
33
- * ObjectReference: {
33
+ * ObjectReference: { // ObjectReference
34
34
  * Selector: "STRING_VALUE",
35
35
  * },
36
- * FilterAttributeRanges: [
37
- * {
36
+ * FilterAttributeRanges: [ // TypedLinkAttributeRangeList
37
+ * { // TypedLinkAttributeRange
38
38
  * AttributeName: "STRING_VALUE",
39
- * Range: {
39
+ * Range: { // TypedAttributeValueRange
40
40
  * StartMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
41
- * StartValue: { // Union: only one key present
41
+ * StartValue: { // TypedAttributeValue Union: only one key present
42
42
  * StringValue: "STRING_VALUE",
43
43
  * BinaryValue: "BLOB_VALUE",
44
44
  * BooleanValue: true || false,
@@ -46,7 +46,7 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
46
46
  * DatetimeValue: new Date("TIMESTAMP"),
47
47
  * },
48
48
  * EndMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
49
- * EndValue: { // Union: only one key present
49
+ * EndValue: {// Union: only one key present
50
50
  * StringValue: "STRING_VALUE",
51
51
  * BinaryValue: "BLOB_VALUE",
52
52
  * BooleanValue: true || false,
@@ -56,7 +56,7 @@ export interface ListOutgoingTypedLinksCommandOutput extends ListOutgoingTypedLi
56
56
  * },
57
57
  * },
58
58
  * ],
59
- * FilterTypedLink: {
59
+ * FilterTypedLink: { // TypedLinkSchemaAndFacetName
60
60
  * SchemaArn: "STRING_VALUE", // required
61
61
  * TypedLinkName: "STRING_VALUE", // required
62
62
  * },
@@ -26,9 +26,9 @@ export interface ListPolicyAttachmentsCommandOutput extends ListPolicyAttachment
26
26
  * import { CloudDirectoryClient, ListPolicyAttachmentsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListPolicyAttachmentsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListPolicyAttachmentsRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * PolicyReference: {
31
+ * PolicyReference: { // ObjectReference
32
32
  * Selector: "STRING_VALUE",
33
33
  * },
34
34
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListPublishedSchemaArnsCommandOutput extends ListPublishedSchem
26
26
  * import { CloudDirectoryClient, ListPublishedSchemaArnsCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListPublishedSchemaArnsCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListPublishedSchemaArnsRequest
30
30
  * SchemaArn: "STRING_VALUE",
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -28,7 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
28
28
  * import { CloudDirectoryClient, ListTagsForResourceCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
29
29
  * // const { CloudDirectoryClient, ListTagsForResourceCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
30
30
  * const client = new CloudDirectoryClient(config);
31
- * const input = {
31
+ * const input = { // ListTagsForResourceRequest
32
32
  * ResourceArn: "STRING_VALUE", // required
33
33
  * NextToken: "STRING_VALUE",
34
34
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListTypedLinkFacetAttributesCommandOutput extends ListTypedLink
26
26
  * import { CloudDirectoryClient, ListTypedLinkFacetAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, ListTypedLinkFacetAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // ListTypedLinkFacetAttributesRequest
30
30
  * SchemaArn: "STRING_VALUE", // required
31
31
  * Name: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListTypedLinkFacetNamesCommandOutput extends ListTypedLinkFacet
27
27
  * import { CloudDirectoryClient, ListTypedLinkFacetNamesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
28
28
  * // const { CloudDirectoryClient, ListTypedLinkFacetNamesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
29
29
  * const client = new CloudDirectoryClient(config);
30
- * const input = {
30
+ * const input = { // ListTypedLinkFacetNamesRequest
31
31
  * SchemaArn: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * MaxResults: Number("int"),
@@ -31,9 +31,9 @@ export interface LookupPolicyCommandOutput extends LookupPolicyResponse, __Metad
31
31
  * import { CloudDirectoryClient, LookupPolicyCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
32
32
  * // const { CloudDirectoryClient, LookupPolicyCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
33
33
  * const client = new CloudDirectoryClient(config);
34
- * const input = {
34
+ * const input = { // LookupPolicyRequest
35
35
  * DirectoryArn: "STRING_VALUE", // required
36
- * ObjectReference: {
36
+ * ObjectReference: { // ObjectReference
37
37
  * Selector: "STRING_VALUE",
38
38
  * },
39
39
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface PublishSchemaCommandOutput extends PublishSchemaResponse, __Met
26
26
  * import { CloudDirectoryClient, PublishSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, PublishSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // PublishSchemaRequest
30
30
  * DevelopmentSchemaArn: "STRING_VALUE", // required
31
31
  * Version: "STRING_VALUE", // required
32
32
  * MinorVersion: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface PutSchemaFromJsonCommandOutput extends PutSchemaFromJsonRespons
26
26
  * import { CloudDirectoryClient, PutSchemaFromJsonCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, PutSchemaFromJsonCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // PutSchemaFromJsonRequest
30
30
  * SchemaArn: "STRING_VALUE", // required
31
31
  * Document: "STRING_VALUE", // required
32
32
  * };
@@ -26,13 +26,13 @@ export interface RemoveFacetFromObjectCommandOutput extends RemoveFacetFromObjec
26
26
  * import { CloudDirectoryClient, RemoveFacetFromObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, RemoveFacetFromObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // RemoveFacetFromObjectRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * SchemaFacet: {
31
+ * SchemaFacet: { // SchemaFacet
32
32
  * SchemaArn: "STRING_VALUE",
33
33
  * FacetName: "STRING_VALUE",
34
34
  * },
35
- * ObjectReference: {
35
+ * ObjectReference: { // ObjectReference
36
36
  * Selector: "STRING_VALUE",
37
37
  * },
38
38
  * };
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { CloudDirectoryClient, TagResourceCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, TagResourceCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * Tags: [ // required
32
- * {
31
+ * Tags: [ // TagList // required
32
+ * { // Tag
33
33
  * Key: "STRING_VALUE",
34
34
  * Value: "STRING_VALUE",
35
35
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { CloudDirectoryClient, UntagResourceCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, UntagResourceCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -37,16 +37,16 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
37
37
  * import { CloudDirectoryClient, UpdateFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
38
38
  * // const { CloudDirectoryClient, UpdateFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
39
39
  * const client = new CloudDirectoryClient(config);
40
- * const input = {
40
+ * const input = { // UpdateFacetRequest
41
41
  * SchemaArn: "STRING_VALUE", // required
42
42
  * Name: "STRING_VALUE", // required
43
- * AttributeUpdates: [
44
- * {
45
- * Attribute: {
43
+ * AttributeUpdates: [ // FacetAttributeUpdateList
44
+ * { // FacetAttributeUpdate
45
+ * Attribute: { // FacetAttribute
46
46
  * Name: "STRING_VALUE", // required
47
- * AttributeDefinition: {
47
+ * AttributeDefinition: { // FacetAttributeDefinition
48
48
  * Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
49
- * DefaultValue: { // Union: only one key present
49
+ * DefaultValue: { // TypedAttributeValue Union: only one key present
50
50
  * StringValue: "STRING_VALUE",
51
51
  * BinaryValue: "BLOB_VALUE",
52
52
  * BooleanValue: true || false,
@@ -54,16 +54,16 @@ export interface UpdateFacetCommandOutput extends UpdateFacetResponse, __Metadat
54
54
  * DatetimeValue: new Date("TIMESTAMP"),
55
55
  * },
56
56
  * IsImmutable: true || false,
57
- * Rules: {
58
- * "<keys>": {
57
+ * Rules: { // RuleMap
58
+ * "<keys>": { // Rule
59
59
  * Type: "BINARY_LENGTH" || "NUMBER_COMPARISON" || "STRING_FROM_SET" || "STRING_LENGTH",
60
- * Parameters: {
60
+ * Parameters: { // RuleParameterMap
61
61
  * "<keys>": "STRING_VALUE",
62
62
  * },
63
63
  * },
64
64
  * },
65
65
  * },
66
- * AttributeReference: {
66
+ * AttributeReference: { // FacetAttributeReference
67
67
  * TargetFacetName: "STRING_VALUE", // required
68
68
  * TargetAttributeName: "STRING_VALUE", // required
69
69
  * },
@@ -26,23 +26,23 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
26
26
  * import { CloudDirectoryClient, UpdateLinkAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
27
27
  * // const { CloudDirectoryClient, UpdateLinkAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
28
28
  * const client = new CloudDirectoryClient(config);
29
- * const input = {
29
+ * const input = { // UpdateLinkAttributesRequest
30
30
  * DirectoryArn: "STRING_VALUE", // required
31
- * TypedLinkSpecifier: {
32
- * TypedLinkFacet: {
31
+ * TypedLinkSpecifier: { // TypedLinkSpecifier
32
+ * TypedLinkFacet: { // TypedLinkSchemaAndFacetName
33
33
  * SchemaArn: "STRING_VALUE", // required
34
34
  * TypedLinkName: "STRING_VALUE", // required
35
35
  * },
36
- * SourceObjectReference: {
36
+ * SourceObjectReference: { // ObjectReference
37
37
  * Selector: "STRING_VALUE",
38
38
  * },
39
39
  * TargetObjectReference: {
40
40
  * Selector: "STRING_VALUE",
41
41
  * },
42
- * IdentityAttributeValues: [ // required
43
- * {
42
+ * IdentityAttributeValues: [ // AttributeNameAndValueList // required
43
+ * { // AttributeNameAndValue
44
44
  * AttributeName: "STRING_VALUE", // required
45
- * Value: { // Union: only one key present
45
+ * Value: { // TypedAttributeValue Union: only one key present
46
46
  * StringValue: "STRING_VALUE",
47
47
  * BinaryValue: "BLOB_VALUE",
48
48
  * BooleanValue: true || false,
@@ -52,16 +52,16 @@ export interface UpdateLinkAttributesCommandOutput extends UpdateLinkAttributesR
52
52
  * },
53
53
  * ],
54
54
  * },
55
- * AttributeUpdates: [ // required
56
- * {
57
- * AttributeKey: {
55
+ * AttributeUpdates: [ // LinkAttributeUpdateList // required
56
+ * { // LinkAttributeUpdate
57
+ * AttributeKey: { // AttributeKey
58
58
  * SchemaArn: "STRING_VALUE", // required
59
59
  * FacetName: "STRING_VALUE", // required
60
60
  * Name: "STRING_VALUE", // required
61
61
  * },
62
- * AttributeAction: {
62
+ * AttributeAction: { // LinkAttributeAction
63
63
  * AttributeActionType: "CREATE_OR_UPDATE" || "DELETE",
64
- * AttributeUpdateValue: { // Union: only one key present
64
+ * AttributeUpdateValue: {// Union: only one key present
65
65
  * StringValue: "STRING_VALUE",
66
66
  * BinaryValue: "BLOB_VALUE",
67
67
  * BooleanValue: true || false,