@aws-sdk/client-codepipeline 3.533.0 → 3.535.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-types/CodePipeline.d.ts +6 -1
- package/dist-types/CodePipelineClient.d.ts +1 -1
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +2 -1
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +2 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +2 -1
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +2 -1
- package/dist-types/commands/GetActionTypeCommand.d.ts +2 -1
- package/dist-types/commands/GetJobDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetPipelineCommand.d.ts +2 -1
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetPipelineStateCommand.d.ts +2 -1
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListActionTypesCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
- package/dist-types/commands/PollForJobsCommand.d.ts +2 -1
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
- package/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
- package/dist-types/commands/PutApprovalResultCommand.d.ts +2 -1
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +2 -1
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +2 -1
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
- package/dist-types/commands/PutWebhookCommand.d.ts +2 -1
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +607 -607
- package/dist-types/ts3.4/CodePipeline.d.ts +5 -0
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -248,6 +248,7 @@ export interface CodePipeline {
|
|
|
248
248
|
options: __HttpHandlerOptions,
|
|
249
249
|
cb: (err: any, data?: DeleteWebhookCommandOutput) => void
|
|
250
250
|
): void;
|
|
251
|
+
deregisterWebhookWithThirdParty(): Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
|
|
251
252
|
deregisterWebhookWithThirdParty(
|
|
252
253
|
args: DeregisterWebhookWithThirdPartyCommandInput,
|
|
253
254
|
options?: __HttpHandlerOptions
|
|
@@ -378,6 +379,7 @@ export interface CodePipeline {
|
|
|
378
379
|
options: __HttpHandlerOptions,
|
|
379
380
|
cb: (err: any, data?: ListActionExecutionsCommandOutput) => void
|
|
380
381
|
): void;
|
|
382
|
+
listActionTypes(): Promise<ListActionTypesCommandOutput>;
|
|
381
383
|
listActionTypes(
|
|
382
384
|
args: ListActionTypesCommandInput,
|
|
383
385
|
options?: __HttpHandlerOptions
|
|
@@ -404,6 +406,7 @@ export interface CodePipeline {
|
|
|
404
406
|
options: __HttpHandlerOptions,
|
|
405
407
|
cb: (err: any, data?: ListPipelineExecutionsCommandOutput) => void
|
|
406
408
|
): void;
|
|
409
|
+
listPipelines(): Promise<ListPipelinesCommandOutput>;
|
|
407
410
|
listPipelines(
|
|
408
411
|
args: ListPipelinesCommandInput,
|
|
409
412
|
options?: __HttpHandlerOptions
|
|
@@ -430,6 +433,7 @@ export interface CodePipeline {
|
|
|
430
433
|
options: __HttpHandlerOptions,
|
|
431
434
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
432
435
|
): void;
|
|
436
|
+
listWebhooks(): Promise<ListWebhooksCommandOutput>;
|
|
433
437
|
listWebhooks(
|
|
434
438
|
args: ListWebhooksCommandInput,
|
|
435
439
|
options?: __HttpHandlerOptions
|
|
@@ -560,6 +564,7 @@ export interface CodePipeline {
|
|
|
560
564
|
options: __HttpHandlerOptions,
|
|
561
565
|
cb: (err: any, data?: PutWebhookCommandOutput) => void
|
|
562
566
|
): void;
|
|
567
|
+
registerWebhookWithThirdParty(): Promise<RegisterWebhookWithThirdPartyCommandOutput>;
|
|
563
568
|
registerWebhookWithThirdParty(
|
|
564
569
|
args: RegisterWebhookWithThirdPartyCommandInput,
|
|
565
570
|
options?: __HttpHandlerOptions
|
|
@@ -21,6 +21,15 @@ declare const AcknowledgeJobCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AcknowledgeJobCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AcknowledgeJobCommandInput,
|
|
28
|
+
AcknowledgeJobCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AcknowledgeThirdPartyJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AcknowledgeThirdPartyJobCommandInput,
|
|
32
|
+
AcknowledgeThirdPartyJobCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCustomActionTypeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCustomActionTypeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCustomActionTypeCommandInput,
|
|
32
|
+
CreateCustomActionTypeCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreatePipelineCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreatePipelineCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreatePipelineCommandInput,
|
|
28
|
+
CreatePipelineCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreatePipelineCommand extends CreatePipelineCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteCustomActionTypeCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteCustomActionTypeCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteCustomActionTypeCommandInput,
|
|
27
|
+
DeleteCustomActionTypeCommandOutput,
|
|
28
|
+
CodePipelineClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeletePipelineCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeletePipelineCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeletePipelineCommandInput,
|
|
26
|
+
DeletePipelineCommandOutput,
|
|
27
|
+
CodePipelineClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeletePipelineCommand extends DeletePipelineCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteWebhookCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteWebhookCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteWebhookCommandInput,
|
|
28
|
+
DeleteWebhookCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeregisterWebhookWithThirdPartyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DeregisterWebhookWithThirdPartyCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeregisterWebhookWithThirdPartyCommandInput,
|
|
32
|
+
DeregisterWebhookWithThirdPartyCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DisableStageTransitionCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DisableStageTransitionCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DisableStageTransitionCommandInput,
|
|
27
|
+
DisableStageTransitionCommandOutput,
|
|
28
|
+
CodePipelineClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const EnableStageTransitionCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: EnableStageTransitionCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
EnableStageTransitionCommandInput,
|
|
27
|
+
EnableStageTransitionCommandOutput,
|
|
28
|
+
CodePipelineClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetActionTypeCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetActionTypeCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetActionTypeCommandInput,
|
|
28
|
+
GetActionTypeCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetActionTypeCommand extends GetActionTypeCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetJobDetailsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetJobDetailsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetJobDetailsCommandInput,
|
|
28
|
+
GetJobDetailsCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetJobDetailsCommand extends GetJobDetailsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetPipelineCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetPipelineCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetPipelineCommandInput,
|
|
28
|
+
GetPipelineCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetPipelineCommand extends GetPipelineCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetPipelineExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetPipelineExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetPipelineExecutionCommandInput,
|
|
32
|
+
GetPipelineExecutionCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetPipelineExecutionCommand extends GetPipelineExecutionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetPipelineStateCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetPipelineStateCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetPipelineStateCommandInput,
|
|
31
|
+
GetPipelineStateCommandOutput,
|
|
32
|
+
CodePipelineClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetPipelineStateCommand extends GetPipelineStateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetThirdPartyJobDetailsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetThirdPartyJobDetailsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetThirdPartyJobDetailsCommandInput,
|
|
32
|
+
GetThirdPartyJobDetailsCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetThirdPartyJobDetailsCommand extends GetThirdPartyJobDetailsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListActionExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListActionExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListActionExecutionsCommandInput,
|
|
32
|
+
ListActionExecutionsCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListActionExecutionsCommand extends ListActionExecutionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListActionTypesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListActionTypesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListActionTypesCommandInput,
|
|
31
|
+
ListActionTypesCommandOutput,
|
|
32
|
+
CodePipelineClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListActionTypesCommand extends ListActionTypesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPipelineExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListPipelineExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPipelineExecutionsCommandInput,
|
|
32
|
+
ListPipelineExecutionsCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListPipelinesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListPipelinesCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListPipelinesCommandInput,
|
|
28
|
+
ListPipelinesCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListPipelinesCommand extends ListPipelinesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListWebhooksCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListWebhooksCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListWebhooksCommandInput,
|
|
28
|
+
ListWebhooksCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListWebhooksCommand extends ListWebhooksCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const PollForJobsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: PollForJobsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
PollForJobsCommandInput,
|
|
28
|
+
PollForJobsCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class PollForJobsCommand extends PollForJobsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PollForThirdPartyJobsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PollForThirdPartyJobsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PollForThirdPartyJobsCommandInput,
|
|
32
|
+
PollForThirdPartyJobsCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const PutActionRevisionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: PutActionRevisionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
PutActionRevisionCommandInput,
|
|
31
|
+
PutActionRevisionCommandOutput,
|
|
32
|
+
CodePipelineClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const PutApprovalResultCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: PutApprovalResultCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
PutApprovalResultCommandInput,
|
|
31
|
+
PutApprovalResultCommandOutput,
|
|
32
|
+
CodePipelineClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const PutJobFailureResultCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: PutJobFailureResultCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
PutJobFailureResultCommandInput,
|
|
27
|
+
PutJobFailureResultCommandOutput,
|
|
28
|
+
CodePipelineClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const PutJobSuccessResultCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: PutJobSuccessResultCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
PutJobSuccessResultCommandInput,
|
|
27
|
+
PutJobSuccessResultCommandOutput,
|
|
28
|
+
CodePipelineClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const PutThirdPartyJobFailureResultCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: PutThirdPartyJobFailureResultCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
PutThirdPartyJobFailureResultCommandInput,
|
|
28
|
+
PutThirdPartyJobFailureResultCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const PutThirdPartyJobSuccessResultCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: PutThirdPartyJobSuccessResultCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
PutThirdPartyJobSuccessResultCommandInput,
|
|
28
|
+
PutThirdPartyJobSuccessResultCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const PutWebhookCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: PutWebhookCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
PutWebhookCommandInput,
|
|
28
|
+
PutWebhookCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class PutWebhookCommand extends PutWebhookCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RegisterWebhookWithThirdPartyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [RegisterWebhookWithThirdPartyCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RegisterWebhookWithThirdPartyCommandInput,
|
|
32
|
+
RegisterWebhookWithThirdPartyCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RegisterWebhookWithThirdPartyCommand extends RegisterWebhookWithThirdPartyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RetryStageExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RetryStageExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RetryStageExecutionCommandInput,
|
|
32
|
+
RetryStageExecutionCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RetryStageExecutionCommand extends RetryStageExecutionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartPipelineExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartPipelineExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartPipelineExecutionCommandInput,
|
|
32
|
+
StartPipelineExecutionCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartPipelineExecutionCommand extends StartPipelineExecutionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StopPipelineExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StopPipelineExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StopPipelineExecutionCommandInput,
|
|
32
|
+
StopPipelineExecutionCommandOutput,
|
|
33
|
+
CodePipelineClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StopPipelineExecutionCommand extends StopPipelineExecutionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
CodePipelineClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|