@aws-sdk/client-clouddirectory 3.952.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
|
@@ -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 { ListDevelopmentSchemaArns } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDevelopmentSchemaArns$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDevelopmentSchemaArnsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDevelopmentSchemaArnsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
|
|
14
|
-
.sc(ListDevelopmentSchemaArns)
|
|
14
|
+
.sc(ListDevelopmentSchemaArns$)
|
|
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 { ListDirectories } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDirectories$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDirectoriesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDirectoriesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListDirectories", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListDirectoriesCommand")
|
|
14
|
-
.sc(ListDirectories)
|
|
14
|
+
.sc(ListDirectories$)
|
|
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 { ListFacetAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFacetAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFacetAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFacetAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListFacetAttributesCommand")
|
|
14
|
-
.sc(ListFacetAttributes)
|
|
14
|
+
.sc(ListFacetAttributes$)
|
|
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 { ListFacetNames } from "../schemas/schemas_0";
|
|
4
|
+
import { ListFacetNames$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListFacetNamesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListFacetNamesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListFacetNames", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListFacetNamesCommand")
|
|
14
|
-
.sc(ListFacetNames)
|
|
14
|
+
.sc(ListFacetNames$)
|
|
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 { ListIncomingTypedLinks } from "../schemas/schemas_0";
|
|
4
|
+
import { ListIncomingTypedLinks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListIncomingTypedLinksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListIncomingTypedLinksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
|
|
14
|
-
.sc(ListIncomingTypedLinks)
|
|
14
|
+
.sc(ListIncomingTypedLinks$)
|
|
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 { ListIndex } from "../schemas/schemas_0";
|
|
4
|
+
import { ListIndex$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListIndexCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListIndexCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListIndex", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListIndexCommand")
|
|
14
|
-
.sc(ListIndex)
|
|
14
|
+
.sc(ListIndex$)
|
|
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 { ListManagedSchemaArns } from "../schemas/schemas_0";
|
|
4
|
+
import { ListManagedSchemaArns$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListManagedSchemaArnsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListManagedSchemaArnsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
|
|
14
|
-
.sc(ListManagedSchemaArns)
|
|
14
|
+
.sc(ListManagedSchemaArns$)
|
|
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 { ListObjectAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { ListObjectAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListObjectAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListObjectAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListObjectAttributesCommand")
|
|
14
|
-
.sc(ListObjectAttributes)
|
|
14
|
+
.sc(ListObjectAttributes$)
|
|
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 { ListObjectChildren } from "../schemas/schemas_0";
|
|
4
|
+
import { ListObjectChildren$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListObjectChildrenCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListObjectChildrenCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListObjectChildren", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListObjectChildrenCommand")
|
|
14
|
-
.sc(ListObjectChildren)
|
|
14
|
+
.sc(ListObjectChildren$)
|
|
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 { ListObjectParentPaths } from "../schemas/schemas_0";
|
|
4
|
+
import { ListObjectParentPaths$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListObjectParentPathsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListObjectParentPathsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListObjectParentPathsCommand")
|
|
14
|
-
.sc(ListObjectParentPaths)
|
|
14
|
+
.sc(ListObjectParentPaths$)
|
|
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 { ListObjectParents } from "../schemas/schemas_0";
|
|
4
|
+
import { ListObjectParents$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListObjectParentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListObjectParentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListObjectParentsCommand")
|
|
14
|
-
.sc(ListObjectParents)
|
|
14
|
+
.sc(ListObjectParents$)
|
|
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 { ListObjectPolicies } from "../schemas/schemas_0";
|
|
4
|
+
import { ListObjectPolicies$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListObjectPoliciesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListObjectPoliciesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListObjectPoliciesCommand")
|
|
14
|
-
.sc(ListObjectPolicies)
|
|
14
|
+
.sc(ListObjectPolicies$)
|
|
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 { ListOutgoingTypedLinks } from "../schemas/schemas_0";
|
|
4
|
+
import { ListOutgoingTypedLinks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListOutgoingTypedLinksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListOutgoingTypedLinksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
|
|
14
|
-
.sc(ListOutgoingTypedLinks)
|
|
14
|
+
.sc(ListOutgoingTypedLinks$)
|
|
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 { ListPolicyAttachments } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPolicyAttachments$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPolicyAttachmentsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPolicyAttachmentsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
|
|
14
|
-
.sc(ListPolicyAttachments)
|
|
14
|
+
.sc(ListPolicyAttachments$)
|
|
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 { ListPublishedSchemaArns } from "../schemas/schemas_0";
|
|
4
|
+
import { ListPublishedSchemaArns$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListPublishedSchemaArnsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListPublishedSchemaArnsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
|
|
14
|
-
.sc(ListPublishedSchemaArns)
|
|
14
|
+
.sc(ListPublishedSchemaArns$)
|
|
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 { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
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 { ListTypedLinkFacetAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTypedLinkFacetAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTypedLinkFacetAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTypedLinkFacetAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
|
|
14
|
-
.sc(ListTypedLinkFacetAttributes)
|
|
14
|
+
.sc(ListTypedLinkFacetAttributes$)
|
|
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 { ListTypedLinkFacetNames } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTypedLinkFacetNames$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTypedLinkFacetNamesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTypedLinkFacetNamesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
|
|
13
13
|
.n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
|
|
14
|
-
.sc(ListTypedLinkFacetNames)
|
|
14
|
+
.sc(ListTypedLinkFacetNames$)
|
|
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 { LookupPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { LookupPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class LookupPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class LookupPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
|
|
13
13
|
.n("CloudDirectoryClient", "LookupPolicyCommand")
|
|
14
|
-
.sc(LookupPolicy)
|
|
14
|
+
.sc(LookupPolicy$)
|
|
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 { PublishSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { PublishSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PublishSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PublishSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "PublishSchema", {})
|
|
13
13
|
.n("CloudDirectoryClient", "PublishSchemaCommand")
|
|
14
|
-
.sc(PublishSchema)
|
|
14
|
+
.sc(PublishSchema$)
|
|
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 { PutSchemaFromJson } from "../schemas/schemas_0";
|
|
4
|
+
import { PutSchemaFromJson$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutSchemaFromJsonCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutSchemaFromJsonCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
|
|
13
13
|
.n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
|
|
14
|
-
.sc(PutSchemaFromJson)
|
|
14
|
+
.sc(PutSchemaFromJson$)
|
|
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 { RemoveFacetFromObject } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveFacetFromObject$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveFacetFromObjectCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveFacetFromObjectCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
|
|
13
13
|
.n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
|
|
14
|
-
.sc(RemoveFacetFromObject)
|
|
14
|
+
.sc(RemoveFacetFromObject$)
|
|
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 { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "TagResource", {})
|
|
13
13
|
.n("CloudDirectoryClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
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 { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UntagResource", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
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 { UpdateFacet } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFacet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFacetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFacetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UpdateFacetCommand")
|
|
14
|
-
.sc(UpdateFacet)
|
|
14
|
+
.sc(UpdateFacet$)
|
|
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 { UpdateLinkAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateLinkAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateLinkAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateLinkAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
|
|
14
|
-
.sc(UpdateLinkAttributes)
|
|
14
|
+
.sc(UpdateLinkAttributes$)
|
|
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 { UpdateObjectAttributes } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateObjectAttributes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateObjectAttributesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateObjectAttributesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
|
|
14
|
-
.sc(UpdateObjectAttributes)
|
|
14
|
+
.sc(UpdateObjectAttributes$)
|
|
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 { UpdateSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UpdateSchemaCommand")
|
|
14
|
-
.sc(UpdateSchema)
|
|
14
|
+
.sc(UpdateSchema$)
|
|
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 { UpdateTypedLinkFacet } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateTypedLinkFacet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateTypedLinkFacetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateTypedLinkFacetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
|
|
14
|
-
.sc(UpdateTypedLinkFacet)
|
|
14
|
+
.sc(UpdateTypedLinkFacet$)
|
|
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 { UpgradeAppliedSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { UpgradeAppliedSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpgradeAppliedSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpgradeAppliedSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
|
|
14
|
-
.sc(UpgradeAppliedSchema)
|
|
14
|
+
.sc(UpgradeAppliedSchema$)
|
|
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 { UpgradePublishedSchema } from "../schemas/schemas_0";
|
|
4
|
+
import { UpgradePublishedSchema$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpgradePublishedSchemaCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpgradePublishedSchemaCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
|
|
13
13
|
.n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
|
|
14
|
-
.sc(UpgradePublishedSchema)
|
|
14
|
+
.sc(UpgradePublishedSchema$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.clouddirectory",
|
|
29
|
+
version: "2017-01-11",
|
|
30
|
+
serviceTarget: "AmazonCloudDirectory_20170111",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "CloudDirectory",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|