@aws-sdk/client-frauddetector 3.294.0 → 3.295.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 +4 -4
  2. package/dist-cjs/commands/BatchGetVariableCommand.js +4 -4
  3. package/dist-cjs/commands/CancelBatchImportJobCommand.js +4 -4
  4. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +4 -4
  5. package/dist-cjs/commands/CreateBatchImportJobCommand.js +4 -4
  6. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +4 -4
  7. package/dist-cjs/commands/CreateDetectorVersionCommand.js +4 -4
  8. package/dist-cjs/commands/CreateListCommand.js +4 -4
  9. package/dist-cjs/commands/CreateModelCommand.js +4 -4
  10. package/dist-cjs/commands/CreateModelVersionCommand.js +4 -4
  11. package/dist-cjs/commands/CreateRuleCommand.js +4 -4
  12. package/dist-cjs/commands/CreateVariableCommand.js +4 -4
  13. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +4 -4
  14. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +4 -4
  15. package/dist-cjs/commands/DeleteDetectorCommand.js +4 -4
  16. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +4 -4
  17. package/dist-cjs/commands/DeleteEntityTypeCommand.js +4 -4
  18. package/dist-cjs/commands/DeleteEventCommand.js +4 -4
  19. package/dist-cjs/commands/DeleteEventTypeCommand.js +4 -4
  20. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +4 -4
  21. package/dist-cjs/commands/DeleteExternalModelCommand.js +4 -4
  22. package/dist-cjs/commands/DeleteLabelCommand.js +4 -4
  23. package/dist-cjs/commands/DeleteListCommand.js +4 -4
  24. package/dist-cjs/commands/DeleteModelCommand.js +4 -4
  25. package/dist-cjs/commands/DeleteModelVersionCommand.js +4 -4
  26. package/dist-cjs/commands/DeleteOutcomeCommand.js +4 -4
  27. package/dist-cjs/commands/DeleteRuleCommand.js +4 -4
  28. package/dist-cjs/commands/DeleteVariableCommand.js +4 -4
  29. package/dist-cjs/commands/DescribeDetectorCommand.js +4 -4
  30. package/dist-cjs/commands/DescribeModelVersionsCommand.js +4 -4
  31. package/dist-cjs/commands/GetBatchImportJobsCommand.js +4 -4
  32. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +4 -4
  33. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +4 -4
  34. package/dist-cjs/commands/GetDetectorVersionCommand.js +4 -4
  35. package/dist-cjs/commands/GetDetectorsCommand.js +4 -4
  36. package/dist-cjs/commands/GetEntityTypesCommand.js +4 -4
  37. package/dist-cjs/commands/GetEventCommand.js +4 -4
  38. package/dist-cjs/commands/GetEventPredictionCommand.js +4 -4
  39. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +4 -4
  40. package/dist-cjs/commands/GetEventTypesCommand.js +4 -4
  41. package/dist-cjs/commands/GetExternalModelsCommand.js +4 -4
  42. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +4 -4
  43. package/dist-cjs/commands/GetLabelsCommand.js +4 -4
  44. package/dist-cjs/commands/GetListElementsCommand.js +4 -4
  45. package/dist-cjs/commands/GetListsMetadataCommand.js +4 -4
  46. package/dist-cjs/commands/GetModelVersionCommand.js +4 -4
  47. package/dist-cjs/commands/GetModelsCommand.js +4 -4
  48. package/dist-cjs/commands/GetOutcomesCommand.js +4 -4
  49. package/dist-cjs/commands/GetRulesCommand.js +4 -4
  50. package/dist-cjs/commands/GetVariablesCommand.js +4 -4
  51. package/dist-cjs/commands/ListEventPredictionsCommand.js +4 -4
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  53. package/dist-cjs/commands/PutDetectorCommand.js +4 -4
  54. package/dist-cjs/commands/PutEntityTypeCommand.js +4 -4
  55. package/dist-cjs/commands/PutEventTypeCommand.js +4 -4
  56. package/dist-cjs/commands/PutExternalModelCommand.js +4 -4
  57. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +4 -4
  58. package/dist-cjs/commands/PutLabelCommand.js +4 -4
  59. package/dist-cjs/commands/PutOutcomeCommand.js +4 -4
  60. package/dist-cjs/commands/SendEventCommand.js +4 -4
  61. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  62. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  63. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +4 -4
  64. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +4 -4
  65. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +4 -4
  66. package/dist-cjs/commands/UpdateEventLabelCommand.js +4 -4
  67. package/dist-cjs/commands/UpdateListCommand.js +4 -4
  68. package/dist-cjs/commands/UpdateModelCommand.js +4 -4
  69. package/dist-cjs/commands/UpdateModelVersionCommand.js +4 -4
  70. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +4 -4
  71. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +4 -4
  72. package/dist-cjs/commands/UpdateRuleVersionCommand.js +4 -4
  73. package/dist-cjs/commands/UpdateVariableCommand.js +4 -4
  74. package/dist-es/commands/BatchCreateVariableCommand.js +4 -4
  75. package/dist-es/commands/BatchGetVariableCommand.js +4 -4
  76. package/dist-es/commands/CancelBatchImportJobCommand.js +4 -4
  77. package/dist-es/commands/CancelBatchPredictionJobCommand.js +4 -4
  78. package/dist-es/commands/CreateBatchImportJobCommand.js +4 -4
  79. package/dist-es/commands/CreateBatchPredictionJobCommand.js +4 -4
  80. package/dist-es/commands/CreateDetectorVersionCommand.js +4 -4
  81. package/dist-es/commands/CreateListCommand.js +4 -4
  82. package/dist-es/commands/CreateModelCommand.js +4 -4
  83. package/dist-es/commands/CreateModelVersionCommand.js +4 -4
  84. package/dist-es/commands/CreateRuleCommand.js +4 -4
  85. package/dist-es/commands/CreateVariableCommand.js +4 -4
  86. package/dist-es/commands/DeleteBatchImportJobCommand.js +4 -4
  87. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +4 -4
  88. package/dist-es/commands/DeleteDetectorCommand.js +4 -4
  89. package/dist-es/commands/DeleteDetectorVersionCommand.js +4 -4
  90. package/dist-es/commands/DeleteEntityTypeCommand.js +4 -4
  91. package/dist-es/commands/DeleteEventCommand.js +4 -4
  92. package/dist-es/commands/DeleteEventTypeCommand.js +4 -4
  93. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +4 -4
  94. package/dist-es/commands/DeleteExternalModelCommand.js +4 -4
  95. package/dist-es/commands/DeleteLabelCommand.js +4 -4
  96. package/dist-es/commands/DeleteListCommand.js +4 -4
  97. package/dist-es/commands/DeleteModelCommand.js +4 -4
  98. package/dist-es/commands/DeleteModelVersionCommand.js +4 -4
  99. package/dist-es/commands/DeleteOutcomeCommand.js +4 -4
  100. package/dist-es/commands/DeleteRuleCommand.js +4 -4
  101. package/dist-es/commands/DeleteVariableCommand.js +4 -4
  102. package/dist-es/commands/DescribeDetectorCommand.js +4 -4
  103. package/dist-es/commands/DescribeModelVersionsCommand.js +4 -4
  104. package/dist-es/commands/GetBatchImportJobsCommand.js +4 -4
  105. package/dist-es/commands/GetBatchPredictionJobsCommand.js +4 -4
  106. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +4 -4
  107. package/dist-es/commands/GetDetectorVersionCommand.js +4 -4
  108. package/dist-es/commands/GetDetectorsCommand.js +4 -4
  109. package/dist-es/commands/GetEntityTypesCommand.js +4 -4
  110. package/dist-es/commands/GetEventCommand.js +4 -4
  111. package/dist-es/commands/GetEventPredictionCommand.js +4 -4
  112. package/dist-es/commands/GetEventPredictionMetadataCommand.js +4 -4
  113. package/dist-es/commands/GetEventTypesCommand.js +4 -4
  114. package/dist-es/commands/GetExternalModelsCommand.js +4 -4
  115. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +4 -4
  116. package/dist-es/commands/GetLabelsCommand.js +4 -4
  117. package/dist-es/commands/GetListElementsCommand.js +4 -4
  118. package/dist-es/commands/GetListsMetadataCommand.js +4 -4
  119. package/dist-es/commands/GetModelVersionCommand.js +4 -4
  120. package/dist-es/commands/GetModelsCommand.js +4 -4
  121. package/dist-es/commands/GetOutcomesCommand.js +4 -4
  122. package/dist-es/commands/GetRulesCommand.js +4 -4
  123. package/dist-es/commands/GetVariablesCommand.js +4 -4
  124. package/dist-es/commands/ListEventPredictionsCommand.js +4 -4
  125. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  126. package/dist-es/commands/PutDetectorCommand.js +4 -4
  127. package/dist-es/commands/PutEntityTypeCommand.js +4 -4
  128. package/dist-es/commands/PutEventTypeCommand.js +4 -4
  129. package/dist-es/commands/PutExternalModelCommand.js +4 -4
  130. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +4 -4
  131. package/dist-es/commands/PutLabelCommand.js +4 -4
  132. package/dist-es/commands/PutOutcomeCommand.js +4 -4
  133. package/dist-es/commands/SendEventCommand.js +4 -4
  134. package/dist-es/commands/TagResourceCommand.js +4 -4
  135. package/dist-es/commands/UntagResourceCommand.js +4 -4
  136. package/dist-es/commands/UpdateDetectorVersionCommand.js +4 -4
  137. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +4 -4
  138. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +4 -4
  139. package/dist-es/commands/UpdateEventLabelCommand.js +4 -4
  140. package/dist-es/commands/UpdateListCommand.js +4 -4
  141. package/dist-es/commands/UpdateModelCommand.js +4 -4
  142. package/dist-es/commands/UpdateModelVersionCommand.js +4 -4
  143. package/dist-es/commands/UpdateModelVersionStatusCommand.js +4 -4
  144. package/dist-es/commands/UpdateRuleMetadataCommand.js +4 -4
  145. package/dist-es/commands/UpdateRuleVersionCommand.js +4 -4
  146. package/dist-es/commands/UpdateVariableCommand.js +4 -4
  147. package/dist-types/FraudDetectorClient.d.ts +4 -4
  148. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  149. package/dist-types/ts3.4/FraudDetectorClient.d.ts +4 -4
  150. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  151. package/package.json +36 -36
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateVariableRequestFilterSensitiveLog, CreateVariableResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateVariableCommand, serializeAws_json1_1CreateVariableCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateVariableCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateVariableCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateVariableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteBatchImportJobRequestFilterSensitiveLog, DeleteBatchImportJobResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteBatchImportJobCommand, serializeAws_json1_1DeleteBatchImportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteBatchImportJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteBatchImportJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteBatchImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteBatchPredictionJobRequestFilterSensitiveLog, DeleteBatchPredictionJobResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteBatchPredictionJobCommand, serializeAws_json1_1DeleteBatchPredictionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteBatchPredictionJobCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteBatchPredictionJobCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteBatchPredictionJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteDetectorRequestFilterSensitiveLog, DeleteDetectorResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteDetectorCommand, serializeAws_json1_1DeleteDetectorCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteDetectorCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteDetectorCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDetectorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteDetectorVersionRequestFilterSensitiveLog, DeleteDetectorVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteDetectorVersionCommand, serializeAws_json1_1DeleteDetectorVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteDetectorVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteDetectorVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDetectorVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEntityTypeRequestFilterSensitiveLog, DeleteEntityTypeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteEntityTypeCommand, serializeAws_json1_1DeleteEntityTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteEntityTypeCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEntityTypeCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEntityTypeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEventRequestFilterSensitiveLog, DeleteEventResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteEventCommand, serializeAws_json1_1DeleteEventCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteEventCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEventCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEventCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEventTypeRequestFilterSensitiveLog, DeleteEventTypeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteEventTypeCommand, serializeAws_json1_1DeleteEventTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteEventTypeCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEventTypeCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEventTypeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteEventsByEventTypeRequestFilterSensitiveLog, DeleteEventsByEventTypeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteEventsByEventTypeCommand, serializeAws_json1_1DeleteEventsByEventTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteEventsByEventTypeCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteEventsByEventTypeCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteEventsByEventTypeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteExternalModelRequestFilterSensitiveLog, DeleteExternalModelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteExternalModelCommand, serializeAws_json1_1DeleteExternalModelCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteExternalModelCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteExternalModelCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteExternalModelCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteLabelRequestFilterSensitiveLog, DeleteLabelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteLabelCommand, serializeAws_json1_1DeleteLabelCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteLabelCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteLabelCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteLabelCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteListRequestFilterSensitiveLog, DeleteListResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteListCommand, serializeAws_json1_1DeleteListCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteListCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteListCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteListCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteModelRequestFilterSensitiveLog, DeleteModelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteModelCommand, serializeAws_json1_1DeleteModelCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteModelCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteModelCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteModelCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteModelVersionRequestFilterSensitiveLog, DeleteModelVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteModelVersionCommand, serializeAws_json1_1DeleteModelVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteModelVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteModelVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteModelVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteOutcomeRequestFilterSensitiveLog, DeleteOutcomeResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteOutcomeCommand, serializeAws_json1_1DeleteOutcomeCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteOutcomeCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteOutcomeCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteOutcomeCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteRuleRequestFilterSensitiveLog, DeleteRuleResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteRuleCommand, serializeAws_json1_1DeleteRuleCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteRuleCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteRuleCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteRuleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteVariableRequestFilterSensitiveLog, DeleteVariableResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DeleteVariableCommand, serializeAws_json1_1DeleteVariableCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DeleteVariableCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteVariableCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteVariableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeDetectorRequestFilterSensitiveLog, DescribeDetectorResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeDetectorCommand, serializeAws_json1_1DescribeDetectorCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeDetectorCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeDetectorCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeDetectorCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeModelVersionsRequestFilterSensitiveLog, DescribeModelVersionsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1DescribeModelVersionsCommand, serializeAws_json1_1DescribeModelVersionsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class DescribeModelVersionsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DescribeModelVersionsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeModelVersionsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetBatchImportJobsRequestFilterSensitiveLog, GetBatchImportJobsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetBatchImportJobsCommand, serializeAws_json1_1GetBatchImportJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetBatchImportJobsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetBatchImportJobsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetBatchImportJobsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetBatchPredictionJobsRequestFilterSensitiveLog, GetBatchPredictionJobsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetBatchPredictionJobsCommand, serializeAws_json1_1GetBatchPredictionJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetBatchPredictionJobsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetBatchPredictionJobsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetBatchPredictionJobsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDeleteEventsByEventTypeStatusRequestFilterSensitiveLog, GetDeleteEventsByEventTypeStatusResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand, serializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetDeleteEventsByEventTypeStatusCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetDeleteEventsByEventTypeStatusCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDetectorVersionRequestFilterSensitiveLog, GetDetectorVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetDetectorVersionCommand, serializeAws_json1_1GetDetectorVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetDetectorVersionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetDetectorVersionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetDetectorVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetDetectorsRequestFilterSensitiveLog, GetDetectorsResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetDetectorsCommand, serializeAws_json1_1GetDetectorsCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetDetectorsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetDetectorsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetDetectorsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEntityTypesRequestFilterSensitiveLog, GetEntityTypesResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEntityTypesCommand, serializeAws_json1_1GetEntityTypesCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetEntityTypesCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEntityTypesCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEntityTypesCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEventRequestFilterSensitiveLog, GetEventResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEventCommand, serializeAws_json1_1GetEventCommand } from "../protocols/Aws_json1_1";
6
6
  export class GetEventCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEventCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEventCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEventPredictionRequestFilterSensitiveLog, GetEventPredictionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEventPredictionCommand, serializeAws_json1_1GetEventPredictionCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetEventPredictionCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEventPredictionCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEventPredictionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetEventPredictionMetadataRequestFilterSensitiveLog, GetEventPredictionMetadataResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1GetEventPredictionMetadataCommand, serializeAws_json1_1GetEventPredictionMetadataCommand, } from "../protocols/Aws_json1_1";
6
6
  export class GetEventPredictionMetadataCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetEventPredictionMetadataCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetEventPredictionMetadataCommand.getEndpointParameterInstructions()));