@aws-sdk/client-omics 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 (141) hide show
  1. package/dist-cjs/commands/BatchDeleteReadSetCommand.js +2 -2
  2. package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +2 -2
  3. package/dist-cjs/commands/CancelRunCommand.js +2 -2
  4. package/dist-cjs/commands/CancelVariantImportJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAnnotationStoreCommand.js +2 -2
  6. package/dist-cjs/commands/CreateReferenceStoreCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRunGroupCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSequenceStoreCommand.js +2 -2
  9. package/dist-cjs/commands/CreateVariantStoreCommand.js +2 -2
  10. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteReferenceCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteReferenceStoreCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteRunCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteRunGroupCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteSequenceStoreCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteVariantStoreCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  19. package/dist-cjs/commands/GetAnnotationImportJobCommand.js +2 -2
  20. package/dist-cjs/commands/GetAnnotationStoreCommand.js +2 -2
  21. package/dist-cjs/commands/GetReadSetActivationJobCommand.js +2 -2
  22. package/dist-cjs/commands/GetReadSetCommand.js +2 -2
  23. package/dist-cjs/commands/GetReadSetExportJobCommand.js +2 -2
  24. package/dist-cjs/commands/GetReadSetImportJobCommand.js +2 -2
  25. package/dist-cjs/commands/GetReadSetMetadataCommand.js +2 -2
  26. package/dist-cjs/commands/GetReferenceCommand.js +2 -2
  27. package/dist-cjs/commands/GetReferenceImportJobCommand.js +2 -2
  28. package/dist-cjs/commands/GetReferenceMetadataCommand.js +2 -2
  29. package/dist-cjs/commands/GetReferenceStoreCommand.js +2 -2
  30. package/dist-cjs/commands/GetRunCommand.js +2 -2
  31. package/dist-cjs/commands/GetRunGroupCommand.js +2 -2
  32. package/dist-cjs/commands/GetRunTaskCommand.js +2 -2
  33. package/dist-cjs/commands/GetSequenceStoreCommand.js +2 -2
  34. package/dist-cjs/commands/GetVariantImportJobCommand.js +2 -2
  35. package/dist-cjs/commands/GetVariantStoreCommand.js +2 -2
  36. package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
  37. package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +2 -2
  38. package/dist-cjs/commands/ListAnnotationStoresCommand.js +2 -2
  39. package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +2 -2
  40. package/dist-cjs/commands/ListReadSetExportJobsCommand.js +2 -2
  41. package/dist-cjs/commands/ListReadSetImportJobsCommand.js +2 -2
  42. package/dist-cjs/commands/ListReadSetsCommand.js +2 -2
  43. package/dist-cjs/commands/ListReferenceImportJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListReferenceStoresCommand.js +2 -2
  45. package/dist-cjs/commands/ListReferencesCommand.js +2 -2
  46. package/dist-cjs/commands/ListRunGroupsCommand.js +2 -2
  47. package/dist-cjs/commands/ListRunTasksCommand.js +2 -2
  48. package/dist-cjs/commands/ListRunsCommand.js +2 -2
  49. package/dist-cjs/commands/ListSequenceStoresCommand.js +2 -2
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  51. package/dist-cjs/commands/ListVariantImportJobsCommand.js +2 -2
  52. package/dist-cjs/commands/ListVariantStoresCommand.js +2 -2
  53. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  54. package/dist-cjs/commands/StartAnnotationImportJobCommand.js +2 -2
  55. package/dist-cjs/commands/StartReadSetActivationJobCommand.js +2 -2
  56. package/dist-cjs/commands/StartReadSetExportJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartReadSetImportJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartReferenceImportJobCommand.js +2 -2
  59. package/dist-cjs/commands/StartRunCommand.js +2 -2
  60. package/dist-cjs/commands/StartVariantImportJobCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateRunGroupCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateVariantStoreCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -2
  67. package/dist-cjs/models/models_0.js +0 -2
  68. package/dist-cjs/protocols/Aws_restJson1.js +1109 -1131
  69. package/dist-es/commands/BatchDeleteReadSetCommand.js +3 -3
  70. package/dist-es/commands/CancelAnnotationImportJobCommand.js +3 -3
  71. package/dist-es/commands/CancelRunCommand.js +3 -3
  72. package/dist-es/commands/CancelVariantImportJobCommand.js +3 -3
  73. package/dist-es/commands/CreateAnnotationStoreCommand.js +3 -3
  74. package/dist-es/commands/CreateReferenceStoreCommand.js +3 -3
  75. package/dist-es/commands/CreateRunGroupCommand.js +3 -3
  76. package/dist-es/commands/CreateSequenceStoreCommand.js +3 -3
  77. package/dist-es/commands/CreateVariantStoreCommand.js +3 -3
  78. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  79. package/dist-es/commands/DeleteAnnotationStoreCommand.js +3 -3
  80. package/dist-es/commands/DeleteReferenceCommand.js +3 -3
  81. package/dist-es/commands/DeleteReferenceStoreCommand.js +3 -3
  82. package/dist-es/commands/DeleteRunCommand.js +3 -3
  83. package/dist-es/commands/DeleteRunGroupCommand.js +3 -3
  84. package/dist-es/commands/DeleteSequenceStoreCommand.js +3 -3
  85. package/dist-es/commands/DeleteVariantStoreCommand.js +3 -3
  86. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  87. package/dist-es/commands/GetAnnotationImportJobCommand.js +3 -3
  88. package/dist-es/commands/GetAnnotationStoreCommand.js +3 -3
  89. package/dist-es/commands/GetReadSetActivationJobCommand.js +3 -3
  90. package/dist-es/commands/GetReadSetCommand.js +3 -3
  91. package/dist-es/commands/GetReadSetExportJobCommand.js +3 -3
  92. package/dist-es/commands/GetReadSetImportJobCommand.js +3 -3
  93. package/dist-es/commands/GetReadSetMetadataCommand.js +3 -3
  94. package/dist-es/commands/GetReferenceCommand.js +3 -3
  95. package/dist-es/commands/GetReferenceImportJobCommand.js +3 -3
  96. package/dist-es/commands/GetReferenceMetadataCommand.js +3 -3
  97. package/dist-es/commands/GetReferenceStoreCommand.js +3 -3
  98. package/dist-es/commands/GetRunCommand.js +3 -3
  99. package/dist-es/commands/GetRunGroupCommand.js +3 -3
  100. package/dist-es/commands/GetRunTaskCommand.js +3 -3
  101. package/dist-es/commands/GetSequenceStoreCommand.js +3 -3
  102. package/dist-es/commands/GetVariantImportJobCommand.js +3 -3
  103. package/dist-es/commands/GetVariantStoreCommand.js +3 -3
  104. package/dist-es/commands/GetWorkflowCommand.js +3 -3
  105. package/dist-es/commands/ListAnnotationImportJobsCommand.js +3 -3
  106. package/dist-es/commands/ListAnnotationStoresCommand.js +3 -3
  107. package/dist-es/commands/ListReadSetActivationJobsCommand.js +3 -3
  108. package/dist-es/commands/ListReadSetExportJobsCommand.js +3 -3
  109. package/dist-es/commands/ListReadSetImportJobsCommand.js +3 -3
  110. package/dist-es/commands/ListReadSetsCommand.js +3 -3
  111. package/dist-es/commands/ListReferenceImportJobsCommand.js +3 -3
  112. package/dist-es/commands/ListReferenceStoresCommand.js +3 -3
  113. package/dist-es/commands/ListReferencesCommand.js +3 -3
  114. package/dist-es/commands/ListRunGroupsCommand.js +3 -3
  115. package/dist-es/commands/ListRunTasksCommand.js +3 -3
  116. package/dist-es/commands/ListRunsCommand.js +3 -3
  117. package/dist-es/commands/ListSequenceStoresCommand.js +3 -3
  118. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  119. package/dist-es/commands/ListVariantImportJobsCommand.js +3 -3
  120. package/dist-es/commands/ListVariantStoresCommand.js +3 -3
  121. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  122. package/dist-es/commands/StartAnnotationImportJobCommand.js +3 -3
  123. package/dist-es/commands/StartReadSetActivationJobCommand.js +3 -3
  124. package/dist-es/commands/StartReadSetExportJobCommand.js +3 -3
  125. package/dist-es/commands/StartReadSetImportJobCommand.js +3 -3
  126. package/dist-es/commands/StartReferenceImportJobCommand.js +3 -3
  127. package/dist-es/commands/StartRunCommand.js +3 -3
  128. package/dist-es/commands/StartVariantImportJobCommand.js +3 -3
  129. package/dist-es/commands/TagResourceCommand.js +3 -3
  130. package/dist-es/commands/UntagResourceCommand.js +3 -3
  131. package/dist-es/commands/UpdateAnnotationStoreCommand.js +3 -3
  132. package/dist-es/commands/UpdateRunGroupCommand.js +3 -3
  133. package/dist-es/commands/UpdateVariantStoreCommand.js +3 -3
  134. package/dist-es/commands/UpdateWorkflowCommand.js +3 -3
  135. package/dist-es/models/models_0.js +0 -2
  136. package/dist-es/protocols/Aws_restJson1.js +974 -996
  137. package/dist-types/models/models_0.d.ts +0 -2
  138. package/dist-types/protocols/Aws_restJson1.d.ts +528 -132
  139. package/dist-types/ts3.4/models/models_0.d.ts +0 -2
  140. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -132
  141. package/package.json +38 -38
@@ -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_restJson1GetReferenceStoreCommand, serializeAws_restJson1GetReferenceStoreCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetReferenceStoreCommand, se_GetReferenceStoreCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetReferenceStoreCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetReferenceStoreCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetReferenceStoreCommand(input, context);
36
+ return se_GetReferenceStoreCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetReferenceStoreCommand(output, context);
39
+ return de_GetReferenceStoreCommand(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_restJson1GetRunCommand, serializeAws_restJson1GetRunCommand } from "../protocols/Aws_restJson1";
4
+ import { de_GetRunCommand, se_GetRunCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetRunCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRunCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetRunCommand(input, context);
36
+ return se_GetRunCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetRunCommand(output, context);
39
+ return de_GetRunCommand(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_restJson1GetRunGroupCommand, serializeAws_restJson1GetRunGroupCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetRunGroupCommand, se_GetRunGroupCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetRunGroupCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRunGroupCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetRunGroupCommand(input, context);
36
+ return se_GetRunGroupCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetRunGroupCommand(output, context);
39
+ return de_GetRunGroupCommand(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_restJson1GetRunTaskCommand, serializeAws_restJson1GetRunTaskCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetRunTaskCommand, se_GetRunTaskCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetRunTaskCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRunTaskCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetRunTaskCommand(input, context);
36
+ return se_GetRunTaskCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetRunTaskCommand(output, context);
39
+ return de_GetRunTaskCommand(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_restJson1GetSequenceStoreCommand, serializeAws_restJson1GetSequenceStoreCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetSequenceStoreCommand, se_GetSequenceStoreCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetSequenceStoreCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetSequenceStoreCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetSequenceStoreCommand(input, context);
36
+ return se_GetSequenceStoreCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetSequenceStoreCommand(output, context);
39
+ return de_GetSequenceStoreCommand(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_restJson1GetVariantImportJobCommand, serializeAws_restJson1GetVariantImportJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetVariantImportJobCommand, se_GetVariantImportJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetVariantImportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetVariantImportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetVariantImportJobCommand(input, context);
36
+ return se_GetVariantImportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetVariantImportJobCommand(output, context);
39
+ return de_GetVariantImportJobCommand(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_restJson1GetVariantStoreCommand, serializeAws_restJson1GetVariantStoreCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetVariantStoreCommand, se_GetVariantStoreCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetVariantStoreCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetVariantStoreCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetVariantStoreCommand(input, context);
36
+ return se_GetVariantStoreCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetVariantStoreCommand(output, context);
39
+ return de_GetVariantStoreCommand(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_restJson1GetWorkflowCommand, serializeAws_restJson1GetWorkflowCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetWorkflowCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetWorkflowCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetWorkflowCommand(input, context);
36
+ return se_GetWorkflowCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetWorkflowCommand(output, context);
39
+ return de_GetWorkflowCommand(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_restJson1ListAnnotationImportJobsCommand, serializeAws_restJson1ListAnnotationImportJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAnnotationImportJobsCommand, se_ListAnnotationImportJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAnnotationImportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAnnotationImportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAnnotationImportJobsCommand(input, context);
36
+ return se_ListAnnotationImportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAnnotationImportJobsCommand(output, context);
39
+ return de_ListAnnotationImportJobsCommand(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_restJson1ListAnnotationStoresCommand, serializeAws_restJson1ListAnnotationStoresCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAnnotationStoresCommand, se_ListAnnotationStoresCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAnnotationStoresCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAnnotationStoresCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAnnotationStoresCommand(input, context);
36
+ return se_ListAnnotationStoresCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAnnotationStoresCommand(output, context);
39
+ return de_ListAnnotationStoresCommand(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_restJson1ListReadSetActivationJobsCommand, serializeAws_restJson1ListReadSetActivationJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListReadSetActivationJobsCommand, se_ListReadSetActivationJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListReadSetActivationJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReadSetActivationJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListReadSetActivationJobsCommand(input, context);
36
+ return se_ListReadSetActivationJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListReadSetActivationJobsCommand(output, context);
39
+ return de_ListReadSetActivationJobsCommand(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_restJson1ListReadSetExportJobsCommand, serializeAws_restJson1ListReadSetExportJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListReadSetExportJobsCommand, se_ListReadSetExportJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListReadSetExportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReadSetExportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListReadSetExportJobsCommand(input, context);
36
+ return se_ListReadSetExportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListReadSetExportJobsCommand(output, context);
39
+ return de_ListReadSetExportJobsCommand(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_restJson1ListReadSetImportJobsCommand, serializeAws_restJson1ListReadSetImportJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListReadSetImportJobsCommand, se_ListReadSetImportJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListReadSetImportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReadSetImportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListReadSetImportJobsCommand(input, context);
36
+ return se_ListReadSetImportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListReadSetImportJobsCommand(output, context);
39
+ return de_ListReadSetImportJobsCommand(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_restJson1ListReadSetsCommand, serializeAws_restJson1ListReadSetsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListReadSetsCommand, se_ListReadSetsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListReadSetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReadSetsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListReadSetsCommand(input, context);
36
+ return se_ListReadSetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListReadSetsCommand(output, context);
39
+ return de_ListReadSetsCommand(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_restJson1ListReferenceImportJobsCommand, serializeAws_restJson1ListReferenceImportJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListReferenceImportJobsCommand, se_ListReferenceImportJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListReferenceImportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReferenceImportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListReferenceImportJobsCommand(input, context);
36
+ return se_ListReferenceImportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListReferenceImportJobsCommand(output, context);
39
+ return de_ListReferenceImportJobsCommand(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_restJson1ListReferenceStoresCommand, serializeAws_restJson1ListReferenceStoresCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListReferenceStoresCommand, se_ListReferenceStoresCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListReferenceStoresCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReferenceStoresCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListReferenceStoresCommand(input, context);
36
+ return se_ListReferenceStoresCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListReferenceStoresCommand(output, context);
39
+ return de_ListReferenceStoresCommand(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_restJson1ListReferencesCommand, serializeAws_restJson1ListReferencesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListReferencesCommand, se_ListReferencesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListReferencesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListReferencesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListReferencesCommand(input, context);
36
+ return se_ListReferencesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListReferencesCommand(output, context);
39
+ return de_ListReferencesCommand(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_restJson1ListRunGroupsCommand, serializeAws_restJson1ListRunGroupsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRunGroupsCommand, se_ListRunGroupsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRunGroupsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRunGroupsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRunGroupsCommand(input, context);
36
+ return se_ListRunGroupsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRunGroupsCommand(output, context);
39
+ return de_ListRunGroupsCommand(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_restJson1ListRunTasksCommand, serializeAws_restJson1ListRunTasksCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRunTasksCommand, se_ListRunTasksCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRunTasksCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRunTasksCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRunTasksCommand(input, context);
36
+ return se_ListRunTasksCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRunTasksCommand(output, context);
39
+ return de_ListRunTasksCommand(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_restJson1ListRunsCommand, serializeAws_restJson1ListRunsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRunsCommand, se_ListRunsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRunsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRunsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRunsCommand(input, context);
36
+ return se_ListRunsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRunsCommand(output, context);
39
+ return de_ListRunsCommand(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_restJson1ListSequenceStoresCommand, serializeAws_restJson1ListSequenceStoresCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSequenceStoresCommand, se_ListSequenceStoresCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSequenceStoresCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSequenceStoresCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSequenceStoresCommand(input, context);
36
+ return se_ListSequenceStoresCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSequenceStoresCommand(output, context);
39
+ return de_ListSequenceStoresCommand(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_restJson1ListVariantImportJobsCommand, serializeAws_restJson1ListVariantImportJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListVariantImportJobsCommand, se_ListVariantImportJobsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListVariantImportJobsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListVariantImportJobsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListVariantImportJobsCommand(input, context);
36
+ return se_ListVariantImportJobsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListVariantImportJobsCommand(output, context);
39
+ return de_ListVariantImportJobsCommand(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_restJson1ListVariantStoresCommand, serializeAws_restJson1ListVariantStoresCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListVariantStoresCommand, se_ListVariantStoresCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListVariantStoresCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListVariantStoresCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListVariantStoresCommand(input, context);
36
+ return se_ListVariantStoresCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListVariantStoresCommand(output, context);
39
+ return de_ListVariantStoresCommand(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_restJson1ListWorkflowsCommand, serializeAws_restJson1ListWorkflowsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListWorkflowsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListWorkflowsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListWorkflowsCommand(input, context);
36
+ return se_ListWorkflowsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListWorkflowsCommand(output, context);
39
+ return de_ListWorkflowsCommand(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_restJson1StartAnnotationImportJobCommand, serializeAws_restJson1StartAnnotationImportJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StartAnnotationImportJobCommand, se_StartAnnotationImportJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class StartAnnotationImportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartAnnotationImportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StartAnnotationImportJobCommand(input, context);
36
+ return se_StartAnnotationImportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StartAnnotationImportJobCommand(output, context);
39
+ return de_StartAnnotationImportJobCommand(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_restJson1StartReadSetActivationJobCommand, serializeAws_restJson1StartReadSetActivationJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StartReadSetActivationJobCommand, se_StartReadSetActivationJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class StartReadSetActivationJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartReadSetActivationJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StartReadSetActivationJobCommand(input, context);
36
+ return se_StartReadSetActivationJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StartReadSetActivationJobCommand(output, context);
39
+ return de_StartReadSetActivationJobCommand(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_restJson1StartReadSetExportJobCommand, serializeAws_restJson1StartReadSetExportJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_StartReadSetExportJobCommand, se_StartReadSetExportJobCommand } from "../protocols/Aws_restJson1";
5
5
  export class StartReadSetExportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class StartReadSetExportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1StartReadSetExportJobCommand(input, context);
36
+ return se_StartReadSetExportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1StartReadSetExportJobCommand(output, context);
39
+ return de_StartReadSetExportJobCommand(output, context);
40
40
  }
41
41
  }