@aws-sdk/client-clouddirectory 3.306.0 → 3.310.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 +35 -35
@@ -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_restJson1AddFacetToObjectCommand, serializeAws_restJson1AddFacetToObjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AddFacetToObjectCommand, se_AddFacetToObjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class AddFacetToObjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AddFacetToObjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AddFacetToObjectCommand(input, context);
36
+ return se_AddFacetToObjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AddFacetToObjectCommand(output, context);
39
+ return de_AddFacetToObjectCommand(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_restJson1ApplySchemaCommand, serializeAws_restJson1ApplySchemaCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ApplySchemaCommand, se_ApplySchemaCommand } from "../protocols/Aws_restJson1";
5
5
  export class ApplySchemaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ApplySchemaCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ApplySchemaCommand(input, context);
36
+ return se_ApplySchemaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ApplySchemaCommand(output, context);
39
+ return de_ApplySchemaCommand(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_restJson1AttachObjectCommand, serializeAws_restJson1AttachObjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AttachObjectCommand, se_AttachObjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class AttachObjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AttachObjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AttachObjectCommand(input, context);
36
+ return se_AttachObjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AttachObjectCommand(output, context);
39
+ return de_AttachObjectCommand(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_restJson1AttachPolicyCommand, serializeAws_restJson1AttachPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AttachPolicyCommand, se_AttachPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class AttachPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AttachPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AttachPolicyCommand(input, context);
36
+ return se_AttachPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AttachPolicyCommand(output, context);
39
+ return de_AttachPolicyCommand(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_restJson1AttachToIndexCommand, serializeAws_restJson1AttachToIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AttachToIndexCommand, se_AttachToIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class AttachToIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AttachToIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AttachToIndexCommand(input, context);
36
+ return se_AttachToIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AttachToIndexCommand(output, context);
39
+ return de_AttachToIndexCommand(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_restJson1AttachTypedLinkCommand, serializeAws_restJson1AttachTypedLinkCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_AttachTypedLinkCommand, se_AttachTypedLinkCommand } from "../protocols/Aws_restJson1";
5
5
  export class AttachTypedLinkCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class AttachTypedLinkCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1AttachTypedLinkCommand(input, context);
36
+ return se_AttachTypedLinkCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1AttachTypedLinkCommand(output, context);
39
+ return de_AttachTypedLinkCommand(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_restJson1BatchReadCommand, serializeAws_restJson1BatchReadCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchReadCommand, se_BatchReadCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchReadCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchReadCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchReadCommand(input, context);
36
+ return se_BatchReadCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchReadCommand(output, context);
39
+ return de_BatchReadCommand(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_restJson1BatchWriteCommand, serializeAws_restJson1BatchWriteCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_BatchWriteCommand, se_BatchWriteCommand } from "../protocols/Aws_restJson1";
5
5
  export class BatchWriteCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchWriteCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1BatchWriteCommand(input, context);
36
+ return se_BatchWriteCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1BatchWriteCommand(output, context);
39
+ return de_BatchWriteCommand(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_restJson1CreateDirectoryCommand, serializeAws_restJson1CreateDirectoryCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateDirectoryCommand, se_CreateDirectoryCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateDirectoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDirectoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateDirectoryCommand(input, context);
36
+ return se_CreateDirectoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateDirectoryCommand(output, context);
39
+ return de_CreateDirectoryCommand(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_restJson1CreateFacetCommand, serializeAws_restJson1CreateFacetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateFacetCommand, se_CreateFacetCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateFacetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateFacetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateFacetCommand(input, context);
36
+ return se_CreateFacetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateFacetCommand(output, context);
39
+ return de_CreateFacetCommand(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_restJson1CreateIndexCommand, serializeAws_restJson1CreateIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateIndexCommand(input, context);
36
+ return se_CreateIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateIndexCommand(output, context);
39
+ return de_CreateIndexCommand(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_restJson1CreateObjectCommand, serializeAws_restJson1CreateObjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateObjectCommand, se_CreateObjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateObjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateObjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateObjectCommand(input, context);
36
+ return se_CreateObjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateObjectCommand(output, context);
39
+ return de_CreateObjectCommand(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_restJson1CreateSchemaCommand, serializeAws_restJson1CreateSchemaCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateSchemaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateSchemaCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateSchemaCommand(input, context);
36
+ return se_CreateSchemaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateSchemaCommand(output, context);
39
+ return de_CreateSchemaCommand(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_restJson1CreateTypedLinkFacetCommand, serializeAws_restJson1CreateTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_CreateTypedLinkFacetCommand, se_CreateTypedLinkFacetCommand } from "../protocols/Aws_restJson1";
5
5
  export class CreateTypedLinkFacetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateTypedLinkFacetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1CreateTypedLinkFacetCommand(input, context);
36
+ return se_CreateTypedLinkFacetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1CreateTypedLinkFacetCommand(output, context);
39
+ return de_CreateTypedLinkFacetCommand(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_restJson1DeleteDirectoryCommand, serializeAws_restJson1DeleteDirectoryCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteDirectoryCommand, se_DeleteDirectoryCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteDirectoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDirectoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteDirectoryCommand(input, context);
36
+ return se_DeleteDirectoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteDirectoryCommand(output, context);
39
+ return de_DeleteDirectoryCommand(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_restJson1DeleteFacetCommand, serializeAws_restJson1DeleteFacetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteFacetCommand, se_DeleteFacetCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteFacetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteFacetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteFacetCommand(input, context);
36
+ return se_DeleteFacetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteFacetCommand(output, context);
39
+ return de_DeleteFacetCommand(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_restJson1DeleteObjectCommand, serializeAws_restJson1DeleteObjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteObjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteObjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteObjectCommand(input, context);
36
+ return se_DeleteObjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteObjectCommand(output, context);
39
+ return de_DeleteObjectCommand(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_restJson1DeleteSchemaCommand, serializeAws_restJson1DeleteSchemaCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteSchemaCommand, se_DeleteSchemaCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteSchemaCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteSchemaCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteSchemaCommand(input, context);
36
+ return se_DeleteSchemaCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteSchemaCommand(output, context);
39
+ return de_DeleteSchemaCommand(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_restJson1DeleteTypedLinkFacetCommand, serializeAws_restJson1DeleteTypedLinkFacetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DeleteTypedLinkFacetCommand, se_DeleteTypedLinkFacetCommand } from "../protocols/Aws_restJson1";
5
5
  export class DeleteTypedLinkFacetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteTypedLinkFacetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DeleteTypedLinkFacetCommand(input, context);
36
+ return se_DeleteTypedLinkFacetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DeleteTypedLinkFacetCommand(output, context);
39
+ return de_DeleteTypedLinkFacetCommand(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_restJson1DetachFromIndexCommand, serializeAws_restJson1DetachFromIndexCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DetachFromIndexCommand, se_DetachFromIndexCommand } from "../protocols/Aws_restJson1";
5
5
  export class DetachFromIndexCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DetachFromIndexCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DetachFromIndexCommand(input, context);
36
+ return se_DetachFromIndexCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DetachFromIndexCommand(output, context);
39
+ return de_DetachFromIndexCommand(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_restJson1DetachObjectCommand, serializeAws_restJson1DetachObjectCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DetachObjectCommand, se_DetachObjectCommand } from "../protocols/Aws_restJson1";
5
5
  export class DetachObjectCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DetachObjectCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DetachObjectCommand(input, context);
36
+ return se_DetachObjectCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DetachObjectCommand(output, context);
39
+ return de_DetachObjectCommand(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_restJson1DetachPolicyCommand, serializeAws_restJson1DetachPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DetachPolicyCommand, se_DetachPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class DetachPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DetachPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DetachPolicyCommand(input, context);
36
+ return se_DetachPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DetachPolicyCommand(output, context);
39
+ return de_DetachPolicyCommand(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_restJson1DetachTypedLinkCommand, serializeAws_restJson1DetachTypedLinkCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DetachTypedLinkCommand, se_DetachTypedLinkCommand } from "../protocols/Aws_restJson1";
5
5
  export class DetachTypedLinkCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DetachTypedLinkCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DetachTypedLinkCommand(input, context);
36
+ return se_DetachTypedLinkCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DetachTypedLinkCommand(output, context);
39
+ return de_DetachTypedLinkCommand(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_restJson1DisableDirectoryCommand, serializeAws_restJson1DisableDirectoryCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DisableDirectoryCommand, se_DisableDirectoryCommand } from "../protocols/Aws_restJson1";
5
5
  export class DisableDirectoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DisableDirectoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DisableDirectoryCommand(input, context);
36
+ return se_DisableDirectoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DisableDirectoryCommand(output, context);
39
+ return de_DisableDirectoryCommand(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_restJson1EnableDirectoryCommand, serializeAws_restJson1EnableDirectoryCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_EnableDirectoryCommand, se_EnableDirectoryCommand } from "../protocols/Aws_restJson1";
5
5
  export class EnableDirectoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class EnableDirectoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1EnableDirectoryCommand(input, context);
36
+ return se_EnableDirectoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1EnableDirectoryCommand(output, context);
39
+ return de_EnableDirectoryCommand(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_restJson1GetAppliedSchemaVersionCommand, serializeAws_restJson1GetAppliedSchemaVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetAppliedSchemaVersionCommand, se_GetAppliedSchemaVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetAppliedSchemaVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetAppliedSchemaVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetAppliedSchemaVersionCommand(input, context);
36
+ return se_GetAppliedSchemaVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetAppliedSchemaVersionCommand(output, context);
39
+ return de_GetAppliedSchemaVersionCommand(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_restJson1GetDirectoryCommand, serializeAws_restJson1GetDirectoryCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetDirectoryCommand, se_GetDirectoryCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetDirectoryCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetDirectoryCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetDirectoryCommand(input, context);
36
+ return se_GetDirectoryCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetDirectoryCommand(output, context);
39
+ return de_GetDirectoryCommand(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_restJson1GetFacetCommand, serializeAws_restJson1GetFacetCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetFacetCommand, se_GetFacetCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetFacetCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetFacetCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetFacetCommand(input, context);
36
+ return se_GetFacetCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetFacetCommand(output, context);
39
+ return de_GetFacetCommand(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_restJson1GetLinkAttributesCommand, serializeAws_restJson1GetLinkAttributesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLinkAttributesCommand, se_GetLinkAttributesCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLinkAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLinkAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLinkAttributesCommand(input, context);
36
+ return se_GetLinkAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLinkAttributesCommand(output, context);
39
+ return de_GetLinkAttributesCommand(output, context);
40
40
  }
41
41
  }