Skip to content

Commit

Permalink
aws#479 CloudWatchEvent renamed to EventBridgeEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmarquezini committed Dec 17, 2023
1 parent 532af4b commit de0ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/codepipeline_cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
)

// CodePipelineEvent is documented at:
// https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#codepipeline_event_type
// https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#codepipeline_event_type
type CodePipelineEventBridgeEvent struct {
// Version is the version of the event's schema.
Version string `json:"version"`
Expand Down

0 comments on commit de0ba7c

Please sign in to comment.