@aws-sdk/client-codepipeline 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CodePipeline.d.ts +145 -159
- package/dist-types/ts3.4/CodePipelineClient.d.ts +10 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDeployActionExecutionTargetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRuleTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +40 -161
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UpdateActionTypeCommandInput extends UpdateActionTypeInput {}
|
|
|
5
5
|
export interface UpdateActionTypeCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UpdateActionTypeCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UpdateActionTypeCommandInput
|
|
8
|
+
input: UpdateActionTypeCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateActionTypeCommandInput,
|
|
11
11
|
UpdateActionTypeCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UpdateActionTypeCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UpdateActionTypeCommandInput
|
|
17
|
+
input: UpdateActionTypeCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateActionTypeCommandInput,
|
|
20
20
|
UpdateActionTypeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdatePipelineCommandInput extends UpdatePipelineInput {}
|
|
5
|
-
export interface UpdatePipelineCommandOutput
|
|
6
|
-
extends UpdatePipelineOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __MetadataBearer {}
|
|
8
6
|
declare const UpdatePipelineCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdatePipelineCommandInput
|
|
8
|
+
input: UpdatePipelineCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdatePipelineCommandInput,
|
|
13
11
|
UpdatePipelineCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdatePipelineCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdatePipelineCommandInput
|
|
17
|
+
input: UpdatePipelineCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdatePipelineCommandInput,
|
|
22
20
|
UpdatePipelineCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CodePipelineExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -17,8 +17,7 @@ export declare const ActionCategory: {
|
|
|
17
17
|
readonly Source: "Source";
|
|
18
18
|
readonly Test: "Test";
|
|
19
19
|
};
|
|
20
|
-
export type ActionCategory =
|
|
21
|
-
(typeof ActionCategory)[keyof typeof ActionCategory];
|
|
20
|
+
export type ActionCategory = (typeof ActionCategory)[keyof typeof ActionCategory];
|
|
22
21
|
export declare const ActionConfigurationPropertyType: {
|
|
23
22
|
readonly Boolean: "Boolean";
|
|
24
23
|
readonly Number: "Number";
|
|
@@ -50,8 +49,7 @@ export declare const StartTimeRange: {
|
|
|
50
49
|
readonly All: "All";
|
|
51
50
|
readonly Latest: "Latest";
|
|
52
51
|
};
|
|
53
|
-
export type StartTimeRange =
|
|
54
|
-
(typeof StartTimeRange)[keyof typeof StartTimeRange];
|
|
52
|
+
export type StartTimeRange = (typeof StartTimeRange)[keyof typeof StartTimeRange];
|
|
55
53
|
export declare const ExecutorType: {
|
|
56
54
|
readonly JobWorker: "JobWorker";
|
|
57
55
|
readonly Lambda: "Lambda";
|
|
@@ -61,23 +59,19 @@ export declare const ApprovalStatus: {
|
|
|
61
59
|
readonly Approved: "Approved";
|
|
62
60
|
readonly Rejected: "Rejected";
|
|
63
61
|
};
|
|
64
|
-
export type ApprovalStatus =
|
|
65
|
-
(typeof ApprovalStatus)[keyof typeof ApprovalStatus];
|
|
62
|
+
export type ApprovalStatus = (typeof ApprovalStatus)[keyof typeof ApprovalStatus];
|
|
66
63
|
export declare const ArtifactLocationType: {
|
|
67
64
|
readonly S3: "S3";
|
|
68
65
|
};
|
|
69
|
-
export type ArtifactLocationType =
|
|
70
|
-
(typeof ArtifactLocationType)[keyof typeof ArtifactLocationType];
|
|
66
|
+
export type ArtifactLocationType = (typeof ArtifactLocationType)[keyof typeof ArtifactLocationType];
|
|
71
67
|
export declare const EncryptionKeyType: {
|
|
72
68
|
readonly KMS: "KMS";
|
|
73
69
|
};
|
|
74
|
-
export type EncryptionKeyType =
|
|
75
|
-
(typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
|
|
70
|
+
export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof EncryptionKeyType];
|
|
76
71
|
export declare const ArtifactStoreType: {
|
|
77
72
|
readonly S3: "S3";
|
|
78
73
|
};
|
|
79
|
-
export type ArtifactStoreType =
|
|
80
|
-
(typeof ArtifactStoreType)[keyof typeof ArtifactStoreType];
|
|
74
|
+
export type ArtifactStoreType = (typeof ArtifactStoreType)[keyof typeof ArtifactStoreType];
|
|
81
75
|
export declare const Result: {
|
|
82
76
|
readonly FAIL: "FAIL";
|
|
83
77
|
readonly RETRY: "RETRY";
|
|
@@ -112,8 +106,7 @@ export declare const StageRetryMode: {
|
|
|
112
106
|
readonly ALL_ACTIONS: "ALL_ACTIONS";
|
|
113
107
|
readonly FAILED_ACTIONS: "FAILED_ACTIONS";
|
|
114
108
|
};
|
|
115
|
-
export type StageRetryMode =
|
|
116
|
-
(typeof StageRetryMode)[keyof typeof StageRetryMode];
|
|
109
|
+
export type StageRetryMode = (typeof StageRetryMode)[keyof typeof StageRetryMode];
|
|
117
110
|
export declare const GitPullRequestEventType: {
|
|
118
111
|
readonly CLOSED: "CLOSED";
|
|
119
112
|
readonly OPEN: "OPEN";
|
|
@@ -130,8 +123,7 @@ export declare const StageTransitionType: {
|
|
|
130
123
|
readonly Inbound: "Inbound";
|
|
131
124
|
readonly Outbound: "Outbound";
|
|
132
125
|
};
|
|
133
|
-
export type StageTransitionType =
|
|
134
|
-
(typeof StageTransitionType)[keyof typeof StageTransitionType];
|
|
126
|
+
export type StageTransitionType = (typeof StageTransitionType)[keyof typeof StageTransitionType];
|
|
135
127
|
export declare const ExecutionType: {
|
|
136
128
|
readonly ROLLBACK: "ROLLBACK";
|
|
137
129
|
readonly STANDARD: "STANDARD";
|
|
@@ -177,8 +169,7 @@ export declare const RuleExecutionStatus: {
|
|
|
177
169
|
readonly InProgress: "InProgress";
|
|
178
170
|
readonly Succeeded: "Succeeded";
|
|
179
171
|
};
|
|
180
|
-
export type RuleExecutionStatus =
|
|
181
|
-
(typeof RuleExecutionStatus)[keyof typeof RuleExecutionStatus];
|
|
172
|
+
export type RuleExecutionStatus = (typeof RuleExecutionStatus)[keyof typeof RuleExecutionStatus];
|
|
182
173
|
export declare const StageExecutionStatus: {
|
|
183
174
|
readonly Cancelled: "Cancelled";
|
|
184
175
|
readonly Failed: "Failed";
|
|
@@ -188,8 +179,7 @@ export declare const StageExecutionStatus: {
|
|
|
188
179
|
readonly Stopping: "Stopping";
|
|
189
180
|
readonly Succeeded: "Succeeded";
|
|
190
181
|
};
|
|
191
|
-
export type StageExecutionStatus =
|
|
192
|
-
(typeof StageExecutionStatus)[keyof typeof StageExecutionStatus];
|
|
182
|
+
export type StageExecutionStatus = (typeof StageExecutionStatus)[keyof typeof StageExecutionStatus];
|
|
193
183
|
export declare const RetryTrigger: {
|
|
194
184
|
readonly AutomatedStageRetry: "AutomatedStageRetry";
|
|
195
185
|
readonly ManualStageRetry: "ManualStageRetry";
|
|
@@ -198,8 +188,7 @@ export type RetryTrigger = (typeof RetryTrigger)[keyof typeof RetryTrigger];
|
|
|
198
188
|
export declare const TargetFilterName: {
|
|
199
189
|
readonly TARGET_STATUS: "TARGET_STATUS";
|
|
200
190
|
};
|
|
201
|
-
export type TargetFilterName =
|
|
202
|
-
(typeof TargetFilterName)[keyof typeof TargetFilterName];
|
|
191
|
+
export type TargetFilterName = (typeof TargetFilterName)[keyof typeof TargetFilterName];
|
|
203
192
|
export declare const RuleConfigurationPropertyType: {
|
|
204
193
|
readonly Boolean: "Boolean";
|
|
205
194
|
readonly Number: "Number";
|
|
@@ -234,5 +223,4 @@ export declare const SourceRevisionType: {
|
|
|
234
223
|
readonly S3_OBJECT_KEY: "S3_OBJECT_KEY";
|
|
235
224
|
readonly S3_OBJECT_VERSION_ID: "S3_OBJECT_VERSION_ID";
|
|
236
225
|
};
|
|
237
|
-
export type SourceRevisionType =
|
|
238
|
-
(typeof SourceRevisionType)[keyof typeof SourceRevisionType];
|
|
226
|
+
export type SourceRevisionType = (typeof SourceRevisionType)[keyof typeof SourceRevisionType];
|
|
@@ -3,208 +3,132 @@ import { CodePipelineServiceException as __BaseException } from "./CodePipelineS
|
|
|
3
3
|
export declare class InvalidNonceException extends __BaseException {
|
|
4
4
|
readonly name: "InvalidNonceException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<InvalidNonceException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<InvalidNonceException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class JobNotFoundException extends __BaseException {
|
|
11
9
|
readonly name: "JobNotFoundException";
|
|
12
10
|
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<JobNotFoundException, __BaseException>
|
|
15
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
|
|
16
12
|
}
|
|
17
13
|
export declare class ValidationException extends __BaseException {
|
|
18
14
|
readonly name: "ValidationException";
|
|
19
15
|
readonly $fault: "client";
|
|
20
|
-
constructor(
|
|
21
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
22
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
23
17
|
}
|
|
24
18
|
export declare class InvalidClientTokenException extends __BaseException {
|
|
25
19
|
readonly name: "InvalidClientTokenException";
|
|
26
20
|
readonly $fault: "client";
|
|
27
|
-
constructor(
|
|
28
|
-
opts: __ExceptionOptionType<InvalidClientTokenException, __BaseException>
|
|
29
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InvalidClientTokenException, __BaseException>);
|
|
30
22
|
}
|
|
31
23
|
export declare class ActionExecutionNotFoundException extends __BaseException {
|
|
32
24
|
readonly name: "ActionExecutionNotFoundException";
|
|
33
25
|
readonly $fault: "client";
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<
|
|
36
|
-
ActionExecutionNotFoundException,
|
|
37
|
-
__BaseException
|
|
38
|
-
>
|
|
39
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ActionExecutionNotFoundException, __BaseException>);
|
|
40
27
|
}
|
|
41
28
|
export declare class ActionNotFoundException extends __BaseException {
|
|
42
29
|
readonly name: "ActionNotFoundException";
|
|
43
30
|
readonly $fault: "client";
|
|
44
|
-
constructor(
|
|
45
|
-
opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>
|
|
46
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>);
|
|
47
32
|
}
|
|
48
33
|
export declare class ActionTypeNotFoundException extends __BaseException {
|
|
49
34
|
readonly name: "ActionTypeNotFoundException";
|
|
50
35
|
readonly $fault: "client";
|
|
51
|
-
constructor(
|
|
52
|
-
opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>
|
|
53
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>);
|
|
54
37
|
}
|
|
55
38
|
export declare class ApprovalAlreadyCompletedException extends __BaseException {
|
|
56
39
|
readonly name: "ApprovalAlreadyCompletedException";
|
|
57
40
|
readonly $fault: "client";
|
|
58
|
-
constructor(
|
|
59
|
-
opts: __ExceptionOptionType<
|
|
60
|
-
ApprovalAlreadyCompletedException,
|
|
61
|
-
__BaseException
|
|
62
|
-
>
|
|
63
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<ApprovalAlreadyCompletedException, __BaseException>);
|
|
64
42
|
}
|
|
65
43
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
66
44
|
readonly name: "ConcurrentModificationException";
|
|
67
45
|
readonly $fault: "client";
|
|
68
|
-
constructor(
|
|
69
|
-
opts: __ExceptionOptionType<
|
|
70
|
-
ConcurrentModificationException,
|
|
71
|
-
__BaseException
|
|
72
|
-
>
|
|
73
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
74
47
|
}
|
|
75
48
|
export declare class InvalidTagsException extends __BaseException {
|
|
76
49
|
readonly name: "InvalidTagsException";
|
|
77
50
|
readonly $fault: "client";
|
|
78
|
-
constructor(
|
|
79
|
-
opts: __ExceptionOptionType<InvalidTagsException, __BaseException>
|
|
80
|
-
);
|
|
51
|
+
constructor(opts: __ExceptionOptionType<InvalidTagsException, __BaseException>);
|
|
81
52
|
}
|
|
82
53
|
export declare class LimitExceededException extends __BaseException {
|
|
83
54
|
readonly name: "LimitExceededException";
|
|
84
55
|
readonly $fault: "client";
|
|
85
|
-
constructor(
|
|
86
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
87
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
88
57
|
}
|
|
89
58
|
export declare class TooManyTagsException extends __BaseException {
|
|
90
59
|
readonly name: "TooManyTagsException";
|
|
91
60
|
readonly $fault: "client";
|
|
92
|
-
constructor(
|
|
93
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
94
|
-
);
|
|
61
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
95
62
|
}
|
|
96
63
|
export declare class InvalidActionDeclarationException extends __BaseException {
|
|
97
64
|
readonly name: "InvalidActionDeclarationException";
|
|
98
65
|
readonly $fault: "client";
|
|
99
|
-
constructor(
|
|
100
|
-
opts: __ExceptionOptionType<
|
|
101
|
-
InvalidActionDeclarationException,
|
|
102
|
-
__BaseException
|
|
103
|
-
>
|
|
104
|
-
);
|
|
66
|
+
constructor(opts: __ExceptionOptionType<InvalidActionDeclarationException, __BaseException>);
|
|
105
67
|
}
|
|
106
68
|
export declare class InvalidBlockerDeclarationException extends __BaseException {
|
|
107
69
|
readonly name: "InvalidBlockerDeclarationException";
|
|
108
70
|
readonly $fault: "client";
|
|
109
|
-
constructor(
|
|
110
|
-
opts: __ExceptionOptionType<
|
|
111
|
-
InvalidBlockerDeclarationException,
|
|
112
|
-
__BaseException
|
|
113
|
-
>
|
|
114
|
-
);
|
|
71
|
+
constructor(opts: __ExceptionOptionType<InvalidBlockerDeclarationException, __BaseException>);
|
|
115
72
|
}
|
|
116
73
|
export declare class InvalidStageDeclarationException extends __BaseException {
|
|
117
74
|
readonly name: "InvalidStageDeclarationException";
|
|
118
75
|
readonly $fault: "client";
|
|
119
|
-
constructor(
|
|
120
|
-
opts: __ExceptionOptionType<
|
|
121
|
-
InvalidStageDeclarationException,
|
|
122
|
-
__BaseException
|
|
123
|
-
>
|
|
124
|
-
);
|
|
76
|
+
constructor(opts: __ExceptionOptionType<InvalidStageDeclarationException, __BaseException>);
|
|
125
77
|
}
|
|
126
78
|
export declare class InvalidStructureException extends __BaseException {
|
|
127
79
|
readonly name: "InvalidStructureException";
|
|
128
80
|
readonly $fault: "client";
|
|
129
|
-
constructor(
|
|
130
|
-
opts: __ExceptionOptionType<InvalidStructureException, __BaseException>
|
|
131
|
-
);
|
|
81
|
+
constructor(opts: __ExceptionOptionType<InvalidStructureException, __BaseException>);
|
|
132
82
|
}
|
|
133
83
|
export declare class PipelineNameInUseException extends __BaseException {
|
|
134
84
|
readonly name: "PipelineNameInUseException";
|
|
135
85
|
readonly $fault: "client";
|
|
136
|
-
constructor(
|
|
137
|
-
opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>
|
|
138
|
-
);
|
|
86
|
+
constructor(opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>);
|
|
139
87
|
}
|
|
140
88
|
export declare class WebhookNotFoundException extends __BaseException {
|
|
141
89
|
readonly name: "WebhookNotFoundException";
|
|
142
90
|
readonly $fault: "client";
|
|
143
|
-
constructor(
|
|
144
|
-
opts: __ExceptionOptionType<WebhookNotFoundException, __BaseException>
|
|
145
|
-
);
|
|
91
|
+
constructor(opts: __ExceptionOptionType<WebhookNotFoundException, __BaseException>);
|
|
146
92
|
}
|
|
147
93
|
export declare class PipelineNotFoundException extends __BaseException {
|
|
148
94
|
readonly name: "PipelineNotFoundException";
|
|
149
95
|
readonly $fault: "client";
|
|
150
|
-
constructor(
|
|
151
|
-
opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>
|
|
152
|
-
);
|
|
96
|
+
constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
|
|
153
97
|
}
|
|
154
98
|
export declare class StageNotFoundException extends __BaseException {
|
|
155
99
|
readonly name: "StageNotFoundException";
|
|
156
100
|
readonly $fault: "client";
|
|
157
|
-
constructor(
|
|
158
|
-
opts: __ExceptionOptionType<StageNotFoundException, __BaseException>
|
|
159
|
-
);
|
|
101
|
+
constructor(opts: __ExceptionOptionType<StageNotFoundException, __BaseException>);
|
|
160
102
|
}
|
|
161
103
|
export declare class PipelineVersionNotFoundException extends __BaseException {
|
|
162
104
|
readonly name: "PipelineVersionNotFoundException";
|
|
163
105
|
readonly $fault: "client";
|
|
164
|
-
constructor(
|
|
165
|
-
opts: __ExceptionOptionType<
|
|
166
|
-
PipelineVersionNotFoundException,
|
|
167
|
-
__BaseException
|
|
168
|
-
>
|
|
169
|
-
);
|
|
106
|
+
constructor(opts: __ExceptionOptionType<PipelineVersionNotFoundException, __BaseException>);
|
|
170
107
|
}
|
|
171
108
|
export declare class PipelineExecutionNotFoundException extends __BaseException {
|
|
172
109
|
readonly name: "PipelineExecutionNotFoundException";
|
|
173
110
|
readonly $fault: "client";
|
|
174
|
-
constructor(
|
|
175
|
-
opts: __ExceptionOptionType<
|
|
176
|
-
PipelineExecutionNotFoundException,
|
|
177
|
-
__BaseException
|
|
178
|
-
>
|
|
179
|
-
);
|
|
111
|
+
constructor(opts: __ExceptionOptionType<PipelineExecutionNotFoundException, __BaseException>);
|
|
180
112
|
}
|
|
181
113
|
export declare class InvalidJobException extends __BaseException {
|
|
182
114
|
readonly name: "InvalidJobException";
|
|
183
115
|
readonly $fault: "client";
|
|
184
|
-
constructor(
|
|
185
|
-
opts: __ExceptionOptionType<InvalidJobException, __BaseException>
|
|
186
|
-
);
|
|
116
|
+
constructor(opts: __ExceptionOptionType<InvalidJobException, __BaseException>);
|
|
187
117
|
}
|
|
188
118
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
189
119
|
readonly name: "InvalidNextTokenException";
|
|
190
120
|
readonly $fault: "client";
|
|
191
|
-
constructor(
|
|
192
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
193
|
-
);
|
|
121
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
194
122
|
}
|
|
195
123
|
export declare class InvalidArnException extends __BaseException {
|
|
196
124
|
readonly name: "InvalidArnException";
|
|
197
125
|
readonly $fault: "client";
|
|
198
|
-
constructor(
|
|
199
|
-
opts: __ExceptionOptionType<InvalidArnException, __BaseException>
|
|
200
|
-
);
|
|
126
|
+
constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
|
|
201
127
|
}
|
|
202
128
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
203
129
|
readonly name: "ResourceNotFoundException";
|
|
204
130
|
readonly $fault: "client";
|
|
205
|
-
constructor(
|
|
206
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
207
|
-
);
|
|
131
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
208
132
|
}
|
|
209
133
|
export declare class ConcurrentPipelineExecutionsLimitExceededException extends __BaseException {
|
|
210
134
|
readonly name: "ConcurrentPipelineExecutionsLimitExceededException";
|
|
@@ -213,18 +137,13 @@ export declare class ConcurrentPipelineExecutionsLimitExceededException extends
|
|
|
213
137
|
opts: __ExceptionOptionType<
|
|
214
138
|
ConcurrentPipelineExecutionsLimitExceededException,
|
|
215
139
|
__BaseException
|
|
216
|
-
|
|
140
|
+
>,
|
|
217
141
|
);
|
|
218
142
|
}
|
|
219
143
|
export declare class ConditionNotOverridableException extends __BaseException {
|
|
220
144
|
readonly name: "ConditionNotOverridableException";
|
|
221
145
|
readonly $fault: "client";
|
|
222
|
-
constructor(
|
|
223
|
-
opts: __ExceptionOptionType<
|
|
224
|
-
ConditionNotOverridableException,
|
|
225
|
-
__BaseException
|
|
226
|
-
>
|
|
227
|
-
);
|
|
146
|
+
constructor(opts: __ExceptionOptionType<ConditionNotOverridableException, __BaseException>);
|
|
228
147
|
}
|
|
229
148
|
export declare class ConflictException extends __BaseException {
|
|
230
149
|
readonly name: "ConflictException";
|
|
@@ -234,102 +153,62 @@ export declare class ConflictException extends __BaseException {
|
|
|
234
153
|
export declare class NotLatestPipelineExecutionException extends __BaseException {
|
|
235
154
|
readonly name: "NotLatestPipelineExecutionException";
|
|
236
155
|
readonly $fault: "client";
|
|
237
|
-
constructor(
|
|
238
|
-
opts: __ExceptionOptionType<
|
|
239
|
-
NotLatestPipelineExecutionException,
|
|
240
|
-
__BaseException
|
|
241
|
-
>
|
|
242
|
-
);
|
|
156
|
+
constructor(opts: __ExceptionOptionType<NotLatestPipelineExecutionException, __BaseException>);
|
|
243
157
|
}
|
|
244
158
|
export declare class InvalidApprovalTokenException extends __BaseException {
|
|
245
159
|
readonly name: "InvalidApprovalTokenException";
|
|
246
160
|
readonly $fault: "client";
|
|
247
|
-
constructor(
|
|
248
|
-
opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>
|
|
249
|
-
);
|
|
161
|
+
constructor(opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>);
|
|
250
162
|
}
|
|
251
163
|
export declare class InvalidJobStateException extends __BaseException {
|
|
252
164
|
readonly name: "InvalidJobStateException";
|
|
253
165
|
readonly $fault: "client";
|
|
254
|
-
constructor(
|
|
255
|
-
opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>
|
|
256
|
-
);
|
|
166
|
+
constructor(opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>);
|
|
257
167
|
}
|
|
258
168
|
export declare class OutputVariablesSizeExceededException extends __BaseException {
|
|
259
169
|
readonly name: "OutputVariablesSizeExceededException";
|
|
260
170
|
readonly $fault: "client";
|
|
261
|
-
constructor(
|
|
262
|
-
opts: __ExceptionOptionType<
|
|
263
|
-
OutputVariablesSizeExceededException,
|
|
264
|
-
__BaseException
|
|
265
|
-
>
|
|
266
|
-
);
|
|
171
|
+
constructor(opts: __ExceptionOptionType<OutputVariablesSizeExceededException, __BaseException>);
|
|
267
172
|
}
|
|
268
173
|
export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
|
|
269
174
|
readonly name: "InvalidWebhookAuthenticationParametersException";
|
|
270
175
|
readonly $fault: "client";
|
|
271
176
|
constructor(
|
|
272
|
-
opts: __ExceptionOptionType<
|
|
273
|
-
InvalidWebhookAuthenticationParametersException,
|
|
274
|
-
__BaseException
|
|
275
|
-
>
|
|
177
|
+
opts: __ExceptionOptionType<InvalidWebhookAuthenticationParametersException, __BaseException>,
|
|
276
178
|
);
|
|
277
179
|
}
|
|
278
180
|
export declare class InvalidWebhookFilterPatternException extends __BaseException {
|
|
279
181
|
readonly name: "InvalidWebhookFilterPatternException";
|
|
280
182
|
readonly $fault: "client";
|
|
281
|
-
constructor(
|
|
282
|
-
opts: __ExceptionOptionType<
|
|
283
|
-
InvalidWebhookFilterPatternException,
|
|
284
|
-
__BaseException
|
|
285
|
-
>
|
|
286
|
-
);
|
|
183
|
+
constructor(opts: __ExceptionOptionType<InvalidWebhookFilterPatternException, __BaseException>);
|
|
287
184
|
}
|
|
288
185
|
export declare class StageNotRetryableException extends __BaseException {
|
|
289
186
|
readonly name: "StageNotRetryableException";
|
|
290
187
|
readonly $fault: "client";
|
|
291
|
-
constructor(
|
|
292
|
-
opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>
|
|
293
|
-
);
|
|
188
|
+
constructor(opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>);
|
|
294
189
|
}
|
|
295
190
|
export declare class PipelineExecutionOutdatedException extends __BaseException {
|
|
296
191
|
readonly name: "PipelineExecutionOutdatedException";
|
|
297
192
|
readonly $fault: "client";
|
|
298
|
-
constructor(
|
|
299
|
-
opts: __ExceptionOptionType<
|
|
300
|
-
PipelineExecutionOutdatedException,
|
|
301
|
-
__BaseException
|
|
302
|
-
>
|
|
303
|
-
);
|
|
193
|
+
constructor(opts: __ExceptionOptionType<PipelineExecutionOutdatedException, __BaseException>);
|
|
304
194
|
}
|
|
305
195
|
export declare class UnableToRollbackStageException extends __BaseException {
|
|
306
196
|
readonly name: "UnableToRollbackStageException";
|
|
307
197
|
readonly $fault: "client";
|
|
308
|
-
constructor(
|
|
309
|
-
opts: __ExceptionOptionType<UnableToRollbackStageException, __BaseException>
|
|
310
|
-
);
|
|
198
|
+
constructor(opts: __ExceptionOptionType<UnableToRollbackStageException, __BaseException>);
|
|
311
199
|
}
|
|
312
200
|
export declare class DuplicatedStopRequestException extends __BaseException {
|
|
313
201
|
readonly name: "DuplicatedStopRequestException";
|
|
314
202
|
readonly $fault: "client";
|
|
315
|
-
constructor(
|
|
316
|
-
opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>
|
|
317
|
-
);
|
|
203
|
+
constructor(opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>);
|
|
318
204
|
}
|
|
319
205
|
export declare class PipelineExecutionNotStoppableException extends __BaseException {
|
|
320
206
|
readonly name: "PipelineExecutionNotStoppableException";
|
|
321
207
|
readonly $fault: "client";
|
|
322
|
-
constructor(
|
|
323
|
-
opts: __ExceptionOptionType<
|
|
324
|
-
PipelineExecutionNotStoppableException,
|
|
325
|
-
__BaseException
|
|
326
|
-
>
|
|
327
|
-
);
|
|
208
|
+
constructor(opts: __ExceptionOptionType<PipelineExecutionNotStoppableException, __BaseException>);
|
|
328
209
|
}
|
|
329
210
|
export declare class RequestFailedException extends __BaseException {
|
|
330
211
|
readonly name: "RequestFailedException";
|
|
331
212
|
readonly $fault: "client";
|
|
332
|
-
constructor(
|
|
333
|
-
opts: __ExceptionOptionType<RequestFailedException, __BaseException>
|
|
334
|
-
);
|
|
213
|
+
constructor(opts: __ExceptionOptionType<RequestFailedException, __BaseException>);
|
|
335
214
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { CodePipelineClient } from "../CodePipelineClient";
|
|
3
|
-
export interface CodePipelinePaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface CodePipelinePaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: CodePipelineClient;
|
|
6
5
|
}
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|