@aws-sdk/client-frauddetector 3.650.0 → 3.654.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 (147) hide show
  1. package/dist-types/commands/BatchCreateVariableCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetVariableCommand.d.ts +12 -1
  3. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +11 -0
  4. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateListCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateModelCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateModelVersionCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateRuleCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateVariableCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteDetectorCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteEventCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteEventTypeCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteExternalModelCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteLabelCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteListCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteModelCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteModelVersionCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteOutcomeCommand.d.ts +11 -0
  27. package/dist-types/commands/DeleteRuleCommand.d.ts +11 -0
  28. package/dist-types/commands/DeleteVariableCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeDetectorCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +11 -0
  31. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +11 -0
  32. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +11 -0
  33. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +11 -0
  34. package/dist-types/commands/GetDetectorVersionCommand.d.ts +11 -0
  35. package/dist-types/commands/GetDetectorsCommand.d.ts +11 -0
  36. package/dist-types/commands/GetEntityTypesCommand.d.ts +11 -0
  37. package/dist-types/commands/GetEventCommand.d.ts +11 -0
  38. package/dist-types/commands/GetEventPredictionCommand.d.ts +11 -0
  39. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +11 -0
  40. package/dist-types/commands/GetEventTypesCommand.d.ts +11 -0
  41. package/dist-types/commands/GetExternalModelsCommand.d.ts +11 -0
  42. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +11 -0
  43. package/dist-types/commands/GetLabelsCommand.d.ts +11 -0
  44. package/dist-types/commands/GetListElementsCommand.d.ts +11 -0
  45. package/dist-types/commands/GetListsMetadataCommand.d.ts +11 -0
  46. package/dist-types/commands/GetModelVersionCommand.d.ts +11 -0
  47. package/dist-types/commands/GetModelsCommand.d.ts +11 -0
  48. package/dist-types/commands/GetOutcomesCommand.d.ts +11 -0
  49. package/dist-types/commands/GetRulesCommand.d.ts +11 -0
  50. package/dist-types/commands/GetVariablesCommand.d.ts +11 -0
  51. package/dist-types/commands/ListEventPredictionsCommand.d.ts +11 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/PutDetectorCommand.d.ts +11 -0
  54. package/dist-types/commands/PutEntityTypeCommand.d.ts +11 -0
  55. package/dist-types/commands/PutEventTypeCommand.d.ts +11 -0
  56. package/dist-types/commands/PutExternalModelCommand.d.ts +11 -0
  57. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +11 -0
  58. package/dist-types/commands/PutLabelCommand.d.ts +11 -0
  59. package/dist-types/commands/PutOutcomeCommand.d.ts +11 -0
  60. package/dist-types/commands/SendEventCommand.d.ts +11 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +11 -0
  65. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +11 -0
  66. package/dist-types/commands/UpdateEventLabelCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdateListCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateModelCommand.d.ts +11 -0
  69. package/dist-types/commands/UpdateModelVersionCommand.d.ts +11 -0
  70. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +11 -0
  71. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +11 -0
  72. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +11 -0
  73. package/dist-types/commands/UpdateVariableCommand.d.ts +11 -0
  74. package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/CreateListCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/SendEventCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +12 -1
  147. package/package.json +35 -35
@@ -37,4 +37,15 @@ declare const CreateBatchPredictionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {}
40
+ export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateBatchPredictionJobRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateBatchPredictionJobCommandInput;
48
+ output: CreateBatchPredictionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateDetectorVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {}
40
+ export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDetectorVersionRequest;
44
+ output: CreateDetectorVersionResult;
45
+ };
46
+ sdk: {
47
+ input: CreateDetectorVersionCommandInput;
48
+ output: CreateDetectorVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateListCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateListCommand extends CreateListCommand_base {}
36
+ export declare class CreateListCommand extends CreateListCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateListRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CreateListCommandInput;
44
+ output: CreateListCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateModelCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateModelCommand extends CreateModelCommand_base {}
36
+ export declare class CreateModelCommand extends CreateModelCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateModelRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CreateModelCommandInput;
44
+ output: CreateModelCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateModelVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateModelVersionCommand extends CreateModelVersionCommand_base {}
40
+ export declare class CreateModelVersionCommand extends CreateModelVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateModelVersionRequest;
44
+ output: CreateModelVersionResult;
45
+ };
46
+ sdk: {
47
+ input: CreateModelVersionCommandInput;
48
+ output: CreateModelVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateRuleCommand extends CreateRuleCommand_base {}
36
+ export declare class CreateRuleCommand extends CreateRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateRuleRequest;
40
+ output: CreateRuleResult;
41
+ };
42
+ sdk: {
43
+ input: CreateRuleCommandInput;
44
+ output: CreateRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateVariableCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateVariableCommand extends CreateVariableCommand_base {}
39
+ export declare class CreateVariableCommand extends CreateVariableCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateVariableRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: CreateVariableCommandInput;
47
+ output: CreateVariableCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteBatchImportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteBatchImportJobCommand extends DeleteBatchImportJobCommand_base {}
40
+ export declare class DeleteBatchImportJobCommand extends DeleteBatchImportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteBatchImportJobRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteBatchImportJobCommandInput;
48
+ output: DeleteBatchImportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteBatchPredictionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base {}
40
+ export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteBatchPredictionJobRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteBatchPredictionJobCommandInput;
48
+ output: DeleteBatchPredictionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteDetectorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteDetectorCommand extends DeleteDetectorCommand_base {}
39
+ export declare class DeleteDetectorCommand extends DeleteDetectorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteDetectorRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteDetectorCommandInput;
47
+ output: DeleteDetectorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteDetectorVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteDetectorVersionCommand extends DeleteDetectorVersionCommand_base {}
40
+ export declare class DeleteDetectorVersionCommand extends DeleteDetectorVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteDetectorVersionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteDetectorVersionCommandInput;
48
+ output: DeleteDetectorVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteEntityTypeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteEntityTypeCommand extends DeleteEntityTypeCommand_base {}
39
+ export declare class DeleteEntityTypeCommand extends DeleteEntityTypeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteEntityTypeRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteEntityTypeCommandInput;
47
+ output: DeleteEntityTypeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteEventCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteEventCommand extends DeleteEventCommand_base {}
36
+ export declare class DeleteEventCommand extends DeleteEventCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteEventRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteEventCommandInput;
44
+ output: DeleteEventCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteEventTypeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteEventTypeCommand extends DeleteEventTypeCommand_base {}
39
+ export declare class DeleteEventTypeCommand extends DeleteEventTypeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteEventTypeRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteEventTypeCommandInput;
47
+ output: DeleteEventTypeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteEventsByEventTypeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteEventsByEventTypeCommand extends DeleteEventsByEventTypeCommand_base {}
40
+ export declare class DeleteEventsByEventTypeCommand extends DeleteEventsByEventTypeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteEventsByEventTypeRequest;
44
+ output: DeleteEventsByEventTypeResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteEventsByEventTypeCommandInput;
48
+ output: DeleteEventsByEventTypeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteExternalModelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteExternalModelCommand extends DeleteExternalModelCommand_base {}
40
+ export declare class DeleteExternalModelCommand extends DeleteExternalModelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteExternalModelRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteExternalModelCommandInput;
48
+ output: DeleteExternalModelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteLabelCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteLabelCommand extends DeleteLabelCommand_base {}
36
+ export declare class DeleteLabelCommand extends DeleteLabelCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteLabelRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteLabelCommandInput;
44
+ output: DeleteLabelCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteListCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteListCommand extends DeleteListCommand_base {}
36
+ export declare class DeleteListCommand extends DeleteListCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteListRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteListCommandInput;
44
+ output: DeleteListCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteModelCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteModelCommand extends DeleteModelCommand_base {}
36
+ export declare class DeleteModelCommand extends DeleteModelCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteModelRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteModelCommandInput;
44
+ output: DeleteModelCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteModelVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteModelVersionCommand extends DeleteModelVersionCommand_base {}
40
+ export declare class DeleteModelVersionCommand extends DeleteModelVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteModelVersionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteModelVersionCommandInput;
48
+ output: DeleteModelVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteOutcomeCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {}
36
+ export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteOutcomeRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteOutcomeCommandInput;
44
+ output: DeleteOutcomeCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteRuleCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteRuleCommand extends DeleteRuleCommand_base {}
36
+ export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteRuleRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteRuleCommandInput;
44
+ output: DeleteRuleCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteVariableCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteVariableCommand extends DeleteVariableCommand_base {}
39
+ export declare class DeleteVariableCommand extends DeleteVariableCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteVariableRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteVariableCommandInput;
47
+ output: DeleteVariableCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeDetectorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {}
39
+ export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeDetectorRequest;
43
+ output: DescribeDetectorResult;
44
+ };
45
+ sdk: {
46
+ input: DescribeDetectorCommandInput;
47
+ output: DescribeDetectorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeModelVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {}
40
+ export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeModelVersionsRequest;
44
+ output: DescribeModelVersionsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeModelVersionsCommandInput;
48
+ output: DescribeModelVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetBatchImportJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {}
40
+ export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetBatchImportJobsRequest;
44
+ output: GetBatchImportJobsResult;
45
+ };
46
+ sdk: {
47
+ input: GetBatchImportJobsCommandInput;
48
+ output: GetBatchImportJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetBatchPredictionJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {}
40
+ export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetBatchPredictionJobsRequest;
44
+ output: GetBatchPredictionJobsResult;
45
+ };
46
+ sdk: {
47
+ input: GetBatchPredictionJobsCommandInput;
48
+ output: GetBatchPredictionJobsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {}
40
+ export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDeleteEventsByEventTypeStatusRequest;
44
+ output: GetDeleteEventsByEventTypeStatusResult;
45
+ };
46
+ sdk: {
47
+ input: GetDeleteEventsByEventTypeStatusCommandInput;
48
+ output: GetDeleteEventsByEventTypeStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetDetectorVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {}
40
+ export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDetectorVersionRequest;
44
+ output: GetDetectorVersionResult;
45
+ };
46
+ sdk: {
47
+ input: GetDetectorVersionCommandInput;
48
+ output: GetDetectorVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetDetectorsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDetectorsCommand extends GetDetectorsCommand_base {}
36
+ export declare class GetDetectorsCommand extends GetDetectorsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDetectorsRequest;
40
+ output: GetDetectorsResult;
41
+ };
42
+ sdk: {
43
+ input: GetDetectorsCommandInput;
44
+ output: GetDetectorsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetEntityTypesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {}
39
+ export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetEntityTypesRequest;
43
+ output: GetEntityTypesResult;
44
+ };
45
+ sdk: {
46
+ input: GetEntityTypesCommandInput;
47
+ output: GetEntityTypesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetEventCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetEventCommand extends GetEventCommand_base {}
36
+ export declare class GetEventCommand extends GetEventCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetEventRequest;
40
+ output: GetEventResult;
41
+ };
42
+ sdk: {
43
+ input: GetEventCommandInput;
44
+ output: GetEventCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetEventPredictionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {}
40
+ export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEventPredictionRequest;
44
+ output: GetEventPredictionResult;
45
+ };
46
+ sdk: {
47
+ input: GetEventPredictionCommandInput;
48
+ output: GetEventPredictionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEventPredictionMetadataCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {}
40
+ export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetEventPredictionMetadataRequest;
44
+ output: GetEventPredictionMetadataResult;
45
+ };
46
+ sdk: {
47
+ input: GetEventPredictionMetadataCommandInput;
48
+ output: GetEventPredictionMetadataCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetEventTypesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetEventTypesCommand extends GetEventTypesCommand_base {}
36
+ export declare class GetEventTypesCommand extends GetEventTypesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetEventTypesRequest;
40
+ output: GetEventTypesResult;
41
+ };
42
+ sdk: {
43
+ input: GetEventTypesCommandInput;
44
+ output: GetEventTypesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetExternalModelsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetExternalModelsCommand extends GetExternalModelsCommand_base {}
40
+ export declare class GetExternalModelsCommand extends GetExternalModelsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetExternalModelsRequest;
44
+ output: GetExternalModelsResult;
45
+ };
46
+ sdk: {
47
+ input: GetExternalModelsCommandInput;
48
+ output: GetExternalModelsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetKMSEncryptionKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetKMSEncryptionKeyCommand extends GetKMSEncryptionKeyCommand_base {}
36
+ export declare class GetKMSEncryptionKeyCommand extends GetKMSEncryptionKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetKMSEncryptionKeyResult;
41
+ };
42
+ sdk: {
43
+ input: GetKMSEncryptionKeyCommandInput;
44
+ output: GetKMSEncryptionKeyCommandOutput;
45
+ };
46
+ };
47
+ }