@aws-sdk/client-frauddetector 3.414.0 → 3.421.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 (148) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/BatchCreateVariableCommand.js +5 -0
  3. package/dist-cjs/commands/BatchGetVariableCommand.js +5 -0
  4. package/dist-cjs/commands/CancelBatchImportJobCommand.js +5 -0
  5. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +5 -0
  6. package/dist-cjs/commands/CreateBatchImportJobCommand.js +5 -0
  7. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +5 -0
  8. package/dist-cjs/commands/CreateDetectorVersionCommand.js +5 -0
  9. package/dist-cjs/commands/CreateListCommand.js +5 -0
  10. package/dist-cjs/commands/CreateModelCommand.js +5 -0
  11. package/dist-cjs/commands/CreateModelVersionCommand.js +5 -0
  12. package/dist-cjs/commands/CreateRuleCommand.js +5 -0
  13. package/dist-cjs/commands/CreateVariableCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteDetectorCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteEntityTypeCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteEventCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteEventTypeCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteExternalModelCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteLabelCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteListCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteModelCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteModelVersionCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteOutcomeCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteRuleCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteVariableCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeDetectorCommand.js +5 -0
  31. package/dist-cjs/commands/DescribeModelVersionsCommand.js +5 -0
  32. package/dist-cjs/commands/GetBatchImportJobsCommand.js +5 -0
  33. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +5 -0
  34. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +5 -0
  35. package/dist-cjs/commands/GetDetectorVersionCommand.js +5 -0
  36. package/dist-cjs/commands/GetDetectorsCommand.js +5 -0
  37. package/dist-cjs/commands/GetEntityTypesCommand.js +5 -0
  38. package/dist-cjs/commands/GetEventCommand.js +5 -0
  39. package/dist-cjs/commands/GetEventPredictionCommand.js +5 -0
  40. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +5 -0
  41. package/dist-cjs/commands/GetEventTypesCommand.js +5 -0
  42. package/dist-cjs/commands/GetExternalModelsCommand.js +5 -0
  43. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +5 -0
  44. package/dist-cjs/commands/GetLabelsCommand.js +5 -0
  45. package/dist-cjs/commands/GetListElementsCommand.js +5 -0
  46. package/dist-cjs/commands/GetListsMetadataCommand.js +5 -0
  47. package/dist-cjs/commands/GetModelVersionCommand.js +5 -0
  48. package/dist-cjs/commands/GetModelsCommand.js +5 -0
  49. package/dist-cjs/commands/GetOutcomesCommand.js +5 -0
  50. package/dist-cjs/commands/GetRulesCommand.js +5 -0
  51. package/dist-cjs/commands/GetVariablesCommand.js +5 -0
  52. package/dist-cjs/commands/ListEventPredictionsCommand.js +5 -0
  53. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  54. package/dist-cjs/commands/PutDetectorCommand.js +5 -0
  55. package/dist-cjs/commands/PutEntityTypeCommand.js +5 -0
  56. package/dist-cjs/commands/PutEventTypeCommand.js +5 -0
  57. package/dist-cjs/commands/PutExternalModelCommand.js +5 -0
  58. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +5 -0
  59. package/dist-cjs/commands/PutLabelCommand.js +5 -0
  60. package/dist-cjs/commands/PutOutcomeCommand.js +5 -0
  61. package/dist-cjs/commands/SendEventCommand.js +5 -0
  62. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  63. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateEventLabelCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateListCommand.js +5 -0
  69. package/dist-cjs/commands/UpdateModelCommand.js +5 -0
  70. package/dist-cjs/commands/UpdateModelVersionCommand.js +5 -0
  71. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +5 -0
  72. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +5 -0
  73. package/dist-cjs/commands/UpdateRuleVersionCommand.js +5 -0
  74. package/dist-cjs/commands/UpdateVariableCommand.js +5 -0
  75. package/dist-es/commands/BatchCreateVariableCommand.js +5 -0
  76. package/dist-es/commands/BatchGetVariableCommand.js +5 -0
  77. package/dist-es/commands/CancelBatchImportJobCommand.js +5 -0
  78. package/dist-es/commands/CancelBatchPredictionJobCommand.js +5 -0
  79. package/dist-es/commands/CreateBatchImportJobCommand.js +5 -0
  80. package/dist-es/commands/CreateBatchPredictionJobCommand.js +5 -0
  81. package/dist-es/commands/CreateDetectorVersionCommand.js +5 -0
  82. package/dist-es/commands/CreateListCommand.js +5 -0
  83. package/dist-es/commands/CreateModelCommand.js +5 -0
  84. package/dist-es/commands/CreateModelVersionCommand.js +5 -0
  85. package/dist-es/commands/CreateRuleCommand.js +5 -0
  86. package/dist-es/commands/CreateVariableCommand.js +5 -0
  87. package/dist-es/commands/DeleteBatchImportJobCommand.js +5 -0
  88. package/dist-es/commands/DeleteBatchPredictionJobCommand.js +5 -0
  89. package/dist-es/commands/DeleteDetectorCommand.js +5 -0
  90. package/dist-es/commands/DeleteDetectorVersionCommand.js +5 -0
  91. package/dist-es/commands/DeleteEntityTypeCommand.js +5 -0
  92. package/dist-es/commands/DeleteEventCommand.js +5 -0
  93. package/dist-es/commands/DeleteEventTypeCommand.js +5 -0
  94. package/dist-es/commands/DeleteEventsByEventTypeCommand.js +5 -0
  95. package/dist-es/commands/DeleteExternalModelCommand.js +5 -0
  96. package/dist-es/commands/DeleteLabelCommand.js +5 -0
  97. package/dist-es/commands/DeleteListCommand.js +5 -0
  98. package/dist-es/commands/DeleteModelCommand.js +5 -0
  99. package/dist-es/commands/DeleteModelVersionCommand.js +5 -0
  100. package/dist-es/commands/DeleteOutcomeCommand.js +5 -0
  101. package/dist-es/commands/DeleteRuleCommand.js +5 -0
  102. package/dist-es/commands/DeleteVariableCommand.js +5 -0
  103. package/dist-es/commands/DescribeDetectorCommand.js +5 -0
  104. package/dist-es/commands/DescribeModelVersionsCommand.js +5 -0
  105. package/dist-es/commands/GetBatchImportJobsCommand.js +5 -0
  106. package/dist-es/commands/GetBatchPredictionJobsCommand.js +5 -0
  107. package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +5 -0
  108. package/dist-es/commands/GetDetectorVersionCommand.js +5 -0
  109. package/dist-es/commands/GetDetectorsCommand.js +5 -0
  110. package/dist-es/commands/GetEntityTypesCommand.js +5 -0
  111. package/dist-es/commands/GetEventCommand.js +5 -0
  112. package/dist-es/commands/GetEventPredictionCommand.js +5 -0
  113. package/dist-es/commands/GetEventPredictionMetadataCommand.js +5 -0
  114. package/dist-es/commands/GetEventTypesCommand.js +5 -0
  115. package/dist-es/commands/GetExternalModelsCommand.js +5 -0
  116. package/dist-es/commands/GetKMSEncryptionKeyCommand.js +5 -0
  117. package/dist-es/commands/GetLabelsCommand.js +5 -0
  118. package/dist-es/commands/GetListElementsCommand.js +5 -0
  119. package/dist-es/commands/GetListsMetadataCommand.js +5 -0
  120. package/dist-es/commands/GetModelVersionCommand.js +5 -0
  121. package/dist-es/commands/GetModelsCommand.js +5 -0
  122. package/dist-es/commands/GetOutcomesCommand.js +5 -0
  123. package/dist-es/commands/GetRulesCommand.js +5 -0
  124. package/dist-es/commands/GetVariablesCommand.js +5 -0
  125. package/dist-es/commands/ListEventPredictionsCommand.js +5 -0
  126. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  127. package/dist-es/commands/PutDetectorCommand.js +5 -0
  128. package/dist-es/commands/PutEntityTypeCommand.js +5 -0
  129. package/dist-es/commands/PutEventTypeCommand.js +5 -0
  130. package/dist-es/commands/PutExternalModelCommand.js +5 -0
  131. package/dist-es/commands/PutKMSEncryptionKeyCommand.js +5 -0
  132. package/dist-es/commands/PutLabelCommand.js +5 -0
  133. package/dist-es/commands/PutOutcomeCommand.js +5 -0
  134. package/dist-es/commands/SendEventCommand.js +5 -0
  135. package/dist-es/commands/TagResourceCommand.js +5 -0
  136. package/dist-es/commands/UntagResourceCommand.js +5 -0
  137. package/dist-es/commands/UpdateDetectorVersionCommand.js +5 -0
  138. package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +5 -0
  139. package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +5 -0
  140. package/dist-es/commands/UpdateEventLabelCommand.js +5 -0
  141. package/dist-es/commands/UpdateListCommand.js +5 -0
  142. package/dist-es/commands/UpdateModelCommand.js +5 -0
  143. package/dist-es/commands/UpdateModelVersionCommand.js +5 -0
  144. package/dist-es/commands/UpdateModelVersionStatusCommand.js +5 -0
  145. package/dist-es/commands/UpdateRuleMetadataCommand.js +5 -0
  146. package/dist-es/commands/UpdateRuleVersionCommand.js +5 -0
  147. package/dist-es/commands/UpdateVariableCommand.js +5 -0
  148. package/package.json +31 -31
package/README.md CHANGED
@@ -32,16 +32,16 @@ using your favorite package manager:
32
32
 
33
33
  The AWS SDK is modulized by clients and commands.
34
34
  To send a request, you only need to import the `FraudDetectorClient` and
35
- the commands you need, for example `BatchCreateVariableCommand`:
35
+ the commands you need, for example `ListEventPredictionsCommand`:
36
36
 
37
37
  ```js
38
38
  // ES5 example
39
- const { FraudDetectorClient, BatchCreateVariableCommand } = require("@aws-sdk/client-frauddetector");
39
+ const { FraudDetectorClient, ListEventPredictionsCommand } = require("@aws-sdk/client-frauddetector");
40
40
  ```
41
41
 
42
42
  ```ts
43
43
  // ES6+ example
44
- import { FraudDetectorClient, BatchCreateVariableCommand } from "@aws-sdk/client-frauddetector";
44
+ import { FraudDetectorClient, ListEventPredictionsCommand } from "@aws-sdk/client-frauddetector";
45
45
  ```
46
46
 
47
47
  ### Usage
@@ -60,7 +60,7 @@ const client = new FraudDetectorClient({ region: "REGION" });
60
60
  const params = {
61
61
  /** input parameters */
62
62
  };
63
- const command = new BatchCreateVariableCommand(params);
63
+ const command = new ListEventPredictionsCommand(params);
64
64
  ```
65
65
 
66
66
  #### Async/await
@@ -139,7 +139,7 @@ const client = new AWS.FraudDetector({ region: "REGION" });
139
139
 
140
140
  // async/await.
141
141
  try {
142
- const data = await client.batchCreateVariable(params);
142
+ const data = await client.listEventPredictions(params);
143
143
  // process data.
144
144
  } catch (error) {
145
145
  // error handling.
@@ -147,7 +147,7 @@ try {
147
147
 
148
148
  // Promises.
149
149
  client
150
- .batchCreateVariable(params)
150
+ .listEventPredictions(params)
151
151
  .then((data) => {
152
152
  // process data.
153
153
  })
@@ -156,7 +156,7 @@ client
156
156
  });
157
157
 
158
158
  // callbacks.
159
- client.batchCreateVariable(params, (err, data) => {
159
+ client.listEventPredictions(params, (err, data) => {
160
160
  // process err and data.
161
161
  });
162
162
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class BatchCreateVariableCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchCreateVariableCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "BatchCreateVariable",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class BatchGetVariableCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGetVariableCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "BatchGetVariable",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CancelBatchImportJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CancelBatchImportJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CancelBatchImportJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CancelBatchPredictionJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CancelBatchPredictionJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CancelBatchPredictionJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateBatchImportJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateBatchImportJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CreateBatchImportJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateBatchPredictionJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateBatchPredictionJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CreateBatchPredictionJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateDetectorVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDetectorVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CreateDetectorVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateListCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateListCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateListRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSHawksNestServiceFacade",
39
+ operation: "CreateList",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateModelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateModelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CreateModel",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateModelVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateModelVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CreateModelVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
11
  class CreateRuleCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateRuleCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateRuleRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSHawksNestServiceFacade",
39
+ operation: "CreateRule",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateVariableCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateVariableCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "CreateVariable",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteBatchImportJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteBatchImportJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteBatchImportJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteBatchPredictionJobCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteBatchPredictionJobCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteBatchPredictionJob",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteDetectorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDetectorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteDetector",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteDetectorVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDetectorVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteDetectorVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteEntityTypeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteEntityTypeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteEntityType",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteEventCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteEventCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteEvent",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteEventTypeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteEventTypeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteEventType",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteEventsByEventTypeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteEventsByEventTypeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteEventsByEventType",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteExternalModelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteExternalModelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteExternalModel",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteLabelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLabelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteLabel",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteListCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteListCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteList",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteModelCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteModelCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteModel",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteModelVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteModelVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteModelVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteOutcomeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteOutcomeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteOutcome",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteRuleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteRuleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteRule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteVariableCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteVariableCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DeleteVariable",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeDetectorCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DescribeDetectorCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSHawksNestServiceFacade",
38
+ operation: "DescribeDetector",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);