Skip to content

Commit 14fe097

Browse files
author
AWS
committed
AWS CodePipeline Update: AWS CodePipeline V2 type pipelines now support ECRBuildAndPublish and InspectorScan actions.
1 parent 46504ed commit 14fe097

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodePipeline",
4+
"contributor": "",
5+
"description": "AWS CodePipeline V2 type pipelines now support ECRBuildAndPublish and InspectorScan actions."
6+
}

services/codepipeline/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,10 @@
996996
"errorDetails":{
997997
"shape":"ErrorDetails",
998998
"documentation":"<p>The details of an error returned by a URL external to Amazon Web Services.</p>"
999+
},
1000+
"logStreamARN":{
1001+
"shape":"LogStreamARN",
1002+
"documentation":"<p>The Amazon Resource Name (ARN) of the log stream for the action compute.</p>"
9991003
}
10001004
},
10011005
"documentation":"<p>Represents information about the run of an action.</p>"
@@ -1133,7 +1137,11 @@
11331137
"shape":"Url",
11341138
"documentation":"<p>The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.</p>"
11351139
},
1136-
"errorDetails":{"shape":"ErrorDetails"}
1140+
"errorDetails":{"shape":"ErrorDetails"},
1141+
"logStreamARN":{
1142+
"shape":"LogStreamARN",
1143+
"documentation":"<p>The Amazon Resource Name (ARN) of the log stream for the action compute.</p>"
1144+
}
11371145
},
11381146
"documentation":"<p>Execution result information, such as the external execution ID.</p>"
11391147
},
@@ -3268,6 +3276,11 @@
32683276
}
32693277
}
32703278
},
3279+
"LogStreamARN":{
3280+
"type":"string",
3281+
"max":250,
3282+
"min":1
3283+
},
32713284
"MatchEquals":{
32723285
"type":"string",
32733286
"max":150,
@@ -3988,7 +4001,7 @@
39884001
},
39894002
"token":{
39904003
"shape":"ApprovalToken",
3991-
"documentation":"<p>The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the <a>GetPipelineState</a> action. It is used to validate that the approval request corresponding to this token is still valid.</p>"
4004+
"documentation":"<p>The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the <a>GetPipelineState</a> action. It is used to validate that the approval request corresponding to this token is still valid.</p> <important> <p>For a pipeline where the execution mode is set to PARALLEL, the token required to approve/reject approval request as detailed above is not available. Instead, use the <code>externalExecutionId</code> from the <code>GetPipelineState</code> action as the token in the approval request.</p> </important>"
39924005
}
39934006
},
39944007
"documentation":"<p>Represents the input of a <code>PutApprovalResult</code> action.</p>"

0 commit comments

Comments
 (0)