@aws-sdk/client-clouddirectory 3.303.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.
Files changed (137) hide show
  1. package/dist-cjs/commands/AddFacetToObjectCommand.js +2 -2
  2. package/dist-cjs/commands/ApplySchemaCommand.js +2 -2
  3. package/dist-cjs/commands/AttachObjectCommand.js +2 -2
  4. package/dist-cjs/commands/AttachPolicyCommand.js +2 -2
  5. package/dist-cjs/commands/AttachToIndexCommand.js +2 -2
  6. package/dist-cjs/commands/AttachTypedLinkCommand.js +2 -2
  7. package/dist-cjs/commands/BatchReadCommand.js +2 -2
  8. package/dist-cjs/commands/BatchWriteCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFacetCommand.js +2 -2
  11. package/dist-cjs/commands/CreateIndexCommand.js +2 -2
  12. package/dist-cjs/commands/CreateObjectCommand.js +2 -2
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
  14. package/dist-cjs/commands/CreateTypedLinkFacetCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteFacetCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteObjectCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteTypedLinkFacetCommand.js +2 -2
  20. package/dist-cjs/commands/DetachFromIndexCommand.js +2 -2
  21. package/dist-cjs/commands/DetachObjectCommand.js +2 -2
  22. package/dist-cjs/commands/DetachPolicyCommand.js +2 -2
  23. package/dist-cjs/commands/DetachTypedLinkCommand.js +2 -2
  24. package/dist-cjs/commands/DisableDirectoryCommand.js +2 -2
  25. package/dist-cjs/commands/EnableDirectoryCommand.js +2 -2
  26. package/dist-cjs/commands/GetAppliedSchemaVersionCommand.js +2 -2
  27. package/dist-cjs/commands/GetDirectoryCommand.js +2 -2
  28. package/dist-cjs/commands/GetFacetCommand.js +2 -2
  29. package/dist-cjs/commands/GetLinkAttributesCommand.js +2 -2
  30. package/dist-cjs/commands/GetObjectAttributesCommand.js +2 -2
  31. package/dist-cjs/commands/GetObjectInformationCommand.js +2 -2
  32. package/dist-cjs/commands/GetSchemaAsJsonCommand.js +2 -2
  33. package/dist-cjs/commands/GetTypedLinkFacetInformationCommand.js +2 -2
  34. package/dist-cjs/commands/ListAppliedSchemaArnsCommand.js +2 -2
  35. package/dist-cjs/commands/ListAttachedIndicesCommand.js +2 -2
  36. package/dist-cjs/commands/ListDevelopmentSchemaArnsCommand.js +2 -2
  37. package/dist-cjs/commands/ListDirectoriesCommand.js +2 -2
  38. package/dist-cjs/commands/ListFacetAttributesCommand.js +2 -2
  39. package/dist-cjs/commands/ListFacetNamesCommand.js +2 -2
  40. package/dist-cjs/commands/ListIncomingTypedLinksCommand.js +2 -2
  41. package/dist-cjs/commands/ListIndexCommand.js +2 -2
  42. package/dist-cjs/commands/ListManagedSchemaArnsCommand.js +2 -2
  43. package/dist-cjs/commands/ListObjectAttributesCommand.js +2 -2
  44. package/dist-cjs/commands/ListObjectChildrenCommand.js +2 -2
  45. package/dist-cjs/commands/ListObjectParentPathsCommand.js +2 -2
  46. package/dist-cjs/commands/ListObjectParentsCommand.js +2 -2
  47. package/dist-cjs/commands/ListObjectPoliciesCommand.js +2 -2
  48. package/dist-cjs/commands/ListOutgoingTypedLinksCommand.js +2 -2
  49. package/dist-cjs/commands/ListPolicyAttachmentsCommand.js +2 -2
  50. package/dist-cjs/commands/ListPublishedSchemaArnsCommand.js +2 -2
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-cjs/commands/ListTypedLinkFacetAttributesCommand.js +2 -2
  53. package/dist-cjs/commands/ListTypedLinkFacetNamesCommand.js +2 -2
  54. package/dist-cjs/commands/LookupPolicyCommand.js +2 -2
  55. package/dist-cjs/commands/PublishSchemaCommand.js +2 -2
  56. package/dist-cjs/commands/PutSchemaFromJsonCommand.js +2 -2
  57. package/dist-cjs/commands/RemoveFacetFromObjectCommand.js +2 -2
  58. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  59. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateFacetCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateLinkAttributesCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateObjectAttributesCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateTypedLinkFacetCommand.js +2 -2
  65. package/dist-cjs/commands/UpgradeAppliedSchemaCommand.js +2 -2
  66. package/dist-cjs/commands/UpgradePublishedSchemaCommand.js +2 -2
  67. package/dist-cjs/protocols/Aws_restJson1.js +1471 -1731
  68. package/dist-es/commands/AddFacetToObjectCommand.js +3 -3
  69. package/dist-es/commands/ApplySchemaCommand.js +3 -3
  70. package/dist-es/commands/AttachObjectCommand.js +3 -3
  71. package/dist-es/commands/AttachPolicyCommand.js +3 -3
  72. package/dist-es/commands/AttachToIndexCommand.js +3 -3
  73. package/dist-es/commands/AttachTypedLinkCommand.js +3 -3
  74. package/dist-es/commands/BatchReadCommand.js +3 -3
  75. package/dist-es/commands/BatchWriteCommand.js +3 -3
  76. package/dist-es/commands/CreateDirectoryCommand.js +3 -3
  77. package/dist-es/commands/CreateFacetCommand.js +3 -3
  78. package/dist-es/commands/CreateIndexCommand.js +3 -3
  79. package/dist-es/commands/CreateObjectCommand.js +3 -3
  80. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  81. package/dist-es/commands/CreateTypedLinkFacetCommand.js +3 -3
  82. package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
  83. package/dist-es/commands/DeleteFacetCommand.js +3 -3
  84. package/dist-es/commands/DeleteObjectCommand.js +3 -3
  85. package/dist-es/commands/DeleteSchemaCommand.js +3 -3
  86. package/dist-es/commands/DeleteTypedLinkFacetCommand.js +3 -3
  87. package/dist-es/commands/DetachFromIndexCommand.js +3 -3
  88. package/dist-es/commands/DetachObjectCommand.js +3 -3
  89. package/dist-es/commands/DetachPolicyCommand.js +3 -3
  90. package/dist-es/commands/DetachTypedLinkCommand.js +3 -3
  91. package/dist-es/commands/DisableDirectoryCommand.js +3 -3
  92. package/dist-es/commands/EnableDirectoryCommand.js +3 -3
  93. package/dist-es/commands/GetAppliedSchemaVersionCommand.js +3 -3
  94. package/dist-es/commands/GetDirectoryCommand.js +3 -3
  95. package/dist-es/commands/GetFacetCommand.js +3 -3
  96. package/dist-es/commands/GetLinkAttributesCommand.js +3 -3
  97. package/dist-es/commands/GetObjectAttributesCommand.js +3 -3
  98. package/dist-es/commands/GetObjectInformationCommand.js +3 -3
  99. package/dist-es/commands/GetSchemaAsJsonCommand.js +3 -3
  100. package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +3 -3
  101. package/dist-es/commands/ListAppliedSchemaArnsCommand.js +3 -3
  102. package/dist-es/commands/ListAttachedIndicesCommand.js +3 -3
  103. package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +3 -3
  104. package/dist-es/commands/ListDirectoriesCommand.js +3 -3
  105. package/dist-es/commands/ListFacetAttributesCommand.js +3 -3
  106. package/dist-es/commands/ListFacetNamesCommand.js +3 -3
  107. package/dist-es/commands/ListIncomingTypedLinksCommand.js +3 -3
  108. package/dist-es/commands/ListIndexCommand.js +3 -3
  109. package/dist-es/commands/ListManagedSchemaArnsCommand.js +3 -3
  110. package/dist-es/commands/ListObjectAttributesCommand.js +3 -3
  111. package/dist-es/commands/ListObjectChildrenCommand.js +3 -3
  112. package/dist-es/commands/ListObjectParentPathsCommand.js +3 -3
  113. package/dist-es/commands/ListObjectParentsCommand.js +3 -3
  114. package/dist-es/commands/ListObjectPoliciesCommand.js +3 -3
  115. package/dist-es/commands/ListOutgoingTypedLinksCommand.js +3 -3
  116. package/dist-es/commands/ListPolicyAttachmentsCommand.js +3 -3
  117. package/dist-es/commands/ListPublishedSchemaArnsCommand.js +3 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  119. package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +3 -3
  120. package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +3 -3
  121. package/dist-es/commands/LookupPolicyCommand.js +3 -3
  122. package/dist-es/commands/PublishSchemaCommand.js +3 -3
  123. package/dist-es/commands/PutSchemaFromJsonCommand.js +3 -3
  124. package/dist-es/commands/RemoveFacetFromObjectCommand.js +3 -3
  125. package/dist-es/commands/TagResourceCommand.js +3 -3
  126. package/dist-es/commands/UntagResourceCommand.js +3 -3
  127. package/dist-es/commands/UpdateFacetCommand.js +3 -3
  128. package/dist-es/commands/UpdateLinkAttributesCommand.js +3 -3
  129. package/dist-es/commands/UpdateObjectAttributesCommand.js +3 -3
  130. package/dist-es/commands/UpdateSchemaCommand.js +3 -3
  131. package/dist-es/commands/UpdateTypedLinkFacetCommand.js +3 -3
  132. package/dist-es/commands/UpgradeAppliedSchemaCommand.js +3 -3
  133. package/dist-es/commands/UpgradePublishedSchemaCommand.js +3 -3
  134. package/dist-es/protocols/Aws_restJson1.js +1336 -1596
  135. package/dist-types/protocols/Aws_restJson1.d.ts +528 -132
  136. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -132
  137. package/package.json +29 -29
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetObjectAttributesCommand, serializeAws_restJson1GetObjectAttributesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetObjectAttributesCommand, se_GetObjectAttributesCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetObjectAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetObjectAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetObjectAttributesCommand(input, context);
36
+ return se_GetObjectAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetObjectAttributesCommand(output, context);
39
+ return de_GetObjectAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetObjectInformationCommand, serializeAws_restJson1GetObjectInformationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetObjectInformationCommand, se_GetObjectInformationCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetObjectInformationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetObjectInformationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetObjectInformationCommand(input, context);
36
+ return se_GetObjectInformationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetObjectInformationCommand(output, context);
39
+ return de_GetObjectInformationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetSchemaAsJsonCommand, serializeAws_restJson1GetSchemaAsJsonCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSchemaAsJsonCommand, se_GetSchemaAsJsonCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetSchemaAsJsonCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSchemaAsJsonCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSchemaAsJsonCommand(input, context);
36
+ return se_GetSchemaAsJsonCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSchemaAsJsonCommand(output, context);
39
+ return de_GetSchemaAsJsonCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetTypedLinkFacetInformationCommand, serializeAws_restJson1GetTypedLinkFacetInformationCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetTypedLinkFacetInformationCommand, se_GetTypedLinkFacetInformationCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetTypedLinkFacetInformationCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetTypedLinkFacetInformationCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetTypedLinkFacetInformationCommand(input, context);
36
+ return se_GetTypedLinkFacetInformationCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetTypedLinkFacetInformationCommand(output, context);
39
+ return de_GetTypedLinkFacetInformationCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListAppliedSchemaArnsCommand, serializeAws_restJson1ListAppliedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAppliedSchemaArnsCommand, se_ListAppliedSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAppliedSchemaArnsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAppliedSchemaArnsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAppliedSchemaArnsCommand(input, context);
36
+ return se_ListAppliedSchemaArnsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAppliedSchemaArnsCommand(output, context);
39
+ return de_ListAppliedSchemaArnsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListAttachedIndicesCommand, serializeAws_restJson1ListAttachedIndicesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAttachedIndicesCommand, se_ListAttachedIndicesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAttachedIndicesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAttachedIndicesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAttachedIndicesCommand(input, context);
36
+ return se_ListAttachedIndicesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAttachedIndicesCommand(output, context);
39
+ return de_ListAttachedIndicesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDevelopmentSchemaArnsCommand, serializeAws_restJson1ListDevelopmentSchemaArnsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDevelopmentSchemaArnsCommand, se_ListDevelopmentSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDevelopmentSchemaArnsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDevelopmentSchemaArnsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDevelopmentSchemaArnsCommand(input, context);
36
+ return se_ListDevelopmentSchemaArnsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDevelopmentSchemaArnsCommand(output, context);
39
+ return de_ListDevelopmentSchemaArnsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDirectoriesCommand, serializeAws_restJson1ListDirectoriesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDirectoriesCommand, se_ListDirectoriesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDirectoriesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDirectoriesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDirectoriesCommand(input, context);
36
+ return se_ListDirectoriesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDirectoriesCommand(output, context);
39
+ return de_ListDirectoriesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFacetAttributesCommand, serializeAws_restJson1ListFacetAttributesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFacetAttributesCommand, se_ListFacetAttributesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListFacetAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFacetAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFacetAttributesCommand(input, context);
36
+ return se_ListFacetAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFacetAttributesCommand(output, context);
39
+ return de_ListFacetAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFacetNamesCommand, serializeAws_restJson1ListFacetNamesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFacetNamesCommand, se_ListFacetNamesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListFacetNamesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFacetNamesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFacetNamesCommand(input, context);
36
+ return se_ListFacetNamesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFacetNamesCommand(output, context);
39
+ return de_ListFacetNamesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListIncomingTypedLinksCommand, serializeAws_restJson1ListIncomingTypedLinksCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListIncomingTypedLinksCommand, se_ListIncomingTypedLinksCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListIncomingTypedLinksCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListIncomingTypedLinksCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListIncomingTypedLinksCommand(input, context);
36
+ return se_ListIncomingTypedLinksCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListIncomingTypedLinksCommand(output, context);
39
+ return de_ListIncomingTypedLinksCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListIndexCommand, serializeAws_restJson1ListIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListIndexCommand, se_ListIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListIndexCommand(input, context);
36
+ return se_ListIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListIndexCommand(output, context);
39
+ return de_ListIndexCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListManagedSchemaArnsCommand, serializeAws_restJson1ListManagedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListManagedSchemaArnsCommand, se_ListManagedSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListManagedSchemaArnsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListManagedSchemaArnsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListManagedSchemaArnsCommand(input, context);
36
+ return se_ListManagedSchemaArnsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListManagedSchemaArnsCommand(output, context);
39
+ return de_ListManagedSchemaArnsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListObjectAttributesCommand, serializeAws_restJson1ListObjectAttributesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListObjectAttributesCommand, se_ListObjectAttributesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListObjectAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListObjectAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListObjectAttributesCommand(input, context);
36
+ return se_ListObjectAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListObjectAttributesCommand(output, context);
39
+ return de_ListObjectAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListObjectChildrenCommand, serializeAws_restJson1ListObjectChildrenCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListObjectChildrenCommand, se_ListObjectChildrenCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListObjectChildrenCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListObjectChildrenCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListObjectChildrenCommand(input, context);
36
+ return se_ListObjectChildrenCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListObjectChildrenCommand(output, context);
39
+ return de_ListObjectChildrenCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListObjectParentPathsCommand, serializeAws_restJson1ListObjectParentPathsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListObjectParentPathsCommand, se_ListObjectParentPathsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListObjectParentPathsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListObjectParentPathsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListObjectParentPathsCommand(input, context);
36
+ return se_ListObjectParentPathsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListObjectParentPathsCommand(output, context);
39
+ return de_ListObjectParentPathsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListObjectParentsCommand, serializeAws_restJson1ListObjectParentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListObjectParentsCommand, se_ListObjectParentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListObjectParentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListObjectParentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListObjectParentsCommand(input, context);
36
+ return se_ListObjectParentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListObjectParentsCommand(output, context);
39
+ return de_ListObjectParentsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListObjectPoliciesCommand, serializeAws_restJson1ListObjectPoliciesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListObjectPoliciesCommand, se_ListObjectPoliciesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListObjectPoliciesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListObjectPoliciesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListObjectPoliciesCommand(input, context);
36
+ return se_ListObjectPoliciesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListObjectPoliciesCommand(output, context);
39
+ return de_ListObjectPoliciesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListOutgoingTypedLinksCommand, serializeAws_restJson1ListOutgoingTypedLinksCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListOutgoingTypedLinksCommand, se_ListOutgoingTypedLinksCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListOutgoingTypedLinksCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListOutgoingTypedLinksCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListOutgoingTypedLinksCommand(input, context);
36
+ return se_ListOutgoingTypedLinksCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListOutgoingTypedLinksCommand(output, context);
39
+ return de_ListOutgoingTypedLinksCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListPolicyAttachmentsCommand, serializeAws_restJson1ListPolicyAttachmentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListPolicyAttachmentsCommand, se_ListPolicyAttachmentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListPolicyAttachmentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPolicyAttachmentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListPolicyAttachmentsCommand(input, context);
36
+ return se_ListPolicyAttachmentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListPolicyAttachmentsCommand(output, context);
39
+ return de_ListPolicyAttachmentsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListPublishedSchemaArnsCommand, serializeAws_restJson1ListPublishedSchemaArnsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListPublishedSchemaArnsCommand, se_ListPublishedSchemaArnsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListPublishedSchemaArnsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListPublishedSchemaArnsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListPublishedSchemaArnsCommand(input, context);
36
+ return se_ListPublishedSchemaArnsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListPublishedSchemaArnsCommand(output, context);
39
+ return de_ListPublishedSchemaArnsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTypedLinkFacetAttributesCommand, serializeAws_restJson1ListTypedLinkFacetAttributesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTypedLinkFacetAttributesCommand, se_ListTypedLinkFacetAttributesCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListTypedLinkFacetAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTypedLinkFacetAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTypedLinkFacetAttributesCommand(input, context);
36
+ return se_ListTypedLinkFacetAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTypedLinkFacetAttributesCommand(output, context);
39
+ return de_ListTypedLinkFacetAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTypedLinkFacetNamesCommand, serializeAws_restJson1ListTypedLinkFacetNamesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTypedLinkFacetNamesCommand, se_ListTypedLinkFacetNamesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTypedLinkFacetNamesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTypedLinkFacetNamesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTypedLinkFacetNamesCommand(input, context);
36
+ return se_ListTypedLinkFacetNamesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTypedLinkFacetNamesCommand(output, context);
39
+ return de_ListTypedLinkFacetNamesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1LookupPolicyCommand, serializeAws_restJson1LookupPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_LookupPolicyCommand, se_LookupPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class LookupPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class LookupPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1LookupPolicyCommand(input, context);
36
+ return se_LookupPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1LookupPolicyCommand(output, context);
39
+ return de_LookupPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1PublishSchemaCommand, serializeAws_restJson1PublishSchemaCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PublishSchemaCommand, se_PublishSchemaCommand } from "../protocols/Aws_restJson1";
5
5
  export class PublishSchemaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PublishSchemaCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PublishSchemaCommand(input, context);
36
+ return se_PublishSchemaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PublishSchemaCommand(output, context);
39
+ return de_PublishSchemaCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1PutSchemaFromJsonCommand, serializeAws_restJson1PutSchemaFromJsonCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutSchemaFromJsonCommand, se_PutSchemaFromJsonCommand } from "../protocols/Aws_restJson1";
5
5
  export class PutSchemaFromJsonCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutSchemaFromJsonCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutSchemaFromJsonCommand(input, context);
36
+ return se_PutSchemaFromJsonCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutSchemaFromJsonCommand(output, context);
39
+ return de_PutSchemaFromJsonCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1RemoveFacetFromObjectCommand, serializeAws_restJson1RemoveFacetFromObjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_RemoveFacetFromObjectCommand, se_RemoveFacetFromObjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class RemoveFacetFromObjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemoveFacetFromObjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1RemoveFacetFromObjectCommand(input, context);
36
+ return se_RemoveFacetFromObjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1RemoveFacetFromObjectCommand(output, context);
39
+ return de_RemoveFacetFromObjectCommand(output, context);
40
40
  }
41
41
  }