@aws-sdk/client-frauddetector 3.413.0 → 3.418.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 +5 -0
  2. package/dist-cjs/commands/BatchGetVariableCommand.js +5 -0
  3. package/dist-cjs/commands/CancelBatchImportJobCommand.js +5 -0
  4. package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +5 -0
  5. package/dist-cjs/commands/CreateBatchImportJobCommand.js +5 -0
  6. package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +5 -0
  7. package/dist-cjs/commands/CreateDetectorVersionCommand.js +5 -0
  8. package/dist-cjs/commands/CreateListCommand.js +5 -0
  9. package/dist-cjs/commands/CreateModelCommand.js +5 -0
  10. package/dist-cjs/commands/CreateModelVersionCommand.js +5 -0
  11. package/dist-cjs/commands/CreateRuleCommand.js +5 -0
  12. package/dist-cjs/commands/CreateVariableCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteBatchImportJobCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteDetectorCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteDetectorVersionCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteEntityTypeCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteEventCommand.js +5 -0
  19. package/dist-cjs/commands/DeleteEventTypeCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteExternalModelCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteLabelCommand.js +5 -0
  23. package/dist-cjs/commands/DeleteListCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteModelCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteModelVersionCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteOutcomeCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteRuleCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteVariableCommand.js +5 -0
  29. package/dist-cjs/commands/DescribeDetectorCommand.js +5 -0
  30. package/dist-cjs/commands/DescribeModelVersionsCommand.js +5 -0
  31. package/dist-cjs/commands/GetBatchImportJobsCommand.js +5 -0
  32. package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +5 -0
  33. package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +5 -0
  34. package/dist-cjs/commands/GetDetectorVersionCommand.js +5 -0
  35. package/dist-cjs/commands/GetDetectorsCommand.js +5 -0
  36. package/dist-cjs/commands/GetEntityTypesCommand.js +5 -0
  37. package/dist-cjs/commands/GetEventCommand.js +5 -0
  38. package/dist-cjs/commands/GetEventPredictionCommand.js +5 -0
  39. package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +5 -0
  40. package/dist-cjs/commands/GetEventTypesCommand.js +5 -0
  41. package/dist-cjs/commands/GetExternalModelsCommand.js +5 -0
  42. package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +5 -0
  43. package/dist-cjs/commands/GetLabelsCommand.js +5 -0
  44. package/dist-cjs/commands/GetListElementsCommand.js +5 -0
  45. package/dist-cjs/commands/GetListsMetadataCommand.js +5 -0
  46. package/dist-cjs/commands/GetModelVersionCommand.js +5 -0
  47. package/dist-cjs/commands/GetModelsCommand.js +5 -0
  48. package/dist-cjs/commands/GetOutcomesCommand.js +5 -0
  49. package/dist-cjs/commands/GetRulesCommand.js +5 -0
  50. package/dist-cjs/commands/GetVariablesCommand.js +5 -0
  51. package/dist-cjs/commands/ListEventPredictionsCommand.js +5 -0
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  53. package/dist-cjs/commands/PutDetectorCommand.js +5 -0
  54. package/dist-cjs/commands/PutEntityTypeCommand.js +5 -0
  55. package/dist-cjs/commands/PutEventTypeCommand.js +5 -0
  56. package/dist-cjs/commands/PutExternalModelCommand.js +5 -0
  57. package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +5 -0
  58. package/dist-cjs/commands/PutLabelCommand.js +5 -0
  59. package/dist-cjs/commands/PutOutcomeCommand.js +5 -0
  60. package/dist-cjs/commands/SendEventCommand.js +5 -0
  61. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  62. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateDetectorVersionCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateEventLabelCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateListCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateModelCommand.js +5 -0
  69. package/dist-cjs/commands/UpdateModelVersionCommand.js +5 -0
  70. package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +5 -0
  71. package/dist-cjs/commands/UpdateRuleMetadataCommand.js +5 -0
  72. package/dist-cjs/commands/UpdateRuleVersionCommand.js +5 -0
  73. package/dist-cjs/commands/UpdateVariableCommand.js +5 -0
  74. package/dist-cjs/runtimeExtensions.js +3 -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/dist-es/runtimeExtensions.js +3 -0
  149. package/dist-types/extensionConfiguration.d.ts +2 -1
  150. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  151. package/package.json +31 -30
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteListCommand, se_DeleteListCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteListCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteListCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DeleteList",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteModelCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteModelCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DeleteModel",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteModelVersionCommand, se_DeleteModelVersionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteModelVersionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteModelVersionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DeleteModelVersion",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteOutcomeCommand, se_DeleteOutcomeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteOutcomeCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteOutcomeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DeleteOutcome",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteRuleCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteRuleCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DeleteRule",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteVariableCommand, se_DeleteVariableCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteVariableCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteVariableCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DeleteVariable",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeDetectorCommand, se_DescribeDetectorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeDetectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeDetectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DescribeDetector",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeModelVersionsCommand, se_DescribeModelVersionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeModelVersionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeModelVersionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "DescribeModelVersions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetBatchImportJobsCommand, se_GetBatchImportJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetBatchImportJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetBatchImportJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetBatchImportJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetBatchPredictionJobsCommand, se_GetBatchPredictionJobsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetBatchPredictionJobsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetBatchPredictionJobsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetBatchPredictionJobs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDeleteEventsByEventTypeStatusCommand, se_GetDeleteEventsByEventTypeStatusCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetDeleteEventsByEventTypeStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetDeleteEventsByEventTypeStatus",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDetectorVersionCommand, se_GetDetectorVersionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetDetectorVersionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDetectorVersionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetDetectorVersion",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetDetectorsCommand, se_GetDetectorsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetDetectorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetDetectorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetDetectors",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetEntityTypesCommand, se_GetEntityTypesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetEntityTypesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetEntityTypesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetEntityTypes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetEventResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetEventCommand, se_GetEventCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetEventCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetEventResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSHawksNestServiceFacade",
36
+ operation: "GetEvent",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetEventPredictionRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetEventPredictionCommand, se_GetEventPredictionCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetEventPredictionCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: GetEventPredictionRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSHawksNestServiceFacade",
36
+ operation: "GetEventPrediction",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetEventPredictionMetadataResultFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetEventPredictionMetadataCommand, se_GetEventPredictionMetadataCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetEventPredictionMetadataCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetEventPredictionMetadataResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSHawksNestServiceFacade",
36
+ operation: "GetEventPredictionMetadata",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetEventTypesResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetEventTypesCommand, se_GetEventTypesCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetEventTypesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetEventTypesResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSHawksNestServiceFacade",
36
+ operation: "GetEventTypes",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetExternalModelsCommand, se_GetExternalModelsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetExternalModelsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetExternalModelsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetExternalModels",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetKMSEncryptionKeyCommand, se_GetKMSEncryptionKeyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetKMSEncryptionKeyCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetKMSEncryptionKeyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetKMSEncryptionKey",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetLabelsCommand, se_GetLabelsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetLabelsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetLabelsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetLabels",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetListElementsResultFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetListElementsCommand, se_GetListElementsCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetListElementsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetListElementsResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSHawksNestServiceFacade",
36
+ operation: "GetListElements",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetListsMetadataCommand, se_GetListsMetadataCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetListsMetadataCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetListsMetadataCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetListsMetadata",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetModelVersionCommand, se_GetModelVersionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetModelVersionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetModelVersionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetModelVersion",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetModelsCommand, se_GetModelsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetModelsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetModelsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetModels",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetOutcomesCommand, se_GetOutcomesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetOutcomesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetOutcomesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetOutcomes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetRulesResultFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetRulesCommand, se_GetRulesCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetRulesCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetRulesResultFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSHawksNestServiceFacade",
36
+ operation: "GetRules",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetVariablesCommand, se_GetVariablesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetVariablesCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetVariablesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "GetVariables",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListEventPredictionsCommand, se_ListEventPredictionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListEventPredictionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListEventPredictionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "ListEventPredictions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutDetectorCommand, se_PutDetectorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PutDetectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutDetectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "PutDetector",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutEntityTypeCommand, se_PutEntityTypeCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PutEntityTypeCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutEntityTypeCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSHawksNestServiceFacade",
35
+ operation: "PutEntityType",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);