@aws-sdk/client-clouddirectory 3.299.0 → 3.300.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-types/commands/AddFacetToObjectCommand.d.ts +26 -0
- package/dist-types/commands/ApplySchemaCommand.d.ts +4 -0
- package/dist-types/commands/AttachObjectCommand.d.ts +10 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +9 -0
- package/dist-types/commands/AttachToIndexCommand.d.ts +9 -0
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +25 -0
- package/dist-types/commands/BatchReadCommand.d.ts +216 -0
- package/dist-types/commands/BatchWriteCommand.d.ts +257 -0
- package/dist-types/commands/CreateDirectoryCommand.d.ts +4 -0
- package/dist-types/commands/CreateFacetCommand.d.ts +35 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +15 -0
- package/dist-types/commands/CreateObjectCommand.d.ts +29 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -0
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +32 -0
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFacetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +4 -0
- package/dist-types/commands/DetachFromIndexCommand.d.ts +9 -0
- package/dist-types/commands/DetachObjectCommand.d.ts +7 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +9 -0
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +27 -0
- package/dist-types/commands/DisableDirectoryCommand.d.ts +3 -0
- package/dist-types/commands/EnableDirectoryCommand.d.ts +3 -0
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +3 -0
- package/dist-types/commands/GetDirectoryCommand.d.ts +3 -0
- package/dist-types/commands/GetFacetCommand.d.ts +4 -0
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +31 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +14 -0
- package/dist-types/commands/GetObjectInformationCommand.d.ts +7 -0
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +3 -0
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +4 -0
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +6 -0
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +9 -0
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +4 -0
- package/dist-types/commands/ListDirectoriesCommand.d.ts +5 -0
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +6 -0
- package/dist-types/commands/ListFacetNamesCommand.d.ts +5 -0
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +36 -0
- package/dist-types/commands/ListIndexCommand.d.ts +36 -0
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +5 -0
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +13 -0
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +9 -0
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +8 -0
- package/dist-types/commands/ListObjectParentsCommand.d.ts +10 -0
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +9 -0
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +36 -0
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +9 -0
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +5 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -0
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +6 -0
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +5 -0
- package/dist-types/commands/LookupPolicyCommand.d.ts +8 -0
- package/dist-types/commands/PublishSchemaCommand.d.ts +6 -0
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +4 -0
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFacetCommand.d.ts +37 -0
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +46 -0
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +25 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +33 -0
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +5 -0
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +6 -0
- package/package.json +8 -8
|
@@ -26,6 +26,21 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
|
|
|
26
26
|
* import { CloudDirectoryClient, CreateIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, CreateIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* OrderedIndexedAttributeList: [ // required
|
|
32
|
+
* {
|
|
33
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
34
|
+
* FacetName: "STRING_VALUE", // required
|
|
35
|
+
* Name: "STRING_VALUE", // required
|
|
36
|
+
* },
|
|
37
|
+
* ],
|
|
38
|
+
* IsUnique: true || false, // required
|
|
39
|
+
* ParentReference: {
|
|
40
|
+
* Selector: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* LinkName: "STRING_VALUE",
|
|
43
|
+
* };
|
|
29
44
|
* const command = new CreateIndexCommand(input);
|
|
30
45
|
* const response = await client.send(command);
|
|
31
46
|
* ```
|
|
@@ -29,6 +29,35 @@ export interface CreateObjectCommandOutput extends CreateObjectResponse, __Metad
|
|
|
29
29
|
* import { CloudDirectoryClient, CreateObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
30
30
|
* // const { CloudDirectoryClient, CreateObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
31
31
|
* const client = new CloudDirectoryClient(config);
|
|
32
|
+
* const input = {
|
|
33
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
34
|
+
* SchemaFacets: [ // required
|
|
35
|
+
* {
|
|
36
|
+
* SchemaArn: "STRING_VALUE",
|
|
37
|
+
* FacetName: "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* ],
|
|
40
|
+
* ObjectAttributeList: [
|
|
41
|
+
* {
|
|
42
|
+
* Key: {
|
|
43
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
44
|
+
* FacetName: "STRING_VALUE", // required
|
|
45
|
+
* Name: "STRING_VALUE", // required
|
|
46
|
+
* },
|
|
47
|
+
* Value: { // Union: only one key present
|
|
48
|
+
* StringValue: "STRING_VALUE",
|
|
49
|
+
* BinaryValue: "BLOB_VALUE",
|
|
50
|
+
* BooleanValue: true || false,
|
|
51
|
+
* NumberValue: "STRING_VALUE",
|
|
52
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
53
|
+
* },
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* ParentReference: {
|
|
57
|
+
* Selector: "STRING_VALUE",
|
|
58
|
+
* },
|
|
59
|
+
* LinkName: "STRING_VALUE",
|
|
60
|
+
* };
|
|
32
61
|
* const command = new CreateObjectCommand(input);
|
|
33
62
|
* const response = await client.send(command);
|
|
34
63
|
* ```
|
|
@@ -46,6 +46,9 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
46
46
|
* import { CloudDirectoryClient, CreateSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
47
47
|
* // const { CloudDirectoryClient, CreateSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
48
48
|
* const client = new CloudDirectoryClient(config);
|
|
49
|
+
* const input = {
|
|
50
|
+
* Name: "STRING_VALUE", // required
|
|
51
|
+
* };
|
|
49
52
|
* const command = new CreateSchemaCommand(input);
|
|
50
53
|
* const response = await client.send(command);
|
|
51
54
|
* ```
|
|
@@ -26,6 +26,38 @@ export interface CreateTypedLinkFacetCommandOutput extends CreateTypedLinkFacetR
|
|
|
26
26
|
* import { CloudDirectoryClient, CreateTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, CreateTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* Facet: {
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* Attributes: [ // required
|
|
34
|
+
* {
|
|
35
|
+
* Name: "STRING_VALUE", // required
|
|
36
|
+
* Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
37
|
+
* DefaultValue: { // Union: only one key present
|
|
38
|
+
* StringValue: "STRING_VALUE",
|
|
39
|
+
* BinaryValue: "BLOB_VALUE",
|
|
40
|
+
* BooleanValue: true || false,
|
|
41
|
+
* NumberValue: "STRING_VALUE",
|
|
42
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
43
|
+
* },
|
|
44
|
+
* IsImmutable: true || false,
|
|
45
|
+
* Rules: {
|
|
46
|
+
* "<keys>": {
|
|
47
|
+
* Type: "BINARY_LENGTH" || "NUMBER_COMPARISON" || "STRING_FROM_SET" || "STRING_LENGTH",
|
|
48
|
+
* Parameters: {
|
|
49
|
+
* "<keys>": "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* RequiredBehavior: "REQUIRED_ALWAYS" || "NOT_REQUIRED", // required
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* IdentityAttributeOrder: [ // required
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* },
|
|
60
|
+
* };
|
|
29
61
|
* const command = new CreateTypedLinkFacetCommand(input);
|
|
30
62
|
* const response = await client.send(command);
|
|
31
63
|
* ```
|
|
@@ -28,6 +28,9 @@ export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResponse, _
|
|
|
28
28
|
* import { CloudDirectoryClient, DeleteDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
29
29
|
* // const { CloudDirectoryClient, DeleteDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
30
30
|
* const client = new CloudDirectoryClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
31
34
|
* const command = new DeleteDirectoryCommand(input);
|
|
32
35
|
* const response = await client.send(command);
|
|
33
36
|
* ```
|
|
@@ -28,6 +28,10 @@ export interface DeleteFacetCommandOutput extends DeleteFacetResponse, __Metadat
|
|
|
28
28
|
* import { CloudDirectoryClient, DeleteFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
29
29
|
* // const { CloudDirectoryClient, DeleteFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
30
30
|
* const client = new CloudDirectoryClient(config);
|
|
31
|
+
* const input = {
|
|
32
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
33
|
+
* Name: "STRING_VALUE", // required
|
|
34
|
+
* };
|
|
31
35
|
* const command = new DeleteFacetCommand(input);
|
|
32
36
|
* const response = await client.send(command);
|
|
33
37
|
* ```
|
|
@@ -27,6 +27,12 @@ export interface DeleteObjectCommandOutput extends DeleteObjectResponse, __Metad
|
|
|
27
27
|
* import { CloudDirectoryClient, DeleteObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, DeleteObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
+
* ObjectReference: {
|
|
33
|
+
* Selector: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* };
|
|
30
36
|
* const command = new DeleteObjectCommand(input);
|
|
31
37
|
* const response = await client.send(command);
|
|
32
38
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface DeleteSchemaCommandOutput extends DeleteSchemaResponse, __Metad
|
|
|
26
26
|
* import { CloudDirectoryClient, DeleteSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DeleteSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new DeleteSchemaCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ export interface DeleteTypedLinkFacetCommandOutput extends DeleteTypedLinkFacetR
|
|
|
26
26
|
* import { CloudDirectoryClient, DeleteTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DeleteTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new DeleteTypedLinkFacetCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface DetachFromIndexCommandOutput extends DetachFromIndexResponse, _
|
|
|
26
26
|
* import { CloudDirectoryClient, DetachFromIndexCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DetachFromIndexCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* IndexReference: {
|
|
32
|
+
* Selector: "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* TargetReference: {
|
|
35
|
+
* Selector: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* };
|
|
29
38
|
* const command = new DetachFromIndexCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -27,6 +27,13 @@ export interface DetachObjectCommandOutput extends DetachObjectResponse, __Metad
|
|
|
27
27
|
* import { CloudDirectoryClient, DetachObjectCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, DetachObjectCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
+
* ParentReference: {
|
|
33
|
+
* Selector: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* LinkName: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
30
37
|
* const command = new DetachObjectCommand(input);
|
|
31
38
|
* const response = await client.send(command);
|
|
32
39
|
* ```
|
|
@@ -26,6 +26,15 @@ export interface DetachPolicyCommandOutput extends DetachPolicyResponse, __Metad
|
|
|
26
26
|
* import { CloudDirectoryClient, DetachPolicyCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DetachPolicyCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* PolicyReference: {
|
|
32
|
+
* Selector: "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* ObjectReference: {
|
|
35
|
+
* Selector: "STRING_VALUE",
|
|
36
|
+
* },
|
|
37
|
+
* };
|
|
29
38
|
* const command = new DetachPolicyCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -26,6 +26,33 @@ export interface DetachTypedLinkCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { CloudDirectoryClient, DetachTypedLinkCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, DetachTypedLinkCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* TypedLinkSpecifier: {
|
|
32
|
+
* TypedLinkFacet: {
|
|
33
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
34
|
+
* TypedLinkName: "STRING_VALUE", // required
|
|
35
|
+
* },
|
|
36
|
+
* SourceObjectReference: {
|
|
37
|
+
* Selector: "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* TargetObjectReference: {
|
|
40
|
+
* Selector: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* IdentityAttributeValues: [ // required
|
|
43
|
+
* {
|
|
44
|
+
* AttributeName: "STRING_VALUE", // required
|
|
45
|
+
* Value: { // Union: only one key present
|
|
46
|
+
* StringValue: "STRING_VALUE",
|
|
47
|
+
* BinaryValue: "BLOB_VALUE",
|
|
48
|
+
* BooleanValue: true || false,
|
|
49
|
+
* NumberValue: "STRING_VALUE",
|
|
50
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* };
|
|
29
56
|
* const command = new DetachTypedLinkCommand(input);
|
|
30
57
|
* const response = await client.send(command);
|
|
31
58
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface DisableDirectoryCommandOutput extends DisableDirectoryResponse,
|
|
|
27
27
|
* import { CloudDirectoryClient, DisableDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, DisableDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new DisableDirectoryCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -27,6 +27,9 @@ export interface EnableDirectoryCommandOutput extends EnableDirectoryResponse, _
|
|
|
27
27
|
* import { CloudDirectoryClient, EnableDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, EnableDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
+
* const input = {
|
|
31
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
30
33
|
* const command = new EnableDirectoryCommand(input);
|
|
31
34
|
* const response = await client.send(command);
|
|
32
35
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVe
|
|
|
26
26
|
* import { CloudDirectoryClient, GetAppliedSchemaVersionCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, GetAppliedSchemaVersionCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetAppliedSchemaVersionCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,9 @@ export interface GetDirectoryCommandOutput extends GetDirectoryResponse, __Metad
|
|
|
26
26
|
* import { CloudDirectoryClient, GetDirectoryCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, GetDirectoryCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetDirectoryCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -27,6 +27,10 @@ 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 = {
|
|
31
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
32
|
+
* Name: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
30
34
|
* const command = new GetFacetCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -26,6 +26,37 @@ 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 = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* TypedLinkSpecifier: {
|
|
32
|
+
* TypedLinkFacet: {
|
|
33
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
34
|
+
* TypedLinkName: "STRING_VALUE", // required
|
|
35
|
+
* },
|
|
36
|
+
* SourceObjectReference: {
|
|
37
|
+
* Selector: "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* TargetObjectReference: {
|
|
40
|
+
* Selector: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* IdentityAttributeValues: [ // required
|
|
43
|
+
* {
|
|
44
|
+
* AttributeName: "STRING_VALUE", // required
|
|
45
|
+
* Value: { // Union: only one key present
|
|
46
|
+
* StringValue: "STRING_VALUE",
|
|
47
|
+
* BinaryValue: "BLOB_VALUE",
|
|
48
|
+
* BooleanValue: true || false,
|
|
49
|
+
* NumberValue: "STRING_VALUE",
|
|
50
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
51
|
+
* },
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* AttributeNames: [ // required
|
|
56
|
+
* "STRING_VALUE",
|
|
57
|
+
* ],
|
|
58
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
59
|
+
* };
|
|
29
60
|
* const command = new GetLinkAttributesCommand(input);
|
|
30
61
|
* const response = await client.send(command);
|
|
31
62
|
* ```
|
|
@@ -26,6 +26,20 @@ 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 = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* ObjectReference: {
|
|
32
|
+
* Selector: "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
35
|
+
* SchemaFacet: {
|
|
36
|
+
* SchemaArn: "STRING_VALUE",
|
|
37
|
+
* FacetName: "STRING_VALUE",
|
|
38
|
+
* },
|
|
39
|
+
* AttributeNames: [ // required
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* };
|
|
29
43
|
* const command = new GetObjectAttributesCommand(input);
|
|
30
44
|
* const response = await client.send(command);
|
|
31
45
|
* ```
|
|
@@ -26,6 +26,13 @@ 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 = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* ObjectReference: {
|
|
32
|
+
* Selector: "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
35
|
+
* };
|
|
29
36
|
* const command = new GetObjectInformationCommand(input);
|
|
30
37
|
* const response = await client.send(command);
|
|
31
38
|
* ```
|
|
@@ -26,6 +26,9 @@ 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 = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* };
|
|
29
32
|
* const command = new GetSchemaAsJsonCommand(input);
|
|
30
33
|
* const response = await client.send(command);
|
|
31
34
|
* ```
|
|
@@ -26,6 +26,10 @@ 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 = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
29
33
|
* const command = new GetTypedLinkFacetInformationCommand(input);
|
|
30
34
|
* const response = await client.send(command);
|
|
31
35
|
* ```
|
|
@@ -26,6 +26,12 @@ 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 = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* SchemaArn: "STRING_VALUE",
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* };
|
|
29
35
|
* const command = new ListAppliedSchemaArnsCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,15 @@ 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 = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* TargetReference: {
|
|
32
|
+
* Selector: "STRING_VALUE",
|
|
33
|
+
* },
|
|
34
|
+
* NextToken: "STRING_VALUE",
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
37
|
+
* };
|
|
29
38
|
* const command = new ListAttachedIndicesCommand(input);
|
|
30
39
|
* const response = await client.send(command);
|
|
31
40
|
* ```
|
|
@@ -27,6 +27,10 @@ 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 = {
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
30
34
|
* const command = new ListDevelopmentSchemaArnsCommand(input);
|
|
31
35
|
* const response = await client.send(command);
|
|
32
36
|
* ```
|
|
@@ -26,6 +26,11 @@ 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 = {
|
|
30
|
+
* NextToken: "STRING_VALUE",
|
|
31
|
+
* MaxResults: Number("int"),
|
|
32
|
+
* state: "ENABLED" || "DISABLED" || "DELETED",
|
|
33
|
+
* };
|
|
29
34
|
* const command = new ListDirectoriesCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -26,6 +26,12 @@ 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 = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* Name: "STRING_VALUE", // required
|
|
32
|
+
* NextToken: "STRING_VALUE",
|
|
33
|
+
* MaxResults: Number("int"),
|
|
34
|
+
* };
|
|
29
35
|
* const command = new ListFacetAttributesCommand(input);
|
|
30
36
|
* const response = await client.send(command);
|
|
31
37
|
* ```
|
|
@@ -26,6 +26,11 @@ 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 = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
29
34
|
* const command = new ListFacetNamesCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -28,6 +28,42 @@ 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 = {
|
|
32
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
33
|
+
* ObjectReference: {
|
|
34
|
+
* Selector: "STRING_VALUE",
|
|
35
|
+
* },
|
|
36
|
+
* FilterAttributeRanges: [
|
|
37
|
+
* {
|
|
38
|
+
* AttributeName: "STRING_VALUE",
|
|
39
|
+
* Range: {
|
|
40
|
+
* StartMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
41
|
+
* StartValue: { // Union: only one key present
|
|
42
|
+
* StringValue: "STRING_VALUE",
|
|
43
|
+
* BinaryValue: "BLOB_VALUE",
|
|
44
|
+
* BooleanValue: true || false,
|
|
45
|
+
* NumberValue: "STRING_VALUE",
|
|
46
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
47
|
+
* },
|
|
48
|
+
* EndMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
49
|
+
* EndValue: { // Union: only one key present
|
|
50
|
+
* StringValue: "STRING_VALUE",
|
|
51
|
+
* BinaryValue: "BLOB_VALUE",
|
|
52
|
+
* BooleanValue: true || false,
|
|
53
|
+
* NumberValue: "STRING_VALUE",
|
|
54
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
55
|
+
* },
|
|
56
|
+
* },
|
|
57
|
+
* },
|
|
58
|
+
* ],
|
|
59
|
+
* FilterTypedLink: {
|
|
60
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
61
|
+
* TypedLinkName: "STRING_VALUE", // required
|
|
62
|
+
* },
|
|
63
|
+
* NextToken: "STRING_VALUE",
|
|
64
|
+
* MaxResults: Number("int"),
|
|
65
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
66
|
+
* };
|
|
31
67
|
* const command = new ListIncomingTypedLinksCommand(input);
|
|
32
68
|
* const response = await client.send(command);
|
|
33
69
|
* ```
|
|
@@ -26,6 +26,42 @@ 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 = {
|
|
30
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
+
* RangesOnIndexedValues: [
|
|
32
|
+
* {
|
|
33
|
+
* AttributeKey: {
|
|
34
|
+
* SchemaArn: "STRING_VALUE", // required
|
|
35
|
+
* FacetName: "STRING_VALUE", // required
|
|
36
|
+
* Name: "STRING_VALUE", // required
|
|
37
|
+
* },
|
|
38
|
+
* Range: {
|
|
39
|
+
* StartMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
40
|
+
* StartValue: { // Union: only one key present
|
|
41
|
+
* StringValue: "STRING_VALUE",
|
|
42
|
+
* BinaryValue: "BLOB_VALUE",
|
|
43
|
+
* BooleanValue: true || false,
|
|
44
|
+
* NumberValue: "STRING_VALUE",
|
|
45
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
46
|
+
* },
|
|
47
|
+
* EndMode: "FIRST" || "LAST" || "LAST_BEFORE_MISSING_VALUES" || "INCLUSIVE" || "EXCLUSIVE", // required
|
|
48
|
+
* EndValue: { // Union: only one key present
|
|
49
|
+
* StringValue: "STRING_VALUE",
|
|
50
|
+
* BinaryValue: "BLOB_VALUE",
|
|
51
|
+
* BooleanValue: true || false,
|
|
52
|
+
* NumberValue: "STRING_VALUE",
|
|
53
|
+
* DatetimeValue: new Date("TIMESTAMP"),
|
|
54
|
+
* },
|
|
55
|
+
* },
|
|
56
|
+
* },
|
|
57
|
+
* ],
|
|
58
|
+
* IndexReference: {
|
|
59
|
+
* Selector: "STRING_VALUE",
|
|
60
|
+
* },
|
|
61
|
+
* MaxResults: Number("int"),
|
|
62
|
+
* NextToken: "STRING_VALUE",
|
|
63
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
64
|
+
* };
|
|
29
65
|
* const command = new ListIndexCommand(input);
|
|
30
66
|
* const response = await client.send(command);
|
|
31
67
|
* ```
|
|
@@ -26,6 +26,11 @@ 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 = {
|
|
30
|
+
* SchemaArn: "STRING_VALUE",
|
|
31
|
+
* NextToken: "STRING_VALUE",
|
|
32
|
+
* MaxResults: Number("int"),
|
|
33
|
+
* };
|
|
29
34
|
* const command = new ListManagedSchemaArnsCommand(input);
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
@@ -27,6 +27,19 @@ 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 = {
|
|
31
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
+
* ObjectReference: {
|
|
33
|
+
* Selector: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* NextToken: "STRING_VALUE",
|
|
36
|
+
* MaxResults: Number("int"),
|
|
37
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
38
|
+
* FacetFilter: {
|
|
39
|
+
* SchemaArn: "STRING_VALUE",
|
|
40
|
+
* FacetName: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* };
|
|
30
43
|
* const command = new ListObjectAttributesCommand(input);
|
|
31
44
|
* const response = await client.send(command);
|
|
32
45
|
* ```
|
|
@@ -27,6 +27,15 @@ 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 = {
|
|
31
|
+
* DirectoryArn: "STRING_VALUE", // required
|
|
32
|
+
* ObjectReference: {
|
|
33
|
+
* Selector: "STRING_VALUE",
|
|
34
|
+
* },
|
|
35
|
+
* NextToken: "STRING_VALUE",
|
|
36
|
+
* MaxResults: Number("int"),
|
|
37
|
+
* ConsistencyLevel: "SERIALIZABLE" || "EVENTUAL",
|
|
38
|
+
* };
|
|
30
39
|
* const command = new ListObjectChildrenCommand(input);
|
|
31
40
|
* const response = await client.send(command);
|
|
32
41
|
* ```
|