@aws-sdk/client-data-pipeline 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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +54 -55
- package/dist-cjs/models/DataPipelineServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DataPipeline.js +1 -1
- package/dist-es/DataPipelineClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/ActivatePipelineCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CreatePipelineCommand.js +2 -2
- package/dist-es/commands/DeactivatePipelineCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +2 -2
- package/dist-es/commands/DescribeObjectsCommand.js +2 -2
- package/dist-es/commands/DescribePipelinesCommand.js +2 -2
- package/dist-es/commands/EvaluateExpressionCommand.js +2 -2
- package/dist-es/commands/GetPipelineDefinitionCommand.js +2 -2
- package/dist-es/commands/ListPipelinesCommand.js +2 -2
- package/dist-es/commands/PollForTaskCommand.js +2 -2
- package/dist-es/commands/PutPipelineDefinitionCommand.js +2 -2
- package/dist-es/commands/QueryObjectsCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/ReportTaskProgressCommand.js +2 -2
- package/dist-es/commands/ReportTaskRunnerHeartbeatCommand.js +2 -2
- package/dist-es/commands/SetStatusCommand.js +2 -2
- package/dist-es/commands/SetTaskStatusCommand.js +2 -2
- package/dist-es/commands/ValidatePipelineDefinitionCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DataPipelineServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DataPipelineClient.d.ts +5 -5
- package/dist-types/commands/ActivatePipelineCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/CreatePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeactivatePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeletePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DescribeObjectsCommand.d.ts +6 -4
- package/dist-types/commands/DescribePipelinesCommand.d.ts +6 -4
- package/dist-types/commands/EvaluateExpressionCommand.d.ts +6 -4
- package/dist-types/commands/GetPipelineDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/ListPipelinesCommand.d.ts +6 -4
- package/dist-types/commands/PollForTaskCommand.d.ts +6 -4
- package/dist-types/commands/PutPipelineDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/QueryObjectsCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/ReportTaskProgressCommand.d.ts +6 -4
- package/dist-types/commands/ReportTaskRunnerHeartbeatCommand.d.ts +6 -4
- package/dist-types/commands/SetStatusCommand.d.ts +6 -4
- package/dist-types/commands/SetTaskStatusCommand.d.ts +6 -4
- package/dist-types/commands/ValidatePipelineDefinitionCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DataPipelineServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DataPipelineClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/ActivatePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeactivatePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeObjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePipelinesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EvaluateExpressionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPipelineDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PollForTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPipelineDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/QueryObjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReportTaskProgressCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReportTaskRunnerHeartbeatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetStatusCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SetTaskStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidatePipelineDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DataPipelineServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
4
4
|
import type { ReportTaskProgressInput, ReportTaskProgressOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ReportTaskProgressCommandInput extends ReportTaskProgressInput
|
|
|
22
22
|
export interface ReportTaskProgressCommandOutput extends ReportTaskProgressOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReportTaskProgressCommand_base: {
|
|
25
|
-
new (input: ReportTaskProgressCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReportTaskProgressCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReportTaskProgressCommandInput): import("@smithy/core/client").CommandImpl<ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReportTaskProgressCommandInput): import("@smithy/core/client").CommandImpl<ReportTaskProgressCommandInput, ReportTaskProgressCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Task runners call <code>ReportTaskProgress</code> when assigned a task to acknowledge that it has the task. If the web service does not
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
4
4
|
import type { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ReportTaskRunnerHeartbeatCommandInput extends ReportTaskRunnerH
|
|
|
22
22
|
export interface ReportTaskRunnerHeartbeatCommandOutput extends ReportTaskRunnerHeartbeatOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReportTaskRunnerHeartbeatCommand_base: {
|
|
25
|
-
new (input: ReportTaskRunnerHeartbeatCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReportTaskRunnerHeartbeatCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReportTaskRunnerHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReportTaskRunnerHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<ReportTaskRunnerHeartbeatCommandInput, ReportTaskRunnerHeartbeatCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Task runners call <code>ReportTaskRunnerHeartbeat</code> every 15 minutes to indicate that they are operational.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
4
4
|
import type { SetStatusInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SetStatusCommandInput extends SetStatusInput {
|
|
|
22
22
|
export interface SetStatusCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetStatusCommand_base: {
|
|
25
|
-
new (input: SetStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetStatusCommandInput): import("@smithy/core/client").CommandImpl<SetStatusCommandInput, SetStatusCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetStatusCommandInput): import("@smithy/core/client").CommandImpl<SetStatusCommandInput, SetStatusCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
4
4
|
import type { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SetTaskStatusCommandInput extends SetTaskStatusInput {
|
|
|
22
22
|
export interface SetTaskStatusCommandOutput extends SetTaskStatusOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetTaskStatusCommand_base: {
|
|
25
|
-
new (input: SetTaskStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetTaskStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetTaskStatusCommandInput): import("@smithy/core/client").CommandImpl<SetTaskStatusCommandInput, SetTaskStatusCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetTaskStatusCommandInput): import("@smithy/core/client").CommandImpl<SetTaskStatusCommandInput, SetTaskStatusCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Task runners call <code>SetTaskStatus</code> to notify AWS Data Pipeline that a task is completed and provide information about the final status.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataPipelineClient";
|
|
4
4
|
import type { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ValidatePipelineDefinitionCommandInput extends ValidatePipeline
|
|
|
22
22
|
export interface ValidatePipelineDefinitionCommandOutput extends ValidatePipelineDefinitionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ValidatePipelineDefinitionCommand_base: {
|
|
25
|
-
new (input: ValidatePipelineDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ValidatePipelineDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ValidatePipelineDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ValidatePipelineDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ValidatePipelineDefinitionCommandInput, ValidatePipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Validates the specified pipeline definition to ensure that it is well formed and can be run without error.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { DataPipelineServiceException as __BaseException } from "./DataPipelineServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>An internal service error occurred.</p>
|
|
@@ -5,13 +5,13 @@ import type { DataPipelineClientConfig } from "./DataPipelineClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { DataPipelineClientConfig } from "./DataPipelineClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { DataPipelineClientConfig } from "./DataPipelineClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: DataPipelineClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ActivatePipelineCommandOutput
|
|
|
18
18
|
declare const ActivatePipelineCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ActivatePipelineCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ActivatePipelineCommandInput,
|
|
23
23
|
ActivatePipelineCommandOutput,
|
|
24
24
|
DataPipelineClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ActivatePipelineCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ActivatePipelineCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ActivatePipelineCommandInput,
|
|
32
32
|
ActivatePipelineCommandOutput,
|
|
33
33
|
DataPipelineClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ActivatePipelineCommand extends ActivatePipelineCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
12
12
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
13
13
|
declare const AddTagsCommand_base: {
|
|
14
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
14
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
AddTagsCommandInput,
|
|
16
16
|
AddTagsCommandOutput,
|
|
17
17
|
DataPipelineClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
21
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
AddTagsCommandInput,
|
|
23
23
|
AddTagsCommandOutput,
|
|
24
24
|
DataPipelineClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreatePipelineCommandOutput
|
|
|
15
15
|
declare const CreatePipelineCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreatePipelineCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreatePipelineCommandInput,
|
|
20
20
|
CreatePipelineCommandOutput,
|
|
21
21
|
DataPipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreatePipelineCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreatePipelineCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreatePipelineCommandInput,
|
|
29
29
|
CreatePipelineCommandOutput,
|
|
30
30
|
DataPipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeactivatePipelineCommandOutput
|
|
|
19
19
|
declare const DeactivatePipelineCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeactivatePipelineCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeactivatePipelineCommandInput,
|
|
24
24
|
DeactivatePipelineCommandOutput,
|
|
25
25
|
DataPipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeactivatePipelineCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeactivatePipelineCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeactivatePipelineCommandInput,
|
|
33
33
|
DeactivatePipelineCommandOutput,
|
|
34
34
|
DataPipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeactivatePipelineCommand extends DeactivatePipelineCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeletePipelineCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeletePipelineCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeletePipelineCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeletePipelineCommandInput,
|
|
18
18
|
DeletePipelineCommandOutput,
|
|
19
19
|
DataPipelineClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeletePipelineCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeletePipelineCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeletePipelineCommandInput,
|
|
27
27
|
DeletePipelineCommandOutput,
|
|
28
28
|
DataPipelineClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeObjectsCommandOutput
|
|
|
18
18
|
declare const DescribeObjectsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeObjectsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeObjectsCommandInput,
|
|
23
23
|
DescribeObjectsCommandOutput,
|
|
24
24
|
DataPipelineClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeObjectsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribeObjectsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeObjectsCommandInput,
|
|
32
32
|
DescribeObjectsCommandOutput,
|
|
33
33
|
DataPipelineClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeObjectsCommand extends DescribeObjectsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribePipelinesCommandOutput
|
|
|
18
18
|
declare const DescribePipelinesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribePipelinesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribePipelinesCommandInput,
|
|
23
23
|
DescribePipelinesCommandOutput,
|
|
24
24
|
DataPipelineClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribePipelinesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribePipelinesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribePipelinesCommandInput,
|
|
32
32
|
DescribePipelinesCommandOutput,
|
|
33
33
|
DataPipelineClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribePipelinesCommand extends DescribePipelinesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface EvaluateExpressionCommandOutput
|
|
|
19
19
|
declare const EvaluateExpressionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EvaluateExpressionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EvaluateExpressionCommandInput,
|
|
24
24
|
EvaluateExpressionCommandOutput,
|
|
25
25
|
DataPipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EvaluateExpressionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: EvaluateExpressionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EvaluateExpressionCommandInput,
|
|
33
33
|
EvaluateExpressionCommandOutput,
|
|
34
34
|
DataPipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EvaluateExpressionCommand extends EvaluateExpressionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetPipelineDefinitionCommandOutput
|
|
|
19
19
|
declare const GetPipelineDefinitionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetPipelineDefinitionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetPipelineDefinitionCommandInput,
|
|
24
24
|
GetPipelineDefinitionCommandOutput,
|
|
25
25
|
DataPipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetPipelineDefinitionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetPipelineDefinitionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetPipelineDefinitionCommandInput,
|
|
33
33
|
GetPipelineDefinitionCommandOutput,
|
|
34
34
|
DataPipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetPipelineDefinitionCommand extends GetPipelineDefinitionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListPipelinesCommandOutput
|
|
|
15
15
|
declare const ListPipelinesCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListPipelinesCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListPipelinesCommandInput,
|
|
20
20
|
ListPipelinesCommandOutput,
|
|
21
21
|
DataPipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListPipelinesCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListPipelinesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListPipelinesCommandInput,
|
|
29
29
|
ListPipelinesCommandOutput,
|
|
30
30
|
DataPipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DataPipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface PollForTaskCommandOutput
|
|
|
15
15
|
declare const PollForTaskCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: PollForTaskCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PollForTaskCommandInput,
|
|
20
20
|
PollForTaskCommandOutput,
|
|
21
21
|
DataPipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const PollForTaskCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: PollForTaskCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
PollForTaskCommandInput,
|
|
29
29
|
PollForTaskCommandOutput,
|
|
30
30
|
DataPipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class PollForTaskCommand extends PollForTaskCommand_base {
|
|
37
39
|
protected static __types: {
|