@aws-sdk/client-clouddirectory 3.306.0 → 3.309.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/commands/AddFacetToObjectCommand.js +2 -2
- package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
- package/dist-cjs/commands/AttachObjectCommand.js +2 -2
- package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
- package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
- package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
- package/dist-cjs/commands/BatchReadCommand.js +2 -2
- package/dist-cjs/commands/BatchWriteCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
- package/dist-cjs/commands/CreateFacetCommand.js +2 -2
- package/dist-cjs/commands/CreateIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateObjectCommand.js +2 -2
- package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
- package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
- package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
- package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
- package/dist-cjs/commands/DetachObjectCommand.js +2 -2
- package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
- package/dist-cjs/commands/DetachTypedLinkCommand.js +2 -2
- package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
- package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
- package/dist-cjs/commands/GetFacetCommand.js +2 -2
- package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
- package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
- package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
- package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListIndexCommand.js +2 -2
- package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
- package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
- package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
- package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
- package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
- package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
- package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
- package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
- package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
- package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
- package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +1471 -1731
- package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
- package/dist-es/commands/ApplySchemaCommand.js +3 -3
- package/dist-es/commands/AttachObjectCommand.js +3 -3
- package/dist-es/commands/AttachPolicyCommand.js +3 -3
- package/dist-es/commands/AttachToIndexCommand.js +3 -3
- package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
- package/dist-es/commands/BatchReadCommand.js +3 -3
- package/dist-es/commands/BatchWriteCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryCommand.js +3 -3
- package/dist-es/commands/CreateFacetCommand.js +3 -3
- package/dist-es/commands/CreateIndexCommand.js +3 -3
- package/dist-es/commands/CreateObjectCommand.js +3 -3
- package/dist-es/commands/CreateSchemaCommand.js +3 -3
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
- package/dist-es/commands/DeleteFacetCommand.js +3 -3
- package/dist-es/commands/DeleteObjectCommand.js +3 -3
- package/dist-es/commands/DeleteSchemaCommand.js +3 -3
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/DetachFromIndexCommand.js +3 -3
- package/dist-es/commands/DetachObjectCommand.js +3 -3
- package/dist-es/commands/DetachPolicyCommand.js +3 -3
- package/dist-es/commands/DetachTypedLinkCommand.js +3 -3
- package/dist-es/commands/DisableDirectoryCommand.js +3 -3
- package/dist-es/commands/EnableDirectoryCommand.js +3 -3
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
- package/dist-es/commands/GetDirectoryCommand.js +3 -3
- package/dist-es/commands/GetFacetCommand.js +3 -3
- package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
- package/dist-es/commands/GetObjectInformationCommand.js +3 -3
- package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListDirectoriesCommand.js +3 -3
- package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListFacetNamesCommand.js +3 -3
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListIndexCommand.js +3 -3
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
- package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
- package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
- package/dist-es/commands/ListObjectParentsCommand.js +3 -3
- package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
- package/dist-es/commands/LookupPolicyCommand.js +3 -3
- package/dist-es/commands/PublishSchemaCommand.js +3 -3
- package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFacetCommand.js +3 -3
- package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
- package/dist-es/commands/UpdateSchemaCommand.js +3 -3
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +1336 -1596
- package/dist-types/protocols/Aws_restJson1.d.ts +528 -132
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -132
- package/package.json +6 -6
|
@@ -36,10 +36,10 @@ class ListObjectChildrenCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListObjectChildrenCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListObjectChildrenCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListObjectChildrenCommand = ListObjectChildrenCommand;
|
|
@@ -36,10 +36,10 @@ class ListObjectParentPathsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListObjectParentPathsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListObjectParentPathsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListObjectParentPathsCommand = ListObjectParentPathsCommand;
|
|
@@ -36,10 +36,10 @@ class ListObjectParentsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListObjectParentsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListObjectParentsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListObjectParentsCommand = ListObjectParentsCommand;
|
|
@@ -36,10 +36,10 @@ class ListObjectPoliciesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListObjectPoliciesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListObjectPoliciesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListObjectPoliciesCommand = ListObjectPoliciesCommand;
|
|
@@ -36,10 +36,10 @@ class ListOutgoingTypedLinksCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListOutgoingTypedLinksCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListOutgoingTypedLinksCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListOutgoingTypedLinksCommand = ListOutgoingTypedLinksCommand;
|
|
@@ -36,10 +36,10 @@ class ListPolicyAttachmentsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListPolicyAttachmentsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListPolicyAttachmentsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListPolicyAttachmentsCommand = ListPolicyAttachmentsCommand;
|
|
@@ -36,10 +36,10 @@ class ListPublishedSchemaArnsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListPublishedSchemaArnsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListPublishedSchemaArnsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListPublishedSchemaArnsCommand = ListPublishedSchemaArnsCommand;
|
|
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -36,10 +36,10 @@ class ListTypedLinkFacetAttributesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListTypedLinkFacetAttributesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListTypedLinkFacetAttributesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListTypedLinkFacetAttributesCommand = ListTypedLinkFacetAttributesCommand;
|
|
@@ -36,10 +36,10 @@ class ListTypedLinkFacetNamesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_ListTypedLinkFacetNamesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_ListTypedLinkFacetNamesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ListTypedLinkFacetNamesCommand = ListTypedLinkFacetNamesCommand;
|
|
@@ -36,10 +36,10 @@ class LookupPolicyCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_LookupPolicyCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_LookupPolicyCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.LookupPolicyCommand = LookupPolicyCommand;
|
|
@@ -36,10 +36,10 @@ class PublishSchemaCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_PublishSchemaCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_PublishSchemaCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PublishSchemaCommand = PublishSchemaCommand;
|
|
@@ -36,10 +36,10 @@ class PutSchemaFromJsonCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_PutSchemaFromJsonCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_PutSchemaFromJsonCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutSchemaFromJsonCommand = PutSchemaFromJsonCommand;
|
|
@@ -36,10 +36,10 @@ class RemoveFacetFromObjectCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_RemoveFacetFromObjectCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_RemoveFacetFromObjectCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.RemoveFacetFromObjectCommand = RemoveFacetFromObjectCommand;
|
|
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateFacetCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateFacetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateFacetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateFacetCommand = UpdateFacetCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateLinkAttributesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateLinkAttributesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateLinkAttributesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateLinkAttributesCommand = UpdateLinkAttributesCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateObjectAttributesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateObjectAttributesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateObjectAttributesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateObjectAttributesCommand = UpdateObjectAttributesCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateSchemaCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateSchemaCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateSchemaCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateSchemaCommand = UpdateSchemaCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateTypedLinkFacetCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpdateTypedLinkFacetCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpdateTypedLinkFacetCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateTypedLinkFacetCommand = UpdateTypedLinkFacetCommand;
|
|
@@ -36,10 +36,10 @@ class UpgradeAppliedSchemaCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpgradeAppliedSchemaCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpgradeAppliedSchemaCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpgradeAppliedSchemaCommand = UpgradeAppliedSchemaCommand;
|
|
@@ -36,10 +36,10 @@ class UpgradePublishedSchemaCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_restJson1_1.
|
|
39
|
+
return (0, Aws_restJson1_1.se_UpgradePublishedSchemaCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_restJson1_1.
|
|
42
|
+
return (0, Aws_restJson1_1.de_UpgradePublishedSchemaCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpgradePublishedSchemaCommand = UpgradePublishedSchemaCommand;
|