@aws-sdk/client-forecast 3.1087.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Forecast.d.ts +204 -213
- package/dist-types/ts3.4/ForecastClient.d.ts +16 -29
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -276,10 +273,7 @@ import {
|
|
|
276
273
|
StopResourceCommandInput,
|
|
277
274
|
StopResourceCommandOutput,
|
|
278
275
|
} from "./commands/StopResourceCommand";
|
|
279
|
-
import {
|
|
280
|
-
TagResourceCommandInput,
|
|
281
|
-
TagResourceCommandOutput,
|
|
282
|
-
} from "./commands/TagResourceCommand";
|
|
276
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
283
277
|
import {
|
|
284
278
|
UntagResourceCommandInput,
|
|
285
279
|
UntagResourceCommandOutput,
|
|
@@ -423,8 +417,7 @@ export type ServiceOutputTypes =
|
|
|
423
417
|
| TagResourceCommandOutput
|
|
424
418
|
| UntagResourceCommandOutput
|
|
425
419
|
| UpdateDatasetGroupCommandOutput;
|
|
426
|
-
export interface ClientDefaults
|
|
427
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
420
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
428
421
|
requestHandler?: __HttpHandlerUserInput;
|
|
429
422
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
430
423
|
urlParser?: __UrlParser;
|
|
@@ -449,9 +442,7 @@ export interface ClientDefaults
|
|
|
449
442
|
extensions?: RuntimeExtension[];
|
|
450
443
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
451
444
|
}
|
|
452
|
-
export type ForecastClientConfigType = Partial<
|
|
453
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
454
|
-
> &
|
|
445
|
+
export type ForecastClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
455
446
|
ClientDefaults &
|
|
456
447
|
UserAgentInputConfig &
|
|
457
448
|
RetryInputConfig &
|
|
@@ -461,19 +452,17 @@ export type ForecastClientConfigType = Partial<
|
|
|
461
452
|
HttpAuthSchemeInputConfig &
|
|
462
453
|
ClientInputEndpointParameters;
|
|
463
454
|
export interface ForecastClientConfig extends ForecastClientConfigType {}
|
|
464
|
-
export type ForecastClientResolvedConfigType =
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export interface ForecastClientResolvedConfig
|
|
476
|
-
extends ForecastClientResolvedConfigType {}
|
|
455
|
+
export type ForecastClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
456
|
+
Required<ClientDefaults> &
|
|
457
|
+
RuntimeExtensionsConfig &
|
|
458
|
+
UserAgentResolvedConfig &
|
|
459
|
+
RetryResolvedConfig &
|
|
460
|
+
RegionResolvedConfig &
|
|
461
|
+
HostHeaderResolvedConfig &
|
|
462
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
463
|
+
HttpAuthSchemeResolvedConfig &
|
|
464
|
+
ClientResolvedEndpointParameters;
|
|
465
|
+
export interface ForecastClientResolvedConfig extends ForecastClientResolvedConfigType {}
|
|
477
466
|
export declare class ForecastClient extends __Client<
|
|
478
467
|
__HttpHandlerOptions,
|
|
479
468
|
ServiceInputTypes,
|
|
@@ -481,8 +470,6 @@ export declare class ForecastClient extends __Client<
|
|
|
481
470
|
ForecastClientResolvedConfig
|
|
482
471
|
> {
|
|
483
472
|
readonly config: ForecastClientResolvedConfig;
|
|
484
|
-
constructor(
|
|
485
|
-
...[configuration]: __CheckOptionalClientConfig<ForecastClientConfig>
|
|
486
|
-
);
|
|
473
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ForecastClientConfig>);
|
|
487
474
|
destroy(): void;
|
|
488
475
|
}
|
|
@@ -7,17 +7,10 @@ import { ForecastHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ForecastHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ForecastHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ForecastHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ForecastClientResolvedConfig } from "../ForecastClient";
|
|
15
|
-
export interface ForecastHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ForecastHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ForecastHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ForecastHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ForecastClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ForecastHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultForecastHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ForecastClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ForecastHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ForecastHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ForecastHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ForecastHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ForecastHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultForecastHttpAuthSchemeProvider: ForecastHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ForecastHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: ForecastHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./ForecastClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
ForecastClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAutoPredictorRequest,
|
|
4
|
-
CreateAutoPredictorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAutoPredictorRequest, CreateAutoPredictorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAutoPredictorCommandInput
|
|
8
|
-
extends CreateAutoPredictorRequest {}
|
|
4
|
+
export interface CreateAutoPredictorCommandInput extends CreateAutoPredictorRequest {}
|
|
9
5
|
export interface CreateAutoPredictorCommandOutput
|
|
10
|
-
extends CreateAutoPredictorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateAutoPredictorResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateAutoPredictorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateAutoPredictorCommandInput
|
|
9
|
+
input: CreateAutoPredictorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateAutoPredictorCommandInput,
|
|
17
12
|
CreateAutoPredictorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateAutoPredictorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateAutoPredictorCommandInput
|
|
18
|
+
input: CreateAutoPredictorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateAutoPredictorCommandInput,
|
|
26
21
|
CreateAutoPredictorCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDatasetRequest,
|
|
4
|
-
CreateDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
8
|
-
export interface CreateDatasetCommandOutput
|
|
9
|
-
extends CreateDatasetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateDatasetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateDatasetCommandInput
|
|
8
|
+
input: CreateDatasetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateDatasetCommandInput,
|
|
16
11
|
CreateDatasetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateDatasetCommandInput
|
|
17
|
+
input: CreateDatasetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateDatasetCommandInput,
|
|
25
20
|
CreateDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDatasetGroupRequest,
|
|
4
|
-
CreateDatasetGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDatasetGroupCommandInput
|
|
8
|
-
extends CreateDatasetGroupRequest {}
|
|
4
|
+
export interface CreateDatasetGroupCommandInput extends CreateDatasetGroupRequest {}
|
|
9
5
|
export interface CreateDatasetGroupCommandOutput
|
|
10
|
-
extends CreateDatasetGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDatasetGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateDatasetGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDatasetGroupCommandInput
|
|
9
|
+
input: CreateDatasetGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDatasetGroupCommandInput,
|
|
17
12
|
CreateDatasetGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDatasetGroupCommandInput
|
|
18
|
+
input: CreateDatasetGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDatasetGroupCommandInput,
|
|
26
21
|
CreateDatasetGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateDatasetImportJobRequest,
|
|
4
|
-
CreateDatasetImportJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDatasetImportJobCommandInput
|
|
8
|
-
extends CreateDatasetImportJobRequest {}
|
|
4
|
+
export interface CreateDatasetImportJobCommandInput extends CreateDatasetImportJobRequest {}
|
|
9
5
|
export interface CreateDatasetImportJobCommandOutput
|
|
10
|
-
extends CreateDatasetImportJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateDatasetImportJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateDatasetImportJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateDatasetImportJobCommandInput
|
|
9
|
+
input: CreateDatasetImportJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateDatasetImportJobCommandInput,
|
|
17
12
|
CreateDatasetImportJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateDatasetImportJobCommandInput
|
|
18
|
+
input: CreateDatasetImportJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateDatasetImportJobCommandInput,
|
|
26
21
|
CreateDatasetImportJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateExplainabilityRequest,
|
|
4
|
-
CreateExplainabilityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateExplainabilityRequest, CreateExplainabilityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateExplainabilityCommandInput
|
|
8
|
-
extends CreateExplainabilityRequest {}
|
|
4
|
+
export interface CreateExplainabilityCommandInput extends CreateExplainabilityRequest {}
|
|
9
5
|
export interface CreateExplainabilityCommandOutput
|
|
10
|
-
extends CreateExplainabilityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateExplainabilityResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateExplainabilityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateExplainabilityCommandInput
|
|
9
|
+
input: CreateExplainabilityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateExplainabilityCommandInput,
|
|
17
12
|
CreateExplainabilityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateExplainabilityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateExplainabilityCommandInput
|
|
18
|
+
input: CreateExplainabilityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateExplainabilityCommandInput,
|
|
26
21
|
CreateExplainabilityCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateExplainabilityExportResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateExplainabilityExportCommandInput
|
|
8
|
-
extends CreateExplainabilityExportRequest {}
|
|
7
|
+
export interface CreateExplainabilityExportCommandInput extends CreateExplainabilityExportRequest {}
|
|
9
8
|
export interface CreateExplainabilityExportCommandOutput
|
|
10
|
-
extends CreateExplainabilityExportResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateExplainabilityExportResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateExplainabilityExportCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateExplainabilityExportCommandInput
|
|
12
|
+
input: CreateExplainabilityExportCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateExplainabilityExportCommandInput,
|
|
17
15
|
CreateExplainabilityExportCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateExplainabilityExportCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateExplainabilityExportCommandInput
|
|
21
|
+
input: CreateExplainabilityExportCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateExplainabilityExportCommandInput,
|
|
26
24
|
CreateExplainabilityExportCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateForecastRequest,
|
|
4
|
-
CreateForecastResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateForecastRequest, CreateForecastResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateForecastCommandInput extends CreateForecastRequest {}
|
|
8
|
-
export interface CreateForecastCommandOutput
|
|
9
|
-
extends CreateForecastResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateForecastCommandOutput extends CreateForecastResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateForecastCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateForecastCommandInput
|
|
8
|
+
input: CreateForecastCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateForecastCommandInput,
|
|
16
11
|
CreateForecastCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateForecastCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateForecastCommandInput
|
|
17
|
+
input: CreateForecastCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateForecastCommandInput,
|
|
25
20
|
CreateForecastCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateForecastExportJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateForecastExportJobCommandInput
|
|
8
|
-
extends CreateForecastExportJobRequest {}
|
|
7
|
+
export interface CreateForecastExportJobCommandInput extends CreateForecastExportJobRequest {}
|
|
9
8
|
export interface CreateForecastExportJobCommandOutput
|
|
10
|
-
extends CreateForecastExportJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateForecastExportJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateForecastExportJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateForecastExportJobCommandInput
|
|
12
|
+
input: CreateForecastExportJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateForecastExportJobCommandInput,
|
|
17
15
|
CreateForecastExportJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateForecastExportJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateForecastExportJobCommandInput
|
|
21
|
+
input: CreateForecastExportJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateForecastExportJobCommandInput,
|
|
26
24
|
CreateForecastExportJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMonitorRequest,
|
|
4
|
-
CreateMonitorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMonitorRequest, CreateMonitorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateMonitorCommandInput extends CreateMonitorRequest {}
|
|
8
|
-
export interface CreateMonitorCommandOutput
|
|
9
|
-
extends CreateMonitorResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateMonitorCommandOutput extends CreateMonitorResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateMonitorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateMonitorCommandInput
|
|
8
|
+
input: CreateMonitorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateMonitorCommandInput,
|
|
16
11
|
CreateMonitorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateMonitorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateMonitorCommandInput
|
|
17
|
+
input: CreateMonitorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateMonitorCommandInput,
|
|
25
20
|
CreateMonitorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreatePredictorBacktestExportJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePredictorBacktestExportJobCommandInput
|
|
8
|
-
extends CreatePredictorBacktestExportJobRequest {}
|
|
7
|
+
export interface CreatePredictorBacktestExportJobCommandInput extends CreatePredictorBacktestExportJobRequest {}
|
|
9
8
|
export interface CreatePredictorBacktestExportJobCommandOutput
|
|
10
|
-
extends CreatePredictorBacktestExportJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreatePredictorBacktestExportJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreatePredictorBacktestExportJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreatePredictorBacktestExportJobCommandInput
|
|
12
|
+
input: CreatePredictorBacktestExportJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreatePredictorBacktestExportJobCommandInput,
|
|
17
15
|
CreatePredictorBacktestExportJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreatePredictorBacktestExportJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreatePredictorBacktestExportJobCommandInput
|
|
21
|
+
input: CreatePredictorBacktestExportJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreatePredictorBacktestExportJobCommandInput,
|
|
26
24
|
CreatePredictorBacktestExportJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePredictorRequest,
|
|
4
|
-
CreatePredictorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePredictorRequest, CreatePredictorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreatePredictorCommandInput extends CreatePredictorRequest {}
|
|
8
|
-
export interface CreatePredictorCommandOutput
|
|
9
|
-
extends CreatePredictorResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreatePredictorCommandOutput extends CreatePredictorResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreatePredictorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreatePredictorCommandInput
|
|
8
|
+
input: CreatePredictorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreatePredictorCommandInput,
|
|
16
11
|
CreatePredictorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreatePredictorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreatePredictorCommandInput
|
|
17
|
+
input: CreatePredictorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreatePredictorCommandInput,
|
|
25
20
|
CreatePredictorCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateWhatIfAnalysisRequest,
|
|
4
|
-
CreateWhatIfAnalysisResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateWhatIfAnalysisRequest, CreateWhatIfAnalysisResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateWhatIfAnalysisCommandInput
|
|
8
|
-
extends CreateWhatIfAnalysisRequest {}
|
|
4
|
+
export interface CreateWhatIfAnalysisCommandInput extends CreateWhatIfAnalysisRequest {}
|
|
9
5
|
export interface CreateWhatIfAnalysisCommandOutput
|
|
10
|
-
extends CreateWhatIfAnalysisResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateWhatIfAnalysisResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateWhatIfAnalysisCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateWhatIfAnalysisCommandInput
|
|
9
|
+
input: CreateWhatIfAnalysisCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateWhatIfAnalysisCommandInput,
|
|
17
12
|
CreateWhatIfAnalysisCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateWhatIfAnalysisCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateWhatIfAnalysisCommandInput
|
|
18
|
+
input: CreateWhatIfAnalysisCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateWhatIfAnalysisCommandInput,
|
|
26
21
|
CreateWhatIfAnalysisCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateWhatIfForecastRequest,
|
|
4
|
-
CreateWhatIfForecastResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateWhatIfForecastRequest, CreateWhatIfForecastResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateWhatIfForecastCommandInput
|
|
8
|
-
extends CreateWhatIfForecastRequest {}
|
|
4
|
+
export interface CreateWhatIfForecastCommandInput extends CreateWhatIfForecastRequest {}
|
|
9
5
|
export interface CreateWhatIfForecastCommandOutput
|
|
10
|
-
extends CreateWhatIfForecastResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateWhatIfForecastResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateWhatIfForecastCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateWhatIfForecastCommandInput
|
|
9
|
+
input: CreateWhatIfForecastCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateWhatIfForecastCommandInput,
|
|
17
12
|
CreateWhatIfForecastCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateWhatIfForecastCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateWhatIfForecastCommandInput
|
|
18
|
+
input: CreateWhatIfForecastCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateWhatIfForecastCommandInput,
|
|
26
21
|
CreateWhatIfForecastCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateWhatIfForecastExportResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateWhatIfForecastExportCommandInput
|
|
8
|
-
extends CreateWhatIfForecastExportRequest {}
|
|
7
|
+
export interface CreateWhatIfForecastExportCommandInput extends CreateWhatIfForecastExportRequest {}
|
|
9
8
|
export interface CreateWhatIfForecastExportCommandOutput
|
|
10
|
-
extends CreateWhatIfForecastExportResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateWhatIfForecastExportResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateWhatIfForecastExportCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateWhatIfForecastExportCommandInput
|
|
12
|
+
input: CreateWhatIfForecastExportCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateWhatIfForecastExportCommandInput,
|
|
17
15
|
CreateWhatIfForecastExportCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateWhatIfForecastExportCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateWhatIfForecastExportCommandInput
|
|
21
|
+
input: CreateWhatIfForecastExportCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateWhatIfForecastExportCommandInput,
|
|
26
24
|
CreateWhatIfForecastExportCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
|
5
5
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteDatasetCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteDatasetCommandInput
|
|
8
|
+
input: DeleteDatasetCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteDatasetCommandInput,
|
|
11
11
|
DeleteDatasetCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteDatasetCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteDatasetCommandInput
|
|
17
|
+
input: DeleteDatasetCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteDatasetCommandInput,
|
|
20
20
|
DeleteDatasetCommandOutput,
|