@aws-sdk/client-frauddetector 3.169.0 → 3.171.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 (99) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/FraudDetector.d.ts +1160 -345
  3. package/dist-types/ts3.4/FraudDetectorClient.d.ts +513 -141
  4. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +36 -17
  68. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +36 -17
  71. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +35 -17
  72. package/dist-types/ts3.4/commands/index.d.ts +68 -68
  73. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  74. package/dist-types/ts3.4/index.d.ts +6 -6
  75. package/dist-types/ts3.4/models/FraudDetectorServiceException.d.ts +7 -6
  76. package/dist-types/ts3.4/models/index.d.ts +1 -1
  77. package/dist-types/ts3.4/models/models_0.d.ts +1641 -2169
  78. package/dist-types/ts3.4/pagination/DescribeModelVersionsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/GetBatchImportJobsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/GetBatchPredictionJobsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/GetDetectorsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/GetEntityTypesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/GetEventTypesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/GetExternalModelsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/GetLabelsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/GetOutcomesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/GetRulesPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/GetVariablesPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  91. package/dist-types/ts3.4/pagination/ListEventPredictionsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +821 -206
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  99. package/package.json +34 -34
@@ -1,141 +1,513 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchCreateVariableCommandInput, BatchCreateVariableCommandOutput } from "./commands/BatchCreateVariableCommand";
10
- import { BatchGetVariableCommandInput, BatchGetVariableCommandOutput } from "./commands/BatchGetVariableCommand";
11
- import { CancelBatchImportJobCommandInput, CancelBatchImportJobCommandOutput } from "./commands/CancelBatchImportJobCommand";
12
- import { CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput } from "./commands/CancelBatchPredictionJobCommand";
13
- import { CreateBatchImportJobCommandInput, CreateBatchImportJobCommandOutput } from "./commands/CreateBatchImportJobCommand";
14
- import { CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput } from "./commands/CreateBatchPredictionJobCommand";
15
- import { CreateDetectorVersionCommandInput, CreateDetectorVersionCommandOutput } from "./commands/CreateDetectorVersionCommand";
16
- import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
17
- import { CreateModelVersionCommandInput, CreateModelVersionCommandOutput } from "./commands/CreateModelVersionCommand";
18
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
19
- import { CreateVariableCommandInput, CreateVariableCommandOutput } from "./commands/CreateVariableCommand";
20
- import { DeleteBatchImportJobCommandInput, DeleteBatchImportJobCommandOutput } from "./commands/DeleteBatchImportJobCommand";
21
- import { DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput } from "./commands/DeleteBatchPredictionJobCommand";
22
- import { DeleteDetectorCommandInput, DeleteDetectorCommandOutput } from "./commands/DeleteDetectorCommand";
23
- import { DeleteDetectorVersionCommandInput, DeleteDetectorVersionCommandOutput } from "./commands/DeleteDetectorVersionCommand";
24
- import { DeleteEntityTypeCommandInput, DeleteEntityTypeCommandOutput } from "./commands/DeleteEntityTypeCommand";
25
- import { DeleteEventCommandInput, DeleteEventCommandOutput } from "./commands/DeleteEventCommand";
26
- import { DeleteEventsByEventTypeCommandInput, DeleteEventsByEventTypeCommandOutput } from "./commands/DeleteEventsByEventTypeCommand";
27
- import { DeleteEventTypeCommandInput, DeleteEventTypeCommandOutput } from "./commands/DeleteEventTypeCommand";
28
- import { DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput } from "./commands/DeleteExternalModelCommand";
29
- import { DeleteLabelCommandInput, DeleteLabelCommandOutput } from "./commands/DeleteLabelCommand";
30
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
31
- import { DeleteModelVersionCommandInput, DeleteModelVersionCommandOutput } from "./commands/DeleteModelVersionCommand";
32
- import { DeleteOutcomeCommandInput, DeleteOutcomeCommandOutput } from "./commands/DeleteOutcomeCommand";
33
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
34
- import { DeleteVariableCommandInput, DeleteVariableCommandOutput } from "./commands/DeleteVariableCommand";
35
- import { DescribeDetectorCommandInput, DescribeDetectorCommandOutput } from "./commands/DescribeDetectorCommand";
36
- import { DescribeModelVersionsCommandInput, DescribeModelVersionsCommandOutput } from "./commands/DescribeModelVersionsCommand";
37
- import { GetBatchImportJobsCommandInput, GetBatchImportJobsCommandOutput } from "./commands/GetBatchImportJobsCommand";
38
- import { GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput } from "./commands/GetBatchPredictionJobsCommand";
39
- import { GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
40
- import { GetDetectorsCommandInput, GetDetectorsCommandOutput } from "./commands/GetDetectorsCommand";
41
- import { GetDetectorVersionCommandInput, GetDetectorVersionCommandOutput } from "./commands/GetDetectorVersionCommand";
42
- import { GetEntityTypesCommandInput, GetEntityTypesCommandOutput } from "./commands/GetEntityTypesCommand";
43
- import { GetEventCommandInput, GetEventCommandOutput } from "./commands/GetEventCommand";
44
- import { GetEventPredictionCommandInput, GetEventPredictionCommandOutput } from "./commands/GetEventPredictionCommand";
45
- import { GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput } from "./commands/GetEventPredictionMetadataCommand";
46
- import { GetEventTypesCommandInput, GetEventTypesCommandOutput } from "./commands/GetEventTypesCommand";
47
- import { GetExternalModelsCommandInput, GetExternalModelsCommandOutput } from "./commands/GetExternalModelsCommand";
48
- import { GetKMSEncryptionKeyCommandInput, GetKMSEncryptionKeyCommandOutput } from "./commands/GetKMSEncryptionKeyCommand";
49
- import { GetLabelsCommandInput, GetLabelsCommandOutput } from "./commands/GetLabelsCommand";
50
- import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
51
- import { GetModelVersionCommandInput, GetModelVersionCommandOutput } from "./commands/GetModelVersionCommand";
52
- import { GetOutcomesCommandInput, GetOutcomesCommandOutput } from "./commands/GetOutcomesCommand";
53
- import { GetRulesCommandInput, GetRulesCommandOutput } from "./commands/GetRulesCommand";
54
- import { GetVariablesCommandInput, GetVariablesCommandOutput } from "./commands/GetVariablesCommand";
55
- import { ListEventPredictionsCommandInput, ListEventPredictionsCommandOutput } from "./commands/ListEventPredictionsCommand";
56
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
57
- import { PutDetectorCommandInput, PutDetectorCommandOutput } from "./commands/PutDetectorCommand";
58
- import { PutEntityTypeCommandInput, PutEntityTypeCommandOutput } from "./commands/PutEntityTypeCommand";
59
- import { PutEventTypeCommandInput, PutEventTypeCommandOutput } from "./commands/PutEventTypeCommand";
60
- import { PutExternalModelCommandInput, PutExternalModelCommandOutput } from "./commands/PutExternalModelCommand";
61
- import { PutKMSEncryptionKeyCommandInput, PutKMSEncryptionKeyCommandOutput } from "./commands/PutKMSEncryptionKeyCommand";
62
- import { PutLabelCommandInput, PutLabelCommandOutput } from "./commands/PutLabelCommand";
63
- import { PutOutcomeCommandInput, PutOutcomeCommandOutput } from "./commands/PutOutcomeCommand";
64
- import { SendEventCommandInput, SendEventCommandOutput } from "./commands/SendEventCommand";
65
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
66
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
67
- import { UpdateDetectorVersionCommandInput, UpdateDetectorVersionCommandOutput } from "./commands/UpdateDetectorVersionCommand";
68
- import { UpdateDetectorVersionMetadataCommandInput, UpdateDetectorVersionMetadataCommandOutput } from "./commands/UpdateDetectorVersionMetadataCommand";
69
- import { UpdateDetectorVersionStatusCommandInput, UpdateDetectorVersionStatusCommandOutput } from "./commands/UpdateDetectorVersionStatusCommand";
70
- import { UpdateEventLabelCommandInput, UpdateEventLabelCommandOutput } from "./commands/UpdateEventLabelCommand";
71
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
72
- import { UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput } from "./commands/UpdateModelVersionCommand";
73
- import { UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput } from "./commands/UpdateModelVersionStatusCommand";
74
- import { UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput } from "./commands/UpdateRuleMetadataCommand";
75
- import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from "./commands/UpdateRuleVersionCommand";
76
- import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
77
- export declare type ServiceInputTypes = BatchCreateVariableCommandInput | BatchGetVariableCommandInput | CancelBatchImportJobCommandInput | CancelBatchPredictionJobCommandInput | CreateBatchImportJobCommandInput | CreateBatchPredictionJobCommandInput | CreateDetectorVersionCommandInput | CreateModelCommandInput | CreateModelVersionCommandInput | CreateRuleCommandInput | CreateVariableCommandInput | DeleteBatchImportJobCommandInput | DeleteBatchPredictionJobCommandInput | DeleteDetectorCommandInput | DeleteDetectorVersionCommandInput | DeleteEntityTypeCommandInput | DeleteEventCommandInput | DeleteEventTypeCommandInput | DeleteEventsByEventTypeCommandInput | DeleteExternalModelCommandInput | DeleteLabelCommandInput | DeleteModelCommandInput | DeleteModelVersionCommandInput | DeleteOutcomeCommandInput | DeleteRuleCommandInput | DeleteVariableCommandInput | DescribeDetectorCommandInput | DescribeModelVersionsCommandInput | GetBatchImportJobsCommandInput | GetBatchPredictionJobsCommandInput | GetDeleteEventsByEventTypeStatusCommandInput | GetDetectorVersionCommandInput | GetDetectorsCommandInput | GetEntityTypesCommandInput | GetEventCommandInput | GetEventPredictionCommandInput | GetEventPredictionMetadataCommandInput | GetEventTypesCommandInput | GetExternalModelsCommandInput | GetKMSEncryptionKeyCommandInput | GetLabelsCommandInput | GetModelVersionCommandInput | GetModelsCommandInput | GetOutcomesCommandInput | GetRulesCommandInput | GetVariablesCommandInput | ListEventPredictionsCommandInput | ListTagsForResourceCommandInput | PutDetectorCommandInput | PutEntityTypeCommandInput | PutEventTypeCommandInput | PutExternalModelCommandInput | PutKMSEncryptionKeyCommandInput | PutLabelCommandInput | PutOutcomeCommandInput | SendEventCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDetectorVersionCommandInput | UpdateDetectorVersionMetadataCommandInput | UpdateDetectorVersionStatusCommandInput | UpdateEventLabelCommandInput | UpdateModelCommandInput | UpdateModelVersionCommandInput | UpdateModelVersionStatusCommandInput | UpdateRuleMetadataCommandInput | UpdateRuleVersionCommandInput | UpdateVariableCommandInput;
78
- export declare type ServiceOutputTypes = BatchCreateVariableCommandOutput | BatchGetVariableCommandOutput | CancelBatchImportJobCommandOutput | CancelBatchPredictionJobCommandOutput | CreateBatchImportJobCommandOutput | CreateBatchPredictionJobCommandOutput | CreateDetectorVersionCommandOutput | CreateModelCommandOutput | CreateModelVersionCommandOutput | CreateRuleCommandOutput | CreateVariableCommandOutput | DeleteBatchImportJobCommandOutput | DeleteBatchPredictionJobCommandOutput | DeleteDetectorCommandOutput | DeleteDetectorVersionCommandOutput | DeleteEntityTypeCommandOutput | DeleteEventCommandOutput | DeleteEventTypeCommandOutput | DeleteEventsByEventTypeCommandOutput | DeleteExternalModelCommandOutput | DeleteLabelCommandOutput | DeleteModelCommandOutput | DeleteModelVersionCommandOutput | DeleteOutcomeCommandOutput | DeleteRuleCommandOutput | DeleteVariableCommandOutput | DescribeDetectorCommandOutput | DescribeModelVersionsCommandOutput | GetBatchImportJobsCommandOutput | GetBatchPredictionJobsCommandOutput | GetDeleteEventsByEventTypeStatusCommandOutput | GetDetectorVersionCommandOutput | GetDetectorsCommandOutput | GetEntityTypesCommandOutput | GetEventCommandOutput | GetEventPredictionCommandOutput | GetEventPredictionMetadataCommandOutput | GetEventTypesCommandOutput | GetExternalModelsCommandOutput | GetKMSEncryptionKeyCommandOutput | GetLabelsCommandOutput | GetModelVersionCommandOutput | GetModelsCommandOutput | GetOutcomesCommandOutput | GetRulesCommandOutput | GetVariablesCommandOutput | ListEventPredictionsCommandOutput | ListTagsForResourceCommandOutput | PutDetectorCommandOutput | PutEntityTypeCommandOutput | PutEventTypeCommandOutput | PutExternalModelCommandOutput | PutKMSEncryptionKeyCommandOutput | PutLabelCommandOutput | PutOutcomeCommandOutput | SendEventCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDetectorVersionCommandOutput | UpdateDetectorVersionMetadataCommandOutput | UpdateDetectorVersionStatusCommandOutput | UpdateEventLabelCommandOutput | UpdateModelCommandOutput | UpdateModelVersionCommandOutput | UpdateModelVersionStatusCommandOutput | UpdateRuleMetadataCommandOutput | UpdateRuleVersionCommandOutput | UpdateVariableCommandOutput;
79
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
80
-
81
- requestHandler?: __HttpHandler;
82
-
83
- sha256?: __HashConstructor;
84
-
85
- urlParser?: __UrlParser;
86
-
87
- bodyLengthChecker?: __BodyLengthCalculator;
88
-
89
- streamCollector?: __StreamCollector;
90
-
91
- base64Decoder?: __Decoder;
92
-
93
- base64Encoder?: __Encoder;
94
-
95
- utf8Decoder?: __Decoder;
96
-
97
- utf8Encoder?: __Encoder;
98
-
99
- runtime?: string;
100
-
101
- disableHostPrefix?: boolean;
102
-
103
- maxAttempts?: number | __Provider<number>;
104
-
105
- retryMode?: string | __Provider<string>;
106
-
107
- logger?: __Logger;
108
-
109
- useDualstackEndpoint?: boolean | __Provider<boolean>;
110
-
111
- useFipsEndpoint?: boolean | __Provider<boolean>;
112
-
113
- serviceId?: string;
114
-
115
- region?: string | __Provider<string>;
116
-
117
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
118
-
119
- regionInfoProvider?: RegionInfoProvider;
120
-
121
- defaultUserAgentProvider?: Provider<__UserAgent>;
122
-
123
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
124
- }
125
- declare type FraudDetectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
126
-
127
- export interface FraudDetectorClientConfig extends FraudDetectorClientConfigType {
128
- }
129
- declare type FraudDetectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
130
-
131
- export interface FraudDetectorClientResolvedConfig extends FraudDetectorClientResolvedConfigType {
132
- }
133
-
134
- export declare class FraudDetectorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FraudDetectorClientResolvedConfig> {
135
-
136
- readonly config: FraudDetectorClientResolvedConfig;
137
- constructor(configuration: FraudDetectorClientConfig);
138
-
139
- destroy(): void;
140
- }
141
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BatchCreateVariableCommandInput,
47
+ BatchCreateVariableCommandOutput,
48
+ } from "./commands/BatchCreateVariableCommand";
49
+ import {
50
+ BatchGetVariableCommandInput,
51
+ BatchGetVariableCommandOutput,
52
+ } from "./commands/BatchGetVariableCommand";
53
+ import {
54
+ CancelBatchImportJobCommandInput,
55
+ CancelBatchImportJobCommandOutput,
56
+ } from "./commands/CancelBatchImportJobCommand";
57
+ import {
58
+ CancelBatchPredictionJobCommandInput,
59
+ CancelBatchPredictionJobCommandOutput,
60
+ } from "./commands/CancelBatchPredictionJobCommand";
61
+ import {
62
+ CreateBatchImportJobCommandInput,
63
+ CreateBatchImportJobCommandOutput,
64
+ } from "./commands/CreateBatchImportJobCommand";
65
+ import {
66
+ CreateBatchPredictionJobCommandInput,
67
+ CreateBatchPredictionJobCommandOutput,
68
+ } from "./commands/CreateBatchPredictionJobCommand";
69
+ import {
70
+ CreateDetectorVersionCommandInput,
71
+ CreateDetectorVersionCommandOutput,
72
+ } from "./commands/CreateDetectorVersionCommand";
73
+ import {
74
+ CreateModelCommandInput,
75
+ CreateModelCommandOutput,
76
+ } from "./commands/CreateModelCommand";
77
+ import {
78
+ CreateModelVersionCommandInput,
79
+ CreateModelVersionCommandOutput,
80
+ } from "./commands/CreateModelVersionCommand";
81
+ import {
82
+ CreateRuleCommandInput,
83
+ CreateRuleCommandOutput,
84
+ } from "./commands/CreateRuleCommand";
85
+ import {
86
+ CreateVariableCommandInput,
87
+ CreateVariableCommandOutput,
88
+ } from "./commands/CreateVariableCommand";
89
+ import {
90
+ DeleteBatchImportJobCommandInput,
91
+ DeleteBatchImportJobCommandOutput,
92
+ } from "./commands/DeleteBatchImportJobCommand";
93
+ import {
94
+ DeleteBatchPredictionJobCommandInput,
95
+ DeleteBatchPredictionJobCommandOutput,
96
+ } from "./commands/DeleteBatchPredictionJobCommand";
97
+ import {
98
+ DeleteDetectorCommandInput,
99
+ DeleteDetectorCommandOutput,
100
+ } from "./commands/DeleteDetectorCommand";
101
+ import {
102
+ DeleteDetectorVersionCommandInput,
103
+ DeleteDetectorVersionCommandOutput,
104
+ } from "./commands/DeleteDetectorVersionCommand";
105
+ import {
106
+ DeleteEntityTypeCommandInput,
107
+ DeleteEntityTypeCommandOutput,
108
+ } from "./commands/DeleteEntityTypeCommand";
109
+ import {
110
+ DeleteEventCommandInput,
111
+ DeleteEventCommandOutput,
112
+ } from "./commands/DeleteEventCommand";
113
+ import {
114
+ DeleteEventsByEventTypeCommandInput,
115
+ DeleteEventsByEventTypeCommandOutput,
116
+ } from "./commands/DeleteEventsByEventTypeCommand";
117
+ import {
118
+ DeleteEventTypeCommandInput,
119
+ DeleteEventTypeCommandOutput,
120
+ } from "./commands/DeleteEventTypeCommand";
121
+ import {
122
+ DeleteExternalModelCommandInput,
123
+ DeleteExternalModelCommandOutput,
124
+ } from "./commands/DeleteExternalModelCommand";
125
+ import {
126
+ DeleteLabelCommandInput,
127
+ DeleteLabelCommandOutput,
128
+ } from "./commands/DeleteLabelCommand";
129
+ import {
130
+ DeleteModelCommandInput,
131
+ DeleteModelCommandOutput,
132
+ } from "./commands/DeleteModelCommand";
133
+ import {
134
+ DeleteModelVersionCommandInput,
135
+ DeleteModelVersionCommandOutput,
136
+ } from "./commands/DeleteModelVersionCommand";
137
+ import {
138
+ DeleteOutcomeCommandInput,
139
+ DeleteOutcomeCommandOutput,
140
+ } from "./commands/DeleteOutcomeCommand";
141
+ import {
142
+ DeleteRuleCommandInput,
143
+ DeleteRuleCommandOutput,
144
+ } from "./commands/DeleteRuleCommand";
145
+ import {
146
+ DeleteVariableCommandInput,
147
+ DeleteVariableCommandOutput,
148
+ } from "./commands/DeleteVariableCommand";
149
+ import {
150
+ DescribeDetectorCommandInput,
151
+ DescribeDetectorCommandOutput,
152
+ } from "./commands/DescribeDetectorCommand";
153
+ import {
154
+ DescribeModelVersionsCommandInput,
155
+ DescribeModelVersionsCommandOutput,
156
+ } from "./commands/DescribeModelVersionsCommand";
157
+ import {
158
+ GetBatchImportJobsCommandInput,
159
+ GetBatchImportJobsCommandOutput,
160
+ } from "./commands/GetBatchImportJobsCommand";
161
+ import {
162
+ GetBatchPredictionJobsCommandInput,
163
+ GetBatchPredictionJobsCommandOutput,
164
+ } from "./commands/GetBatchPredictionJobsCommand";
165
+ import {
166
+ GetDeleteEventsByEventTypeStatusCommandInput,
167
+ GetDeleteEventsByEventTypeStatusCommandOutput,
168
+ } from "./commands/GetDeleteEventsByEventTypeStatusCommand";
169
+ import {
170
+ GetDetectorsCommandInput,
171
+ GetDetectorsCommandOutput,
172
+ } from "./commands/GetDetectorsCommand";
173
+ import {
174
+ GetDetectorVersionCommandInput,
175
+ GetDetectorVersionCommandOutput,
176
+ } from "./commands/GetDetectorVersionCommand";
177
+ import {
178
+ GetEntityTypesCommandInput,
179
+ GetEntityTypesCommandOutput,
180
+ } from "./commands/GetEntityTypesCommand";
181
+ import {
182
+ GetEventCommandInput,
183
+ GetEventCommandOutput,
184
+ } from "./commands/GetEventCommand";
185
+ import {
186
+ GetEventPredictionCommandInput,
187
+ GetEventPredictionCommandOutput,
188
+ } from "./commands/GetEventPredictionCommand";
189
+ import {
190
+ GetEventPredictionMetadataCommandInput,
191
+ GetEventPredictionMetadataCommandOutput,
192
+ } from "./commands/GetEventPredictionMetadataCommand";
193
+ import {
194
+ GetEventTypesCommandInput,
195
+ GetEventTypesCommandOutput,
196
+ } from "./commands/GetEventTypesCommand";
197
+ import {
198
+ GetExternalModelsCommandInput,
199
+ GetExternalModelsCommandOutput,
200
+ } from "./commands/GetExternalModelsCommand";
201
+ import {
202
+ GetKMSEncryptionKeyCommandInput,
203
+ GetKMSEncryptionKeyCommandOutput,
204
+ } from "./commands/GetKMSEncryptionKeyCommand";
205
+ import {
206
+ GetLabelsCommandInput,
207
+ GetLabelsCommandOutput,
208
+ } from "./commands/GetLabelsCommand";
209
+ import {
210
+ GetModelsCommandInput,
211
+ GetModelsCommandOutput,
212
+ } from "./commands/GetModelsCommand";
213
+ import {
214
+ GetModelVersionCommandInput,
215
+ GetModelVersionCommandOutput,
216
+ } from "./commands/GetModelVersionCommand";
217
+ import {
218
+ GetOutcomesCommandInput,
219
+ GetOutcomesCommandOutput,
220
+ } from "./commands/GetOutcomesCommand";
221
+ import {
222
+ GetRulesCommandInput,
223
+ GetRulesCommandOutput,
224
+ } from "./commands/GetRulesCommand";
225
+ import {
226
+ GetVariablesCommandInput,
227
+ GetVariablesCommandOutput,
228
+ } from "./commands/GetVariablesCommand";
229
+ import {
230
+ ListEventPredictionsCommandInput,
231
+ ListEventPredictionsCommandOutput,
232
+ } from "./commands/ListEventPredictionsCommand";
233
+ import {
234
+ ListTagsForResourceCommandInput,
235
+ ListTagsForResourceCommandOutput,
236
+ } from "./commands/ListTagsForResourceCommand";
237
+ import {
238
+ PutDetectorCommandInput,
239
+ PutDetectorCommandOutput,
240
+ } from "./commands/PutDetectorCommand";
241
+ import {
242
+ PutEntityTypeCommandInput,
243
+ PutEntityTypeCommandOutput,
244
+ } from "./commands/PutEntityTypeCommand";
245
+ import {
246
+ PutEventTypeCommandInput,
247
+ PutEventTypeCommandOutput,
248
+ } from "./commands/PutEventTypeCommand";
249
+ import {
250
+ PutExternalModelCommandInput,
251
+ PutExternalModelCommandOutput,
252
+ } from "./commands/PutExternalModelCommand";
253
+ import {
254
+ PutKMSEncryptionKeyCommandInput,
255
+ PutKMSEncryptionKeyCommandOutput,
256
+ } from "./commands/PutKMSEncryptionKeyCommand";
257
+ import {
258
+ PutLabelCommandInput,
259
+ PutLabelCommandOutput,
260
+ } from "./commands/PutLabelCommand";
261
+ import {
262
+ PutOutcomeCommandInput,
263
+ PutOutcomeCommandOutput,
264
+ } from "./commands/PutOutcomeCommand";
265
+ import {
266
+ SendEventCommandInput,
267
+ SendEventCommandOutput,
268
+ } from "./commands/SendEventCommand";
269
+ import {
270
+ TagResourceCommandInput,
271
+ TagResourceCommandOutput,
272
+ } from "./commands/TagResourceCommand";
273
+ import {
274
+ UntagResourceCommandInput,
275
+ UntagResourceCommandOutput,
276
+ } from "./commands/UntagResourceCommand";
277
+ import {
278
+ UpdateDetectorVersionCommandInput,
279
+ UpdateDetectorVersionCommandOutput,
280
+ } from "./commands/UpdateDetectorVersionCommand";
281
+ import {
282
+ UpdateDetectorVersionMetadataCommandInput,
283
+ UpdateDetectorVersionMetadataCommandOutput,
284
+ } from "./commands/UpdateDetectorVersionMetadataCommand";
285
+ import {
286
+ UpdateDetectorVersionStatusCommandInput,
287
+ UpdateDetectorVersionStatusCommandOutput,
288
+ } from "./commands/UpdateDetectorVersionStatusCommand";
289
+ import {
290
+ UpdateEventLabelCommandInput,
291
+ UpdateEventLabelCommandOutput,
292
+ } from "./commands/UpdateEventLabelCommand";
293
+ import {
294
+ UpdateModelCommandInput,
295
+ UpdateModelCommandOutput,
296
+ } from "./commands/UpdateModelCommand";
297
+ import {
298
+ UpdateModelVersionCommandInput,
299
+ UpdateModelVersionCommandOutput,
300
+ } from "./commands/UpdateModelVersionCommand";
301
+ import {
302
+ UpdateModelVersionStatusCommandInput,
303
+ UpdateModelVersionStatusCommandOutput,
304
+ } from "./commands/UpdateModelVersionStatusCommand";
305
+ import {
306
+ UpdateRuleMetadataCommandInput,
307
+ UpdateRuleMetadataCommandOutput,
308
+ } from "./commands/UpdateRuleMetadataCommand";
309
+ import {
310
+ UpdateRuleVersionCommandInput,
311
+ UpdateRuleVersionCommandOutput,
312
+ } from "./commands/UpdateRuleVersionCommand";
313
+ import {
314
+ UpdateVariableCommandInput,
315
+ UpdateVariableCommandOutput,
316
+ } from "./commands/UpdateVariableCommand";
317
+ export declare type ServiceInputTypes =
318
+ | BatchCreateVariableCommandInput
319
+ | BatchGetVariableCommandInput
320
+ | CancelBatchImportJobCommandInput
321
+ | CancelBatchPredictionJobCommandInput
322
+ | CreateBatchImportJobCommandInput
323
+ | CreateBatchPredictionJobCommandInput
324
+ | CreateDetectorVersionCommandInput
325
+ | CreateModelCommandInput
326
+ | CreateModelVersionCommandInput
327
+ | CreateRuleCommandInput
328
+ | CreateVariableCommandInput
329
+ | DeleteBatchImportJobCommandInput
330
+ | DeleteBatchPredictionJobCommandInput
331
+ | DeleteDetectorCommandInput
332
+ | DeleteDetectorVersionCommandInput
333
+ | DeleteEntityTypeCommandInput
334
+ | DeleteEventCommandInput
335
+ | DeleteEventTypeCommandInput
336
+ | DeleteEventsByEventTypeCommandInput
337
+ | DeleteExternalModelCommandInput
338
+ | DeleteLabelCommandInput
339
+ | DeleteModelCommandInput
340
+ | DeleteModelVersionCommandInput
341
+ | DeleteOutcomeCommandInput
342
+ | DeleteRuleCommandInput
343
+ | DeleteVariableCommandInput
344
+ | DescribeDetectorCommandInput
345
+ | DescribeModelVersionsCommandInput
346
+ | GetBatchImportJobsCommandInput
347
+ | GetBatchPredictionJobsCommandInput
348
+ | GetDeleteEventsByEventTypeStatusCommandInput
349
+ | GetDetectorVersionCommandInput
350
+ | GetDetectorsCommandInput
351
+ | GetEntityTypesCommandInput
352
+ | GetEventCommandInput
353
+ | GetEventPredictionCommandInput
354
+ | GetEventPredictionMetadataCommandInput
355
+ | GetEventTypesCommandInput
356
+ | GetExternalModelsCommandInput
357
+ | GetKMSEncryptionKeyCommandInput
358
+ | GetLabelsCommandInput
359
+ | GetModelVersionCommandInput
360
+ | GetModelsCommandInput
361
+ | GetOutcomesCommandInput
362
+ | GetRulesCommandInput
363
+ | GetVariablesCommandInput
364
+ | ListEventPredictionsCommandInput
365
+ | ListTagsForResourceCommandInput
366
+ | PutDetectorCommandInput
367
+ | PutEntityTypeCommandInput
368
+ | PutEventTypeCommandInput
369
+ | PutExternalModelCommandInput
370
+ | PutKMSEncryptionKeyCommandInput
371
+ | PutLabelCommandInput
372
+ | PutOutcomeCommandInput
373
+ | SendEventCommandInput
374
+ | TagResourceCommandInput
375
+ | UntagResourceCommandInput
376
+ | UpdateDetectorVersionCommandInput
377
+ | UpdateDetectorVersionMetadataCommandInput
378
+ | UpdateDetectorVersionStatusCommandInput
379
+ | UpdateEventLabelCommandInput
380
+ | UpdateModelCommandInput
381
+ | UpdateModelVersionCommandInput
382
+ | UpdateModelVersionStatusCommandInput
383
+ | UpdateRuleMetadataCommandInput
384
+ | UpdateRuleVersionCommandInput
385
+ | UpdateVariableCommandInput;
386
+ export declare type ServiceOutputTypes =
387
+ | BatchCreateVariableCommandOutput
388
+ | BatchGetVariableCommandOutput
389
+ | CancelBatchImportJobCommandOutput
390
+ | CancelBatchPredictionJobCommandOutput
391
+ | CreateBatchImportJobCommandOutput
392
+ | CreateBatchPredictionJobCommandOutput
393
+ | CreateDetectorVersionCommandOutput
394
+ | CreateModelCommandOutput
395
+ | CreateModelVersionCommandOutput
396
+ | CreateRuleCommandOutput
397
+ | CreateVariableCommandOutput
398
+ | DeleteBatchImportJobCommandOutput
399
+ | DeleteBatchPredictionJobCommandOutput
400
+ | DeleteDetectorCommandOutput
401
+ | DeleteDetectorVersionCommandOutput
402
+ | DeleteEntityTypeCommandOutput
403
+ | DeleteEventCommandOutput
404
+ | DeleteEventTypeCommandOutput
405
+ | DeleteEventsByEventTypeCommandOutput
406
+ | DeleteExternalModelCommandOutput
407
+ | DeleteLabelCommandOutput
408
+ | DeleteModelCommandOutput
409
+ | DeleteModelVersionCommandOutput
410
+ | DeleteOutcomeCommandOutput
411
+ | DeleteRuleCommandOutput
412
+ | DeleteVariableCommandOutput
413
+ | DescribeDetectorCommandOutput
414
+ | DescribeModelVersionsCommandOutput
415
+ | GetBatchImportJobsCommandOutput
416
+ | GetBatchPredictionJobsCommandOutput
417
+ | GetDeleteEventsByEventTypeStatusCommandOutput
418
+ | GetDetectorVersionCommandOutput
419
+ | GetDetectorsCommandOutput
420
+ | GetEntityTypesCommandOutput
421
+ | GetEventCommandOutput
422
+ | GetEventPredictionCommandOutput
423
+ | GetEventPredictionMetadataCommandOutput
424
+ | GetEventTypesCommandOutput
425
+ | GetExternalModelsCommandOutput
426
+ | GetKMSEncryptionKeyCommandOutput
427
+ | GetLabelsCommandOutput
428
+ | GetModelVersionCommandOutput
429
+ | GetModelsCommandOutput
430
+ | GetOutcomesCommandOutput
431
+ | GetRulesCommandOutput
432
+ | GetVariablesCommandOutput
433
+ | ListEventPredictionsCommandOutput
434
+ | ListTagsForResourceCommandOutput
435
+ | PutDetectorCommandOutput
436
+ | PutEntityTypeCommandOutput
437
+ | PutEventTypeCommandOutput
438
+ | PutExternalModelCommandOutput
439
+ | PutKMSEncryptionKeyCommandOutput
440
+ | PutLabelCommandOutput
441
+ | PutOutcomeCommandOutput
442
+ | SendEventCommandOutput
443
+ | TagResourceCommandOutput
444
+ | UntagResourceCommandOutput
445
+ | UpdateDetectorVersionCommandOutput
446
+ | UpdateDetectorVersionMetadataCommandOutput
447
+ | UpdateDetectorVersionStatusCommandOutput
448
+ | UpdateEventLabelCommandOutput
449
+ | UpdateModelCommandOutput
450
+ | UpdateModelVersionCommandOutput
451
+ | UpdateModelVersionStatusCommandOutput
452
+ | UpdateRuleMetadataCommandOutput
453
+ | UpdateRuleVersionCommandOutput
454
+ | UpdateVariableCommandOutput;
455
+ export interface ClientDefaults
456
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
457
+ requestHandler?: __HttpHandler;
458
+ sha256?: __HashConstructor;
459
+ urlParser?: __UrlParser;
460
+ bodyLengthChecker?: __BodyLengthCalculator;
461
+ streamCollector?: __StreamCollector;
462
+ base64Decoder?: __Decoder;
463
+ base64Encoder?: __Encoder;
464
+ utf8Decoder?: __Decoder;
465
+ utf8Encoder?: __Encoder;
466
+ runtime?: string;
467
+ disableHostPrefix?: boolean;
468
+ maxAttempts?: number | __Provider<number>;
469
+ retryMode?: string | __Provider<string>;
470
+ logger?: __Logger;
471
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
472
+ useFipsEndpoint?: boolean | __Provider<boolean>;
473
+ serviceId?: string;
474
+ region?: string | __Provider<string>;
475
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
476
+ regionInfoProvider?: RegionInfoProvider;
477
+ defaultUserAgentProvider?: Provider<__UserAgent>;
478
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
479
+ }
480
+ declare type FraudDetectorClientConfigType = Partial<
481
+ __SmithyConfiguration<__HttpHandlerOptions>
482
+ > &
483
+ ClientDefaults &
484
+ RegionInputConfig &
485
+ EndpointsInputConfig &
486
+ RetryInputConfig &
487
+ HostHeaderInputConfig &
488
+ AwsAuthInputConfig &
489
+ UserAgentInputConfig;
490
+ export interface FraudDetectorClientConfig
491
+ extends FraudDetectorClientConfigType {}
492
+ declare type FraudDetectorClientResolvedConfigType =
493
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
494
+ Required<ClientDefaults> &
495
+ RegionResolvedConfig &
496
+ EndpointsResolvedConfig &
497
+ RetryResolvedConfig &
498
+ HostHeaderResolvedConfig &
499
+ AwsAuthResolvedConfig &
500
+ UserAgentResolvedConfig;
501
+ export interface FraudDetectorClientResolvedConfig
502
+ extends FraudDetectorClientResolvedConfigType {}
503
+ export declare class FraudDetectorClient extends __Client<
504
+ __HttpHandlerOptions,
505
+ ServiceInputTypes,
506
+ ServiceOutputTypes,
507
+ FraudDetectorClientResolvedConfig
508
+ > {
509
+ readonly config: FraudDetectorClientResolvedConfig;
510
+ constructor(configuration: FraudDetectorClientConfig);
511
+ destroy(): void;
512
+ }
513
+ export {};