Skip to content

Commit

Permalink
Update aws/internal/service/autoscalingplans/finder/finder.go
Browse files Browse the repository at this point in the history
Co-authored-by: angie pinilla <angelinepinilla@gmail.com>
  • Loading branch information
ewbankkit and anGie44 committed Oct 21, 2020
1 parent 4e83eb6 commit 543e5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/internal/service/autoscalingplans/finder/finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// ScalingPlan returns the scaling plan corresponding to the specified name and version.
// Returns returns nil and potentially an API error if no scaling plan is found.
// Returns nil and potentially an API error if no scaling plan is found.
func ScalingPlan(conn *autoscalingplans.AutoScalingPlans, scalingPlanName string, scalingPlanVersion int) (*autoscalingplans.ScalingPlan, error) {
input := &autoscalingplans.DescribeScalingPlansInput{
ScalingPlanNames: aws.StringSlice([]string{scalingPlanName}),
Expand Down

0 comments on commit 543e5d3

Please sign in to comment.