@aws-sdk/client-machine-learning 3.1044.0 → 3.1046.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 (133) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +104 -106
  5. package/dist-cjs/models/MachineLearningServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/MachineLearning.js +1 -1
  10. package/dist-es/MachineLearningClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsCommand.js +2 -2
  13. package/dist-es/commands/CreateBatchPredictionCommand.js +2 -2
  14. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +2 -2
  15. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +2 -2
  16. package/dist-es/commands/CreateDataSourceFromS3Command.js +2 -2
  17. package/dist-es/commands/CreateEvaluationCommand.js +2 -2
  18. package/dist-es/commands/CreateMLModelCommand.js +2 -2
  19. package/dist-es/commands/CreateRealtimeEndpointCommand.js +2 -2
  20. package/dist-es/commands/DeleteBatchPredictionCommand.js +2 -2
  21. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  22. package/dist-es/commands/DeleteEvaluationCommand.js +2 -2
  23. package/dist-es/commands/DeleteMLModelCommand.js +2 -2
  24. package/dist-es/commands/DeleteRealtimeEndpointCommand.js +2 -2
  25. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  26. package/dist-es/commands/DescribeBatchPredictionsCommand.js +2 -2
  27. package/dist-es/commands/DescribeDataSourcesCommand.js +2 -2
  28. package/dist-es/commands/DescribeEvaluationsCommand.js +2 -2
  29. package/dist-es/commands/DescribeMLModelsCommand.js +2 -2
  30. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  31. package/dist-es/commands/GetBatchPredictionCommand.js +2 -2
  32. package/dist-es/commands/GetDataSourceCommand.js +2 -2
  33. package/dist-es/commands/GetEvaluationCommand.js +2 -2
  34. package/dist-es/commands/GetMLModelCommand.js +2 -2
  35. package/dist-es/commands/PredictCommand.js +2 -2
  36. package/dist-es/commands/UpdateBatchPredictionCommand.js +2 -2
  37. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateEvaluationCommand.js +2 -2
  39. package/dist-es/commands/UpdateMLModelCommand.js +2 -2
  40. package/dist-es/endpoint/bdd.js +1 -1
  41. package/dist-es/endpoint/endpointResolver.js +1 -1
  42. package/dist-es/models/MachineLearningServiceException.js +1 -1
  43. package/dist-es/runtimeConfig.browser.js +4 -6
  44. package/dist-es/runtimeConfig.js +4 -8
  45. package/dist-es/runtimeConfig.shared.js +3 -4
  46. package/dist-es/runtimeExtensions.js +2 -2
  47. package/dist-es/waiters/waitForBatchPredictionAvailable.js +1 -1
  48. package/dist-es/waiters/waitForDataSourceAvailable.js +1 -1
  49. package/dist-es/waiters/waitForEvaluationAvailable.js +1 -1
  50. package/dist-es/waiters/waitForMLModelAvailable.js +1 -1
  51. package/dist-types/MachineLearning.d.ts +1 -1
  52. package/dist-types/MachineLearningClient.d.ts +5 -5
  53. package/dist-types/commands/AddTagsCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +6 -4
  57. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +6 -4
  58. package/dist-types/commands/CreateEvaluationCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateMLModelCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +6 -4
  61. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteEvaluationCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteMLModelCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeMLModelsCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
  72. package/dist-types/commands/GetBatchPredictionCommand.d.ts +6 -4
  73. package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
  74. package/dist-types/commands/GetEvaluationCommand.d.ts +6 -4
  75. package/dist-types/commands/GetMLModelCommand.d.ts +6 -4
  76. package/dist-types/commands/PredictCommand.d.ts +6 -4
  77. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
  79. package/dist-types/commands/UpdateEvaluationCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateMLModelCommand.d.ts +6 -4
  81. package/dist-types/endpoint/bdd.d.ts +1 -1
  82. package/dist-types/extensionConfiguration.d.ts +1 -1
  83. package/dist-types/models/MachineLearningServiceException.d.ts +1 -1
  84. package/dist-types/models/errors.d.ts +1 -1
  85. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  86. package/dist-types/runtimeConfig.d.ts +2 -2
  87. package/dist-types/runtimeConfig.native.d.ts +2 -2
  88. package/dist-types/ts3.4/MachineLearning.d.ts +1 -1
  89. package/dist-types/ts3.4/MachineLearningClient.d.ts +8 -14
  90. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/PredictCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  119. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  120. package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +1 -1
  121. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  122. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  123. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  124. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  125. package/dist-types/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +1 -1
  126. package/dist-types/ts3.4/waiters/waitForDataSourceAvailable.d.ts +1 -1
  127. package/dist-types/ts3.4/waiters/waitForEvaluationAvailable.d.ts +1 -1
  128. package/dist-types/ts3.4/waiters/waitForMLModelAvailable.d.ts +1 -1
  129. package/dist-types/waiters/waitForBatchPredictionAvailable.d.ts +1 -1
  130. package/dist-types/waiters/waitForDataSourceAvailable.d.ts +1 -1
  131. package/dist-types/waiters/waitForEvaluationAvailable.d.ts +1 -1
  132. package/dist-types/waiters/waitForMLModelAvailable.d.ts +1 -1
  133. package/package.json +14 -36
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { AddTagsInput, AddTagsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AddTagsCommandInput extends AddTagsInput {
22
22
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const AddTagsCommand_base: {
25
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateBatchPredictionCommandInput extends CreateBatchPrediction
22
22
  export interface CreateBatchPredictionCommandOutput extends CreateBatchPredictionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateBatchPredictionCommand_base: {
25
- new (input: CreateBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Generates predictions for a group of observations. The observations to process exist in one or more data files referenced
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDataSourceFromRDSCommandInput extends CreateDataSourceFro
22
22
  export interface CreateDataSourceFromRDSCommandOutput extends CreateDataSourceFromRDSOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDataSourceFromRDSCommand_base: {
25
- new (input: CreateDataSourceFromRDSCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataSourceFromRDSCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDataSourceFromRDSCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataSourceFromRDSCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a <code>DataSource</code> object from an <a href="http://aws.amazon.com/rds/"> Amazon Relational Database Service</a> (Amazon RDS). A <code>DataSource</code> references data that can be used to perform <code>CreateMLModel</code>, <code>CreateEvaluation</code>, or <code>CreateBatchPrediction</code> operations.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDataSourceFromRedshiftCommandInput extends CreateDataSour
22
22
  export interface CreateDataSourceFromRedshiftCommandOutput extends CreateDataSourceFromRedshiftOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDataSourceFromRedshiftCommand_base: {
25
- new (input: CreateDataSourceFromRedshiftCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataSourceFromRedshiftCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDataSourceFromRedshiftCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataSourceFromRedshiftCommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a <code>DataSource</code> from a database hosted on an Amazon Redshift cluster. A
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateDataSourceFromS3CommandInput extends CreateDataSourceFrom
22
22
  export interface CreateDataSourceFromS3CommandOutput extends CreateDataSourceFromS3Output, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDataSourceFromS3Command_base: {
25
- new (input: CreateDataSourceFromS3CommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDataSourceFromS3CommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDataSourceFromS3CommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDataSourceFromS3CommandInput): import("@smithy/core/client").CommandImpl<CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a <code>DataSource</code> object. A <code>DataSource</code> references data that
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateEvaluationCommandInput extends CreateEvaluationInput {
22
22
  export interface CreateEvaluationCommandOutput extends CreateEvaluationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEvaluationCommand_base: {
25
- new (input: CreateEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEvaluationCommandInput, CreateEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEvaluationCommandInput, CreateEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEvaluationCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluationCommandInput, CreateEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEvaluationCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluationCommandInput, CreateEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new <code>Evaluation</code> of an <code>MLModel</code>. An <code>MLModel</code> is evaluated on a set of observations associated to a <code>DataSource</code>. Like a <code>DataSource</code>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateMLModelCommandInput extends CreateMLModelInput {
22
22
  export interface CreateMLModelCommandOutput extends CreateMLModelOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateMLModelCommand_base: {
25
- new (input: CreateMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMLModelCommandInput, CreateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMLModelCommandInput, CreateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateMLModelCommandInput): import("@smithy/core/client").CommandImpl<CreateMLModelCommandInput, CreateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMLModelCommandInput): import("@smithy/core/client").CommandImpl<CreateMLModelCommandInput, CreateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new <code>MLModel</code> using the <code>DataSource</code> and the recipe as
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateRealtimeEndpointCommandInput extends CreateRealtimeEndpoi
22
22
  export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRealtimeEndpointCommand_base: {
25
- new (input: CreateRealtimeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRealtimeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRealtimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRealtimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a real-time endpoint for the <code>MLModel</code>. The endpoint contains the URI of the <code>MLModel</code>; that is, the location to send real-time prediction requests for the specified <code>MLModel</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteBatchPredictionCommandInput extends DeleteBatchPrediction
22
22
  export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteBatchPredictionCommand_base: {
25
- new (input: DeleteBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Assigns the DELETED status to a <code>BatchPrediction</code>, rendering it unusable.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {
22
22
  export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDataSourceCommand_base: {
25
- new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDataSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Assigns the DELETED status to a <code>DataSource</code>, rendering it unusable.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {
22
22
  export interface DeleteEvaluationCommandOutput extends DeleteEvaluationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteEvaluationCommand_base: {
25
- new (input: DeleteEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteEvaluationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEvaluationCommandInput): import("@smithy/core/client").CommandImpl<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Assigns the <code>DELETED</code> status to an <code>Evaluation</code>, rendering it unusable.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteMLModelCommandInput extends DeleteMLModelInput {
22
22
  export interface DeleteMLModelCommandOutput extends DeleteMLModelOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMLModelCommand_base: {
25
- new (input: DeleteMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMLModelCommandInput, DeleteMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMLModelCommandInput, DeleteMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteMLModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLModelCommandInput, DeleteMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMLModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLModelCommandInput, DeleteMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Assigns the <code>DELETED</code> status to an <code>MLModel</code>, rendering it unusable.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRealtimeEndpointCommandInput extends DeleteRealtimeEndpoi
22
22
  export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRealtimeEndpointCommand_base: {
25
- new (input: DeleteRealtimeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRealtimeEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRealtimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRealtimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a real time endpoint of an <code>MLModel</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTagsCommandInput extends DeleteTagsInput {
22
22
  export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTagsCommand_base: {
25
- new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeBatchPredictionsCommandInput extends DescribeBatchPredi
22
22
  export interface DescribeBatchPredictionsCommandOutput extends DescribeBatchPredictionsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeBatchPredictionsCommand_base: {
25
- new (input: DescribeBatchPredictionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeBatchPredictionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeBatchPredictionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeBatchPredictionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of <code>BatchPrediction</code> operations that match the search criteria in the request.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeDataSourcesCommandInput extends DescribeDataSourcesInpu
22
22
  export interface DescribeDataSourcesCommandOutput extends DescribeDataSourcesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDataSourcesCommand_base: {
25
- new (input: DescribeDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDataSourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeDataSourcesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of <code>DataSource</code> that match the search criteria in the request.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeEvaluationsCommandInput extends DescribeEvaluationsInpu
22
22
  export interface DescribeEvaluationsCommandOutput extends DescribeEvaluationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeEvaluationsCommand_base: {
25
- new (input: DescribeEvaluationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEvaluationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeEvaluationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeEvaluationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of <code>DescribeEvaluations</code> that match the search criteria in the request.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeMLModelsCommandInput extends DescribeMLModelsInput {
22
22
  export interface DescribeMLModelsCommandOutput extends DescribeMLModelsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeMLModelsCommand_base: {
25
- new (input: DescribeMLModelsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeMLModelsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeMLModelsCommandInput): import("@smithy/core/client").CommandImpl<DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeMLModelsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of <code>MLModel</code> that match the search criteria in the request.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {
22
22
  export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTagsCommand_base: {
25
- new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes one or more of the tags for your Amazon ML object.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { GetBatchPredictionInput, GetBatchPredictionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetBatchPredictionCommandInput extends GetBatchPredictionInput
22
22
  export interface GetBatchPredictionCommandOutput extends GetBatchPredictionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetBatchPredictionCommand_base: {
25
- new (input: GetBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a <code>BatchPrediction</code> that includes detailed metadata, status, and data file information for a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { GetDataSourceInput, GetDataSourceOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDataSourceCommandInput extends GetDataSourceInput {
22
22
  export interface GetDataSourceCommandOutput extends GetDataSourceOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetDataSourceCommand_base: {
25
- new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a <code>DataSource</code> that includes metadata and data file information, as well as the current status of the <code>DataSource</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { GetEvaluationInput, GetEvaluationOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetEvaluationCommandInput extends GetEvaluationInput {
22
22
  export interface GetEvaluationCommandOutput extends GetEvaluationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetEvaluationCommand_base: {
25
- new (input: GetEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvaluationCommandInput, GetEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEvaluationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvaluationCommandInput, GetEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetEvaluationCommandInput): import("@smithy/core/client").CommandImpl<GetEvaluationCommandInput, GetEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEvaluationCommandInput): import("@smithy/core/client").CommandImpl<GetEvaluationCommandInput, GetEvaluationCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an <code>Evaluation</code> that includes metadata as well as the current status of the <code>Evaluation</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { GetMLModelInput, GetMLModelOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetMLModelCommandInput extends GetMLModelInput {
22
22
  export interface GetMLModelCommandOutput extends GetMLModelOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetMLModelCommand_base: {
25
- new (input: GetMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelCommandInput, GetMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelCommandInput, GetMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMLModelCommandInput): import("@smithy/core/client").CommandImpl<GetMLModelCommandInput, GetMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMLModelCommandInput): import("@smithy/core/client").CommandImpl<GetMLModelCommandInput, GetMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an <code>MLModel</code> that includes detailed metadata, data source information, and the current status of the <code>MLModel</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { PredictInput, PredictOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface PredictCommandInput extends PredictInput {
22
22
  export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PredictCommand_base: {
25
- new (input: PredictCommandInput): import("@smithy/smithy-client").CommandImpl<PredictCommandInput, PredictCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PredictCommandInput): import("@smithy/smithy-client").CommandImpl<PredictCommandInput, PredictCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PredictCommandInput): import("@smithy/core/client").CommandImpl<PredictCommandInput, PredictCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PredictCommandInput): import("@smithy/core/client").CommandImpl<PredictCommandInput, PredictCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Generates a prediction for the observation using the specified <code>ML Model</code>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
4
  import type { UpdateBatchPredictionInput, UpdateBatchPredictionOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateBatchPredictionCommandInput extends UpdateBatchPrediction
22
22
  export interface UpdateBatchPredictionCommandOutput extends UpdateBatchPredictionOutput, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateBatchPredictionCommand_base: {
25
- new (input: UpdateBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBatchPredictionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateBatchPredictionCommandInput): import("@smithy/core/client").CommandImpl<UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the <code>BatchPredictionName</code> of a <code>BatchPrediction</code>.</p>