@aws-sdk/client-codepipeline 3.1076.0 → 3.1078.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 +141 -531
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcknowledgeJobCommand.js +2 -14
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -14
- package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -14
- package/dist-es/commands/CreatePipelineCommand.js +2 -14
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -14
- package/dist-es/commands/DeletePipelineCommand.js +2 -14
- package/dist-es/commands/DeleteWebhookCommand.js +2 -14
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -14
- package/dist-es/commands/DisableStageTransitionCommand.js +2 -14
- package/dist-es/commands/EnableStageTransitionCommand.js +2 -14
- package/dist-es/commands/GetActionTypeCommand.js +2 -14
- package/dist-es/commands/GetJobDetailsCommand.js +2 -14
- package/dist-es/commands/GetPipelineCommand.js +2 -14
- package/dist-es/commands/GetPipelineExecutionCommand.js +2 -14
- package/dist-es/commands/GetPipelineStateCommand.js +2 -14
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -14
- package/dist-es/commands/ListActionExecutionsCommand.js +2 -14
- package/dist-es/commands/ListActionTypesCommand.js +2 -14
- package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -14
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -14
- package/dist-es/commands/ListPipelinesCommand.js +2 -14
- package/dist-es/commands/ListRuleExecutionsCommand.js +2 -14
- package/dist-es/commands/ListRuleTypesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWebhooksCommand.js +2 -14
- package/dist-es/commands/OverrideStageConditionCommand.js +2 -14
- package/dist-es/commands/PollForJobsCommand.js +2 -14
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -14
- package/dist-es/commands/PutActionRevisionCommand.js +2 -14
- package/dist-es/commands/PutApprovalResultCommand.js +2 -14
- package/dist-es/commands/PutJobFailureResultCommand.js +2 -14
- package/dist-es/commands/PutJobSuccessResultCommand.js +2 -14
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -14
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -14
- package/dist-es/commands/PutWebhookCommand.js +2 -14
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -14
- package/dist-es/commands/RetryStageExecutionCommand.js +2 -14
- package/dist-es/commands/RollbackStageCommand.js +2 -14
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -14
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateActionTypeCommand.js +2 -14
- package/dist-es/commands/UpdatePipelineCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +3 -8
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/CreatePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeletePipelineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -8
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +3 -8
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +3 -8
- package/dist-types/commands/GetActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/GetJobDetailsCommand.d.ts +3 -8
- package/dist-types/commands/GetPipelineCommand.d.ts +3 -8
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetPipelineStateCommand.d.ts +3 -8
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +3 -8
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListActionTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeployActionExecutionTargetsCommand.d.ts +3 -8
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPipelinesCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
- package/dist-types/commands/OverrideStageConditionCommand.d.ts +3 -8
- package/dist-types/commands/PollForJobsCommand.d.ts +3 -8
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +3 -8
- package/dist-types/commands/PutActionRevisionCommand.d.ts +3 -8
- package/dist-types/commands/PutApprovalResultCommand.d.ts +3 -8
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +3 -8
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +3 -8
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +3 -8
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +3 -8
- package/dist-types/commands/PutWebhookCommand.d.ts +3 -8
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -8
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +3 -8
- package/dist-types/commands/RollbackStageCommand.d.ts +3 -8
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { EnableStageTransitionInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface EnableStageTransitionCommandInput extends EnableStageTransition
|
|
|
22
19
|
export interface EnableStageTransitionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const EnableStageTransitionCommand_base: {
|
|
25
|
-
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: EnableStageTransitionCommandInput): import("@smithy/core/client").CommandImpl<EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables artifacts in a pipeline to transition to a stage in a pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetActionTypeCommandInput extends GetActionTypeInput {
|
|
|
22
19
|
export interface GetActionTypeCommandOutput extends GetActionTypeOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetActionTypeCommand_base: {
|
|
25
|
-
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetActionTypeCommandInput): import("@smithy/core/client").CommandImpl<GetActionTypeCommandInput, GetActionTypeCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an action type created for an external provider, where the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { GetJobDetailsInput, GetJobDetailsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetJobDetailsCommandInput extends GetJobDetailsInput {
|
|
|
22
19
|
export interface GetJobDetailsCommandOutput extends GetJobDetailsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetJobDetailsCommand_base: {
|
|
25
|
-
new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetJobDetailsCommandInput, GetJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about a job. Used for custom actions only.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { GetPipelineInput, GetPipelineOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetPipelineCommandInput extends GetPipelineInput {
|
|
|
22
19
|
export interface GetPipelineCommandOutput extends GetPipelineOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPipelineCommand_base: {
|
|
25
|
-
new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPipelineCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineCommandInput, GetPipelineCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the metadata, structure, stages, and actions of a pipeline. Can be used to
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetPipelineExecutionCommandInput extends GetPipelineExecutionIn
|
|
|
22
19
|
export interface GetPipelineExecutionCommandOutput extends GetPipelineExecutionOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPipelineExecutionCommand_base: {
|
|
25
|
-
new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPipelineExecutionCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an execution of a pipeline, including details about
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetPipelineStateCommandInput extends GetPipelineStateInput {
|
|
|
22
19
|
export interface GetPipelineStateCommandOutput extends GetPipelineStateOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPipelineStateCommand_base: {
|
|
25
|
-
new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPipelineStateCommandInput): import("@smithy/core/client").CommandImpl<GetPipelineStateCommandInput, GetPipelineStateCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the state of a pipeline, including the stages and
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { GetThirdPartyJobDetailsInput, GetThirdPartyJobDetailsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetThirdPartyJobDetailsCommandInput extends GetThirdPartyJobDet
|
|
|
22
19
|
export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDetailsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetThirdPartyJobDetailsCommand_base: {
|
|
25
|
-
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetThirdPartyJobDetailsCommandInput): import("@smithy/core/client").CommandImpl<GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Requests the details of a job for a third party action. Used for partner actions
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListActionExecutionsCommandInput extends ListActionExecutionsIn
|
|
|
22
19
|
export interface ListActionExecutionsCommandOutput extends ListActionExecutionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListActionExecutionsCommand_base: {
|
|
25
|
-
new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListActionExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the action executions that have occurred in a pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListActionTypesCommandInput extends ListActionTypesInput {
|
|
|
22
19
|
export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListActionTypesCommand_base: {
|
|
25
|
-
new (input: ListActionTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListActionTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListActionTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListActionTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListActionTypesCommandInput, ListActionTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a summary of all CodePipeline action types associated with your
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListDeployActionExecutionTargetsInput, ListDeployActionExecutionTargetsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDeployActionExecutionTargetsCommandInput extends ListDeploy
|
|
|
22
19
|
export interface ListDeployActionExecutionTargetsCommandOutput extends ListDeployActionExecutionTargetsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDeployActionExecutionTargetsCommand_base: {
|
|
25
|
-
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDeployActionExecutionTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the targets for the deploy action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPipelineExecutionsCommandInput extends ListPipelineExecutio
|
|
|
22
19
|
export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecutionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPipelineExecutionsCommand_base: {
|
|
25
|
-
new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPipelineExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a summary of the most recent executions for a pipeline.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPipelinesCommandInput extends ListPipelinesInput {
|
|
|
22
19
|
export interface ListPipelinesCommandOutput extends ListPipelinesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPipelinesCommand_base: {
|
|
25
|
-
new (input: ListPipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListPipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPipelinesCommandInput): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListPipelinesCommandInput]): import("@smithy/core/client").CommandImpl<ListPipelinesCommandInput, ListPipelinesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a summary of all of the pipelines associated with your account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListRuleExecutionsInput, ListRuleExecutionsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRuleExecutionsCommandInput extends ListRuleExecutionsInput
|
|
|
22
19
|
export interface ListRuleExecutionsCommandOutput extends ListRuleExecutionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRuleExecutionsCommand_base: {
|
|
25
|
-
new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRuleExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the rule executions that have occurred in a pipeline configured for conditions
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListRuleTypesInput, ListRuleTypesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRuleTypesCommandInput extends ListRuleTypesInput {
|
|
|
22
19
|
export interface ListRuleTypesCommandOutput extends ListRuleTypesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRuleTypesCommand_base: {
|
|
25
|
-
new (input: ListRuleTypesCommandInput): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRuleTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRuleTypesCommandInput): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRuleTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListRuleTypesCommandInput, ListRuleTypesCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the rules for the condition. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets the set of key-value pairs (metadata) that are used to manage the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListWebhooksCommandInput extends ListWebhooksInput {
|
|
|
22
19
|
export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWebhooksCommand_base: {
|
|
25
|
-
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListWebhooksCommandInput]): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListWebhooksCommandInput]): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a listing of all the webhooks in this Amazon Web Services Region for this
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { OverrideStageConditionInput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface OverrideStageConditionCommandInput extends OverrideStageConditi
|
|
|
22
19
|
export interface OverrideStageConditionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const OverrideStageConditionCommand_base: {
|
|
25
|
-
new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: OverrideStageConditionCommandInput): import("@smithy/core/client").CommandImpl<OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used to override a stage condition. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PollForJobsCommandInput extends PollForJobsInput {
|
|
|
22
19
|
export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PollForJobsCommand_base: {
|
|
25
|
-
new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PollForJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForJobsCommandInput, PollForJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about any jobs for CodePipeline to act on.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PollForThirdPartyJobsCommandInput extends PollForThirdPartyJobs
|
|
|
22
19
|
export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJobsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PollForThirdPartyJobsCommand_base: {
|
|
25
|
-
new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PollForThirdPartyJobsCommandInput): import("@smithy/core/client").CommandImpl<PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Determines whether there are any third party jobs for a job worker to act on. Used
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutActionRevisionCommandInput extends PutActionRevisionInput {
|
|
|
22
19
|
export interface PutActionRevisionCommandOutput extends PutActionRevisionOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutActionRevisionCommand_base: {
|
|
25
|
-
new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutActionRevisionCommandInput): import("@smithy/core/client").CommandImpl<PutActionRevisionCommandInput, PutActionRevisionCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides information to CodePipeline about new revisions to a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
4
2
|
import type { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutApprovalResultCommandInput extends PutApprovalResultInput {
|
|
|
22
19
|
export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutApprovalResultCommand_base: {
|
|
25
|
-
new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutApprovalResultCommandInput): import("@smithy/core/client").CommandImpl<PutApprovalResultCommandInput, PutApprovalResultCommandOutput, import("..").CodePipelineClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides the response to a manual approval request to CodePipeline. Valid
|