@aws-sdk/client-frauddetector 3.803.0 → 3.806.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 (131) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/BatchCreateVariableCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchGetVariableCommand.d.ts +1 -1
  5. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +1 -1
  6. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateListCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateModelVersionCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateVariableCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteEventCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteEventTypeCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteExternalModelCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteLabelCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteListCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteModelVersionCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteOutcomeCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteVariableCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDetectorCommand.d.ts +1 -1
  32. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -1
  33. package/dist-types/commands/GetDetectorVersionCommand.d.ts +1 -1
  34. package/dist-types/commands/GetEventCommand.d.ts +1 -1
  35. package/dist-types/commands/GetEventPredictionCommand.d.ts +1 -1
  36. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +1 -1
  37. package/dist-types/commands/GetListElementsCommand.d.ts +1 -1
  38. package/dist-types/commands/GetModelVersionCommand.d.ts +1 -1
  39. package/dist-types/commands/GetRulesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/PutDetectorCommand.d.ts +1 -1
  42. package/dist-types/commands/PutEntityTypeCommand.d.ts +1 -1
  43. package/dist-types/commands/PutEventTypeCommand.d.ts +1 -1
  44. package/dist-types/commands/PutExternalModelCommand.d.ts +1 -1
  45. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +1 -1
  46. package/dist-types/commands/PutLabelCommand.d.ts +1 -1
  47. package/dist-types/commands/PutOutcomeCommand.d.ts +1 -1
  48. package/dist-types/commands/SendEventCommand.d.ts +1 -1
  49. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateEventLabelCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateListCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateModelVersionCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateVariableCommand.d.ts +1 -1
  62. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  63. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  64. package/dist-types/runtimeConfig.d.ts +16 -16
  65. package/dist-types/runtimeConfig.native.d.ts +18 -18
  66. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  67. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  127. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  128. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  129. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  130. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  131. package/package.json +22 -22
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -23,7 +23,7 @@ export interface BatchCreateVariableCommandOutput extends BatchCreateVariableRes
23
23
  }
24
24
  declare const BatchCreateVariableCommand_base: {
25
25
  new (input: BatchCreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchCreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchCreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
23
23
  }
24
24
  declare const BatchGetVariableCommand_base: {
25
25
  new (input: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CancelBatchImportJobCommandOutput extends CancelBatchImportJobR
23
23
  }
24
24
  declare const CancelBatchImportJobCommand_base: {
25
25
  new (input: CancelBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CancelBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredic
23
23
  }
24
24
  declare const CancelBatchPredictionJobCommand_base: {
25
25
  new (input: CancelBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CancelBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CancelBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateBatchImportJobCommandOutput extends CreateBatchImportJobR
23
23
  }
24
24
  declare const CreateBatchImportJobCommand_base: {
25
25
  new (input: CreateBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredic
23
23
  }
24
24
  declare const CreateBatchPredictionJobCommand_base: {
25
25
  new (input: CreateBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDetectorVersionCommandOutput extends CreateDetectorVersio
23
23
  }
24
24
  declare const CreateDetectorVersionCommand_base: {
25
25
  new (input: CreateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateListCommandOutput extends CreateListResult, __MetadataBea
23
23
  }
24
24
  declare const CreateListCommand_base: {
25
25
  new (input: CreateListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateListCommandInput): import("@smithy/smithy-client").CommandImpl<CreateListCommandInput, CreateListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateModelCommandOutput extends CreateModelResult, __MetadataB
23
23
  }
24
24
  declare const CreateModelCommand_base: {
25
25
  new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateModelVersionCommandOutput extends CreateModelVersionResul
23
23
  }
24
24
  declare const CreateModelVersionCommand_base: {
25
25
  new (input: CreateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelVersionCommandInput, CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRuleCommandOutput extends CreateRuleResult, __MetadataBea
23
23
  }
24
24
  declare const CreateRuleCommand_base: {
25
25
  new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleCommandInput, CreateRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateVariableCommandOutput extends CreateVariableResult, __Met
23
23
  }
24
24
  declare const CreateVariableCommand_base: {
25
25
  new (input: CreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVariableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVariableCommandInput, CreateVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteBatchImportJobCommandOutput extends DeleteBatchImportJobR
23
23
  }
24
24
  declare const DeleteBatchImportJobCommand_base: {
25
25
  new (input: DeleteBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBatchImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredic
23
23
  }
24
24
  declare const DeleteBatchPredictionJobCommand_base: {
25
25
  new (input: DeleteBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBatchPredictionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDetectorCommandOutput extends DeleteDetectorResult, __Met
23
23
  }
24
24
  declare const DeleteDetectorCommand_base: {
25
25
  new (input: DeleteDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorCommandInput, DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDetectorVersionCommandOutput extends DeleteDetectorVersio
23
23
  }
24
24
  declare const DeleteDetectorVersionCommand_base: {
25
25
  new (input: DeleteDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteEntityTypeCommandOutput extends DeleteEntityTypeResult, _
23
23
  }
24
24
  declare const DeleteEntityTypeCommand_base: {
25
25
  new (input: DeleteEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteEventCommandOutput extends DeleteEventResult, __MetadataB
23
23
  }
24
24
  declare const DeleteEventCommand_base: {
25
25
  new (input: DeleteEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEventCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventCommandInput, DeleteEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteEventTypeCommandOutput extends DeleteEventTypeResult, __M
23
23
  }
24
24
  declare const DeleteEventTypeCommand_base: {
25
25
  new (input: DeleteEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteEventsByEventTypeCommandOutput extends DeleteEventsByEven
23
23
  }
24
24
  declare const DeleteEventsByEventTypeCommand_base: {
25
25
  new (input: DeleteEventsByEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteEventsByEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEventsByEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteExternalModelCommandOutput extends DeleteExternalModelRes
23
23
  }
24
24
  declare const DeleteExternalModelCommand_base: {
25
25
  new (input: DeleteExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteLabelCommandOutput extends DeleteLabelResult, __MetadataB
23
23
  }
24
24
  declare const DeleteLabelCommand_base: {
25
25
  new (input: DeleteLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLabelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLabelCommandInput, DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteListCommandOutput extends DeleteListResult, __MetadataBea
23
23
  }
24
24
  declare const DeleteListCommand_base: {
25
25
  new (input: DeleteListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteListCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteListCommandInput, DeleteListCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteModelCommandOutput extends DeleteModelResult, __MetadataB
23
23
  }
24
24
  declare const DeleteModelCommand_base: {
25
25
  new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteModelVersionCommandOutput extends DeleteModelVersionResul
23
23
  }
24
24
  declare const DeleteModelVersionCommand_base: {
25
25
  new (input: DeleteModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteOutcomeCommandOutput extends DeleteOutcomeResult, __Metad
23
23
  }
24
24
  declare const DeleteOutcomeCommand_base: {
25
25
  new (input: DeleteOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResult, __MetadataBea
23
23
  }
24
24
  declare const DeleteRuleCommand_base: {
25
25
  new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleCommandInput, DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteVariableCommandOutput extends DeleteVariableResult, __Met
23
23
  }
24
24
  declare const DeleteVariableCommand_base: {
25
25
  new (input: DeleteVariableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteVariableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVariableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVariableCommandInput, DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeDetectorCommandOutput extends DescribeDetectorResult, _
23
23
  }
24
24
  declare const DescribeDetectorCommand_base: {
25
25
  new (input: DescribeDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDetectorCommandInput, DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDelete
23
23
  }
24
24
  declare const GetDeleteEventsByEventTypeStatusCommand_base: {
25
25
  new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDeleteEventsByEventTypeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDetectorVersionCommandOutput extends GetDetectorVersionResul
23
23
  }
24
24
  declare const GetDetectorVersionCommand_base: {
25
25
  new (input: GetDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDetectorVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer
23
23
  }
24
24
  declare const GetEventCommand_base: {
25
25
  new (input: GetEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEventCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventCommandInput, GetEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetEventPredictionCommandOutput extends GetEventPredictionResul
23
23
  }
24
24
  declare const GetEventPredictionCommand_base: {
25
25
  new (input: GetEventPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetEventPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEventPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionCommandInput, GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetEventPredictionMetadataCommandOutput extends GetEventPredict
23
23
  }
24
24
  declare const GetEventPredictionMetadataCommand_base: {
25
25
  new (input: GetEventPredictionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetEventPredictionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEventPredictionMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetListElementsCommandOutput extends GetListElementsResult, __M
23
23
  }
24
24
  declare const GetListElementsCommand_base: {
25
25
  new (input: GetListElementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetListElementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetListElementsCommandInput): import("@smithy/smithy-client").CommandImpl<GetListElementsCommandInput, GetListElementsCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetModelVersionCommandOutput extends GetModelVersionResult, __M
23
23
  }
24
24
  declare const GetModelVersionCommand_base: {
25
25
  new (input: GetModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetModelVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelVersionCommandInput, GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRulesCommandOutput extends GetRulesResult, __MetadataBearer
23
23
  }
24
24
  declare const GetRulesCommand_base: {
25
25
  new (input: GetRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRulesCommandInput, GetRulesCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutDetectorCommandOutput extends PutDetectorResult, __MetadataB
23
23
  }
24
24
  declare const PutDetectorCommand_base: {
25
25
  new (input: PutDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutDetectorCommandInput): import("@smithy/smithy-client").CommandImpl<PutDetectorCommandInput, PutDetectorCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutEntityTypeCommandOutput extends PutEntityTypeResult, __Metad
23
23
  }
24
24
  declare const PutEntityTypeCommand_base: {
25
25
  new (input: PutEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutEntityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEntityTypeCommandInput, PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutEventTypeCommandOutput extends PutEventTypeResult, __Metadat
23
23
  }
24
24
  declare const PutEventTypeCommand_base: {
25
25
  new (input: PutEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutEventTypeCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventTypeCommandInput, PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutExternalModelCommandOutput extends PutExternalModelResult, _
23
23
  }
24
24
  declare const PutExternalModelCommand_base: {
25
25
  new (input: PutExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutExternalModelCommandInput): import("@smithy/smithy-client").CommandImpl<PutExternalModelCommandInput, PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutKMSEncryptionKeyCommandOutput extends PutKMSEncryptionKeyRes
23
23
  }
24
24
  declare const PutKMSEncryptionKeyCommand_base: {
25
25
  new (input: PutKMSEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutKMSEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutKMSEncryptionKeyCommandInput): import("@smithy/smithy-client").CommandImpl<PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutLabelCommandOutput extends PutLabelResult, __MetadataBearer
23
23
  }
24
24
  declare const PutLabelCommand_base: {
25
25
  new (input: PutLabelCommandInput): import("@smithy/smithy-client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutLabelCommandInput): import("@smithy/smithy-client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutLabelCommandInput): import("@smithy/smithy-client").CommandImpl<PutLabelCommandInput, PutLabelCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutOutcomeCommandOutput extends PutOutcomeResult, __MetadataBea
23
23
  }
24
24
  declare const PutOutcomeCommand_base: {
25
25
  new (input: PutOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutOutcomeCommandInput): import("@smithy/smithy-client").CommandImpl<PutOutcomeCommandInput, PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SendEventCommandOutput extends SendEventResult, __MetadataBeare
23
23
  }
24
24
  declare const SendEventCommand_base: {
25
25
  new (input: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendEventCommandInput): import("@smithy/smithy-client").CommandImpl<SendEventCommandInput, SendEventCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**