@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
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class PutKMSEncryptionKeyCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class PutKMSEncryptionKeyCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutKMSEncryptionKeyCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class PutLabelCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class PutLabelCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutLabelCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class PutOutcomeCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class PutOutcomeCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, PutOutcomeCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class SendEventCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class SendEventCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SendEventCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class TagResourceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class TagResourceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UntagResourceCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateDetectorVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateDetectorVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDetectorVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateDetectorVersionMetadataCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateDetectorVersionMetadataCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDetectorVersionMetadataCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateDetectorVersionStatusCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateDetectorVersionStatusCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateDetectorVersionStatusCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateEventLabelCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateEventLabelCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateEventLabelCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateListCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateListCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateListCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateModelCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateModelCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateModelCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateModelVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateModelVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateModelVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateModelVersionStatusCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateModelVersionStatusCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateModelVersionStatusCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateRuleMetadataCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateRuleMetadataCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateRuleMetadataCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateRuleVersionCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateRuleVersionCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateRuleVersionCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UpdateVariableCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UpdateVariableCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateVariableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchCreateVariableRequestFilterSensitiveLog, BatchCreateVariableResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1BatchCreateVariableCommand, serializeAws_json1_1BatchCreateVariableCommand, } from "../protocols/Aws_json1_1";
6
6
  export class BatchCreateVariableCommand 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 BatchCreateVariableCommand 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, BatchCreateVariableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchGetVariableRequestFilterSensitiveLog, BatchGetVariableResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1BatchGetVariableCommand, serializeAws_json1_1BatchGetVariableCommand, } from "../protocols/Aws_json1_1";
6
6
  export class BatchGetVariableCommand 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 BatchGetVariableCommand 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, BatchGetVariableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CancelBatchImportJobRequestFilterSensitiveLog, CancelBatchImportJobResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CancelBatchImportJobCommand, serializeAws_json1_1CancelBatchImportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CancelBatchImportJobCommand 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 CancelBatchImportJobCommand 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, CancelBatchImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CancelBatchPredictionJobRequestFilterSensitiveLog, CancelBatchPredictionJobResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CancelBatchPredictionJobCommand, serializeAws_json1_1CancelBatchPredictionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CancelBatchPredictionJobCommand 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 CancelBatchPredictionJobCommand 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, CancelBatchPredictionJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateBatchImportJobRequestFilterSensitiveLog, CreateBatchImportJobResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateBatchImportJobCommand, serializeAws_json1_1CreateBatchImportJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateBatchImportJobCommand 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 CreateBatchImportJobCommand 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, CreateBatchImportJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateBatchPredictionJobRequestFilterSensitiveLog, CreateBatchPredictionJobResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateBatchPredictionJobCommand, serializeAws_json1_1CreateBatchPredictionJobCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateBatchPredictionJobCommand 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 CreateBatchPredictionJobCommand 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, CreateBatchPredictionJobCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateDetectorVersionRequestFilterSensitiveLog, CreateDetectorVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateDetectorVersionCommand, serializeAws_json1_1CreateDetectorVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateDetectorVersionCommand 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 CreateDetectorVersionCommand 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, CreateDetectorVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateListRequestFilterSensitiveLog, CreateListResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateListCommand, serializeAws_json1_1CreateListCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateListCommand 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 CreateListCommand 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, CreateListCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateModelRequestFilterSensitiveLog, CreateModelResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateModelCommand, serializeAws_json1_1CreateModelCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateModelCommand 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 CreateModelCommand 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, CreateModelCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateModelVersionRequestFilterSensitiveLog, CreateModelVersionResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateModelVersionCommand, serializeAws_json1_1CreateModelVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateModelVersionCommand 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 CreateModelVersionCommand 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, CreateModelVersionCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateRuleRequestFilterSensitiveLog, CreateRuleResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1CreateRuleCommand, serializeAws_json1_1CreateRuleCommand, } from "../protocols/Aws_json1_1";
6
6
  export class CreateRuleCommand 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 CreateRuleCommand 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, CreateRuleCommand.getEndpointParameterInstructions()));