@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
@@ -108,4 +108,15 @@ declare const GetEventTypesCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class GetEventTypesCommand extends GetEventTypesCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: GetEventTypesRequest;
115
+ output: GetEventTypesResult;
116
+ };
117
+ sdk: {
118
+ input: GetEventTypesCommandInput;
119
+ output: GetEventTypesCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -106,4 +106,15 @@ declare const GetExternalModelsCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class GetExternalModelsCommand extends GetExternalModelsCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetExternalModelsRequest;
113
+ output: GetExternalModelsResult;
114
+ };
115
+ sdk: {
116
+ input: GetExternalModelsCommandInput;
117
+ output: GetExternalModelsCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -69,4 +69,15 @@ declare const GetKMSEncryptionKeyCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class GetKMSEncryptionKeyCommand extends GetKMSEncryptionKeyCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: {};
76
+ output: GetKMSEncryptionKeyResult;
77
+ };
78
+ sdk: {
79
+ input: GetKMSEncryptionKeyCommandInput;
80
+ output: GetKMSEncryptionKeyCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -88,4 +88,15 @@ declare const GetLabelsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetLabelsCommand extends GetLabelsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetLabelsRequest;
95
+ output: GetLabelsResult;
96
+ };
97
+ sdk: {
98
+ input: GetLabelsCommandInput;
99
+ output: GetLabelsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -79,4 +79,15 @@ declare const GetListElementsCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetListElementsCommand extends GetListElementsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetListElementsRequest;
86
+ output: GetListElementsResult;
87
+ };
88
+ sdk: {
89
+ input: GetListElementsCommandInput;
90
+ output: GetListElementsCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -86,4 +86,15 @@ declare const GetListsMetadataCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetListsMetadataCommand extends GetListsMetadataCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetListsMetadataRequest;
93
+ output: GetListsMetadataResult;
94
+ };
95
+ sdk: {
96
+ input: GetListsMetadataCommandInput;
97
+ output: GetListsMetadataCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -102,4 +102,15 @@ declare const GetModelVersionCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class GetModelVersionCommand extends GetModelVersionCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: GetModelVersionRequest;
109
+ output: GetModelVersionResult;
110
+ };
111
+ sdk: {
112
+ input: GetModelVersionCommandInput;
113
+ output: GetModelVersionCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -92,4 +92,15 @@ declare const GetModelsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetModelsCommand extends GetModelsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GetModelsRequest;
99
+ output: GetModelsResult;
100
+ };
101
+ sdk: {
102
+ input: GetModelsCommandInput;
103
+ output: GetModelsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -88,4 +88,15 @@ declare const GetOutcomesCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class GetOutcomesCommand extends GetOutcomesCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: GetOutcomesRequest;
95
+ output: GetOutcomesResult;
96
+ };
97
+ sdk: {
98
+ input: GetOutcomesCommandInput;
99
+ output: GetOutcomesCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -93,4 +93,15 @@ declare const GetRulesCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class GetRulesCommand extends GetRulesCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: GetRulesRequest;
100
+ output: GetRulesResult;
101
+ };
102
+ sdk: {
103
+ input: GetRulesCommandInput;
104
+ output: GetRulesCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -92,4 +92,15 @@ declare const GetVariablesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class GetVariablesCommand extends GetVariablesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: GetVariablesRequest;
99
+ output: GetVariablesResult;
100
+ };
101
+ sdk: {
102
+ input: GetVariablesCommandInput;
103
+ output: GetVariablesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -107,4 +107,15 @@ declare const ListEventPredictionsCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class ListEventPredictionsCommand extends ListEventPredictionsCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: ListEventPredictionsRequest;
114
+ output: ListEventPredictionsResult;
115
+ };
116
+ sdk: {
117
+ input: ListEventPredictionsCommandInput;
118
+ output: ListEventPredictionsCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -79,4 +79,15 @@ declare const ListTagsForResourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListTagsForResourceRequest;
86
+ output: ListTagsForResourceResult;
87
+ };
88
+ sdk: {
89
+ input: ListTagsForResourceCommandInput;
90
+ output: ListTagsForResourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -78,4 +78,15 @@ declare const PutDetectorCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class PutDetectorCommand extends PutDetectorCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: PutDetectorRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: PutDetectorCommandInput;
89
+ output: PutDetectorCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -77,4 +77,15 @@ declare const PutEntityTypeCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class PutEntityTypeCommand extends PutEntityTypeCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: PutEntityTypeRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: PutEntityTypeCommandInput;
88
+ output: PutEntityTypeCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -90,4 +90,15 @@ declare const PutEventTypeCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class PutEventTypeCommand extends PutEventTypeCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: PutEventTypeRequest;
97
+ output: {};
98
+ };
99
+ sdk: {
100
+ input: PutEventTypeCommandInput;
101
+ output: PutEventTypeCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -95,4 +95,15 @@ declare const PutExternalModelCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class PutExternalModelCommand extends PutExternalModelCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: PutExternalModelRequest;
102
+ output: {};
103
+ };
104
+ sdk: {
105
+ input: PutExternalModelCommandInput;
106
+ output: PutExternalModelCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -73,4 +73,15 @@ declare const PutKMSEncryptionKeyCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class PutKMSEncryptionKeyCommand extends PutKMSEncryptionKeyCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: PutKMSEncryptionKeyRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: PutKMSEncryptionKeyCommandInput;
84
+ output: PutKMSEncryptionKeyCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -77,4 +77,15 @@ declare const PutLabelCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class PutLabelCommand extends PutLabelCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: PutLabelRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: PutLabelCommandInput;
88
+ output: PutLabelCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -77,4 +77,15 @@ declare const PutOutcomeCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class PutOutcomeCommand extends PutOutcomeCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: PutOutcomeRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: PutOutcomeCommandInput;
88
+ output: PutOutcomeCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -86,4 +86,15 @@ declare const SendEventCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class SendEventCommand extends SendEventCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: SendEventRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: SendEventCommandInput;
97
+ output: SendEventCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class TagResourceCommand extends TagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: TagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: TagResourceCommandInput;
84
+ output: TagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -70,4 +70,15 @@ declare const UntagResourceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: UntagResourceRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: UntagResourceCommandInput;
81
+ output: UntagResourceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -94,4 +94,15 @@ declare const UpdateDetectorVersionCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class UpdateDetectorVersionCommand extends UpdateDetectorVersionCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: UpdateDetectorVersionRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: UpdateDetectorVersionCommandInput;
105
+ output: UpdateDetectorVersionCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -73,4 +73,15 @@ declare const UpdateDetectorVersionMetadataCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UpdateDetectorVersionMetadataCommand extends UpdateDetectorVersionMetadataCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UpdateDetectorVersionMetadataRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UpdateDetectorVersionMetadataCommandInput;
84
+ output: UpdateDetectorVersionMetadataCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -76,4 +76,15 @@ declare const UpdateDetectorVersionStatusCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateDetectorVersionStatusCommand extends UpdateDetectorVersionStatusCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateDetectorVersionStatusRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateDetectorVersionStatusCommandInput;
87
+ output: UpdateDetectorVersionStatusCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -76,4 +76,15 @@ declare const UpdateEventLabelCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateEventLabelRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateEventLabelCommandInput;
87
+ output: UpdateEventLabelCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -81,4 +81,15 @@ declare const UpdateListCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateListCommand extends UpdateListCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateListRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: UpdateListCommandInput;
92
+ output: UpdateListCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -75,4 +75,15 @@ declare const UpdateModelCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UpdateModelCommand extends UpdateModelCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UpdateModelRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: UpdateModelCommandInput;
86
+ output: UpdateModelCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -96,4 +96,15 @@ declare const UpdateModelVersionCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class UpdateModelVersionCommand extends UpdateModelVersionCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: UpdateModelVersionRequest;
103
+ output: UpdateModelVersionResult;
104
+ };
105
+ sdk: {
106
+ input: UpdateModelVersionCommandInput;
107
+ output: UpdateModelVersionCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -88,4 +88,15 @@ declare const UpdateModelVersionStatusCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class UpdateModelVersionStatusCommand extends UpdateModelVersionStatusCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: UpdateModelVersionStatusRequest;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: UpdateModelVersionStatusCommandInput;
99
+ output: UpdateModelVersionStatusCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -78,4 +78,15 @@ declare const UpdateRuleMetadataCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class UpdateRuleMetadataCommand extends UpdateRuleMetadataCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: UpdateRuleMetadataRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: UpdateRuleMetadataCommandInput;
89
+ output: UpdateRuleMetadataCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -95,4 +95,15 @@ declare const UpdateRuleVersionCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class UpdateRuleVersionCommand extends UpdateRuleVersionCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: UpdateRuleVersionRequest;
102
+ output: UpdateRuleVersionResult;
103
+ };
104
+ sdk: {
105
+ input: UpdateRuleVersionCommandInput;
106
+ output: UpdateRuleVersionCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -76,4 +76,15 @@ declare const UpdateVariableCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateVariableCommand extends UpdateVariableCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateVariableRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateVariableCommandInput;
87
+ output: UpdateVariableCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -37,4 +37,15 @@ declare const BatchCreateVariableCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {}
40
+ export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchCreateVariableRequest;
44
+ output: BatchCreateVariableResult;
45
+ };
46
+ sdk: {
47
+ input: BatchCreateVariableCommandInput;
48
+ output: BatchCreateVariableCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const BatchGetVariableCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {}
39
+ export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: BatchGetVariableRequest;
43
+ output: BatchGetVariableResult;
44
+ };
45
+ sdk: {
46
+ input: BatchGetVariableCommandInput;
47
+ output: BatchGetVariableCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CancelBatchImportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {}
40
+ export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelBatchImportJobRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelBatchImportJobCommandInput;
48
+ output: CancelBatchImportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CancelBatchPredictionJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {}
40
+ export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelBatchPredictionJobRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelBatchPredictionJobCommandInput;
48
+ output: CancelBatchPredictionJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateBatchImportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {}
40
+ export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateBatchImportJobRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateBatchImportJobCommandInput;
48
+ output: CreateBatchImportJobCommandOutput;
49
+ };
50
+ };
51
+ }