@aws-sdk/client-codepipeline 3.337.0 → 3.340.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/README.md +12 -13
- package/dist-cjs/CodePipelineClient.js +2 -1
- package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -1
- package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -1
- package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -1
- package/dist-cjs/commands/CreatePipelineCommand.js +2 -1
- package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +2 -1
- package/dist-cjs/commands/DeletePipelineCommand.js +2 -1
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -1
- package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -1
- package/dist-cjs/commands/DisableStageTransitionCommand.js +2 -1
- package/dist-cjs/commands/EnableStageTransitionCommand.js +2 -1
- package/dist-cjs/commands/GetActionTypeCommand.js +2 -1
- package/dist-cjs/commands/GetJobDetailsCommand.js +2 -1
- package/dist-cjs/commands/GetPipelineCommand.js +2 -1
- package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -1
- package/dist-cjs/commands/GetPipelineStateCommand.js +2 -1
- package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -1
- package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListActionTypesCommand.js +2 -1
- package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListPipelinesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -1
- package/dist-cjs/commands/PollForJobsCommand.js +2 -1
- package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -1
- package/dist-cjs/commands/PutActionRevisionCommand.js +2 -1
- package/dist-cjs/commands/PutApprovalResultCommand.js +2 -1
- package/dist-cjs/commands/PutJobFailureResultCommand.js +2 -1
- package/dist-cjs/commands/PutJobSuccessResultCommand.js +2 -1
- package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +2 -1
- package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +2 -1
- package/dist-cjs/commands/PutWebhookCommand.js +2 -1
- package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -1
- package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -1
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -1
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateActionTypeCommand.js +2 -1
- package/dist-cjs/commands/UpdatePipelineCommand.js +2 -1
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CodePipelineServiceException.js +2 -1
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-es/CodePipelineClient.js +1 -0
- package/dist-es/commands/AcknowledgeJobCommand.js +1 -0
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +1 -0
- package/dist-es/commands/CreateCustomActionTypeCommand.js +1 -0
- package/dist-es/commands/CreatePipelineCommand.js +1 -0
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +1 -0
- package/dist-es/commands/DeletePipelineCommand.js +1 -0
- package/dist-es/commands/DeleteWebhookCommand.js +1 -0
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -0
- package/dist-es/commands/DisableStageTransitionCommand.js +1 -0
- package/dist-es/commands/EnableStageTransitionCommand.js +1 -0
- package/dist-es/commands/GetActionTypeCommand.js +1 -0
- package/dist-es/commands/GetJobDetailsCommand.js +1 -0
- package/dist-es/commands/GetPipelineCommand.js +1 -0
- package/dist-es/commands/GetPipelineExecutionCommand.js +1 -0
- package/dist-es/commands/GetPipelineStateCommand.js +1 -0
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +1 -0
- package/dist-es/commands/ListActionExecutionsCommand.js +1 -0
- package/dist-es/commands/ListActionTypesCommand.js +1 -0
- package/dist-es/commands/ListPipelineExecutionsCommand.js +1 -0
- package/dist-es/commands/ListPipelinesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWebhooksCommand.js +1 -0
- package/dist-es/commands/PollForJobsCommand.js +1 -0
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +1 -0
- package/dist-es/commands/PutActionRevisionCommand.js +1 -0
- package/dist-es/commands/PutApprovalResultCommand.js +1 -0
- package/dist-es/commands/PutJobFailureResultCommand.js +1 -0
- package/dist-es/commands/PutJobSuccessResultCommand.js +1 -0
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +1 -0
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +1 -0
- package/dist-es/commands/PutWebhookCommand.js +1 -0
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +1 -0
- package/dist-es/commands/RetryStageExecutionCommand.js +1 -0
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -0
- package/dist-es/commands/StopPipelineExecutionCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateActionTypeCommand.js +1 -0
- package/dist-es/commands/UpdatePipelineCommand.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/index.js +2 -2
- package/dist-es/models/CodePipelineServiceException.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/CodePipeline.d.ts +83 -84
- package/dist-types/CodePipelineClient.d.ts +86 -87
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +5 -1
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -1
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +12 -8
- package/dist-types/commands/CreatePipelineCommand.d.ts +22 -18
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +7 -3
- package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +5 -2
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -3
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +5 -1
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +5 -1
- package/dist-types/commands/GetActionTypeCommand.d.ts +7 -3
- package/dist-types/commands/GetJobDetailsCommand.d.ts +15 -11
- package/dist-types/commands/GetPipelineCommand.d.ts +12 -7
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +5 -1
- package/dist-types/commands/GetPipelineStateCommand.d.ts +9 -5
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +15 -11
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +7 -3
- package/dist-types/commands/ListActionTypesCommand.d.ts +9 -5
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -2
- package/dist-types/commands/ListPipelinesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +8 -4
- package/dist-types/commands/PollForJobsCommand.d.ts +20 -16
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +11 -7
- package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -1
- package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -2
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +5 -1
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +4 -0
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +5 -1
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -0
- package/dist-types/commands/PutWebhookCommand.d.ts +16 -11
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +4 -0
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +8 -3
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -1
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -2
- package/dist-types/commands/UpdatePipelineCommand.d.ts +20 -16
- package/dist-types/index.d.ts +200 -2
- package/dist-types/models/CodePipelineServiceException.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +195 -178
- package/dist-types/ts3.4/CodePipelineClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { GetThirdPartyJobDetailsInput, GetThirdPartyJobDetailsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -21,12 +25,12 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
|
|
|
21
25
|
* @public
|
|
22
26
|
* <p>Requests the details of a job for a third party action. Used for partner actions
|
|
23
27
|
* only.</p>
|
|
24
|
-
*
|
|
25
|
-
* <p>When this API is called,
|
|
26
|
-
* S3 bucket used to store artifacts for the pipeline, if the action requires
|
|
27
|
-
* that S3 bucket for input or output artifacts. This API also returns any
|
|
28
|
-
* values defined for the action.</p>
|
|
29
|
-
*
|
|
28
|
+
* <important>
|
|
29
|
+
* <p>When this API is called, CodePipeline returns temporary credentials for
|
|
30
|
+
* the S3 bucket used to store artifacts for the pipeline, if the action requires
|
|
31
|
+
* access to that S3 bucket for input or output artifacts. This API also returns any
|
|
32
|
+
* secret values defined for the action.</p>
|
|
33
|
+
* </important>
|
|
30
34
|
* @example
|
|
31
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
32
36
|
* ```javascript
|
|
@@ -44,8 +48,8 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
|
|
|
44
48
|
* // id: "STRING_VALUE",
|
|
45
49
|
* // data: { // ThirdPartyJobData
|
|
46
50
|
* // actionTypeId: { // ActionTypeId
|
|
47
|
-
* // category: "
|
|
48
|
-
* // owner: "
|
|
51
|
+
* // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
|
|
52
|
+
* // owner: "AWS" || "ThirdParty" || "Custom", // required
|
|
49
53
|
* // provider: "STRING_VALUE", // required
|
|
50
54
|
* // version: "STRING_VALUE", // required
|
|
51
55
|
* // },
|
|
@@ -71,7 +75,7 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
|
|
|
71
75
|
* // name: "STRING_VALUE",
|
|
72
76
|
* // revision: "STRING_VALUE",
|
|
73
77
|
* // location: { // ArtifactLocation
|
|
74
|
-
* // type: "
|
|
78
|
+
* // type: "S3",
|
|
75
79
|
* // s3Location: { // S3ArtifactLocation
|
|
76
80
|
* // bucketName: "STRING_VALUE", // required
|
|
77
81
|
* // objectKey: "STRING_VALUE", // required
|
|
@@ -84,7 +88,7 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
|
|
|
84
88
|
* // name: "STRING_VALUE",
|
|
85
89
|
* // revision: "STRING_VALUE",
|
|
86
90
|
* // location: {
|
|
87
|
-
* // type: "
|
|
91
|
+
* // type: "S3",
|
|
88
92
|
* // s3Location: {
|
|
89
93
|
* // bucketName: "STRING_VALUE", // required
|
|
90
94
|
* // objectKey: "STRING_VALUE", // required
|
|
@@ -100,7 +104,7 @@ export interface GetThirdPartyJobDetailsCommandOutput extends GetThirdPartyJobDe
|
|
|
100
104
|
* // continuationToken: "STRING_VALUE",
|
|
101
105
|
* // encryptionKey: { // EncryptionKey
|
|
102
106
|
* // id: "STRING_VALUE", // required
|
|
103
|
-
* // type: "
|
|
107
|
+
* // type: "KMS", // required
|
|
104
108
|
* // },
|
|
105
109
|
* // },
|
|
106
110
|
* // nonce: "STRING_VALUE",
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -46,11 +50,11 @@ export interface ListActionExecutionsCommandOutput extends ListActionExecutionsO
|
|
|
46
50
|
* // actionName: "STRING_VALUE",
|
|
47
51
|
* // startTime: new Date("TIMESTAMP"),
|
|
48
52
|
* // lastUpdateTime: new Date("TIMESTAMP"),
|
|
49
|
-
* // status: "
|
|
53
|
+
* // status: "InProgress" || "Abandoned" || "Succeeded" || "Failed",
|
|
50
54
|
* // input: { // ActionExecutionInput
|
|
51
55
|
* // actionTypeId: { // ActionTypeId
|
|
52
|
-
* // category: "
|
|
53
|
-
* // owner: "
|
|
56
|
+
* // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
|
|
57
|
+
* // owner: "AWS" || "ThirdParty" || "Custom", // required
|
|
54
58
|
* // provider: "STRING_VALUE", // required
|
|
55
59
|
* // version: "STRING_VALUE", // required
|
|
56
60
|
* // },
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -19,7 +23,7 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
|
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
22
|
-
* <p>Gets a summary of all
|
|
26
|
+
* <p>Gets a summary of all CodePipeline action types associated with your
|
|
23
27
|
* account.</p>
|
|
24
28
|
* @example
|
|
25
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,7 +32,7 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
|
|
|
28
32
|
* // const { CodePipelineClient, ListActionTypesCommand } = require("@aws-sdk/client-codepipeline"); // CommonJS import
|
|
29
33
|
* const client = new CodePipelineClient(config);
|
|
30
34
|
* const input = { // ListActionTypesInput
|
|
31
|
-
* actionOwnerFilter: "
|
|
35
|
+
* actionOwnerFilter: "AWS" || "ThirdParty" || "Custom",
|
|
32
36
|
* nextToken: "STRING_VALUE",
|
|
33
37
|
* regionFilter: "STRING_VALUE",
|
|
34
38
|
* };
|
|
@@ -38,8 +42,8 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
|
|
|
38
42
|
* // actionTypes: [ // ActionTypeList // required
|
|
39
43
|
* // { // ActionType
|
|
40
44
|
* // id: { // ActionTypeId
|
|
41
|
-
* // category: "
|
|
42
|
-
* // owner: "
|
|
45
|
+
* // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
|
|
46
|
+
* // owner: "AWS" || "ThirdParty" || "Custom", // required
|
|
43
47
|
* // provider: "STRING_VALUE", // required
|
|
44
48
|
* // version: "STRING_VALUE", // required
|
|
45
49
|
* // },
|
|
@@ -57,7 +61,7 @@ export interface ListActionTypesCommandOutput extends ListActionTypesOutput, __M
|
|
|
57
61
|
* // secret: true || false, // required
|
|
58
62
|
* // queryable: true || false,
|
|
59
63
|
* // description: "STRING_VALUE",
|
|
60
|
-
* // type: "
|
|
64
|
+
* // type: "String" || "Number" || "Boolean",
|
|
61
65
|
* // },
|
|
62
66
|
* // ],
|
|
63
67
|
* // inputArtifactDetails: { // ArtifactDetails
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -37,7 +41,7 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti
|
|
|
37
41
|
* // pipelineExecutionSummaries: [ // PipelineExecutionSummaryList
|
|
38
42
|
* // { // PipelineExecutionSummary
|
|
39
43
|
* // pipelineExecutionId: "STRING_VALUE",
|
|
40
|
-
* // status: "
|
|
44
|
+
* // status: "Cancelled" || "InProgress" || "Stopped" || "Stopping" || "Succeeded" || "Superseded" || "Failed",
|
|
41
45
|
* // startTime: new Date("TIMESTAMP"),
|
|
42
46
|
* // lastUpdateTime: new Date("TIMESTAMP"),
|
|
43
47
|
* // sourceRevisions: [ // SourceRevisionList
|
|
@@ -49,7 +53,7 @@ export interface ListPipelineExecutionsCommandOutput extends ListPipelineExecuti
|
|
|
49
53
|
* // },
|
|
50
54
|
* // ],
|
|
51
55
|
* // trigger: { // ExecutionTrigger
|
|
52
|
-
* // triggerType: "
|
|
56
|
+
* // triggerType: "CreatePipeline" || "StartPipelineExecution" || "PollForSourceChanges" || "Webhook" || "CloudWatchEvent" || "PutActionRevision",
|
|
53
57
|
* // triggerDetail: "STRING_VALUE",
|
|
54
58
|
* // },
|
|
55
59
|
* // stopTrigger: { // StopExecutionTrigger
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -19,9 +23,9 @@ export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __Metadat
|
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
22
|
-
* <p>Gets a listing of all the webhooks in this
|
|
23
|
-
* lists all webhooks and includes the webhook URL and ARN and the
|
|
24
|
-
* webhook.</p>
|
|
26
|
+
* <p>Gets a listing of all the webhooks in this Amazon Web Services Region for this
|
|
27
|
+
* account. The output lists all webhooks and includes the webhook URL and ARN and the
|
|
28
|
+
* configuration for each webhook.</p>
|
|
25
29
|
* @example
|
|
26
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
31
|
* ```javascript
|
|
@@ -47,7 +51,7 @@ export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __Metadat
|
|
|
47
51
|
* // matchEquals: "STRING_VALUE",
|
|
48
52
|
* // },
|
|
49
53
|
* // ],
|
|
50
|
-
* // authentication: "
|
|
54
|
+
* // authentication: "GITHUB_HMAC" || "IP" || "UNAUTHENTICATED", // required
|
|
51
55
|
* // authenticationConfiguration: { // WebhookAuthConfiguration
|
|
52
56
|
* // AllowedIPRange: "STRING_VALUE",
|
|
53
57
|
* // SecretToken: "STRING_VALUE",
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -19,16 +23,16 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
|
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
22
|
-
* <p>Returns information about any jobs for
|
|
26
|
+
* <p>Returns information about any jobs for CodePipeline to act on.
|
|
23
27
|
* <code>PollForJobs</code> is valid only for action types with "Custom" in the owner
|
|
24
|
-
* field. If the action type contains
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* <p>When this API is called,
|
|
28
|
-
* S3 bucket used to store artifacts for the pipeline, if the action requires
|
|
29
|
-
* that S3 bucket for input or output artifacts. This API also returns any
|
|
30
|
-
* values defined for the action.</p>
|
|
31
|
-
*
|
|
28
|
+
* field. If the action type contains <code>AWS</code> or <code>ThirdParty</code> in the
|
|
29
|
+
* owner field, the <code>PollForJobs</code> action returns an error.</p>
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>When this API is called, CodePipeline returns temporary credentials for
|
|
32
|
+
* the S3 bucket used to store artifacts for the pipeline, if the action requires
|
|
33
|
+
* access to that S3 bucket for input or output artifacts. This API also returns any
|
|
34
|
+
* secret values defined for the action.</p>
|
|
35
|
+
* </important>
|
|
32
36
|
* @example
|
|
33
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
38
|
* ```javascript
|
|
@@ -37,8 +41,8 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
|
|
|
37
41
|
* const client = new CodePipelineClient(config);
|
|
38
42
|
* const input = { // PollForJobsInput
|
|
39
43
|
* actionTypeId: { // ActionTypeId
|
|
40
|
-
* category: "
|
|
41
|
-
* owner: "
|
|
44
|
+
* category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
|
|
45
|
+
* owner: "AWS" || "ThirdParty" || "Custom", // required
|
|
42
46
|
* provider: "STRING_VALUE", // required
|
|
43
47
|
* version: "STRING_VALUE", // required
|
|
44
48
|
* },
|
|
@@ -55,8 +59,8 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
|
|
|
55
59
|
* // id: "STRING_VALUE",
|
|
56
60
|
* // data: { // JobData
|
|
57
61
|
* // actionTypeId: { // ActionTypeId
|
|
58
|
-
* // category: "
|
|
59
|
-
* // owner: "
|
|
62
|
+
* // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
|
|
63
|
+
* // owner: "AWS" || "ThirdParty" || "Custom", // required
|
|
60
64
|
* // provider: "STRING_VALUE", // required
|
|
61
65
|
* // version: "STRING_VALUE", // required
|
|
62
66
|
* // },
|
|
@@ -82,7 +86,7 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
|
|
|
82
86
|
* // name: "STRING_VALUE",
|
|
83
87
|
* // revision: "STRING_VALUE",
|
|
84
88
|
* // location: { // ArtifactLocation
|
|
85
|
-
* // type: "
|
|
89
|
+
* // type: "S3",
|
|
86
90
|
* // s3Location: { // S3ArtifactLocation
|
|
87
91
|
* // bucketName: "STRING_VALUE", // required
|
|
88
92
|
* // objectKey: "STRING_VALUE", // required
|
|
@@ -95,7 +99,7 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
|
|
|
95
99
|
* // name: "STRING_VALUE",
|
|
96
100
|
* // revision: "STRING_VALUE",
|
|
97
101
|
* // location: {
|
|
98
|
-
* // type: "
|
|
102
|
+
* // type: "S3",
|
|
99
103
|
* // s3Location: {
|
|
100
104
|
* // bucketName: "STRING_VALUE", // required
|
|
101
105
|
* // objectKey: "STRING_VALUE", // required
|
|
@@ -111,7 +115,7 @@ export interface PollForJobsCommandOutput extends PollForJobsOutput, __MetadataB
|
|
|
111
115
|
* // continuationToken: "STRING_VALUE",
|
|
112
116
|
* // encryptionKey: { // EncryptionKey
|
|
113
117
|
* // id: "STRING_VALUE", // required
|
|
114
|
-
* // type: "
|
|
118
|
+
* // type: "KMS", // required
|
|
115
119
|
* // },
|
|
116
120
|
* // },
|
|
117
121
|
* // nonce: "STRING_VALUE",
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -21,11 +25,11 @@ export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJob
|
|
|
21
25
|
* @public
|
|
22
26
|
* <p>Determines whether there are any third party jobs for a job worker to act on. Used
|
|
23
27
|
* for partner actions only.</p>
|
|
24
|
-
*
|
|
25
|
-
* <p>When this API is called,
|
|
26
|
-
* S3 bucket used to store artifacts for the pipeline, if the action requires
|
|
27
|
-
* that S3 bucket for input or output artifacts.</p>
|
|
28
|
-
*
|
|
28
|
+
* <important>
|
|
29
|
+
* <p>When this API is called, CodePipeline returns temporary credentials for
|
|
30
|
+
* the S3 bucket used to store artifacts for the pipeline, if the action requires
|
|
31
|
+
* access to that S3 bucket for input or output artifacts.</p>
|
|
32
|
+
* </important>
|
|
29
33
|
* @example
|
|
30
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
35
|
* ```javascript
|
|
@@ -34,8 +38,8 @@ export interface PollForThirdPartyJobsCommandOutput extends PollForThirdPartyJob
|
|
|
34
38
|
* const client = new CodePipelineClient(config);
|
|
35
39
|
* const input = { // PollForThirdPartyJobsInput
|
|
36
40
|
* actionTypeId: { // ActionTypeId
|
|
37
|
-
* category: "
|
|
38
|
-
* owner: "
|
|
41
|
+
* category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
|
|
42
|
+
* owner: "AWS" || "ThirdParty" || "Custom", // required
|
|
39
43
|
* provider: "STRING_VALUE", // required
|
|
40
44
|
* version: "STRING_VALUE", // required
|
|
41
45
|
* },
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -19,7 +23,8 @@ export interface PutActionRevisionCommandOutput extends PutActionRevisionOutput,
|
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
22
|
-
* <p>Provides information to
|
|
26
|
+
* <p>Provides information to CodePipeline about new revisions to a
|
|
27
|
+
* source.</p>
|
|
23
28
|
* @example
|
|
24
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
30
|
* ```javascript
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -19,7 +23,7 @@ export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput,
|
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
22
|
-
* <p>Provides the response to a manual approval request to
|
|
26
|
+
* <p>Provides the response to a manual approval request to CodePipeline. Valid
|
|
23
27
|
* responses include Approved and Rejected.</p>
|
|
24
28
|
* @example
|
|
25
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -33,7 +37,7 @@ export interface PutApprovalResultCommandOutput extends PutApprovalResultOutput,
|
|
|
33
37
|
* actionName: "STRING_VALUE", // required
|
|
34
38
|
* result: { // ApprovalResult
|
|
35
39
|
* summary: "STRING_VALUE", // required
|
|
36
|
-
* status: "
|
|
40
|
+
* status: "Approved" || "Rejected", // required
|
|
37
41
|
* },
|
|
38
42
|
* token: "STRING_VALUE", // required
|
|
39
43
|
* };
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PutJobFailureResultInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -30,7 +34,7 @@ export interface PutJobFailureResultCommandOutput extends __MetadataBearer {
|
|
|
30
34
|
* const input = { // PutJobFailureResultInput
|
|
31
35
|
* jobId: "STRING_VALUE", // required
|
|
32
36
|
* failureDetails: { // FailureDetails
|
|
33
|
-
* type: "
|
|
37
|
+
* type: "JobFailed" || "ConfigurationError" || "PermissionError" || "RevisionOutOfSync" || "RevisionUnavailable" || "SystemUnavailable", // required
|
|
34
38
|
* message: "STRING_VALUE", // required
|
|
35
39
|
* externalExecutionId: "STRING_VALUE",
|
|
36
40
|
* },
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PutJobSuccessResultInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PutThirdPartyJobFailureResultInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -31,7 +35,7 @@ export interface PutThirdPartyJobFailureResultCommandOutput extends __MetadataBe
|
|
|
31
35
|
* jobId: "STRING_VALUE", // required
|
|
32
36
|
* clientToken: "STRING_VALUE", // required
|
|
33
37
|
* failureDetails: { // FailureDetails
|
|
34
|
-
* type: "
|
|
38
|
+
* type: "JobFailed" || "ConfigurationError" || "PermissionError" || "RevisionOutOfSync" || "RevisionUnavailable" || "SystemUnavailable", // required
|
|
35
39
|
* message: "STRING_VALUE", // required
|
|
36
40
|
* externalExecutionId: "STRING_VALUE",
|
|
37
41
|
* },
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PutThirdPartyJobSuccessResultInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { PutWebhookInput, PutWebhookOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -19,13 +23,14 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
|
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
22
|
-
* <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
|
23
|
-
* URL can be supplied to third party source hosting providers to call every time
|
|
24
|
-
* code change. When CodePipeline receives a POST request on this URL, the
|
|
25
|
-
* in the webhook is started as long as the POST request satisfied the
|
|
26
|
-
* filtering requirements supplied when defining the webhook.
|
|
27
|
-
* and DeregisterWebhookWithThirdParty APIs can be used to
|
|
28
|
-
* supported third parties to call the generated webhook
|
|
26
|
+
* <p>Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
|
27
|
+
* This URL can be supplied to third party source hosting providers to call every time
|
|
28
|
+
* there's a code change. When CodePipeline receives a POST request on this URL, the
|
|
29
|
+
* pipeline defined in the webhook is started as long as the POST request satisfied the
|
|
30
|
+
* authentication and filtering requirements supplied when defining the webhook.
|
|
31
|
+
* RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to
|
|
32
|
+
* automatically configure supported third parties to call the generated webhook
|
|
33
|
+
* URL.</p>
|
|
29
34
|
* @example
|
|
30
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
36
|
* ```javascript
|
|
@@ -43,7 +48,7 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
|
|
|
43
48
|
* matchEquals: "STRING_VALUE",
|
|
44
49
|
* },
|
|
45
50
|
* ],
|
|
46
|
-
* authentication: "
|
|
51
|
+
* authentication: "GITHUB_HMAC" || "IP" || "UNAUTHENTICATED", // required
|
|
47
52
|
* authenticationConfiguration: { // WebhookAuthConfiguration
|
|
48
53
|
* AllowedIPRange: "STRING_VALUE",
|
|
49
54
|
* SecretToken: "STRING_VALUE",
|
|
@@ -70,7 +75,7 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
|
|
|
70
75
|
* // matchEquals: "STRING_VALUE",
|
|
71
76
|
* // },
|
|
72
77
|
* // ],
|
|
73
|
-
* // authentication: "
|
|
78
|
+
* // authentication: "GITHUB_HMAC" || "IP" || "UNAUTHENTICATED", // required
|
|
74
79
|
* // authenticationConfiguration: { // WebhookAuthConfiguration
|
|
75
80
|
* // AllowedIPRange: "STRING_VALUE",
|
|
76
81
|
* // SecretToken: "STRING_VALUE",
|
|
@@ -111,8 +116,8 @@ export interface PutWebhookCommandOutput extends PutWebhookOutput, __MetadataBea
|
|
|
111
116
|
* <p>The specified event filter rule is in an invalid format.</p>
|
|
112
117
|
*
|
|
113
118
|
* @throws {@link LimitExceededException} (client fault)
|
|
114
|
-
* <p>The number of pipelines associated with the
|
|
115
|
-
* allowed for the account.</p>
|
|
119
|
+
* <p>The number of pipelines associated with the Amazon Web Services account has exceeded
|
|
120
|
+
* the limit allowed for the account.</p>
|
|
116
121
|
*
|
|
117
122
|
* @throws {@link PipelineNotFoundException} (client fault)
|
|
118
123
|
* <p>The pipeline was specified in an invalid format or cannot be found.</p>
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -33,7 +37,7 @@ export interface RetryStageExecutionCommandOutput extends RetryStageExecutionOut
|
|
|
33
37
|
* pipelineName: "STRING_VALUE", // required
|
|
34
38
|
* stageName: "STRING_VALUE", // required
|
|
35
39
|
* pipelineExecutionId: "STRING_VALUE", // required
|
|
36
|
-
* retryMode: "
|
|
40
|
+
* retryMode: "FAILED_ACTIONS", // required
|
|
37
41
|
* };
|
|
38
42
|
* const command = new RetryStageExecutionCommand(input);
|
|
39
43
|
* const response = await client.send(command);
|
|
@@ -54,8 +58,9 @@ export interface RetryStageExecutionCommandOutput extends RetryStageExecutionOut
|
|
|
54
58
|
* activities. Try again later.</p>
|
|
55
59
|
*
|
|
56
60
|
* @throws {@link NotLatestPipelineExecutionException} (client fault)
|
|
57
|
-
* <p>The stage has failed in a later run of the pipeline and the
|
|
58
|
-
*
|
|
61
|
+
* <p>The stage has failed in a later run of the pipeline and the
|
|
62
|
+
* <code>pipelineExecutionId</code> associated with the request is out of
|
|
63
|
+
* date.</p>
|
|
59
64
|
*
|
|
60
65
|
* @throws {@link PipelineNotFoundException} (client fault)
|
|
61
66
|
* <p>The pipeline was specified in an invalid format or cannot be found.</p>
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
|
|
5
5
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -19,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
19
23
|
}
|
|
20
24
|
/**
|
|
21
25
|
* @public
|
|
22
|
-
* <p>Removes tags from an
|
|
26
|
+
* <p>Removes tags from an Amazon Web Services resource.</p>
|
|
23
27
|
* @example
|
|
24
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
29
|
* ```javascript
|