@aws-sdk/client-clouddirectory 3.948.0 → 3.953.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 +1215 -843
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddFacetToObjectCommand.js +2 -2
- package/dist-es/commands/ApplySchemaCommand.js +2 -2
- package/dist-es/commands/AttachObjectCommand.js +2 -2
- package/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/dist-es/commands/AttachToIndexCommand.js +2 -2
- package/dist-es/commands/AttachTypedLinkCommand.js +2 -2
- package/dist-es/commands/BatchReadCommand.js +2 -2
- package/dist-es/commands/BatchWriteCommand.js +2 -2
- package/dist-es/commands/CreateDirectoryCommand.js +2 -2
- package/dist-es/commands/CreateFacetCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreateObjectCommand.js +2 -2
- package/dist-es/commands/CreateSchemaCommand.js +2 -2
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-es/commands/DeleteFacetCommand.js +2 -2
- package/dist-es/commands/DeleteObjectCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaCommand.js +2 -2
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/DetachFromIndexCommand.js +2 -2
- package/dist-es/commands/DetachObjectCommand.js +2 -2
- package/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -2
- package/dist-es/commands/DisableDirectoryCommand.js +2 -2
- package/dist-es/commands/EnableDirectoryCommand.js +2 -2
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -2
- package/dist-es/commands/GetDirectoryCommand.js +2 -2
- package/dist-es/commands/GetFacetCommand.js +2 -2
- package/dist-es/commands/GetLinkAttributesCommand.js +2 -2
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-es/commands/GetObjectInformationCommand.js +2 -2
- package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -2
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -2
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListAttachedIndicesCommand.js +2 -2
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListDirectoriesCommand.js +2 -2
- package/dist-es/commands/ListFacetAttributesCommand.js +2 -2
- package/dist-es/commands/ListFacetNamesCommand.js +2 -2
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -2
- package/dist-es/commands/ListIndexCommand.js +2 -2
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListObjectAttributesCommand.js +2 -2
- package/dist-es/commands/ListObjectChildrenCommand.js +2 -2
- package/dist-es/commands/ListObjectParentPathsCommand.js +2 -2
- package/dist-es/commands/ListObjectParentsCommand.js +2 -2
- package/dist-es/commands/ListObjectPoliciesCommand.js +2 -2
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -2
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -2
- package/dist-es/commands/LookupPolicyCommand.js +2 -2
- package/dist-es/commands/PublishSchemaCommand.js +2 -2
- package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -2
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFacetCommand.js +2 -2
- package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateSchemaCommand.js +2 -2
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -2
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -2
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +721 -677
- package/dist-types/CloudDirectoryClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +329 -364
- package/dist-types/ts3.4/CloudDirectoryClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +328 -365
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.clouddirectory",
|
|
32
|
+
version: "2017-01-11",
|
|
33
|
+
serviceTarget: "AmazonCloudDirectory_20170111",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "CloudDirectory",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AddFacetToObject } from "../schemas/schemas_0";
|
|
4
|
+
import { AddFacetToObject$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AddFacetToObjectCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AddFacetToObjectCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "AddFacetToObject", {})
|
|
13
13
|
.n("CloudDirectoryClient", "AddFacetToObjectCommand")
|
|
14
|
-
.sc(AddFacetToObject)
|
|
14
|
+
.sc(AddFacetToObject$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ApplySchema } from "../schemas/schemas_0";
|
|
4
|
+
import { ApplySchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ApplySchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ApplySchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ApplySchema", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ApplySchemaCommand")
|
|
14
|
-
.sc(ApplySchema)
|
|
14
|
+
.sc(ApplySchema$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AttachObject } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachObject$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachObjectCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachObjectCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "AttachObject", {})
|
|
13
13
|
.n("CloudDirectoryClient", "AttachObjectCommand")
|
|
14
|
-
.sc(AttachObject)
|
|
14
|
+
.sc(AttachObject$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AttachPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "AttachPolicy", {})
|
|
13
13
|
.n("CloudDirectoryClient", "AttachPolicyCommand")
|
|
14
|
-
.sc(AttachPolicy)
|
|
14
|
+
.sc(AttachPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AttachToIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachToIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachToIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachToIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "AttachToIndex", {})
|
|
13
13
|
.n("CloudDirectoryClient", "AttachToIndexCommand")
|
|
14
|
-
.sc(AttachToIndex)
|
|
14
|
+
.sc(AttachToIndex$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AttachTypedLink } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachTypedLink$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachTypedLinkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachTypedLinkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "AttachTypedLink", {})
|
|
13
13
|
.n("CloudDirectoryClient", "AttachTypedLinkCommand")
|
|
14
|
-
.sc(AttachTypedLink)
|
|
14
|
+
.sc(AttachTypedLink$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchRead } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchRead$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchReadCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchReadCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "BatchRead", {})
|
|
13
13
|
.n("CloudDirectoryClient", "BatchReadCommand")
|
|
14
|
-
.sc(BatchRead)
|
|
14
|
+
.sc(BatchRead$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { BatchWrite } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchWrite$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchWriteCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchWriteCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "BatchWrite", {})
|
|
13
13
|
.n("CloudDirectoryClient", "BatchWriteCommand")
|
|
14
|
-
.sc(BatchWrite)
|
|
14
|
+
.sc(BatchWrite$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateDirectory } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDirectory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDirectoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDirectoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "CreateDirectory", {})
|
|
13
13
|
.n("CloudDirectoryClient", "CreateDirectoryCommand")
|
|
14
|
-
.sc(CreateDirectory)
|
|
14
|
+
.sc(CreateDirectory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateFacet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateFacet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateFacetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateFacetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "CreateFacet", {})
|
|
13
13
|
.n("CloudDirectoryClient", "CreateFacetCommand")
|
|
14
|
-
.sc(CreateFacet)
|
|
14
|
+
.sc(CreateFacet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "CreateIndex", {})
|
|
13
13
|
.n("CloudDirectoryClient", "CreateIndexCommand")
|
|
14
|
-
.sc(CreateIndex)
|
|
14
|
+
.sc(CreateIndex$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateObject } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateObject$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateObjectCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateObjectCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "CreateObject", {})
|
|
13
13
|
.n("CloudDirectoryClient", "CreateObjectCommand")
|
|
14
|
-
.sc(CreateObject)
|
|
14
|
+
.sc(CreateObject$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "CreateSchema", {})
|
|
13
13
|
.n("CloudDirectoryClient", "CreateSchemaCommand")
|
|
14
|
-
.sc(CreateSchema)
|
|
14
|
+
.sc(CreateSchema$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateTypedLinkFacet } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTypedLinkFacet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTypedLinkFacetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTypedLinkFacetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "CreateTypedLinkFacet", {})
|
|
13
13
|
.n("CloudDirectoryClient", "CreateTypedLinkFacetCommand")
|
|
14
|
-
.sc(CreateTypedLinkFacet)
|
|
14
|
+
.sc(CreateTypedLinkFacet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteDirectory } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDirectory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDirectoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDirectoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DeleteDirectory", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DeleteDirectoryCommand")
|
|
14
|
-
.sc(DeleteDirectory)
|
|
14
|
+
.sc(DeleteDirectory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteFacet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteFacet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteFacetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteFacetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DeleteFacet", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DeleteFacetCommand")
|
|
14
|
-
.sc(DeleteFacet)
|
|
14
|
+
.sc(DeleteFacet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteObject } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteObject$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteObjectCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteObjectCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DeleteObject", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DeleteObjectCommand")
|
|
14
|
-
.sc(DeleteObject)
|
|
14
|
+
.sc(DeleteObject$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DeleteSchema", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DeleteSchemaCommand")
|
|
14
|
-
.sc(DeleteSchema)
|
|
14
|
+
.sc(DeleteSchema$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteTypedLinkFacet } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTypedLinkFacet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTypedLinkFacetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTypedLinkFacetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DeleteTypedLinkFacet", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DeleteTypedLinkFacetCommand")
|
|
14
|
-
.sc(DeleteTypedLinkFacet)
|
|
14
|
+
.sc(DeleteTypedLinkFacet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachFromIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachFromIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachFromIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachFromIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DetachFromIndex", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DetachFromIndexCommand")
|
|
14
|
-
.sc(DetachFromIndex)
|
|
14
|
+
.sc(DetachFromIndex$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachObject } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachObject$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachObjectCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachObjectCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DetachObject", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DetachObjectCommand")
|
|
14
|
-
.sc(DetachObject)
|
|
14
|
+
.sc(DetachObject$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DetachPolicy", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DetachPolicyCommand")
|
|
14
|
-
.sc(DetachPolicy)
|
|
14
|
+
.sc(DetachPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachTypedLink } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachTypedLink$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachTypedLinkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachTypedLinkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DetachTypedLink", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DetachTypedLinkCommand")
|
|
14
|
-
.sc(DetachTypedLink)
|
|
14
|
+
.sc(DetachTypedLink$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisableDirectory } from "../schemas/schemas_0";
|
|
4
|
+
import { DisableDirectory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisableDirectoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisableDirectoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "DisableDirectory", {})
|
|
13
13
|
.n("CloudDirectoryClient", "DisableDirectoryCommand")
|
|
14
|
-
.sc(DisableDirectory)
|
|
14
|
+
.sc(DisableDirectory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { EnableDirectory } from "../schemas/schemas_0";
|
|
4
|
+
import { EnableDirectory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableDirectoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnableDirectoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "EnableDirectory", {})
|
|
13
13
|
.n("CloudDirectoryClient", "EnableDirectoryCommand")
|
|
14
|
-
.sc(EnableDirectory)
|
|
14
|
+
.sc(EnableDirectory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAppliedSchemaVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAppliedSchemaVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAppliedSchemaVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAppliedSchemaVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetAppliedSchemaVersion", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand")
|
|
14
|
-
.sc(GetAppliedSchemaVersion)
|
|
14
|
+
.sc(GetAppliedSchemaVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDirectory } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDirectory$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDirectoryCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDirectoryCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetDirectory", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetDirectoryCommand")
|
|
14
|
-
.sc(GetDirectory)
|
|
14
|
+
.sc(GetDirectory$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetFacet } from "../schemas/schemas_0";
|
|
4
|
+
import { GetFacet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetFacetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetFacetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetFacet", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetFacetCommand")
|
|
14
|
-
.sc(GetFacet)
|
|
14
|
+
.sc(GetFacet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetLinkAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { GetLinkAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetLinkAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetLinkAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetLinkAttributes", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetLinkAttributesCommand")
|
|
14
|
-
.sc(GetLinkAttributes)
|
|
14
|
+
.sc(GetLinkAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetObjectAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { GetObjectAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetObjectAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetObjectAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetObjectAttributes", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetObjectAttributesCommand")
|
|
14
|
-
.sc(GetObjectAttributes)
|
|
14
|
+
.sc(GetObjectAttributes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetObjectInformation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetObjectInformation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetObjectInformationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetObjectInformationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetObjectInformation", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetObjectInformationCommand")
|
|
14
|
-
.sc(GetObjectInformation)
|
|
14
|
+
.sc(GetObjectInformation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetSchemaAsJson } from "../schemas/schemas_0";
|
|
4
|
+
import { GetSchemaAsJson$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetSchemaAsJsonCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetSchemaAsJsonCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetSchemaAsJson", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetSchemaAsJsonCommand")
|
|
14
|
-
.sc(GetSchemaAsJson)
|
|
14
|
+
.sc(GetSchemaAsJson$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTypedLinkFacetInformation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTypedLinkFacetInformation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTypedLinkFacetInformationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTypedLinkFacetInformationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "GetTypedLinkFacetInformation", {})
|
|
13
13
|
.n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand")
|
|
14
|
-
.sc(GetTypedLinkFacetInformation)
|
|
14
|
+
.sc(GetTypedLinkFacetInformation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAppliedSchemaArns } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAppliedSchemaArns$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAppliedSchemaArnsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAppliedSchemaArnsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListAppliedSchemaArns", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand")
|
|
14
|
-
.sc(ListAppliedSchemaArns)
|
|
14
|
+
.sc(ListAppliedSchemaArns$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAttachedIndices } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAttachedIndices$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAttachedIndicesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAttachedIndicesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListAttachedIndices", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListAttachedIndicesCommand")
|
|
14
|
-
.sc(ListAttachedIndices)
|
|
14
|
+
.sc(ListAttachedIndices$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|