@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.
- 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/package.json +3 -3
|
@@ -26,21 +26,21 @@ export interface UpdateObjectAttributesCommandOutput extends UpdateObjectAttribu
|
|
|
26
26
|
* import { CloudDirectoryClient, UpdateObjectAttributesCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, UpdateObjectAttributesCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateObjectAttributesRequest
|
|
30
30
|
* DirectoryArn: "STRING_VALUE", // required
|
|
31
|
-
* ObjectReference: {
|
|
31
|
+
* ObjectReference: { // ObjectReference
|
|
32
32
|
* Selector: "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
|
-
* AttributeUpdates: [ // required
|
|
35
|
-
* {
|
|
36
|
-
* ObjectAttributeKey: {
|
|
34
|
+
* AttributeUpdates: [ // ObjectAttributeUpdateList // required
|
|
35
|
+
* { // ObjectAttributeUpdate
|
|
36
|
+
* ObjectAttributeKey: { // AttributeKey
|
|
37
37
|
* SchemaArn: "STRING_VALUE", // required
|
|
38
38
|
* FacetName: "STRING_VALUE", // required
|
|
39
39
|
* Name: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
|
-
* ObjectAttributeAction: {
|
|
41
|
+
* ObjectAttributeAction: { // ObjectAttributeAction
|
|
42
42
|
* ObjectAttributeActionType: "CREATE_OR_UPDATE" || "DELETE",
|
|
43
|
-
* ObjectAttributeUpdateValue: { // Union: only one key present
|
|
43
|
+
* ObjectAttributeUpdateValue: { // TypedAttributeValue Union: only one key present
|
|
44
44
|
* StringValue: "STRING_VALUE",
|
|
45
45
|
* BinaryValue: "BLOB_VALUE",
|
|
46
46
|
* BooleanValue: true || false,
|
|
@@ -27,7 +27,7 @@ export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __Metad
|
|
|
27
27
|
* import { CloudDirectoryClient, UpdateSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
28
28
|
* // const { CloudDirectoryClient, UpdateSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
29
29
|
* const client = new CloudDirectoryClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateSchemaRequest
|
|
31
31
|
* SchemaArn: "STRING_VALUE", // required
|
|
32
32
|
* Name: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -26,15 +26,15 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
26
26
|
* import { CloudDirectoryClient, UpdateTypedLinkFacetCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, UpdateTypedLinkFacetCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateTypedLinkFacetRequest
|
|
30
30
|
* SchemaArn: "STRING_VALUE", // required
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
|
-
* AttributeUpdates: [ // required
|
|
33
|
-
* {
|
|
34
|
-
* Attribute: {
|
|
32
|
+
* AttributeUpdates: [ // TypedLinkFacetAttributeUpdateList // required
|
|
33
|
+
* { // TypedLinkFacetAttributeUpdate
|
|
34
|
+
* Attribute: { // TypedLinkAttributeDefinition
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* Type: "STRING" || "BINARY" || "BOOLEAN" || "NUMBER" || "DATETIME" || "VARIANT", // required
|
|
37
|
-
* DefaultValue: { // Union: only one key present
|
|
37
|
+
* DefaultValue: { // TypedAttributeValue Union: only one key present
|
|
38
38
|
* StringValue: "STRING_VALUE",
|
|
39
39
|
* BinaryValue: "BLOB_VALUE",
|
|
40
40
|
* BooleanValue: true || false,
|
|
@@ -42,10 +42,10 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
42
42
|
* DatetimeValue: new Date("TIMESTAMP"),
|
|
43
43
|
* },
|
|
44
44
|
* IsImmutable: true || false,
|
|
45
|
-
* Rules: {
|
|
46
|
-
* "<keys>": {
|
|
45
|
+
* Rules: { // RuleMap
|
|
46
|
+
* "<keys>": { // Rule
|
|
47
47
|
* Type: "BINARY_LENGTH" || "NUMBER_COMPARISON" || "STRING_FROM_SET" || "STRING_LENGTH",
|
|
48
|
-
* Parameters: {
|
|
48
|
+
* Parameters: { // RuleParameterMap
|
|
49
49
|
* "<keys>": "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
@@ -55,7 +55,7 @@ export interface UpdateTypedLinkFacetCommandOutput extends UpdateTypedLinkFacetR
|
|
|
55
55
|
* Action: "CREATE_OR_UPDATE" || "DELETE", // required
|
|
56
56
|
* },
|
|
57
57
|
* ],
|
|
58
|
-
* IdentityAttributeOrder: [ // required
|
|
58
|
+
* IdentityAttributeOrder: [ // AttributeNameList // required
|
|
59
59
|
* "STRING_VALUE",
|
|
60
60
|
* ],
|
|
61
61
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpgradeAppliedSchemaCommandOutput extends UpgradeAppliedSchemaR
|
|
|
26
26
|
* import { CloudDirectoryClient, UpgradeAppliedSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, UpgradeAppliedSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpgradeAppliedSchemaRequest
|
|
30
30
|
* PublishedSchemaArn: "STRING_VALUE", // required
|
|
31
31
|
* DirectoryArn: "STRING_VALUE", // required
|
|
32
32
|
* DryRun: true || false,
|
|
@@ -26,7 +26,7 @@ export interface UpgradePublishedSchemaCommandOutput extends UpgradePublishedSch
|
|
|
26
26
|
* import { CloudDirectoryClient, UpgradePublishedSchemaCommand } from "@aws-sdk/client-clouddirectory"; // ES Modules import
|
|
27
27
|
* // const { CloudDirectoryClient, UpgradePublishedSchemaCommand } = require("@aws-sdk/client-clouddirectory"); // CommonJS import
|
|
28
28
|
* const client = new CloudDirectoryClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpgradePublishedSchemaRequest
|
|
30
30
|
* DevelopmentSchemaArn: "STRING_VALUE", // required
|
|
31
31
|
* PublishedSchemaArn: "STRING_VALUE", // required
|
|
32
32
|
* MinorVersion: "STRING_VALUE", // required
|
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.301.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|