@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 { DetachTypedLink } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DetachTypedLinkCommand 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", "DetachTypedLink", {})
|
|
17
13
|
.n("CloudDirectoryClient", "DetachTypedLinkCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DetachTypedLinkCommand)
|
|
20
|
-
.de(de_DetachTypedLinkCommand)
|
|
14
|
+
.sc(DetachTypedLink)
|
|
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 { DisableDirectory } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisableDirectoryCommand 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", "DisableDirectory", {})
|
|
17
13
|
.n("CloudDirectoryClient", "DisableDirectoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisableDirectoryCommand)
|
|
20
|
-
.de(de_DisableDirectoryCommand)
|
|
14
|
+
.sc(DisableDirectory)
|
|
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 { EnableDirectory } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class EnableDirectoryCommand 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", "EnableDirectory", {})
|
|
17
13
|
.n("CloudDirectoryClient", "EnableDirectoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_EnableDirectoryCommand)
|
|
20
|
-
.de(de_EnableDirectoryCommand)
|
|
14
|
+
.sc(EnableDirectory)
|
|
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 { GetAppliedSchemaVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetAppliedSchemaVersionCommand 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", "GetAppliedSchemaVersion", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetAppliedSchemaVersionCommand)
|
|
20
|
-
.de(de_GetAppliedSchemaVersionCommand)
|
|
14
|
+
.sc(GetAppliedSchemaVersion)
|
|
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 { GetDirectory } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetDirectoryCommand 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", "GetDirectory", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetDirectoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetDirectoryCommand)
|
|
20
|
-
.de(de_GetDirectoryCommand)
|
|
14
|
+
.sc(GetDirectory)
|
|
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 { GetFacet } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFacetCommand 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", "GetFacet", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetFacetCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFacetCommand)
|
|
20
|
-
.de(de_GetFacetCommand)
|
|
14
|
+
.sc(GetFacet)
|
|
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 { GetLinkAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLinkAttributesCommand 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", "GetLinkAttributes", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetLinkAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLinkAttributesCommand)
|
|
20
|
-
.de(de_GetLinkAttributesCommand)
|
|
14
|
+
.sc(GetLinkAttributes)
|
|
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 { GetObjectAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetObjectAttributesCommand 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", "GetObjectAttributes", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetObjectAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetObjectAttributesCommand)
|
|
20
|
-
.de(de_GetObjectAttributesCommand)
|
|
14
|
+
.sc(GetObjectAttributes)
|
|
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 { GetObjectInformation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetObjectInformationCommand 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", "GetObjectInformation", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetObjectInformationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetObjectInformationCommand)
|
|
20
|
-
.de(de_GetObjectInformationCommand)
|
|
14
|
+
.sc(GetObjectInformation)
|
|
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 { GetSchemaAsJson } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetSchemaAsJsonCommand 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", "GetSchemaAsJson", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetSchemaAsJsonCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetSchemaAsJsonCommand)
|
|
20
|
-
.de(de_GetSchemaAsJsonCommand)
|
|
14
|
+
.sc(GetSchemaAsJson)
|
|
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 { GetTypedLinkFacetInformation } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetTypedLinkFacetInformationCommand 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", "GetTypedLinkFacetInformation", {})
|
|
17
13
|
.n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetTypedLinkFacetInformationCommand)
|
|
20
|
-
.de(de_GetTypedLinkFacetInformationCommand)
|
|
14
|
+
.sc(GetTypedLinkFacetInformation)
|
|
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 { ListAppliedSchemaArns } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListAppliedSchemaArnsCommand 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", "ListAppliedSchemaArns", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListAppliedSchemaArnsCommand)
|
|
20
|
-
.de(de_ListAppliedSchemaArnsCommand)
|
|
14
|
+
.sc(ListAppliedSchemaArns)
|
|
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 { ListAttachedIndices } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListAttachedIndicesCommand 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", "ListAttachedIndices", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListAttachedIndicesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListAttachedIndicesCommand)
|
|
20
|
-
.de(de_ListAttachedIndicesCommand)
|
|
14
|
+
.sc(ListAttachedIndices)
|
|
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 { ListDevelopmentSchemaArns } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDevelopmentSchemaArnsCommand 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", "ListDevelopmentSchemaArns", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDevelopmentSchemaArnsCommand)
|
|
20
|
-
.de(de_ListDevelopmentSchemaArnsCommand)
|
|
14
|
+
.sc(ListDevelopmentSchemaArns)
|
|
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 { ListDirectories } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDirectoriesCommand 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", "ListDirectories", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListDirectoriesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDirectoriesCommand)
|
|
20
|
-
.de(de_ListDirectoriesCommand)
|
|
14
|
+
.sc(ListDirectories)
|
|
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 { ListFacetAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFacetAttributesCommand 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", "ListFacetAttributes", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListFacetAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFacetAttributesCommand)
|
|
20
|
-
.de(de_ListFacetAttributesCommand)
|
|
14
|
+
.sc(ListFacetAttributes)
|
|
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 { ListFacetNames } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFacetNamesCommand 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", "ListFacetNames", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListFacetNamesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFacetNamesCommand)
|
|
20
|
-
.de(de_ListFacetNamesCommand)
|
|
14
|
+
.sc(ListFacetNames)
|
|
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 { ListIncomingTypedLinks } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListIncomingTypedLinksCommand 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", "ListIncomingTypedLinks", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListIncomingTypedLinksCommand)
|
|
20
|
-
.de(de_ListIncomingTypedLinksCommand)
|
|
14
|
+
.sc(ListIncomingTypedLinks)
|
|
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 { ListIndex } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListIndexCommand 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", "ListIndex", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListIndexCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListIndexCommand)
|
|
20
|
-
.de(de_ListIndexCommand)
|
|
14
|
+
.sc(ListIndex)
|
|
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 { ListManagedSchemaArns } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListManagedSchemaArnsCommand 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", "ListManagedSchemaArns", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListManagedSchemaArnsCommand)
|
|
20
|
-
.de(de_ListManagedSchemaArnsCommand)
|
|
14
|
+
.sc(ListManagedSchemaArns)
|
|
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 { ListObjectAttributes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListObjectAttributesCommand 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", "ListObjectAttributes", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListObjectAttributesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListObjectAttributesCommand)
|
|
20
|
-
.de(de_ListObjectAttributesCommand)
|
|
14
|
+
.sc(ListObjectAttributes)
|
|
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 { ListObjectChildren } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListObjectChildrenCommand 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", "ListObjectChildren", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListObjectChildrenCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListObjectChildrenCommand)
|
|
20
|
-
.de(de_ListObjectChildrenCommand)
|
|
14
|
+
.sc(ListObjectChildren)
|
|
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 { ListObjectParentPaths } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListObjectParentPathsCommand 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", "ListObjectParentPaths", {})
|
|
17
13
|
.n("CloudDirectoryClient", "ListObjectParentPathsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListObjectParentPathsCommand)
|
|
20
|
-
.de(de_ListObjectParentPathsCommand)
|
|
14
|
+
.sc(ListObjectParentPaths)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|