We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96851ae commit d00ce2eCopy full SHA for d00ce2e
events/codepipeline_cloudwatch.go
@@ -109,7 +109,7 @@ type CodePipelineEventDetailType struct {
109
}
110
111
type CodePipelineEventDetailExecutionResult struct {
112
- ExternalExecutionUrl string `json:"external-execution-url"`
+ ExternalExecutionURL string `json:"external-execution-url"`
113
114
ExternalExecutionSummary string `json:"external-execution-summary"`
115
0 commit comments