@aws-sdk/client-clouddirectory 3.1076.0 → 3.1078.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 +77 -665
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +2 -14
- package/dist-es/commands/ApplySchemaCommand.js +2 -14
- package/dist-es/commands/AttachObjectCommand.js +2 -14
- package/dist-es/commands/AttachPolicyCommand.js +2 -14
- package/dist-es/commands/AttachToIndexCommand.js +2 -14
- package/dist-es/commands/AttachTypedLinkCommand.js +2 -14
- package/dist-es/commands/BatchReadCommand.js +2 -14
- package/dist-es/commands/BatchWriteCommand.js +2 -14
- package/dist-es/commands/CreateDirectoryCommand.js +2 -14
- package/dist-es/commands/CreateFacetCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateObjectCommand.js +2 -14
- package/dist-es/commands/CreateSchemaCommand.js +2 -14
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/DeleteDirectoryCommand.js +2 -14
- package/dist-es/commands/DeleteFacetCommand.js +2 -14
- package/dist-es/commands/DeleteObjectCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/DetachFromIndexCommand.js +2 -14
- package/dist-es/commands/DetachObjectCommand.js +2 -14
- package/dist-es/commands/DetachPolicyCommand.js +2 -14
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -14
- package/dist-es/commands/DisableDirectoryCommand.js +2 -14
- package/dist-es/commands/EnableDirectoryCommand.js +2 -14
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -14
- package/dist-es/commands/GetDirectoryCommand.js +2 -14
- package/dist-es/commands/GetFacetCommand.js +2 -14
- package/dist-es/commands/GetLinkAttributesCommand.js +2 -14
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -14
- package/dist-es/commands/GetObjectInformationCommand.js +2 -14
- package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -14
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -14
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListAttachedIndicesCommand.js +2 -14
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListDirectoriesCommand.js +2 -14
- package/dist-es/commands/ListFacetAttributesCommand.js +2 -14
- package/dist-es/commands/ListFacetNamesCommand.js +2 -14
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -14
- package/dist-es/commands/ListIndexCommand.js +2 -14
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListObjectAttributesCommand.js +2 -14
- package/dist-es/commands/ListObjectChildrenCommand.js +2 -14
- package/dist-es/commands/ListObjectParentPathsCommand.js +2 -14
- package/dist-es/commands/ListObjectParentsCommand.js +2 -14
- package/dist-es/commands/ListObjectPoliciesCommand.js +2 -14
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -14
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -14
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -14
- package/dist-es/commands/LookupPolicyCommand.js +2 -14
- package/dist-es/commands/PublishSchemaCommand.js +2 -14
- package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -14
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateFacetCommand.js +2 -14
- package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateSchemaCommand.js +2 -14
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -14
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +3 -8
- package/dist-types/commands/ApplySchemaCommand.d.ts +3 -8
- package/dist-types/commands/AttachObjectCommand.d.ts +3 -8
- package/dist-types/commands/AttachPolicyCommand.d.ts +3 -8
- package/dist-types/commands/AttachToIndexCommand.d.ts +3 -8
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +3 -8
- package/dist-types/commands/BatchReadCommand.d.ts +3 -8
- package/dist-types/commands/BatchWriteCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/CreateFacetCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateObjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFacetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/DetachFromIndexCommand.d.ts +3 -8
- package/dist-types/commands/DetachObjectCommand.d.ts +3 -8
- package/dist-types/commands/DetachPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +3 -8
- package/dist-types/commands/DisableDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/EnableDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/GetFacetCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectInformationCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +3 -8
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +3 -8
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListDirectoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListFacetNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListIndexCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectParentsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +3 -8
- package/dist-types/commands/LookupPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PublishSchemaCommand.d.ts +3 -8
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +3 -8
- package/dist-types/commands/RemoveFacetFromObjectCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFacetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +3 -8
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSchemaAsJson$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSchemaAsJsonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "GetSchemaAsJson", {})
|
|
13
|
-
.n("CloudDirectoryClient", "GetSchemaAsJsonCommand")
|
|
14
|
-
.sc(GetSchemaAsJson$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSchemaAsJsonCommand extends command(_ep0, _mw0, "GetSchemaAsJson", GetSchemaAsJson$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTypedLinkFacetInformation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTypedLinkFacetInformationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "GetTypedLinkFacetInformation", {})
|
|
13
|
-
.n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand")
|
|
14
|
-
.sc(GetTypedLinkFacetInformation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTypedLinkFacetInformationCommand extends command(_ep0, _mw0, "GetTypedLinkFacetInformation", GetTypedLinkFacetInformation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAppliedSchemaArns$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAppliedSchemaArnsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListAppliedSchemaArns", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand")
|
|
14
|
-
.sc(ListAppliedSchemaArns$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAppliedSchemaArnsCommand extends command(_ep0, _mw0, "ListAppliedSchemaArns", ListAppliedSchemaArns$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAttachedIndices$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAttachedIndicesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListAttachedIndices", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListAttachedIndicesCommand")
|
|
14
|
-
.sc(ListAttachedIndices$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAttachedIndicesCommand extends command(_ep0, _mw0, "ListAttachedIndices", ListAttachedIndices$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDevelopmentSchemaArns$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDevelopmentSchemaArnsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
|
|
14
|
-
.sc(ListDevelopmentSchemaArns$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDevelopmentSchemaArnsCommand extends command(_ep0, _mw0, "ListDevelopmentSchemaArns", ListDevelopmentSchemaArns$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDirectories$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDirectoriesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListDirectories", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListDirectoriesCommand")
|
|
14
|
-
.sc(ListDirectories$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDirectoriesCommand extends command(_ep0, _mw0, "ListDirectories", ListDirectories$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFacetAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFacetAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListFacetAttributesCommand")
|
|
14
|
-
.sc(ListFacetAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFacetAttributesCommand extends command(_ep0, _mw0, "ListFacetAttributes", ListFacetAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFacetNames$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFacetNamesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListFacetNames", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListFacetNamesCommand")
|
|
14
|
-
.sc(ListFacetNames$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFacetNamesCommand extends command(_ep0, _mw0, "ListFacetNames", ListFacetNames$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListIncomingTypedLinks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIncomingTypedLinksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
|
|
14
|
-
.sc(ListIncomingTypedLinks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIncomingTypedLinksCommand extends command(_ep0, _mw0, "ListIncomingTypedLinks", ListIncomingTypedLinks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListIndex$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListIndexCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListIndex", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListIndexCommand")
|
|
14
|
-
.sc(ListIndex$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListIndexCommand extends command(_ep0, _mw0, "ListIndex", ListIndex$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListManagedSchemaArns$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListManagedSchemaArnsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
|
|
14
|
-
.sc(ListManagedSchemaArns$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListManagedSchemaArnsCommand extends command(_ep0, _mw0, "ListManagedSchemaArns", ListManagedSchemaArns$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListObjectAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListObjectAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListObjectAttributesCommand")
|
|
14
|
-
.sc(ListObjectAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListObjectAttributesCommand extends command(_ep0, _mw0, "ListObjectAttributes", ListObjectAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListObjectChildren$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListObjectChildrenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectChildren", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListObjectChildrenCommand")
|
|
14
|
-
.sc(ListObjectChildren$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListObjectChildrenCommand extends command(_ep0, _mw0, "ListObjectChildren", ListObjectChildren$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListObjectParentPaths$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListObjectParentPathsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListObjectParentPathsCommand")
|
|
14
|
-
.sc(ListObjectParentPaths$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListObjectParentPathsCommand extends command(_ep0, _mw0, "ListObjectParentPaths", ListObjectParentPaths$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListObjectParents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListObjectParentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListObjectParentsCommand")
|
|
14
|
-
.sc(ListObjectParents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListObjectParentsCommand extends command(_ep0, _mw0, "ListObjectParents", ListObjectParents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListObjectPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListObjectPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListObjectPoliciesCommand")
|
|
14
|
-
.sc(ListObjectPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListObjectPoliciesCommand extends command(_ep0, _mw0, "ListObjectPolicies", ListObjectPolicies$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListOutgoingTypedLinks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOutgoingTypedLinksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
|
|
14
|
-
.sc(ListOutgoingTypedLinks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOutgoingTypedLinksCommand extends command(_ep0, _mw0, "ListOutgoingTypedLinks", ListOutgoingTypedLinks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPolicyAttachments$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPolicyAttachmentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
|
|
14
|
-
.sc(ListPolicyAttachments$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPolicyAttachmentsCommand extends command(_ep0, _mw0, "ListPolicyAttachments", ListPolicyAttachments$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPublishedSchemaArns$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPublishedSchemaArnsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
|
|
14
|
-
.sc(ListPublishedSchemaArns$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPublishedSchemaArnsCommand extends command(_ep0, _mw0, "ListPublishedSchemaArns", ListPublishedSchemaArns$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTypedLinkFacetAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTypedLinkFacetAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
|
|
14
|
-
.sc(ListTypedLinkFacetAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTypedLinkFacetAttributesCommand extends command(_ep0, _mw0, "ListTypedLinkFacetAttributes", ListTypedLinkFacetAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTypedLinkFacetNames$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTypedLinkFacetNamesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
|
|
13
|
-
.n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
|
|
14
|
-
.sc(ListTypedLinkFacetNames$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTypedLinkFacetNamesCommand extends command(_ep0, _mw0, "ListTypedLinkFacetNames", ListTypedLinkFacetNames$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { LookupPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class LookupPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
|
|
13
|
-
.n("CloudDirectoryClient", "LookupPolicyCommand")
|
|
14
|
-
.sc(LookupPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class LookupPolicyCommand extends command(_ep0, _mw0, "LookupPolicy", LookupPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PublishSchema$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PublishSchemaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "PublishSchema", {})
|
|
13
|
-
.n("CloudDirectoryClient", "PublishSchemaCommand")
|
|
14
|
-
.sc(PublishSchema$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PublishSchemaCommand extends command(_ep0, _mw0, "PublishSchema", PublishSchema$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutSchemaFromJson$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutSchemaFromJsonCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
|
|
13
|
-
.n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
|
|
14
|
-
.sc(PutSchemaFromJson$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutSchemaFromJsonCommand extends command(_ep0, _mw0, "PutSchemaFromJson", PutSchemaFromJson$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RemoveFacetFromObject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RemoveFacetFromObjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
|
|
13
|
-
.n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
|
|
14
|
-
.sc(RemoveFacetFromObject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RemoveFacetFromObjectCommand extends command(_ep0, _mw0, "RemoveFacetFromObject", RemoveFacetFromObject$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "TagResource", {})
|
|
13
|
-
.n("CloudDirectoryClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UntagResource", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateFacet$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateFacetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UpdateFacetCommand")
|
|
14
|
-
.sc(UpdateFacet$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateFacetCommand extends command(_ep0, _mw0, "UpdateFacet", UpdateFacet$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLinkAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLinkAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
|
|
14
|
-
.sc(UpdateLinkAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLinkAttributesCommand extends command(_ep0, _mw0, "UpdateLinkAttributes", UpdateLinkAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateObjectAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateObjectAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
|
|
13
|
-
.n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
|
|
14
|
-
.sc(UpdateObjectAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateObjectAttributesCommand extends command(_ep0, _mw0, "UpdateObjectAttributes", UpdateObjectAttributes$) {
|
|
16
4
|
}
|