@aws-sdk/client-frauddetector 3.306.0 → 3.309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/dist-cjs/commands/BatchCreateVariableCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetVariableCommand.js +2 -2
  3. package/dist-cjs/commands/CancelBatchImportJobCommand.js +2 -2
  4. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBatchImportJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDetectorVersionCommand.js +2 -2
  8. package/dist-cjs/commands/CreateListCommand.js +2 -2
  9. package/dist-cjs/commands/CreateModelCommand.js +2 -2
  10. package/dist-cjs/commands/CreateModelVersionCommand.js +2 -2
  11. package/dist-cjs/commands/CreateRuleCommand.js +2 -2
  12. package/dist-cjs/commands/CreateVariableCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDetectorCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteEntityTypeCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteEventCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteEventTypeCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteExternalModelCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteLabelCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteListCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteModelCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteModelVersionCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteOutcomeCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteVariableCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeDetectorCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeModelVersionsCommand.js +2 -2
  31. package/dist-cjs/commands/GetBatchImportJobsCommand.js +2 -2
  32. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +2 -2
  33. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -2
  34. package/dist-cjs/commands/GetDetectorVersionCommand.js +2 -2
  35. package/dist-cjs/commands/GetDetectorsCommand.js +2 -2
  36. package/dist-cjs/commands/GetEntityTypesCommand.js +2 -2
  37. package/dist-cjs/commands/GetEventCommand.js +2 -2
  38. package/dist-cjs/commands/GetEventPredictionCommand.js +2 -2
  39. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +2 -2
  40. package/dist-cjs/commands/GetEventTypesCommand.js +2 -2
  41. package/dist-cjs/commands/GetExternalModelsCommand.js +2 -2
  42. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +2 -2
  43. package/dist-cjs/commands/GetLabelsCommand.js +2 -2
  44. package/dist-cjs/commands/GetListElementsCommand.js +2 -2
  45. package/dist-cjs/commands/GetListsMetadataCommand.js +2 -2
  46. package/dist-cjs/commands/GetModelVersionCommand.js +2 -2
  47. package/dist-cjs/commands/GetModelsCommand.js +2 -2
  48. package/dist-cjs/commands/GetOutcomesCommand.js +2 -2
  49. package/dist-cjs/commands/GetRulesCommand.js +2 -2
  50. package/dist-cjs/commands/GetVariablesCommand.js +2 -2
  51. package/dist-cjs/commands/ListEventPredictionsCommand.js +2 -2
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  53. package/dist-cjs/commands/PutDetectorCommand.js +2 -2
  54. package/dist-cjs/commands/PutEntityTypeCommand.js +2 -2
  55. package/dist-cjs/commands/PutEventTypeCommand.js +2 -2
  56. package/dist-cjs/commands/PutExternalModelCommand.js +2 -2
  57. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +2 -2
  58. package/dist-cjs/commands/PutLabelCommand.js +2 -2
  59. package/dist-cjs/commands/PutOutcomeCommand.js +2 -2
  60. package/dist-cjs/commands/SendEventCommand.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/UpdateDetectorVersionCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateEventLabelCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateListCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateModelCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateModelVersionCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +2 -2
  72. package/dist-cjs/commands/UpdateRuleVersionCommand.js +2 -2
  73. package/dist-cjs/commands/UpdateVariableCommand.js +2 -2
  74. package/dist-cjs/protocols/Aws_json1_1.js +1464 -1552
  75. package/dist-es/commands/BatchCreateVariableCommand.js +3 -3
  76. package/dist-es/commands/BatchGetVariableCommand.js +3 -3
  77. package/dist-es/commands/CancelBatchImportJobCommand.js +3 -3
  78. package/dist-es/commands/CancelBatchPredictionJobCommand.js +3 -3
  79. package/dist-es/commands/CreateBatchImportJobCommand.js +3 -3
  80. package/dist-es/commands/CreateBatchPredictionJobCommand.js +3 -3
  81. package/dist-es/commands/CreateDetectorVersionCommand.js +3 -3
  82. package/dist-es/commands/CreateListCommand.js +3 -3
  83. package/dist-es/commands/CreateModelCommand.js +3 -3
  84. package/dist-es/commands/CreateModelVersionCommand.js +3 -3
  85. package/dist-es/commands/CreateRuleCommand.js +3 -3
  86. package/dist-es/commands/CreateVariableCommand.js +3 -3
  87. package/dist-es/commands/DeleteBatchImportJobCommand.js +3 -3
  88. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +3 -3
  89. package/dist-es/commands/DeleteDetectorCommand.js +3 -3
  90. package/dist-es/commands/DeleteDetectorVersionCommand.js +3 -3
  91. package/dist-es/commands/DeleteEntityTypeCommand.js +3 -3
  92. package/dist-es/commands/DeleteEventCommand.js +3 -3
  93. package/dist-es/commands/DeleteEventTypeCommand.js +3 -3
  94. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +3 -3
  95. package/dist-es/commands/DeleteExternalModelCommand.js +3 -3
  96. package/dist-es/commands/DeleteLabelCommand.js +3 -3
  97. package/dist-es/commands/DeleteListCommand.js +3 -3
  98. package/dist-es/commands/DeleteModelCommand.js +3 -3
  99. package/dist-es/commands/DeleteModelVersionCommand.js +3 -3
  100. package/dist-es/commands/DeleteOutcomeCommand.js +3 -3
  101. package/dist-es/commands/DeleteRuleCommand.js +3 -3
  102. package/dist-es/commands/DeleteVariableCommand.js +3 -3
  103. package/dist-es/commands/DescribeDetectorCommand.js +3 -3
  104. package/dist-es/commands/DescribeModelVersionsCommand.js +3 -3
  105. package/dist-es/commands/GetBatchImportJobsCommand.js +3 -3
  106. package/dist-es/commands/GetBatchPredictionJobsCommand.js +3 -3
  107. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +3 -3
  108. package/dist-es/commands/GetDetectorVersionCommand.js +3 -3
  109. package/dist-es/commands/GetDetectorsCommand.js +3 -3
  110. package/dist-es/commands/GetEntityTypesCommand.js +3 -3
  111. package/dist-es/commands/GetEventCommand.js +3 -3
  112. package/dist-es/commands/GetEventPredictionCommand.js +3 -3
  113. package/dist-es/commands/GetEventPredictionMetadataCommand.js +3 -3
  114. package/dist-es/commands/GetEventTypesCommand.js +3 -3
  115. package/dist-es/commands/GetExternalModelsCommand.js +3 -3
  116. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +3 -3
  117. package/dist-es/commands/GetLabelsCommand.js +3 -3
  118. package/dist-es/commands/GetListElementsCommand.js +3 -3
  119. package/dist-es/commands/GetListsMetadataCommand.js +3 -3
  120. package/dist-es/commands/GetModelVersionCommand.js +3 -3
  121. package/dist-es/commands/GetModelsCommand.js +3 -3
  122. package/dist-es/commands/GetOutcomesCommand.js +3 -3
  123. package/dist-es/commands/GetRulesCommand.js +3 -3
  124. package/dist-es/commands/GetVariablesCommand.js +3 -3
  125. package/dist-es/commands/ListEventPredictionsCommand.js +3 -3
  126. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  127. package/dist-es/commands/PutDetectorCommand.js +3 -3
  128. package/dist-es/commands/PutEntityTypeCommand.js +3 -3
  129. package/dist-es/commands/PutEventTypeCommand.js +3 -3
  130. package/dist-es/commands/PutExternalModelCommand.js +3 -3
  131. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +3 -3
  132. package/dist-es/commands/PutLabelCommand.js +3 -3
  133. package/dist-es/commands/PutOutcomeCommand.js +3 -3
  134. package/dist-es/commands/SendEventCommand.js +3 -3
  135. package/dist-es/commands/TagResourceCommand.js +3 -3
  136. package/dist-es/commands/UntagResourceCommand.js +3 -3
  137. package/dist-es/commands/UpdateDetectorVersionCommand.js +3 -3
  138. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +3 -3
  139. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +3 -3
  140. package/dist-es/commands/UpdateEventLabelCommand.js +3 -3
  141. package/dist-es/commands/UpdateListCommand.js +3 -3
  142. package/dist-es/commands/UpdateModelCommand.js +3 -3
  143. package/dist-es/commands/UpdateModelVersionCommand.js +3 -3
  144. package/dist-es/commands/UpdateModelVersionStatusCommand.js +3 -3
  145. package/dist-es/commands/UpdateRuleMetadataCommand.js +3 -3
  146. package/dist-es/commands/UpdateRuleVersionCommand.js +3 -3
  147. package/dist-es/commands/UpdateVariableCommand.js +3 -3
  148. package/dist-es/protocols/Aws_json1_1.js +1315 -1403
  149. package/dist-types/protocols/Aws_json1_1.d.ts +584 -146
  150. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +146 -146
  151. package/package.json +6 -6
@@ -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_json1_1BatchCreateVariableCommand, serializeAws_json1_1BatchCreateVariableCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_BatchCreateVariableCommand, se_BatchCreateVariableCommand } from "../protocols/Aws_json1_1";
5
5
  export class BatchCreateVariableCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchCreateVariableCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1BatchCreateVariableCommand(input, context);
36
+ return se_BatchCreateVariableCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1BatchCreateVariableCommand(output, context);
39
+ return de_BatchCreateVariableCommand(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_json1_1BatchGetVariableCommand, serializeAws_json1_1BatchGetVariableCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_BatchGetVariableCommand, se_BatchGetVariableCommand } from "../protocols/Aws_json1_1";
5
5
  export class BatchGetVariableCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class BatchGetVariableCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1BatchGetVariableCommand(input, context);
36
+ return se_BatchGetVariableCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1BatchGetVariableCommand(output, context);
39
+ return de_BatchGetVariableCommand(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_json1_1CancelBatchImportJobCommand, serializeAws_json1_1CancelBatchImportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CancelBatchImportJobCommand, se_CancelBatchImportJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class CancelBatchImportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CancelBatchImportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CancelBatchImportJobCommand(input, context);
36
+ return se_CancelBatchImportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CancelBatchImportJobCommand(output, context);
39
+ return de_CancelBatchImportJobCommand(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_json1_1CancelBatchPredictionJobCommand, serializeAws_json1_1CancelBatchPredictionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CancelBatchPredictionJobCommand, se_CancelBatchPredictionJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class CancelBatchPredictionJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CancelBatchPredictionJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CancelBatchPredictionJobCommand(input, context);
36
+ return se_CancelBatchPredictionJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CancelBatchPredictionJobCommand(output, context);
39
+ return de_CancelBatchPredictionJobCommand(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_json1_1CreateBatchImportJobCommand, serializeAws_json1_1CreateBatchImportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateBatchImportJobCommand, se_CreateBatchImportJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateBatchImportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBatchImportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateBatchImportJobCommand(input, context);
36
+ return se_CreateBatchImportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateBatchImportJobCommand(output, context);
39
+ return de_CreateBatchImportJobCommand(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_json1_1CreateBatchPredictionJobCommand, serializeAws_json1_1CreateBatchPredictionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateBatchPredictionJobCommand, se_CreateBatchPredictionJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateBatchPredictionJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateBatchPredictionJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateBatchPredictionJobCommand(input, context);
36
+ return se_CreateBatchPredictionJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateBatchPredictionJobCommand(output, context);
39
+ return de_CreateBatchPredictionJobCommand(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_json1_1CreateDetectorVersionCommand, serializeAws_json1_1CreateDetectorVersionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateDetectorVersionCommand, se_CreateDetectorVersionCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateDetectorVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateDetectorVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateDetectorVersionCommand(input, context);
36
+ return se_CreateDetectorVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateDetectorVersionCommand(output, context);
39
+ return de_CreateDetectorVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { CreateListRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateListCommand, serializeAws_json1_1CreateListCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateListCommand, se_CreateListCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateListCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateListCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateListCommand(input, context);
37
+ return se_CreateListCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateListCommand(output, context);
40
+ return de_CreateListCommand(output, context);
41
41
  }
42
42
  }
@@ -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_json1_1CreateModelCommand, serializeAws_json1_1CreateModelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateModelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateModelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateModelCommand(input, context);
36
+ return se_CreateModelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateModelCommand(output, context);
39
+ return de_CreateModelCommand(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_json1_1CreateModelVersionCommand, serializeAws_json1_1CreateModelVersionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateModelVersionCommand, se_CreateModelVersionCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateModelVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateModelVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateModelVersionCommand(input, context);
36
+ return se_CreateModelVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateModelVersionCommand(output, context);
39
+ return de_CreateModelVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ 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
4
  import { CreateRuleRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_json1_1CreateRuleCommand, serializeAws_json1_1CreateRuleCommand, } from "../protocols/Aws_json1_1";
5
+ import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1";
6
6
  export class CreateRuleCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class CreateRuleCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_json1_1CreateRuleCommand(input, context);
37
+ return se_CreateRuleCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_json1_1CreateRuleCommand(output, context);
40
+ return de_CreateRuleCommand(output, context);
41
41
  }
42
42
  }
@@ -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_json1_1CreateVariableCommand, serializeAws_json1_1CreateVariableCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_CreateVariableCommand, se_CreateVariableCommand } from "../protocols/Aws_json1_1";
5
5
  export class CreateVariableCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class CreateVariableCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1CreateVariableCommand(input, context);
36
+ return se_CreateVariableCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1CreateVariableCommand(output, context);
39
+ return de_CreateVariableCommand(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_json1_1DeleteBatchImportJobCommand, serializeAws_json1_1DeleteBatchImportJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteBatchImportJobCommand, se_DeleteBatchImportJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteBatchImportJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBatchImportJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteBatchImportJobCommand(input, context);
36
+ return se_DeleteBatchImportJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteBatchImportJobCommand(output, context);
39
+ return de_DeleteBatchImportJobCommand(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_json1_1DeleteBatchPredictionJobCommand, serializeAws_json1_1DeleteBatchPredictionJobCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteBatchPredictionJobCommand, se_DeleteBatchPredictionJobCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteBatchPredictionJobCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteBatchPredictionJobCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteBatchPredictionJobCommand(input, context);
36
+ return se_DeleteBatchPredictionJobCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteBatchPredictionJobCommand(output, context);
39
+ return de_DeleteBatchPredictionJobCommand(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_json1_1DeleteDetectorCommand, serializeAws_json1_1DeleteDetectorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteDetectorCommand, se_DeleteDetectorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDetectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteDetectorCommand(input, context);
36
+ return se_DeleteDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteDetectorCommand(output, context);
39
+ return de_DeleteDetectorCommand(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_json1_1DeleteDetectorVersionCommand, serializeAws_json1_1DeleteDetectorVersionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteDetectorVersionCommand, se_DeleteDetectorVersionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteDetectorVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteDetectorVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteDetectorVersionCommand(input, context);
36
+ return se_DeleteDetectorVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteDetectorVersionCommand(output, context);
39
+ return de_DeleteDetectorVersionCommand(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_json1_1DeleteEntityTypeCommand, serializeAws_json1_1DeleteEntityTypeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEntityTypeCommand, se_DeleteEntityTypeCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEntityTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEntityTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEntityTypeCommand(input, context);
36
+ return se_DeleteEntityTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEntityTypeCommand(output, context);
39
+ return de_DeleteEntityTypeCommand(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_json1_1DeleteEventCommand, serializeAws_json1_1DeleteEventCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEventCommand, se_DeleteEventCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEventCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEventCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEventCommand(input, context);
36
+ return se_DeleteEventCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEventCommand(output, context);
39
+ return de_DeleteEventCommand(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_json1_1DeleteEventTypeCommand, serializeAws_json1_1DeleteEventTypeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEventTypeCommand, se_DeleteEventTypeCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEventTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEventTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEventTypeCommand(input, context);
36
+ return se_DeleteEventTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEventTypeCommand(output, context);
39
+ return de_DeleteEventTypeCommand(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_json1_1DeleteEventsByEventTypeCommand, serializeAws_json1_1DeleteEventsByEventTypeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteEventsByEventTypeCommand, se_DeleteEventsByEventTypeCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteEventsByEventTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteEventsByEventTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteEventsByEventTypeCommand(input, context);
36
+ return se_DeleteEventsByEventTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteEventsByEventTypeCommand(output, context);
39
+ return de_DeleteEventsByEventTypeCommand(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_json1_1DeleteExternalModelCommand, serializeAws_json1_1DeleteExternalModelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteExternalModelCommand, se_DeleteExternalModelCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteExternalModelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteExternalModelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteExternalModelCommand(input, context);
36
+ return se_DeleteExternalModelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteExternalModelCommand(output, context);
39
+ return de_DeleteExternalModelCommand(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_json1_1DeleteLabelCommand, serializeAws_json1_1DeleteLabelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteLabelCommand, se_DeleteLabelCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteLabelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteLabelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteLabelCommand(input, context);
36
+ return se_DeleteLabelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteLabelCommand(output, context);
39
+ return de_DeleteLabelCommand(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_json1_1DeleteListCommand, serializeAws_json1_1DeleteListCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteListCommand, se_DeleteListCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteListCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteListCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteListCommand(input, context);
36
+ return se_DeleteListCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteListCommand(output, context);
39
+ return de_DeleteListCommand(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_json1_1DeleteModelCommand, serializeAws_json1_1DeleteModelCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteModelCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteModelCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteModelCommand(input, context);
36
+ return se_DeleteModelCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteModelCommand(output, context);
39
+ return de_DeleteModelCommand(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_json1_1DeleteModelVersionCommand, serializeAws_json1_1DeleteModelVersionCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteModelVersionCommand, se_DeleteModelVersionCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteModelVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteModelVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteModelVersionCommand(input, context);
36
+ return se_DeleteModelVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteModelVersionCommand(output, context);
39
+ return de_DeleteModelVersionCommand(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_json1_1DeleteOutcomeCommand, serializeAws_json1_1DeleteOutcomeCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteOutcomeCommand, se_DeleteOutcomeCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteOutcomeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteOutcomeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteOutcomeCommand(input, context);
36
+ return se_DeleteOutcomeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteOutcomeCommand(output, context);
39
+ return de_DeleteOutcomeCommand(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_json1_1DeleteRuleCommand, serializeAws_json1_1DeleteRuleCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteRuleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteRuleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteRuleCommand(input, context);
36
+ return se_DeleteRuleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteRuleCommand(output, context);
39
+ return de_DeleteRuleCommand(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_json1_1DeleteVariableCommand, serializeAws_json1_1DeleteVariableCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DeleteVariableCommand, se_DeleteVariableCommand } from "../protocols/Aws_json1_1";
5
5
  export class DeleteVariableCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DeleteVariableCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DeleteVariableCommand(input, context);
36
+ return se_DeleteVariableCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DeleteVariableCommand(output, context);
39
+ return de_DeleteVariableCommand(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_json1_1DescribeDetectorCommand, serializeAws_json1_1DescribeDetectorCommand, } from "../protocols/Aws_json1_1";
4
+ import { de_DescribeDetectorCommand, se_DescribeDetectorCommand } from "../protocols/Aws_json1_1";
5
5
  export class DescribeDetectorCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeDetectorCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_json1_1DescribeDetectorCommand(input, context);
36
+ return se_DescribeDetectorCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_json1_1DescribeDetectorCommand(output, context);
39
+ return de_DescribeDetectorCommand(output, context);
40
40
  }
41
41
  }