@aws-sdk/client-clouddirectory 3.927.0 → 3.929.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/index.js +3516 -3593
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CloudDirectoryClient.js +2 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +3 -9
- package/dist-es/commands/ApplySchemaCommand.js +3 -9
- package/dist-es/commands/AttachObjectCommand.js +3 -9
- package/dist-es/commands/AttachPolicyCommand.js +3 -9
- package/dist-es/commands/AttachToIndexCommand.js +3 -9
- package/dist-es/commands/AttachTypedLinkCommand.js +3 -9
- package/dist-es/commands/BatchReadCommand.js +3 -9
- package/dist-es/commands/BatchWriteCommand.js +3 -9
- package/dist-es/commands/CreateDirectoryCommand.js +3 -9
- package/dist-es/commands/CreateFacetCommand.js +3 -9
- package/dist-es/commands/CreateIndexCommand.js +3 -9
- package/dist-es/commands/CreateObjectCommand.js +3 -9
- package/dist-es/commands/CreateSchemaCommand.js +3 -9
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -9
- package/dist-es/commands/DeleteFacetCommand.js +3 -9
- package/dist-es/commands/DeleteObjectCommand.js +3 -9
- package/dist-es/commands/DeleteSchemaCommand.js +3 -9
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/DetachFromIndexCommand.js +3 -9
- package/dist-es/commands/DetachObjectCommand.js +3 -9
- package/dist-es/commands/DetachPolicyCommand.js +3 -9
- package/dist-es/commands/DetachTypedLinkCommand.js +3 -9
- package/dist-es/commands/DisableDirectoryCommand.js +3 -9
- package/dist-es/commands/EnableDirectoryCommand.js +3 -9
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -9
- package/dist-es/commands/GetDirectoryCommand.js +3 -9
- package/dist-es/commands/GetFacetCommand.js +3 -9
- package/dist-es/commands/GetLinkAttributesCommand.js +3 -9
- package/dist-es/commands/GetObjectAttributesCommand.js +3 -9
- package/dist-es/commands/GetObjectInformationCommand.js +3 -9
- package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -9
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -9
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListAttachedIndicesCommand.js +3 -9
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListDirectoriesCommand.js +3 -9
- package/dist-es/commands/ListFacetAttributesCommand.js +3 -9
- package/dist-es/commands/ListFacetNamesCommand.js +3 -9
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -9
- package/dist-es/commands/ListIndexCommand.js +3 -9
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListObjectAttributesCommand.js +3 -9
- package/dist-es/commands/ListObjectChildrenCommand.js +3 -9
- package/dist-es/commands/ListObjectParentPathsCommand.js +3 -9
- package/dist-es/commands/ListObjectParentsCommand.js +3 -9
- package/dist-es/commands/ListObjectPoliciesCommand.js +3 -9
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -9
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -9
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -9
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -9
- package/dist-es/commands/LookupPolicyCommand.js +3 -9
- package/dist-es/commands/PublishSchemaCommand.js +3 -9
- package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -9
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateFacetCommand.js +3 -9
- package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -9
- package/dist-es/commands/UpdateSchemaCommand.js +3 -9
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -9
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -9
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3292 -0
- package/dist-types/CloudDirectoryClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +364 -0
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +370 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -3033
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -596
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -797
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListObjectParents } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListObjectParentsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListObjectParentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListObjectParentsCommand)
|
|
20
|
-
.de(de_ListObjectParentsCommand)
|
|
14
|
+
.sc(ListObjectParents)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListObjectPolicies } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListObjectPoliciesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListObjectPoliciesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListObjectPoliciesCommand)
|
|
20
|
-
.de(de_ListObjectPoliciesCommand)
|
|
14
|
+
.sc(ListObjectPolicies)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListOutgoingTypedLinks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListOutgoingTypedLinksCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListOutgoingTypedLinksCommand)
|
|
20
|
-
.de(de_ListOutgoingTypedLinksCommand)
|
|
14
|
+
.sc(ListOutgoingTypedLinks)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListPolicyAttachments } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListPolicyAttachmentsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListPolicyAttachmentsCommand)
|
|
20
|
-
.de(de_ListPolicyAttachmentsCommand)
|
|
14
|
+
.sc(ListPolicyAttachments)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListPublishedSchemaArns } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListPublishedSchemaArnsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListPublishedSchemaArnsCommand)
|
|
20
|
-
.de(de_ListPublishedSchemaArnsCommand)
|
|
14
|
+
.sc(ListPublishedSchemaArns)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsForResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListTagsForResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsForResourceCommand)
|
|
20
|
-
.de(de_ListTagsForResourceCommand)
|
|
14
|
+
.sc(ListTagsForResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTypedLinkFacetAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTypedLinkFacetAttributesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTypedLinkFacetAttributesCommand)
|
|
20
|
-
.de(de_ListTypedLinkFacetAttributesCommand)
|
|
14
|
+
.sc(ListTypedLinkFacetAttributes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTypedLinkFacetNames } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTypedLinkFacetNamesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTypedLinkFacetNamesCommand)
|
|
20
|
-
.de(de_ListTypedLinkFacetNamesCommand)
|
|
14
|
+
.sc(ListTypedLinkFacetNames)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { LookupPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class LookupPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
|
|
17
13
|
.n("CloudDirectoryClient", "LookupPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_LookupPolicyCommand)
|
|
20
|
-
.de(de_LookupPolicyCommand)
|
|
14
|
+
.sc(LookupPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PublishSchema } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PublishSchemaCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "PublishSchema", {})
|
|
17
13
|
.n("CloudDirectoryClient", "PublishSchemaCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PublishSchemaCommand)
|
|
20
|
-
.de(de_PublishSchemaCommand)
|
|
14
|
+
.sc(PublishSchema)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutSchemaFromJson } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutSchemaFromJsonCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
|
|
17
13
|
.n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutSchemaFromJsonCommand)
|
|
20
|
-
.de(de_PutSchemaFromJsonCommand)
|
|
14
|
+
.sc(PutSchemaFromJson)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RemoveFacetFromObject } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RemoveFacetFromObjectCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
|
|
17
13
|
.n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RemoveFacetFromObjectCommand)
|
|
20
|
-
.de(de_RemoveFacetFromObjectCommand)
|
|
14
|
+
.sc(RemoveFacetFromObject)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { TagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class TagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "TagResource", {})
|
|
17
13
|
.n("CloudDirectoryClient", "TagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_TagResourceCommand)
|
|
20
|
-
.de(de_TagResourceCommand)
|
|
14
|
+
.sc(TagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UntagResource } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UntagResourceCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UntagResource", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UntagResourceCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UntagResourceCommand)
|
|
20
|
-
.de(de_UntagResourceCommand)
|
|
14
|
+
.sc(UntagResource)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateFacet } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateFacetCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UpdateFacetCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateFacetCommand)
|
|
20
|
-
.de(de_UpdateFacetCommand)
|
|
14
|
+
.sc(UpdateFacet)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateLinkAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateLinkAttributesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateLinkAttributesCommand)
|
|
20
|
-
.de(de_UpdateLinkAttributesCommand)
|
|
14
|
+
.sc(UpdateLinkAttributes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateObjectAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateObjectAttributesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateObjectAttributesCommand)
|
|
20
|
-
.de(de_UpdateObjectAttributesCommand)
|
|
14
|
+
.sc(UpdateObjectAttributes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateSchema } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateSchemaCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UpdateSchemaCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateSchemaCommand)
|
|
20
|
-
.de(de_UpdateSchemaCommand)
|
|
14
|
+
.sc(UpdateSchema)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpdateTypedLinkFacet } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpdateTypedLinkFacetCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpdateTypedLinkFacetCommand)
|
|
20
|
-
.de(de_UpdateTypedLinkFacetCommand)
|
|
14
|
+
.sc(UpdateTypedLinkFacet)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpgradeAppliedSchema } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpgradeAppliedSchemaCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpgradeAppliedSchemaCommand)
|
|
20
|
-
.de(de_UpgradeAppliedSchemaCommand)
|
|
14
|
+
.sc(UpgradeAppliedSchema)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { UpgradePublishedSchema } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class UpgradePublishedSchemaCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
|
|
17
13
|
.n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_UpgradePublishedSchemaCommand)
|
|
20
|
-
.de(de_UpgradePublishedSchemaCommand)
|
|
14
|
+
.sc(UpgradePublishedSchema)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
2
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
2
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
3
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
4
5
|
import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
@@ -22,6 +23,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
22
23
|
},
|
|
23
24
|
],
|
|
24
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
+
protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.clouddirectory" }),
|
|
25
27
|
serviceId: config?.serviceId ?? "CloudDirectory",
|
|
26
28
|
urlParser: config?.urlParser ?? parseUrl,
|
|
27
29
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|