From e512a38652c8794f651324aa389f1a1756aa22c7 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Tue, 12 Sep 2017 15:34:01 -0700 Subject: [PATCH] service/autoscaling: Documenation Update Corrects documentation for PutScalingPolicy.AutoScalingGroupName Fix #1474 --- models/apis/autoscaling/2011-01-01/docs-2.json | 2 +- service/autoscaling/api.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/apis/autoscaling/2011-01-01/docs-2.json b/models/apis/autoscaling/2011-01-01/docs-2.json index 4af1251818b..f8eab870a2a 100644 --- a/models/apis/autoscaling/2011-01-01/docs-2.json +++ b/models/apis/autoscaling/2011-01-01/docs-2.json @@ -1135,7 +1135,7 @@ "PutLifecycleHookType$RoleARN": "

The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

This parameter is required for new lifecycle hooks, but optional when updating existing hooks.

", "PutNotificationConfigurationType$AutoScalingGroupName": "

The name of the Auto Scaling group.

", "PutNotificationConfigurationType$TopicARN": "

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.

", - "PutScalingPolicyType$AutoScalingGroupName": "

The name or ARN of the group.

", + "PutScalingPolicyType$AutoScalingGroupName": "

The name of the group.

", "PutScheduledUpdateGroupActionType$AutoScalingGroupName": "

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

", "RecordLifecycleActionHeartbeatType$AutoScalingGroupName": "

The name of the Auto Scaling group for the hook.

", "ScalingPolicy$PolicyARN": "

The Amazon Resource Name (ARN) of the policy.

", diff --git a/service/autoscaling/api.go b/service/autoscaling/api.go index 88c30506bfd..685221599a6 100644 --- a/service/autoscaling/api.go +++ b/service/autoscaling/api.go @@ -10644,7 +10644,7 @@ type PutScalingPolicyInput struct { // in the Auto Scaling User Guide. AdjustmentType *string `min:"1" type:"string"` - // The name or ARN of the group. + // The name of the group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"`