@aws-sdk/client-codepipeline 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 +104 -105
- package/dist-cjs/models/CodePipelineServiceException.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/CodePipeline.js +1 -1
- package/dist-es/CodePipelineClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcknowledgeJobCommand.js +2 -2
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
- package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/CreatePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteWebhookCommand.js +2 -2
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
- package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
- package/dist-es/commands/GetActionTypeCommand.js +2 -2
- package/dist-es/commands/GetJobDetailsCommand.js +2 -2
- package/dist-es/commands/GetPipelineCommand.js +2 -2
- package/dist-es/commands/GetPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/GetPipelineStateCommand.js +2 -2
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -2
- package/dist-es/commands/ListActionExecutionsCommand.js +2 -2
- package/dist-es/commands/ListActionTypesCommand.js +2 -2
- package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -2
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -2
- package/dist-es/commands/ListPipelinesCommand.js +2 -2
- package/dist-es/commands/ListRuleExecutionsCommand.js +2 -2
- package/dist-es/commands/ListRuleTypesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebhooksCommand.js +2 -2
- package/dist-es/commands/OverrideStageConditionCommand.js +2 -2
- package/dist-es/commands/PollForJobsCommand.js +2 -2
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -2
- package/dist-es/commands/PutActionRevisionCommand.js +2 -2
- package/dist-es/commands/PutApprovalResultCommand.js +2 -2
- package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutWebhookCommand.js +2 -2
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-es/commands/RetryStageExecutionCommand.js +2 -2
- package/dist-es/commands/RollbackStageCommand.js +2 -2
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
- package/dist-es/commands/UpdatePipelineCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CodePipelineServiceException.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/CodePipelineClient.d.ts +5 -5
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +6 -4
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/CreatePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeletePipelineCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWebhookCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +6 -4
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +6 -4
- package/dist-types/commands/GetActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/GetJobDetailsCommand.d.ts +6 -4
- package/dist-types/commands/GetPipelineCommand.d.ts +6 -4
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetPipelineStateCommand.d.ts +6 -4
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -4
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListActionTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPipelinesCommand.d.ts +6 -4
- package/dist-types/commands/ListRuleExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListRuleTypesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/commands/OverrideStageConditionCommand.d.ts +6 -4
- package/dist-types/commands/PollForJobsCommand.d.ts +6 -4
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +6 -4
- package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -4
- package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -4
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +6 -4
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -4
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/commands/PutWebhookCommand.d.ts +6 -4
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +6 -4
- package/dist-types/commands/RollbackStageCommand.d.ts +6 -4
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePipelineCommand.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/CodePipelineServiceException.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/CodePipelineClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.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/CodePipelineServiceException.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
|
@@ -5,14 +5,14 @@ import type { CodePipelineClientConfig } from "./CodePipelineClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
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 { CodePipelineClientConfig } from "./CodePipelineClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
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: CodePipelineClientConfig) => {
|
|
|
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
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface AcknowledgeJobCommandOutput
|
|
|
15
15
|
declare const AcknowledgeJobCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: AcknowledgeJobCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
AcknowledgeJobCommandInput,
|
|
20
20
|
AcknowledgeJobCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const AcknowledgeJobCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: AcknowledgeJobCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
AcknowledgeJobCommandInput,
|
|
29
29
|
AcknowledgeJobCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface AcknowledgeThirdPartyJobCommandOutput
|
|
|
19
19
|
declare const AcknowledgeThirdPartyJobCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AcknowledgeThirdPartyJobCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AcknowledgeThirdPartyJobCommandInput,
|
|
24
24
|
AcknowledgeThirdPartyJobCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AcknowledgeThirdPartyJobCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AcknowledgeThirdPartyJobCommandInput,
|
|
33
33
|
AcknowledgeThirdPartyJobCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateCustomActionTypeCommandOutput
|
|
|
19
19
|
declare const CreateCustomActionTypeCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateCustomActionTypeCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateCustomActionTypeCommandInput,
|
|
24
24
|
CreateCustomActionTypeCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateCustomActionTypeCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateCustomActionTypeCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateCustomActionTypeCommandInput,
|
|
33
33
|
CreateCustomActionTypeCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -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
|
CodePipelineClientResolvedConfig,
|
|
@@ -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
|
CodePipelineClientResolvedConfig,
|
|
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
|
CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteCustomActionTypeCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteCustomActionTypeCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteCustomActionTypeCommandInput,
|
|
19
19
|
DeleteCustomActionTypeCommandOutput,
|
|
20
20
|
CodePipelineClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteCustomActionTypeCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteCustomActionTypeCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteCustomActionTypeCommandInput,
|
|
28
28
|
DeleteCustomActionTypeCommandOutput,
|
|
29
29
|
CodePipelineClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {
|
|
36
38
|
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
|
CodePipelineClientResolvedConfig,
|
|
@@ -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
|
CodePipelineClientResolvedConfig,
|
|
@@ -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
|
CodePipelineClientResolvedConfig,
|
|
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
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteWebhookCommandOutput
|
|
|
15
15
|
declare const DeleteWebhookCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteWebhookCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteWebhookCommandInput,
|
|
20
20
|
DeleteWebhookCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteWebhookCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteWebhookCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteWebhookCommandInput,
|
|
29
29
|
DeleteWebhookCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteWebhookCommand extends DeleteWebhookCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeregisterWebhookWithThirdPartyCommandOutput
|
|
|
19
19
|
declare const DeregisterWebhookWithThirdPartyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeregisterWebhookWithThirdPartyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeregisterWebhookWithThirdPartyCommandInput,
|
|
24
24
|
DeregisterWebhookWithThirdPartyCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeregisterWebhookWithThirdPartyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeregisterWebhookWithThirdPartyCommandInput,
|
|
33
33
|
DeregisterWebhookWithThirdPartyCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DisableStageTransitionCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DisableStageTransitionCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DisableStageTransitionCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DisableStageTransitionCommandInput,
|
|
19
19
|
DisableStageTransitionCommandOutput,
|
|
20
20
|
CodePipelineClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DisableStageTransitionCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DisableStageTransitionCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DisableStageTransitionCommandInput,
|
|
28
28
|
DisableStageTransitionCommandOutput,
|
|
29
29
|
CodePipelineClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {
|
|
36
38
|
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
|
CodePipelineClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface EnableStageTransitionCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const EnableStageTransitionCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: EnableStageTransitionCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
EnableStageTransitionCommandInput,
|
|
19
19
|
EnableStageTransitionCommandOutput,
|
|
20
20
|
CodePipelineClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const EnableStageTransitionCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: EnableStageTransitionCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
EnableStageTransitionCommandInput,
|
|
28
28
|
EnableStageTransitionCommandOutput,
|
|
29
29
|
CodePipelineClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {
|
|
36
38
|
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
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetActionTypeCommandOutput
|
|
|
15
15
|
declare const GetActionTypeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetActionTypeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetActionTypeCommandInput,
|
|
20
20
|
GetActionTypeCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetActionTypeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetActionTypeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetActionTypeCommandInput,
|
|
29
29
|
GetActionTypeCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetActionTypeCommand extends GetActionTypeCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetJobDetailsCommandOutput
|
|
|
15
15
|
declare const GetJobDetailsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetJobDetailsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetJobDetailsCommandInput,
|
|
20
20
|
GetJobDetailsCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetJobDetailsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetJobDetailsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetJobDetailsCommandInput,
|
|
29
29
|
GetJobDetailsCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetJobDetailsCommand extends GetJobDetailsCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetPipelineCommandOutput
|
|
|
15
15
|
declare const GetPipelineCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetPipelineCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetPipelineCommandInput,
|
|
20
20
|
GetPipelineCommandOutput,
|
|
21
21
|
CodePipelineClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetPipelineCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetPipelineCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetPipelineCommandInput,
|
|
29
29
|
GetPipelineCommandOutput,
|
|
30
30
|
CodePipelineClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetPipelineCommand extends GetPipelineCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetPipelineExecutionCommandOutput
|
|
|
19
19
|
declare const GetPipelineExecutionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetPipelineExecutionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetPipelineExecutionCommandInput,
|
|
24
24
|
GetPipelineExecutionCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetPipelineExecutionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetPipelineExecutionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetPipelineExecutionCommandInput,
|
|
33
33
|
GetPipelineExecutionCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetPipelineExecutionCommand extends GetPipelineExecutionCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetPipelineStateCommandOutput
|
|
|
18
18
|
declare const GetPipelineStateCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetPipelineStateCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetPipelineStateCommandInput,
|
|
23
23
|
GetPipelineStateCommandOutput,
|
|
24
24
|
CodePipelineClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetPipelineStateCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetPipelineStateCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetPipelineStateCommandInput,
|
|
32
32
|
GetPipelineStateCommandOutput,
|
|
33
33
|
CodePipelineClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetPipelineStateCommand extends GetPipelineStateCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetThirdPartyJobDetailsCommandOutput
|
|
|
19
19
|
declare const GetThirdPartyJobDetailsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetThirdPartyJobDetailsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetThirdPartyJobDetailsCommandInput,
|
|
24
24
|
GetThirdPartyJobDetailsCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetThirdPartyJobDetailsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetThirdPartyJobDetailsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetThirdPartyJobDetailsCommandInput,
|
|
33
33
|
GetThirdPartyJobDetailsCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetThirdPartyJobDetailsCommand extends GetThirdPartyJobDetailsCommand_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
|
CodePipelineClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListActionExecutionsCommandOutput
|
|
|
19
19
|
declare const ListActionExecutionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListActionExecutionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListActionExecutionsCommandInput,
|
|
24
24
|
ListActionExecutionsCommandOutput,
|
|
25
25
|
CodePipelineClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListActionExecutionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListActionExecutionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListActionExecutionsCommandInput,
|
|
33
33
|
ListActionExecutionsCommandOutput,
|
|
34
34
|
CodePipelineClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListActionExecutionsCommand extends ListActionExecutionsCommand_base {
|
|
41
43
|
protected static __types: {
|