Documentation ¶
Overview ¶
Package autoscaling provides the client and types for making API requests to Auto Scaling.
Amazon EC2 Auto Scaling is designed to automatically launch or terminate EC2 instances based on user-defined policies, schedules, and health checks. Use this service with AWS Auto Scaling, Amazon CloudWatch, and Elastic Load Balancing.
For more information, see the Amazon EC2 Auto Scaling User Guide (http://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html).
See https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01 for more information on this service.
See autoscaling package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/autoscaling/
Using the Client ¶
To contact Auto Scaling with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Auto Scaling client AutoScaling for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/autoscaling/#New
Index ¶
- Constants
- type Activity
- func (s Activity) GoString() string
- func (s *Activity) SetActivityId(v string) *Activity
- func (s *Activity) SetAutoScalingGroupName(v string) *Activity
- func (s *Activity) SetCause(v string) *Activity
- func (s *Activity) SetDescription(v string) *Activity
- func (s *Activity) SetDetails(v string) *Activity
- func (s *Activity) SetEndTime(v time.Time) *Activity
- func (s *Activity) SetProgress(v int64) *Activity
- func (s *Activity) SetStartTime(v time.Time) *Activity
- func (s *Activity) SetStatusCode(v string) *Activity
- func (s *Activity) SetStatusMessage(v string) *Activity
- func (s Activity) String() string
- type AdjustmentType
- type Alarm
- type AttachInstancesInput
- func (s AttachInstancesInput) GoString() string
- func (s *AttachInstancesInput) SetAutoScalingGroupName(v string) *AttachInstancesInput
- func (s *AttachInstancesInput) SetInstanceIds(v []*string) *AttachInstancesInput
- func (s AttachInstancesInput) String() string
- func (s *AttachInstancesInput) Validate() error
- type AttachInstancesOutput
- type AttachLoadBalancerTargetGroupsInput
- func (s AttachLoadBalancerTargetGroupsInput) GoString() string
- func (s *AttachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName(v string) *AttachLoadBalancerTargetGroupsInput
- func (s *AttachLoadBalancerTargetGroupsInput) SetTargetGroupARNs(v []*string) *AttachLoadBalancerTargetGroupsInput
- func (s AttachLoadBalancerTargetGroupsInput) String() string
- func (s *AttachLoadBalancerTargetGroupsInput) Validate() error
- type AttachLoadBalancerTargetGroupsOutput
- type AttachLoadBalancersInput
- func (s AttachLoadBalancersInput) GoString() string
- func (s *AttachLoadBalancersInput) SetAutoScalingGroupName(v string) *AttachLoadBalancersInput
- func (s *AttachLoadBalancersInput) SetLoadBalancerNames(v []*string) *AttachLoadBalancersInput
- func (s AttachLoadBalancersInput) String() string
- func (s *AttachLoadBalancersInput) Validate() error
- type AttachLoadBalancersOutput
- type AutoScaling
- func (c *AutoScaling) AttachInstances(input *AttachInstancesInput) (*AttachInstancesOutput, error)
- func (c *AutoScaling) AttachInstancesRequest(input *AttachInstancesInput) (req *request.Request, output *AttachInstancesOutput)
- func (c *AutoScaling) AttachInstancesWithContext(ctx aws.Context, input *AttachInstancesInput, opts ...request.Option) (*AttachInstancesOutput, error)
- func (c *AutoScaling) AttachLoadBalancerTargetGroups(input *AttachLoadBalancerTargetGroupsInput) (*AttachLoadBalancerTargetGroupsOutput, error)
- func (c *AutoScaling) AttachLoadBalancerTargetGroupsRequest(input *AttachLoadBalancerTargetGroupsInput) (req *request.Request, output *AttachLoadBalancerTargetGroupsOutput)
- func (c *AutoScaling) AttachLoadBalancerTargetGroupsWithContext(ctx aws.Context, input *AttachLoadBalancerTargetGroupsInput, ...) (*AttachLoadBalancerTargetGroupsOutput, error)
- func (c *AutoScaling) AttachLoadBalancers(input *AttachLoadBalancersInput) (*AttachLoadBalancersOutput, error)
- func (c *AutoScaling) AttachLoadBalancersRequest(input *AttachLoadBalancersInput) (req *request.Request, output *AttachLoadBalancersOutput)
- func (c *AutoScaling) AttachLoadBalancersWithContext(ctx aws.Context, input *AttachLoadBalancersInput, opts ...request.Option) (*AttachLoadBalancersOutput, error)
- func (c *AutoScaling) BatchDeleteScheduledAction(input *BatchDeleteScheduledActionInput) (*BatchDeleteScheduledActionOutput, error)
- func (c *AutoScaling) BatchDeleteScheduledActionRequest(input *BatchDeleteScheduledActionInput) (req *request.Request, output *BatchDeleteScheduledActionOutput)
- func (c *AutoScaling) BatchDeleteScheduledActionWithContext(ctx aws.Context, input *BatchDeleteScheduledActionInput, ...) (*BatchDeleteScheduledActionOutput, error)
- func (c *AutoScaling) BatchPutScheduledUpdateGroupAction(input *BatchPutScheduledUpdateGroupActionInput) (*BatchPutScheduledUpdateGroupActionOutput, error)
- func (c *AutoScaling) BatchPutScheduledUpdateGroupActionRequest(input *BatchPutScheduledUpdateGroupActionInput) (req *request.Request, output *BatchPutScheduledUpdateGroupActionOutput)
- func (c *AutoScaling) BatchPutScheduledUpdateGroupActionWithContext(ctx aws.Context, input *BatchPutScheduledUpdateGroupActionInput, ...) (*BatchPutScheduledUpdateGroupActionOutput, error)
- func (c *AutoScaling) CompleteLifecycleAction(input *CompleteLifecycleActionInput) (*CompleteLifecycleActionOutput, error)
- func (c *AutoScaling) CompleteLifecycleActionRequest(input *CompleteLifecycleActionInput) (req *request.Request, output *CompleteLifecycleActionOutput)
- func (c *AutoScaling) CompleteLifecycleActionWithContext(ctx aws.Context, input *CompleteLifecycleActionInput, opts ...request.Option) (*CompleteLifecycleActionOutput, error)
- func (c *AutoScaling) CreateAutoScalingGroup(input *CreateAutoScalingGroupInput) (*CreateAutoScalingGroupOutput, error)
- func (c *AutoScaling) CreateAutoScalingGroupRequest(input *CreateAutoScalingGroupInput) (req *request.Request, output *CreateAutoScalingGroupOutput)
- func (c *AutoScaling) CreateAutoScalingGroupWithContext(ctx aws.Context, input *CreateAutoScalingGroupInput, opts ...request.Option) (*CreateAutoScalingGroupOutput, error)
- func (c *AutoScaling) CreateLaunchConfiguration(input *CreateLaunchConfigurationInput) (*CreateLaunchConfigurationOutput, error)
- func (c *AutoScaling) CreateLaunchConfigurationRequest(input *CreateLaunchConfigurationInput) (req *request.Request, output *CreateLaunchConfigurationOutput)
- func (c *AutoScaling) CreateLaunchConfigurationWithContext(ctx aws.Context, input *CreateLaunchConfigurationInput, opts ...request.Option) (*CreateLaunchConfigurationOutput, error)
- func (c *AutoScaling) CreateOrUpdateTags(input *CreateOrUpdateTagsInput) (*CreateOrUpdateTagsOutput, error)
- func (c *AutoScaling) CreateOrUpdateTagsRequest(input *CreateOrUpdateTagsInput) (req *request.Request, output *CreateOrUpdateTagsOutput)
- func (c *AutoScaling) CreateOrUpdateTagsWithContext(ctx aws.Context, input *CreateOrUpdateTagsInput, opts ...request.Option) (*CreateOrUpdateTagsOutput, error)
- func (c *AutoScaling) DeleteAutoScalingGroup(input *DeleteAutoScalingGroupInput) (*DeleteAutoScalingGroupOutput, error)
- func (c *AutoScaling) DeleteAutoScalingGroupRequest(input *DeleteAutoScalingGroupInput) (req *request.Request, output *DeleteAutoScalingGroupOutput)
- func (c *AutoScaling) DeleteAutoScalingGroupWithContext(ctx aws.Context, input *DeleteAutoScalingGroupInput, opts ...request.Option) (*DeleteAutoScalingGroupOutput, error)
- func (c *AutoScaling) DeleteLaunchConfiguration(input *DeleteLaunchConfigurationInput) (*DeleteLaunchConfigurationOutput, error)
- func (c *AutoScaling) DeleteLaunchConfigurationRequest(input *DeleteLaunchConfigurationInput) (req *request.Request, output *DeleteLaunchConfigurationOutput)
- func (c *AutoScaling) DeleteLaunchConfigurationWithContext(ctx aws.Context, input *DeleteLaunchConfigurationInput, opts ...request.Option) (*DeleteLaunchConfigurationOutput, error)
- func (c *AutoScaling) DeleteLifecycleHook(input *DeleteLifecycleHookInput) (*DeleteLifecycleHookOutput, error)
- func (c *AutoScaling) DeleteLifecycleHookRequest(input *DeleteLifecycleHookInput) (req *request.Request, output *DeleteLifecycleHookOutput)
- func (c *AutoScaling) DeleteLifecycleHookWithContext(ctx aws.Context, input *DeleteLifecycleHookInput, opts ...request.Option) (*DeleteLifecycleHookOutput, error)
- func (c *AutoScaling) DeleteNotificationConfiguration(input *DeleteNotificationConfigurationInput) (*DeleteNotificationConfigurationOutput, error)
- func (c *AutoScaling) DeleteNotificationConfigurationRequest(input *DeleteNotificationConfigurationInput) (req *request.Request, output *DeleteNotificationConfigurationOutput)
- func (c *AutoScaling) DeleteNotificationConfigurationWithContext(ctx aws.Context, input *DeleteNotificationConfigurationInput, ...) (*DeleteNotificationConfigurationOutput, error)
- func (c *AutoScaling) DeletePolicy(input *DeletePolicyInput) (*DeletePolicyOutput, error)
- func (c *AutoScaling) DeletePolicyRequest(input *DeletePolicyInput) (req *request.Request, output *DeletePolicyOutput)
- func (c *AutoScaling) DeletePolicyWithContext(ctx aws.Context, input *DeletePolicyInput, opts ...request.Option) (*DeletePolicyOutput, error)
- func (c *AutoScaling) DeleteScheduledAction(input *DeleteScheduledActionInput) (*DeleteScheduledActionOutput, error)
- func (c *AutoScaling) DeleteScheduledActionRequest(input *DeleteScheduledActionInput) (req *request.Request, output *DeleteScheduledActionOutput)
- func (c *AutoScaling) DeleteScheduledActionWithContext(ctx aws.Context, input *DeleteScheduledActionInput, opts ...request.Option) (*DeleteScheduledActionOutput, error)
- func (c *AutoScaling) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
- func (c *AutoScaling) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
- func (c *AutoScaling) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
- func (c *AutoScaling) DescribeAccountLimits(input *DescribeAccountLimitsInput) (*DescribeAccountLimitsOutput, error)
- func (c *AutoScaling) DescribeAccountLimitsRequest(input *DescribeAccountLimitsInput) (req *request.Request, output *DescribeAccountLimitsOutput)
- func (c *AutoScaling) DescribeAccountLimitsWithContext(ctx aws.Context, input *DescribeAccountLimitsInput, opts ...request.Option) (*DescribeAccountLimitsOutput, error)
- func (c *AutoScaling) DescribeAdjustmentTypes(input *DescribeAdjustmentTypesInput) (*DescribeAdjustmentTypesOutput, error)
- func (c *AutoScaling) DescribeAdjustmentTypesRequest(input *DescribeAdjustmentTypesInput) (req *request.Request, output *DescribeAdjustmentTypesOutput)
- func (c *AutoScaling) DescribeAdjustmentTypesWithContext(ctx aws.Context, input *DescribeAdjustmentTypesInput, opts ...request.Option) (*DescribeAdjustmentTypesOutput, error)
- func (c *AutoScaling) DescribeAutoScalingGroups(input *DescribeAutoScalingGroupsInput) (*DescribeAutoScalingGroupsOutput, error)
- func (c *AutoScaling) DescribeAutoScalingGroupsPages(input *DescribeAutoScalingGroupsInput, ...) error
- func (c *AutoScaling) DescribeAutoScalingGroupsPagesWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, ...) error
- func (c *AutoScaling) DescribeAutoScalingGroupsRequest(input *DescribeAutoScalingGroupsInput) (req *request.Request, output *DescribeAutoScalingGroupsOutput)
- func (c *AutoScaling) DescribeAutoScalingGroupsWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, opts ...request.Option) (*DescribeAutoScalingGroupsOutput, error)
- func (c *AutoScaling) DescribeAutoScalingInstances(input *DescribeAutoScalingInstancesInput) (*DescribeAutoScalingInstancesOutput, error)
- func (c *AutoScaling) DescribeAutoScalingInstancesPages(input *DescribeAutoScalingInstancesInput, ...) error
- func (c *AutoScaling) DescribeAutoScalingInstancesPagesWithContext(ctx aws.Context, input *DescribeAutoScalingInstancesInput, ...) error
- func (c *AutoScaling) DescribeAutoScalingInstancesRequest(input *DescribeAutoScalingInstancesInput) (req *request.Request, output *DescribeAutoScalingInstancesOutput)
- func (c *AutoScaling) DescribeAutoScalingInstancesWithContext(ctx aws.Context, input *DescribeAutoScalingInstancesInput, ...) (*DescribeAutoScalingInstancesOutput, error)
- func (c *AutoScaling) DescribeAutoScalingNotificationTypes(input *DescribeAutoScalingNotificationTypesInput) (*DescribeAutoScalingNotificationTypesOutput, error)
- func (c *AutoScaling) DescribeAutoScalingNotificationTypesRequest(input *DescribeAutoScalingNotificationTypesInput) (req *request.Request, output *DescribeAutoScalingNotificationTypesOutput)
- func (c *AutoScaling) DescribeAutoScalingNotificationTypesWithContext(ctx aws.Context, input *DescribeAutoScalingNotificationTypesInput, ...) (*DescribeAutoScalingNotificationTypesOutput, error)
- func (c *AutoScaling) DescribeLaunchConfigurations(input *DescribeLaunchConfigurationsInput) (*DescribeLaunchConfigurationsOutput, error)
- func (c *AutoScaling) DescribeLaunchConfigurationsPages(input *DescribeLaunchConfigurationsInput, ...) error
- func (c *AutoScaling) DescribeLaunchConfigurationsPagesWithContext(ctx aws.Context, input *DescribeLaunchConfigurationsInput, ...) error
- func (c *AutoScaling) DescribeLaunchConfigurationsRequest(input *DescribeLaunchConfigurationsInput) (req *request.Request, output *DescribeLaunchConfigurationsOutput)
- func (c *AutoScaling) DescribeLaunchConfigurationsWithContext(ctx aws.Context, input *DescribeLaunchConfigurationsInput, ...) (*DescribeLaunchConfigurationsOutput, error)
- func (c *AutoScaling) DescribeLifecycleHookTypes(input *DescribeLifecycleHookTypesInput) (*DescribeLifecycleHookTypesOutput, error)
- func (c *AutoScaling) DescribeLifecycleHookTypesRequest(input *DescribeLifecycleHookTypesInput) (req *request.Request, output *DescribeLifecycleHookTypesOutput)
- func (c *AutoScaling) DescribeLifecycleHookTypesWithContext(ctx aws.Context, input *DescribeLifecycleHookTypesInput, ...) (*DescribeLifecycleHookTypesOutput, error)
- func (c *AutoScaling) DescribeLifecycleHooks(input *DescribeLifecycleHooksInput) (*DescribeLifecycleHooksOutput, error)
- func (c *AutoScaling) DescribeLifecycleHooksRequest(input *DescribeLifecycleHooksInput) (req *request.Request, output *DescribeLifecycleHooksOutput)
- func (c *AutoScaling) DescribeLifecycleHooksWithContext(ctx aws.Context, input *DescribeLifecycleHooksInput, opts ...request.Option) (*DescribeLifecycleHooksOutput, error)
- func (c *AutoScaling) DescribeLoadBalancerTargetGroups(input *DescribeLoadBalancerTargetGroupsInput) (*DescribeLoadBalancerTargetGroupsOutput, error)
- func (c *AutoScaling) DescribeLoadBalancerTargetGroupsRequest(input *DescribeLoadBalancerTargetGroupsInput) (req *request.Request, output *DescribeLoadBalancerTargetGroupsOutput)
- func (c *AutoScaling) DescribeLoadBalancerTargetGroupsWithContext(ctx aws.Context, input *DescribeLoadBalancerTargetGroupsInput, ...) (*DescribeLoadBalancerTargetGroupsOutput, error)
- func (c *AutoScaling) DescribeLoadBalancers(input *DescribeLoadBalancersInput) (*DescribeLoadBalancersOutput, error)
- func (c *AutoScaling) DescribeLoadBalancersRequest(input *DescribeLoadBalancersInput) (req *request.Request, output *DescribeLoadBalancersOutput)
- func (c *AutoScaling) DescribeLoadBalancersWithContext(ctx aws.Context, input *DescribeLoadBalancersInput, opts ...request.Option) (*DescribeLoadBalancersOutput, error)
- func (c *AutoScaling) DescribeMetricCollectionTypes(input *DescribeMetricCollectionTypesInput) (*DescribeMetricCollectionTypesOutput, error)
- func (c *AutoScaling) DescribeMetricCollectionTypesRequest(input *DescribeMetricCollectionTypesInput) (req *request.Request, output *DescribeMetricCollectionTypesOutput)
- func (c *AutoScaling) DescribeMetricCollectionTypesWithContext(ctx aws.Context, input *DescribeMetricCollectionTypesInput, ...) (*DescribeMetricCollectionTypesOutput, error)
- func (c *AutoScaling) DescribeNotificationConfigurations(input *DescribeNotificationConfigurationsInput) (*DescribeNotificationConfigurationsOutput, error)
- func (c *AutoScaling) DescribeNotificationConfigurationsPages(input *DescribeNotificationConfigurationsInput, ...) error
- func (c *AutoScaling) DescribeNotificationConfigurationsPagesWithContext(ctx aws.Context, input *DescribeNotificationConfigurationsInput, ...) error
- func (c *AutoScaling) DescribeNotificationConfigurationsRequest(input *DescribeNotificationConfigurationsInput) (req *request.Request, output *DescribeNotificationConfigurationsOutput)
- func (c *AutoScaling) DescribeNotificationConfigurationsWithContext(ctx aws.Context, input *DescribeNotificationConfigurationsInput, ...) (*DescribeNotificationConfigurationsOutput, error)
- func (c *AutoScaling) DescribePolicies(input *DescribePoliciesInput) (*DescribePoliciesOutput, error)
- func (c *AutoScaling) DescribePoliciesPages(input *DescribePoliciesInput, fn func(*DescribePoliciesOutput, bool) bool) error
- func (c *AutoScaling) DescribePoliciesPagesWithContext(ctx aws.Context, input *DescribePoliciesInput, ...) error
- func (c *AutoScaling) DescribePoliciesRequest(input *DescribePoliciesInput) (req *request.Request, output *DescribePoliciesOutput)
- func (c *AutoScaling) DescribePoliciesWithContext(ctx aws.Context, input *DescribePoliciesInput, opts ...request.Option) (*DescribePoliciesOutput, error)
- func (c *AutoScaling) DescribeScalingActivities(input *DescribeScalingActivitiesInput) (*DescribeScalingActivitiesOutput, error)
- func (c *AutoScaling) DescribeScalingActivitiesPages(input *DescribeScalingActivitiesInput, ...) error
- func (c *AutoScaling) DescribeScalingActivitiesPagesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, ...) error
- func (c *AutoScaling) DescribeScalingActivitiesRequest(input *DescribeScalingActivitiesInput) (req *request.Request, output *DescribeScalingActivitiesOutput)
- func (c *AutoScaling) DescribeScalingActivitiesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, opts ...request.Option) (*DescribeScalingActivitiesOutput, error)
- func (c *AutoScaling) DescribeScalingProcessTypes(input *DescribeScalingProcessTypesInput) (*DescribeScalingProcessTypesOutput, error)
- func (c *AutoScaling) DescribeScalingProcessTypesRequest(input *DescribeScalingProcessTypesInput) (req *request.Request, output *DescribeScalingProcessTypesOutput)
- func (c *AutoScaling) DescribeScalingProcessTypesWithContext(ctx aws.Context, input *DescribeScalingProcessTypesInput, ...) (*DescribeScalingProcessTypesOutput, error)
- func (c *AutoScaling) DescribeScheduledActions(input *DescribeScheduledActionsInput) (*DescribeScheduledActionsOutput, error)
- func (c *AutoScaling) DescribeScheduledActionsPages(input *DescribeScheduledActionsInput, ...) error
- func (c *AutoScaling) DescribeScheduledActionsPagesWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, ...) error
- func (c *AutoScaling) DescribeScheduledActionsRequest(input *DescribeScheduledActionsInput) (req *request.Request, output *DescribeScheduledActionsOutput)
- func (c *AutoScaling) DescribeScheduledActionsWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, opts ...request.Option) (*DescribeScheduledActionsOutput, error)
- func (c *AutoScaling) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
- func (c *AutoScaling) DescribeTagsPages(input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool) error
- func (c *AutoScaling) DescribeTagsPagesWithContext(ctx aws.Context, input *DescribeTagsInput, ...) error
- func (c *AutoScaling) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
- func (c *AutoScaling) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
- func (c *AutoScaling) DescribeTerminationPolicyTypes(input *DescribeTerminationPolicyTypesInput) (*DescribeTerminationPolicyTypesOutput, error)
- func (c *AutoScaling) DescribeTerminationPolicyTypesRequest(input *DescribeTerminationPolicyTypesInput) (req *request.Request, output *DescribeTerminationPolicyTypesOutput)
- func (c *AutoScaling) DescribeTerminationPolicyTypesWithContext(ctx aws.Context, input *DescribeTerminationPolicyTypesInput, ...) (*DescribeTerminationPolicyTypesOutput, error)
- func (c *AutoScaling) DetachInstances(input *DetachInstancesInput) (*DetachInstancesOutput, error)
- func (c *AutoScaling) DetachInstancesRequest(input *DetachInstancesInput) (req *request.Request, output *DetachInstancesOutput)
- func (c *AutoScaling) DetachInstancesWithContext(ctx aws.Context, input *DetachInstancesInput, opts ...request.Option) (*DetachInstancesOutput, error)
- func (c *AutoScaling) DetachLoadBalancerTargetGroups(input *DetachLoadBalancerTargetGroupsInput) (*DetachLoadBalancerTargetGroupsOutput, error)
- func (c *AutoScaling) DetachLoadBalancerTargetGroupsRequest(input *DetachLoadBalancerTargetGroupsInput) (req *request.Request, output *DetachLoadBalancerTargetGroupsOutput)
- func (c *AutoScaling) DetachLoadBalancerTargetGroupsWithContext(ctx aws.Context, input *DetachLoadBalancerTargetGroupsInput, ...) (*DetachLoadBalancerTargetGroupsOutput, error)
- func (c *AutoScaling) DetachLoadBalancers(input *DetachLoadBalancersInput) (*DetachLoadBalancersOutput, error)
- func (c *AutoScaling) DetachLoadBalancersRequest(input *DetachLoadBalancersInput) (req *request.Request, output *DetachLoadBalancersOutput)
- func (c *AutoScaling) DetachLoadBalancersWithContext(ctx aws.Context, input *DetachLoadBalancersInput, opts ...request.Option) (*DetachLoadBalancersOutput, error)
- func (c *AutoScaling) DisableMetricsCollection(input *DisableMetricsCollectionInput) (*DisableMetricsCollectionOutput, error)
- func (c *AutoScaling) DisableMetricsCollectionRequest(input *DisableMetricsCollectionInput) (req *request.Request, output *DisableMetricsCollectionOutput)
- func (c *AutoScaling) DisableMetricsCollectionWithContext(ctx aws.Context, input *DisableMetricsCollectionInput, opts ...request.Option) (*DisableMetricsCollectionOutput, error)
- func (c *AutoScaling) EnableMetricsCollection(input *EnableMetricsCollectionInput) (*EnableMetricsCollectionOutput, error)
- func (c *AutoScaling) EnableMetricsCollectionRequest(input *EnableMetricsCollectionInput) (req *request.Request, output *EnableMetricsCollectionOutput)
- func (c *AutoScaling) EnableMetricsCollectionWithContext(ctx aws.Context, input *EnableMetricsCollectionInput, opts ...request.Option) (*EnableMetricsCollectionOutput, error)
- func (c *AutoScaling) EnterStandby(input *EnterStandbyInput) (*EnterStandbyOutput, error)
- func (c *AutoScaling) EnterStandbyRequest(input *EnterStandbyInput) (req *request.Request, output *EnterStandbyOutput)
- func (c *AutoScaling) EnterStandbyWithContext(ctx aws.Context, input *EnterStandbyInput, opts ...request.Option) (*EnterStandbyOutput, error)
- func (c *AutoScaling) ExecutePolicy(input *ExecutePolicyInput) (*ExecutePolicyOutput, error)
- func (c *AutoScaling) ExecutePolicyRequest(input *ExecutePolicyInput) (req *request.Request, output *ExecutePolicyOutput)
- func (c *AutoScaling) ExecutePolicyWithContext(ctx aws.Context, input *ExecutePolicyInput, opts ...request.Option) (*ExecutePolicyOutput, error)
- func (c *AutoScaling) ExitStandby(input *ExitStandbyInput) (*ExitStandbyOutput, error)
- func (c *AutoScaling) ExitStandbyRequest(input *ExitStandbyInput) (req *request.Request, output *ExitStandbyOutput)
- func (c *AutoScaling) ExitStandbyWithContext(ctx aws.Context, input *ExitStandbyInput, opts ...request.Option) (*ExitStandbyOutput, error)
- func (c *AutoScaling) PutLifecycleHook(input *PutLifecycleHookInput) (*PutLifecycleHookOutput, error)
- func (c *AutoScaling) PutLifecycleHookRequest(input *PutLifecycleHookInput) (req *request.Request, output *PutLifecycleHookOutput)
- func (c *AutoScaling) PutLifecycleHookWithContext(ctx aws.Context, input *PutLifecycleHookInput, opts ...request.Option) (*PutLifecycleHookOutput, error)
- func (c *AutoScaling) PutNotificationConfiguration(input *PutNotificationConfigurationInput) (*PutNotificationConfigurationOutput, error)
- func (c *AutoScaling) PutNotificationConfigurationRequest(input *PutNotificationConfigurationInput) (req *request.Request, output *PutNotificationConfigurationOutput)
- func (c *AutoScaling) PutNotificationConfigurationWithContext(ctx aws.Context, input *PutNotificationConfigurationInput, ...) (*PutNotificationConfigurationOutput, error)
- func (c *AutoScaling) PutScalingPolicy(input *PutScalingPolicyInput) (*PutScalingPolicyOutput, error)
- func (c *AutoScaling) PutScalingPolicyRequest(input *PutScalingPolicyInput) (req *request.Request, output *PutScalingPolicyOutput)
- func (c *AutoScaling) PutScalingPolicyWithContext(ctx aws.Context, input *PutScalingPolicyInput, opts ...request.Option) (*PutScalingPolicyOutput, error)
- func (c *AutoScaling) PutScheduledUpdateGroupAction(input *PutScheduledUpdateGroupActionInput) (*PutScheduledUpdateGroupActionOutput, error)
- func (c *AutoScaling) PutScheduledUpdateGroupActionRequest(input *PutScheduledUpdateGroupActionInput) (req *request.Request, output *PutScheduledUpdateGroupActionOutput)
- func (c *AutoScaling) PutScheduledUpdateGroupActionWithContext(ctx aws.Context, input *PutScheduledUpdateGroupActionInput, ...) (*PutScheduledUpdateGroupActionOutput, error)
- func (c *AutoScaling) RecordLifecycleActionHeartbeat(input *RecordLifecycleActionHeartbeatInput) (*RecordLifecycleActionHeartbeatOutput, error)
- func (c *AutoScaling) RecordLifecycleActionHeartbeatRequest(input *RecordLifecycleActionHeartbeatInput) (req *request.Request, output *RecordLifecycleActionHeartbeatOutput)
- func (c *AutoScaling) RecordLifecycleActionHeartbeatWithContext(ctx aws.Context, input *RecordLifecycleActionHeartbeatInput, ...) (*RecordLifecycleActionHeartbeatOutput, error)
- func (c *AutoScaling) ResumeProcesses(input *ScalingProcessQuery) (*ResumeProcessesOutput, error)
- func (c *AutoScaling) ResumeProcessesRequest(input *ScalingProcessQuery) (req *request.Request, output *ResumeProcessesOutput)
- func (c *AutoScaling) ResumeProcessesWithContext(ctx aws.Context, input *ScalingProcessQuery, opts ...request.Option) (*ResumeProcessesOutput, error)
- func (c *AutoScaling) SetDesiredCapacity(input *SetDesiredCapacityInput) (*SetDesiredCapacityOutput, error)
- func (c *AutoScaling) SetDesiredCapacityRequest(input *SetDesiredCapacityInput) (req *request.Request, output *SetDesiredCapacityOutput)
- func (c *AutoScaling) SetDesiredCapacityWithContext(ctx aws.Context, input *SetDesiredCapacityInput, opts ...request.Option) (*SetDesiredCapacityOutput, error)
- func (c *AutoScaling) SetInstanceHealth(input *SetInstanceHealthInput) (*SetInstanceHealthOutput, error)
- func (c *AutoScaling) SetInstanceHealthRequest(input *SetInstanceHealthInput) (req *request.Request, output *SetInstanceHealthOutput)
- func (c *AutoScaling) SetInstanceHealthWithContext(ctx aws.Context, input *SetInstanceHealthInput, opts ...request.Option) (*SetInstanceHealthOutput, error)
- func (c *AutoScaling) SetInstanceProtection(input *SetInstanceProtectionInput) (*SetInstanceProtectionOutput, error)
- func (c *AutoScaling) SetInstanceProtectionRequest(input *SetInstanceProtectionInput) (req *request.Request, output *SetInstanceProtectionOutput)
- func (c *AutoScaling) SetInstanceProtectionWithContext(ctx aws.Context, input *SetInstanceProtectionInput, opts ...request.Option) (*SetInstanceProtectionOutput, error)
- func (c *AutoScaling) SuspendProcesses(input *ScalingProcessQuery) (*SuspendProcessesOutput, error)
- func (c *AutoScaling) SuspendProcessesRequest(input *ScalingProcessQuery) (req *request.Request, output *SuspendProcessesOutput)
- func (c *AutoScaling) SuspendProcessesWithContext(ctx aws.Context, input *ScalingProcessQuery, opts ...request.Option) (*SuspendProcessesOutput, error)
- func (c *AutoScaling) TerminateInstanceInAutoScalingGroup(input *TerminateInstanceInAutoScalingGroupInput) (*TerminateInstanceInAutoScalingGroupOutput, error)
- func (c *AutoScaling) TerminateInstanceInAutoScalingGroupRequest(input *TerminateInstanceInAutoScalingGroupInput) (req *request.Request, output *TerminateInstanceInAutoScalingGroupOutput)
- func (c *AutoScaling) TerminateInstanceInAutoScalingGroupWithContext(ctx aws.Context, input *TerminateInstanceInAutoScalingGroupInput, ...) (*TerminateInstanceInAutoScalingGroupOutput, error)
- func (c *AutoScaling) UpdateAutoScalingGroup(input *UpdateAutoScalingGroupInput) (*UpdateAutoScalingGroupOutput, error)
- func (c *AutoScaling) UpdateAutoScalingGroupRequest(input *UpdateAutoScalingGroupInput) (req *request.Request, output *UpdateAutoScalingGroupOutput)
- func (c *AutoScaling) UpdateAutoScalingGroupWithContext(ctx aws.Context, input *UpdateAutoScalingGroupInput, opts ...request.Option) (*UpdateAutoScalingGroupOutput, error)
- func (c *AutoScaling) WaitUntilGroupExists(input *DescribeAutoScalingGroupsInput) error
- func (c *AutoScaling) WaitUntilGroupExistsWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, ...) error
- func (c *AutoScaling) WaitUntilGroupInService(input *DescribeAutoScalingGroupsInput) error
- func (c *AutoScaling) WaitUntilGroupInServiceWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, ...) error
- func (c *AutoScaling) WaitUntilGroupNotExists(input *DescribeAutoScalingGroupsInput) error
- func (c *AutoScaling) WaitUntilGroupNotExistsWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, ...) error
- type BatchDeleteScheduledActionInput
- func (s BatchDeleteScheduledActionInput) GoString() string
- func (s *BatchDeleteScheduledActionInput) SetAutoScalingGroupName(v string) *BatchDeleteScheduledActionInput
- func (s *BatchDeleteScheduledActionInput) SetScheduledActionNames(v []*string) *BatchDeleteScheduledActionInput
- func (s BatchDeleteScheduledActionInput) String() string
- func (s *BatchDeleteScheduledActionInput) Validate() error
- type BatchDeleteScheduledActionOutput
- type BatchPutScheduledUpdateGroupActionInput
- func (s BatchPutScheduledUpdateGroupActionInput) GoString() string
- func (s *BatchPutScheduledUpdateGroupActionInput) SetAutoScalingGroupName(v string) *BatchPutScheduledUpdateGroupActionInput
- func (s *BatchPutScheduledUpdateGroupActionInput) SetScheduledUpdateGroupActions(v []*ScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionInput
- func (s BatchPutScheduledUpdateGroupActionInput) String() string
- func (s *BatchPutScheduledUpdateGroupActionInput) Validate() error
- type BatchPutScheduledUpdateGroupActionOutput
- func (s BatchPutScheduledUpdateGroupActionOutput) GoString() string
- func (s *BatchPutScheduledUpdateGroupActionOutput) SetFailedScheduledUpdateGroupActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionOutput
- func (s BatchPutScheduledUpdateGroupActionOutput) String() string
- type BlockDeviceMapping
- func (s BlockDeviceMapping) GoString() string
- func (s *BlockDeviceMapping) SetDeviceName(v string) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetEbs(v *Ebs) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetNoDevice(v bool) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping
- func (s BlockDeviceMapping) String() string
- func (s *BlockDeviceMapping) Validate() error
- type CompleteLifecycleActionInput
- func (s CompleteLifecycleActionInput) GoString() string
- func (s *CompleteLifecycleActionInput) SetAutoScalingGroupName(v string) *CompleteLifecycleActionInput
- func (s *CompleteLifecycleActionInput) SetInstanceId(v string) *CompleteLifecycleActionInput
- func (s *CompleteLifecycleActionInput) SetLifecycleActionResult(v string) *CompleteLifecycleActionInput
- func (s *CompleteLifecycleActionInput) SetLifecycleActionToken(v string) *CompleteLifecycleActionInput
- func (s *CompleteLifecycleActionInput) SetLifecycleHookName(v string) *CompleteLifecycleActionInput
- func (s CompleteLifecycleActionInput) String() string
- func (s *CompleteLifecycleActionInput) Validate() error
- type CompleteLifecycleActionOutput
- type CreateAutoScalingGroupInput
- func (s CreateAutoScalingGroupInput) GoString() string
- func (s *CreateAutoScalingGroupInput) SetAutoScalingGroupName(v string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetAvailabilityZones(v []*string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetDefaultCooldown(v int64) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetDesiredCapacity(v int64) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetHealthCheckGracePeriod(v int64) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetHealthCheckType(v string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetInstanceId(v string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetLaunchConfigurationName(v string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetLifecycleHookSpecificationList(v []*LifecycleHookSpecification) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetLoadBalancerNames(v []*string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetMaxSize(v int64) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetMinSize(v int64) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetMixedInstancesPolicy(v *MixedInstancesPolicy) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetNewInstancesProtectedFromScaleIn(v bool) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetPlacementGroup(v string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetServiceLinkedRoleARN(v string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetTags(v []*Tag) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetTargetGroupARNs(v []*string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetTerminationPolicies(v []*string) *CreateAutoScalingGroupInput
- func (s *CreateAutoScalingGroupInput) SetVPCZoneIdentifier(v string) *CreateAutoScalingGroupInput
- func (s CreateAutoScalingGroupInput) String() string
- func (s *CreateAutoScalingGroupInput) Validate() error
- type CreateAutoScalingGroupOutput
- type CreateLaunchConfigurationInput
- func (s CreateLaunchConfigurationInput) GoString() string
- func (s *CreateLaunchConfigurationInput) SetAssociatePublicIpAddress(v bool) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetClassicLinkVPCId(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetClassicLinkVPCSecurityGroups(v []*string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetEbsOptimized(v bool) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetIamInstanceProfile(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetImageId(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetInstanceId(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetInstanceMonitoring(v *InstanceMonitoring) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetInstanceType(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetKernelId(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetKeyName(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetLaunchConfigurationName(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetPlacementTenancy(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetRamdiskId(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetSecurityGroups(v []*string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetSpotPrice(v string) *CreateLaunchConfigurationInput
- func (s *CreateLaunchConfigurationInput) SetUserData(v string) *CreateLaunchConfigurationInput
- func (s CreateLaunchConfigurationInput) String() string
- func (s *CreateLaunchConfigurationInput) Validate() error
- type CreateLaunchConfigurationOutput
- type CreateOrUpdateTagsInput
- type CreateOrUpdateTagsOutput
- type CustomizedMetricSpecification
- func (s CustomizedMetricSpecification) GoString() string
- func (s *CustomizedMetricSpecification) SetDimensions(v []*MetricDimension) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetMetricName(v string) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetNamespace(v string) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetStatistic(v string) *CustomizedMetricSpecification
- func (s *CustomizedMetricSpecification) SetUnit(v string) *CustomizedMetricSpecification
- func (s CustomizedMetricSpecification) String() string
- func (s *CustomizedMetricSpecification) Validate() error
- type DeleteAutoScalingGroupInput
- func (s DeleteAutoScalingGroupInput) GoString() string
- func (s *DeleteAutoScalingGroupInput) SetAutoScalingGroupName(v string) *DeleteAutoScalingGroupInput
- func (s *DeleteAutoScalingGroupInput) SetForceDelete(v bool) *DeleteAutoScalingGroupInput
- func (s DeleteAutoScalingGroupInput) String() string
- func (s *DeleteAutoScalingGroupInput) Validate() error
- type DeleteAutoScalingGroupOutput
- type DeleteLaunchConfigurationInput
- type DeleteLaunchConfigurationOutput
- type DeleteLifecycleHookInput
- func (s DeleteLifecycleHookInput) GoString() string
- func (s *DeleteLifecycleHookInput) SetAutoScalingGroupName(v string) *DeleteLifecycleHookInput
- func (s *DeleteLifecycleHookInput) SetLifecycleHookName(v string) *DeleteLifecycleHookInput
- func (s DeleteLifecycleHookInput) String() string
- func (s *DeleteLifecycleHookInput) Validate() error
- type DeleteLifecycleHookOutput
- type DeleteNotificationConfigurationInput
- func (s DeleteNotificationConfigurationInput) GoString() string
- func (s *DeleteNotificationConfigurationInput) SetAutoScalingGroupName(v string) *DeleteNotificationConfigurationInput
- func (s *DeleteNotificationConfigurationInput) SetTopicARN(v string) *DeleteNotificationConfigurationInput
- func (s DeleteNotificationConfigurationInput) String() string
- func (s *DeleteNotificationConfigurationInput) Validate() error
- type DeleteNotificationConfigurationOutput
- type DeletePolicyInput
- type DeletePolicyOutput
- type DeleteScheduledActionInput
- func (s DeleteScheduledActionInput) GoString() string
- func (s *DeleteScheduledActionInput) SetAutoScalingGroupName(v string) *DeleteScheduledActionInput
- func (s *DeleteScheduledActionInput) SetScheduledActionName(v string) *DeleteScheduledActionInput
- func (s DeleteScheduledActionInput) String() string
- func (s *DeleteScheduledActionInput) Validate() error
- type DeleteScheduledActionOutput
- type DeleteTagsInput
- type DeleteTagsOutput
- type DescribeAccountLimitsInput
- type DescribeAccountLimitsOutput
- func (s DescribeAccountLimitsOutput) GoString() string
- func (s *DescribeAccountLimitsOutput) SetMaxNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput
- func (s *DescribeAccountLimitsOutput) SetMaxNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput
- func (s *DescribeAccountLimitsOutput) SetNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput
- func (s *DescribeAccountLimitsOutput) SetNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput
- func (s DescribeAccountLimitsOutput) String() string
- type DescribeAdjustmentTypesInput
- type DescribeAdjustmentTypesOutput
- type DescribeAutoScalingGroupsInput
- func (s DescribeAutoScalingGroupsInput) GoString() string
- func (s *DescribeAutoScalingGroupsInput) SetAutoScalingGroupNames(v []*string) *DescribeAutoScalingGroupsInput
- func (s *DescribeAutoScalingGroupsInput) SetMaxRecords(v int64) *DescribeAutoScalingGroupsInput
- func (s *DescribeAutoScalingGroupsInput) SetNextToken(v string) *DescribeAutoScalingGroupsInput
- func (s DescribeAutoScalingGroupsInput) String() string
- type DescribeAutoScalingGroupsOutput
- func (s DescribeAutoScalingGroupsOutput) GoString() string
- func (s *DescribeAutoScalingGroupsOutput) SetAutoScalingGroups(v []*Group) *DescribeAutoScalingGroupsOutput
- func (s *DescribeAutoScalingGroupsOutput) SetNextToken(v string) *DescribeAutoScalingGroupsOutput
- func (s DescribeAutoScalingGroupsOutput) String() string
- type DescribeAutoScalingInstancesInput
- func (s DescribeAutoScalingInstancesInput) GoString() string
- func (s *DescribeAutoScalingInstancesInput) SetInstanceIds(v []*string) *DescribeAutoScalingInstancesInput
- func (s *DescribeAutoScalingInstancesInput) SetMaxRecords(v int64) *DescribeAutoScalingInstancesInput
- func (s *DescribeAutoScalingInstancesInput) SetNextToken(v string) *DescribeAutoScalingInstancesInput
- func (s DescribeAutoScalingInstancesInput) String() string
- type DescribeAutoScalingInstancesOutput
- func (s DescribeAutoScalingInstancesOutput) GoString() string
- func (s *DescribeAutoScalingInstancesOutput) SetAutoScalingInstances(v []*InstanceDetails) *DescribeAutoScalingInstancesOutput
- func (s *DescribeAutoScalingInstancesOutput) SetNextToken(v string) *DescribeAutoScalingInstancesOutput
- func (s DescribeAutoScalingInstancesOutput) String() string
- type DescribeAutoScalingNotificationTypesInput
- type DescribeAutoScalingNotificationTypesOutput
- type DescribeLaunchConfigurationsInput
- func (s DescribeLaunchConfigurationsInput) GoString() string
- func (s *DescribeLaunchConfigurationsInput) SetLaunchConfigurationNames(v []*string) *DescribeLaunchConfigurationsInput
- func (s *DescribeLaunchConfigurationsInput) SetMaxRecords(v int64) *DescribeLaunchConfigurationsInput
- func (s *DescribeLaunchConfigurationsInput) SetNextToken(v string) *DescribeLaunchConfigurationsInput
- func (s DescribeLaunchConfigurationsInput) String() string
- type DescribeLaunchConfigurationsOutput
- func (s DescribeLaunchConfigurationsOutput) GoString() string
- func (s *DescribeLaunchConfigurationsOutput) SetLaunchConfigurations(v []*LaunchConfiguration) *DescribeLaunchConfigurationsOutput
- func (s *DescribeLaunchConfigurationsOutput) SetNextToken(v string) *DescribeLaunchConfigurationsOutput
- func (s DescribeLaunchConfigurationsOutput) String() string
- type DescribeLifecycleHookTypesInput
- type DescribeLifecycleHookTypesOutput
- type DescribeLifecycleHooksInput
- func (s DescribeLifecycleHooksInput) GoString() string
- func (s *DescribeLifecycleHooksInput) SetAutoScalingGroupName(v string) *DescribeLifecycleHooksInput
- func (s *DescribeLifecycleHooksInput) SetLifecycleHookNames(v []*string) *DescribeLifecycleHooksInput
- func (s DescribeLifecycleHooksInput) String() string
- func (s *DescribeLifecycleHooksInput) Validate() error
- type DescribeLifecycleHooksOutput
- type DescribeLoadBalancerTargetGroupsInput
- func (s DescribeLoadBalancerTargetGroupsInput) GoString() string
- func (s *DescribeLoadBalancerTargetGroupsInput) SetAutoScalingGroupName(v string) *DescribeLoadBalancerTargetGroupsInput
- func (s *DescribeLoadBalancerTargetGroupsInput) SetMaxRecords(v int64) *DescribeLoadBalancerTargetGroupsInput
- func (s *DescribeLoadBalancerTargetGroupsInput) SetNextToken(v string) *DescribeLoadBalancerTargetGroupsInput
- func (s DescribeLoadBalancerTargetGroupsInput) String() string
- func (s *DescribeLoadBalancerTargetGroupsInput) Validate() error
- type DescribeLoadBalancerTargetGroupsOutput
- func (s DescribeLoadBalancerTargetGroupsOutput) GoString() string
- func (s *DescribeLoadBalancerTargetGroupsOutput) SetLoadBalancerTargetGroups(v []*LoadBalancerTargetGroupState) *DescribeLoadBalancerTargetGroupsOutput
- func (s *DescribeLoadBalancerTargetGroupsOutput) SetNextToken(v string) *DescribeLoadBalancerTargetGroupsOutput
- func (s DescribeLoadBalancerTargetGroupsOutput) String() string
- type DescribeLoadBalancersInput
- func (s DescribeLoadBalancersInput) GoString() string
- func (s *DescribeLoadBalancersInput) SetAutoScalingGroupName(v string) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetMaxRecords(v int64) *DescribeLoadBalancersInput
- func (s *DescribeLoadBalancersInput) SetNextToken(v string) *DescribeLoadBalancersInput
- func (s DescribeLoadBalancersInput) String() string
- func (s *DescribeLoadBalancersInput) Validate() error
- type DescribeLoadBalancersOutput
- func (s DescribeLoadBalancersOutput) GoString() string
- func (s *DescribeLoadBalancersOutput) SetLoadBalancers(v []*LoadBalancerState) *DescribeLoadBalancersOutput
- func (s *DescribeLoadBalancersOutput) SetNextToken(v string) *DescribeLoadBalancersOutput
- func (s DescribeLoadBalancersOutput) String() string
- type DescribeMetricCollectionTypesInput
- type DescribeMetricCollectionTypesOutput
- func (s DescribeMetricCollectionTypesOutput) GoString() string
- func (s *DescribeMetricCollectionTypesOutput) SetGranularities(v []*MetricGranularityType) *DescribeMetricCollectionTypesOutput
- func (s *DescribeMetricCollectionTypesOutput) SetMetrics(v []*MetricCollectionType) *DescribeMetricCollectionTypesOutput
- func (s DescribeMetricCollectionTypesOutput) String() string
- type DescribeNotificationConfigurationsInput
- func (s DescribeNotificationConfigurationsInput) GoString() string
- func (s *DescribeNotificationConfigurationsInput) SetAutoScalingGroupNames(v []*string) *DescribeNotificationConfigurationsInput
- func (s *DescribeNotificationConfigurationsInput) SetMaxRecords(v int64) *DescribeNotificationConfigurationsInput
- func (s *DescribeNotificationConfigurationsInput) SetNextToken(v string) *DescribeNotificationConfigurationsInput
- func (s DescribeNotificationConfigurationsInput) String() string
- type DescribeNotificationConfigurationsOutput
- func (s DescribeNotificationConfigurationsOutput) GoString() string
- func (s *DescribeNotificationConfigurationsOutput) SetNextToken(v string) *DescribeNotificationConfigurationsOutput
- func (s *DescribeNotificationConfigurationsOutput) SetNotificationConfigurations(v []*NotificationConfiguration) *DescribeNotificationConfigurationsOutput
- func (s DescribeNotificationConfigurationsOutput) String() string
- type DescribePoliciesInput
- func (s DescribePoliciesInput) GoString() string
- func (s *DescribePoliciesInput) SetAutoScalingGroupName(v string) *DescribePoliciesInput
- func (s *DescribePoliciesInput) SetMaxRecords(v int64) *DescribePoliciesInput
- func (s *DescribePoliciesInput) SetNextToken(v string) *DescribePoliciesInput
- func (s *DescribePoliciesInput) SetPolicyNames(v []*string) *DescribePoliciesInput
- func (s *DescribePoliciesInput) SetPolicyTypes(v []*string) *DescribePoliciesInput
- func (s DescribePoliciesInput) String() string
- func (s *DescribePoliciesInput) Validate() error
- type DescribePoliciesOutput
- type DescribeScalingActivitiesInput
- func (s DescribeScalingActivitiesInput) GoString() string
- func (s *DescribeScalingActivitiesInput) SetActivityIds(v []*string) *DescribeScalingActivitiesInput
- func (s *DescribeScalingActivitiesInput) SetAutoScalingGroupName(v string) *DescribeScalingActivitiesInput
- func (s *DescribeScalingActivitiesInput) SetMaxRecords(v int64) *DescribeScalingActivitiesInput
- func (s *DescribeScalingActivitiesInput) SetNextToken(v string) *DescribeScalingActivitiesInput
- func (s DescribeScalingActivitiesInput) String() string
- func (s *DescribeScalingActivitiesInput) Validate() error
- type DescribeScalingActivitiesOutput
- func (s DescribeScalingActivitiesOutput) GoString() string
- func (s *DescribeScalingActivitiesOutput) SetActivities(v []*Activity) *DescribeScalingActivitiesOutput
- func (s *DescribeScalingActivitiesOutput) SetNextToken(v string) *DescribeScalingActivitiesOutput
- func (s DescribeScalingActivitiesOutput) String() string
- type DescribeScalingProcessTypesInput
- type DescribeScalingProcessTypesOutput
- type DescribeScheduledActionsInput
- func (s DescribeScheduledActionsInput) GoString() string
- func (s *DescribeScheduledActionsInput) SetAutoScalingGroupName(v string) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetEndTime(v time.Time) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetMaxRecords(v int64) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetNextToken(v string) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetScheduledActionNames(v []*string) *DescribeScheduledActionsInput
- func (s *DescribeScheduledActionsInput) SetStartTime(v time.Time) *DescribeScheduledActionsInput
- func (s DescribeScheduledActionsInput) String() string
- func (s *DescribeScheduledActionsInput) Validate() error
- type DescribeScheduledActionsOutput
- func (s DescribeScheduledActionsOutput) GoString() string
- func (s *DescribeScheduledActionsOutput) SetNextToken(v string) *DescribeScheduledActionsOutput
- func (s *DescribeScheduledActionsOutput) SetScheduledUpdateGroupActions(v []*ScheduledUpdateGroupAction) *DescribeScheduledActionsOutput
- func (s DescribeScheduledActionsOutput) String() string
- type DescribeTagsInput
- type DescribeTagsOutput
- type DescribeTerminationPolicyTypesInput
- type DescribeTerminationPolicyTypesOutput
- type DetachInstancesInput
- func (s DetachInstancesInput) GoString() string
- func (s *DetachInstancesInput) SetAutoScalingGroupName(v string) *DetachInstancesInput
- func (s *DetachInstancesInput) SetInstanceIds(v []*string) *DetachInstancesInput
- func (s *DetachInstancesInput) SetShouldDecrementDesiredCapacity(v bool) *DetachInstancesInput
- func (s DetachInstancesInput) String() string
- func (s *DetachInstancesInput) Validate() error
- type DetachInstancesOutput
- type DetachLoadBalancerTargetGroupsInput
- func (s DetachLoadBalancerTargetGroupsInput) GoString() string
- func (s *DetachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName(v string) *DetachLoadBalancerTargetGroupsInput
- func (s *DetachLoadBalancerTargetGroupsInput) SetTargetGroupARNs(v []*string) *DetachLoadBalancerTargetGroupsInput
- func (s DetachLoadBalancerTargetGroupsInput) String() string
- func (s *DetachLoadBalancerTargetGroupsInput) Validate() error
- type DetachLoadBalancerTargetGroupsOutput
- type DetachLoadBalancersInput
- func (s DetachLoadBalancersInput) GoString() string
- func (s *DetachLoadBalancersInput) SetAutoScalingGroupName(v string) *DetachLoadBalancersInput
- func (s *DetachLoadBalancersInput) SetLoadBalancerNames(v []*string) *DetachLoadBalancersInput
- func (s DetachLoadBalancersInput) String() string
- func (s *DetachLoadBalancersInput) Validate() error
- type DetachLoadBalancersOutput
- type DisableMetricsCollectionInput
- func (s DisableMetricsCollectionInput) GoString() string
- func (s *DisableMetricsCollectionInput) SetAutoScalingGroupName(v string) *DisableMetricsCollectionInput
- func (s *DisableMetricsCollectionInput) SetMetrics(v []*string) *DisableMetricsCollectionInput
- func (s DisableMetricsCollectionInput) String() string
- func (s *DisableMetricsCollectionInput) Validate() error
- type DisableMetricsCollectionOutput
- type Ebs
- func (s Ebs) GoString() string
- func (s *Ebs) SetDeleteOnTermination(v bool) *Ebs
- func (s *Ebs) SetEncrypted(v bool) *Ebs
- func (s *Ebs) SetIops(v int64) *Ebs
- func (s *Ebs) SetSnapshotId(v string) *Ebs
- func (s *Ebs) SetVolumeSize(v int64) *Ebs
- func (s *Ebs) SetVolumeType(v string) *Ebs
- func (s Ebs) String() string
- func (s *Ebs) Validate() error
- type EnableMetricsCollectionInput
- func (s EnableMetricsCollectionInput) GoString() string
- func (s *EnableMetricsCollectionInput) SetAutoScalingGroupName(v string) *EnableMetricsCollectionInput
- func (s *EnableMetricsCollectionInput) SetGranularity(v string) *EnableMetricsCollectionInput
- func (s *EnableMetricsCollectionInput) SetMetrics(v []*string) *EnableMetricsCollectionInput
- func (s EnableMetricsCollectionInput) String() string
- func (s *EnableMetricsCollectionInput) Validate() error
- type EnableMetricsCollectionOutput
- type EnabledMetric
- type EnterStandbyInput
- func (s EnterStandbyInput) GoString() string
- func (s *EnterStandbyInput) SetAutoScalingGroupName(v string) *EnterStandbyInput
- func (s *EnterStandbyInput) SetInstanceIds(v []*string) *EnterStandbyInput
- func (s *EnterStandbyInput) SetShouldDecrementDesiredCapacity(v bool) *EnterStandbyInput
- func (s EnterStandbyInput) String() string
- func (s *EnterStandbyInput) Validate() error
- type EnterStandbyOutput
- type ExecutePolicyInput
- func (s ExecutePolicyInput) GoString() string
- func (s *ExecutePolicyInput) SetAutoScalingGroupName(v string) *ExecutePolicyInput
- func (s *ExecutePolicyInput) SetBreachThreshold(v float64) *ExecutePolicyInput
- func (s *ExecutePolicyInput) SetHonorCooldown(v bool) *ExecutePolicyInput
- func (s *ExecutePolicyInput) SetMetricValue(v float64) *ExecutePolicyInput
- func (s *ExecutePolicyInput) SetPolicyName(v string) *ExecutePolicyInput
- func (s ExecutePolicyInput) String() string
- func (s *ExecutePolicyInput) Validate() error
- type ExecutePolicyOutput
- type ExitStandbyInput
- type ExitStandbyOutput
- type FailedScheduledUpdateGroupActionRequest
- func (s FailedScheduledUpdateGroupActionRequest) GoString() string
- func (s *FailedScheduledUpdateGroupActionRequest) SetErrorCode(v string) *FailedScheduledUpdateGroupActionRequest
- func (s *FailedScheduledUpdateGroupActionRequest) SetErrorMessage(v string) *FailedScheduledUpdateGroupActionRequest
- func (s *FailedScheduledUpdateGroupActionRequest) SetScheduledActionName(v string) *FailedScheduledUpdateGroupActionRequest
- func (s FailedScheduledUpdateGroupActionRequest) String() string
- type Filter
- type Group
- func (s Group) GoString() string
- func (s *Group) SetAutoScalingGroupARN(v string) *Group
- func (s *Group) SetAutoScalingGroupName(v string) *Group
- func (s *Group) SetAvailabilityZones(v []*string) *Group
- func (s *Group) SetCreatedTime(v time.Time) *Group
- func (s *Group) SetDefaultCooldown(v int64) *Group
- func (s *Group) SetDesiredCapacity(v int64) *Group
- func (s *Group) SetEnabledMetrics(v []*EnabledMetric) *Group
- func (s *Group) SetHealthCheckGracePeriod(v int64) *Group
- func (s *Group) SetHealthCheckType(v string) *Group
- func (s *Group) SetInstances(v []*Instance) *Group
- func (s *Group) SetLaunchConfigurationName(v string) *Group
- func (s *Group) SetLaunchTemplate(v *LaunchTemplateSpecification) *Group
- func (s *Group) SetLoadBalancerNames(v []*string) *Group
- func (s *Group) SetMaxSize(v int64) *Group
- func (s *Group) SetMinSize(v int64) *Group
- func (s *Group) SetMixedInstancesPolicy(v *MixedInstancesPolicy) *Group
- func (s *Group) SetNewInstancesProtectedFromScaleIn(v bool) *Group
- func (s *Group) SetPlacementGroup(v string) *Group
- func (s *Group) SetServiceLinkedRoleARN(v string) *Group
- func (s *Group) SetStatus(v string) *Group
- func (s *Group) SetSuspendedProcesses(v []*SuspendedProcess) *Group
- func (s *Group) SetTags(v []*TagDescription) *Group
- func (s *Group) SetTargetGroupARNs(v []*string) *Group
- func (s *Group) SetTerminationPolicies(v []*string) *Group
- func (s *Group) SetVPCZoneIdentifier(v string) *Group
- func (s Group) String() string
- type Instance
- func (s Instance) GoString() string
- func (s *Instance) SetAvailabilityZone(v string) *Instance
- func (s *Instance) SetHealthStatus(v string) *Instance
- func (s *Instance) SetInstanceId(v string) *Instance
- func (s *Instance) SetLaunchConfigurationName(v string) *Instance
- func (s *Instance) SetLaunchTemplate(v *LaunchTemplateSpecification) *Instance
- func (s *Instance) SetLifecycleState(v string) *Instance
- func (s *Instance) SetProtectedFromScaleIn(v bool) *Instance
- func (s Instance) String() string
- type InstanceDetails
- func (s InstanceDetails) GoString() string
- func (s *InstanceDetails) SetAutoScalingGroupName(v string) *InstanceDetails
- func (s *InstanceDetails) SetAvailabilityZone(v string) *InstanceDetails
- func (s *InstanceDetails) SetHealthStatus(v string) *InstanceDetails
- func (s *InstanceDetails) SetInstanceId(v string) *InstanceDetails
- func (s *InstanceDetails) SetLaunchConfigurationName(v string) *InstanceDetails
- func (s *InstanceDetails) SetLaunchTemplate(v *LaunchTemplateSpecification) *InstanceDetails
- func (s *InstanceDetails) SetLifecycleState(v string) *InstanceDetails
- func (s *InstanceDetails) SetProtectedFromScaleIn(v bool) *InstanceDetails
- func (s InstanceDetails) String() string
- type InstanceMonitoring
- type InstancesDistribution
- func (s InstancesDistribution) GoString() string
- func (s *InstancesDistribution) SetOnDemandAllocationStrategy(v string) *InstancesDistribution
- func (s *InstancesDistribution) SetOnDemandBaseCapacity(v int64) *InstancesDistribution
- func (s *InstancesDistribution) SetOnDemandPercentageAboveBaseCapacity(v int64) *InstancesDistribution
- func (s *InstancesDistribution) SetSpotAllocationStrategy(v string) *InstancesDistribution
- func (s *InstancesDistribution) SetSpotInstancePools(v int64) *InstancesDistribution
- func (s *InstancesDistribution) SetSpotMaxPrice(v string) *InstancesDistribution
- func (s InstancesDistribution) String() string
- func (s *InstancesDistribution) Validate() error
- type LaunchConfiguration
- func (s LaunchConfiguration) GoString() string
- func (s *LaunchConfiguration) SetAssociatePublicIpAddress(v bool) *LaunchConfiguration
- func (s *LaunchConfiguration) SetBlockDeviceMappings(v []*BlockDeviceMapping) *LaunchConfiguration
- func (s *LaunchConfiguration) SetClassicLinkVPCId(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetClassicLinkVPCSecurityGroups(v []*string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetCreatedTime(v time.Time) *LaunchConfiguration
- func (s *LaunchConfiguration) SetEbsOptimized(v bool) *LaunchConfiguration
- func (s *LaunchConfiguration) SetIamInstanceProfile(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetImageId(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetInstanceMonitoring(v *InstanceMonitoring) *LaunchConfiguration
- func (s *LaunchConfiguration) SetInstanceType(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetKernelId(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetKeyName(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetLaunchConfigurationARN(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetLaunchConfigurationName(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetPlacementTenancy(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetRamdiskId(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetSecurityGroups(v []*string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetSpotPrice(v string) *LaunchConfiguration
- func (s *LaunchConfiguration) SetUserData(v string) *LaunchConfiguration
- func (s LaunchConfiguration) String() string
- type LaunchTemplate
- func (s LaunchTemplate) GoString() string
- func (s *LaunchTemplate) SetLaunchTemplateSpecification(v *LaunchTemplateSpecification) *LaunchTemplate
- func (s *LaunchTemplate) SetOverrides(v []*LaunchTemplateOverrides) *LaunchTemplate
- func (s LaunchTemplate) String() string
- func (s *LaunchTemplate) Validate() error
- type LaunchTemplateOverrides
- type LaunchTemplateSpecification
- func (s LaunchTemplateSpecification) GoString() string
- func (s *LaunchTemplateSpecification) SetLaunchTemplateId(v string) *LaunchTemplateSpecification
- func (s *LaunchTemplateSpecification) SetLaunchTemplateName(v string) *LaunchTemplateSpecification
- func (s *LaunchTemplateSpecification) SetVersion(v string) *LaunchTemplateSpecification
- func (s LaunchTemplateSpecification) String() string
- func (s *LaunchTemplateSpecification) Validate() error
- type LifecycleHook
- func (s LifecycleHook) GoString() string
- func (s *LifecycleHook) SetAutoScalingGroupName(v string) *LifecycleHook
- func (s *LifecycleHook) SetDefaultResult(v string) *LifecycleHook
- func (s *LifecycleHook) SetGlobalTimeout(v int64) *LifecycleHook
- func (s *LifecycleHook) SetHeartbeatTimeout(v int64) *LifecycleHook
- func (s *LifecycleHook) SetLifecycleHookName(v string) *LifecycleHook
- func (s *LifecycleHook) SetLifecycleTransition(v string) *LifecycleHook
- func (s *LifecycleHook) SetNotificationMetadata(v string) *LifecycleHook
- func (s *LifecycleHook) SetNotificationTargetARN(v string) *LifecycleHook
- func (s *LifecycleHook) SetRoleARN(v string) *LifecycleHook
- func (s LifecycleHook) String() string
- type LifecycleHookSpecification
- func (s LifecycleHookSpecification) GoString() string
- func (s *LifecycleHookSpecification) SetDefaultResult(v string) *LifecycleHookSpecification
- func (s *LifecycleHookSpecification) SetHeartbeatTimeout(v int64) *LifecycleHookSpecification
- func (s *LifecycleHookSpecification) SetLifecycleHookName(v string) *LifecycleHookSpecification
- func (s *LifecycleHookSpecification) SetLifecycleTransition(v string) *LifecycleHookSpecification
- func (s *LifecycleHookSpecification) SetNotificationMetadata(v string) *LifecycleHookSpecification
- func (s *LifecycleHookSpecification) SetNotificationTargetARN(v string) *LifecycleHookSpecification
- func (s *LifecycleHookSpecification) SetRoleARN(v string) *LifecycleHookSpecification
- func (s LifecycleHookSpecification) String() string
- func (s *LifecycleHookSpecification) Validate() error
- type LoadBalancerState
- type LoadBalancerTargetGroupState
- func (s LoadBalancerTargetGroupState) GoString() string
- func (s *LoadBalancerTargetGroupState) SetLoadBalancerTargetGroupARN(v string) *LoadBalancerTargetGroupState
- func (s *LoadBalancerTargetGroupState) SetState(v string) *LoadBalancerTargetGroupState
- func (s LoadBalancerTargetGroupState) String() string
- type MetricCollectionType
- type MetricDimension
- type MetricGranularityType
- type MixedInstancesPolicy
- func (s MixedInstancesPolicy) GoString() string
- func (s *MixedInstancesPolicy) SetInstancesDistribution(v *InstancesDistribution) *MixedInstancesPolicy
- func (s *MixedInstancesPolicy) SetLaunchTemplate(v *LaunchTemplate) *MixedInstancesPolicy
- func (s MixedInstancesPolicy) String() string
- func (s *MixedInstancesPolicy) Validate() error
- type NotificationConfiguration
- func (s NotificationConfiguration) GoString() string
- func (s *NotificationConfiguration) SetAutoScalingGroupName(v string) *NotificationConfiguration
- func (s *NotificationConfiguration) SetNotificationType(v string) *NotificationConfiguration
- func (s *NotificationConfiguration) SetTopicARN(v string) *NotificationConfiguration
- func (s NotificationConfiguration) String() string
- type PredefinedMetricSpecification
- func (s PredefinedMetricSpecification) GoString() string
- func (s *PredefinedMetricSpecification) SetPredefinedMetricType(v string) *PredefinedMetricSpecification
- func (s *PredefinedMetricSpecification) SetResourceLabel(v string) *PredefinedMetricSpecification
- func (s PredefinedMetricSpecification) String() string
- func (s *PredefinedMetricSpecification) Validate() error
- type ProcessType
- type PutLifecycleHookInput
- func (s PutLifecycleHookInput) GoString() string
- func (s *PutLifecycleHookInput) SetAutoScalingGroupName(v string) *PutLifecycleHookInput
- func (s *PutLifecycleHookInput) SetDefaultResult(v string) *PutLifecycleHookInput
- func (s *PutLifecycleHookInput) SetHeartbeatTimeout(v int64) *PutLifecycleHookInput
- func (s *PutLifecycleHookInput) SetLifecycleHookName(v string) *PutLifecycleHookInput
- func (s *PutLifecycleHookInput) SetLifecycleTransition(v string) *PutLifecycleHookInput
- func (s *PutLifecycleHookInput) SetNotificationMetadata(v string) *PutLifecycleHookInput
- func (s *PutLifecycleHookInput) SetNotificationTargetARN(v string) *PutLifecycleHookInput
- func (s *PutLifecycleHookInput) SetRoleARN(v string) *PutLifecycleHookInput
- func (s PutLifecycleHookInput) String() string
- func (s *PutLifecycleHookInput) Validate() error
- type PutLifecycleHookOutput
- type PutNotificationConfigurationInput
- func (s PutNotificationConfigurationInput) GoString() string
- func (s *PutNotificationConfigurationInput) SetAutoScalingGroupName(v string) *PutNotificationConfigurationInput
- func (s *PutNotificationConfigurationInput) SetNotificationTypes(v []*string) *PutNotificationConfigurationInput
- func (s *PutNotificationConfigurationInput) SetTopicARN(v string) *PutNotificationConfigurationInput
- func (s PutNotificationConfigurationInput) String() string
- func (s *PutNotificationConfigurationInput) Validate() error
- type PutNotificationConfigurationOutput
- type PutScalingPolicyInput
- func (s PutScalingPolicyInput) GoString() string
- func (s *PutScalingPolicyInput) SetAdjustmentType(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetAutoScalingGroupName(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetCooldown(v int64) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetEstimatedInstanceWarmup(v int64) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetMetricAggregationType(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetMinAdjustmentMagnitude(v int64) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetMinAdjustmentStep(v int64) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetPolicyName(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetPolicyType(v string) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetScalingAdjustment(v int64) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetStepAdjustments(v []*StepAdjustment) *PutScalingPolicyInput
- func (s *PutScalingPolicyInput) SetTargetTrackingConfiguration(v *TargetTrackingConfiguration) *PutScalingPolicyInput
- func (s PutScalingPolicyInput) String() string
- func (s *PutScalingPolicyInput) Validate() error
- type PutScalingPolicyOutput
- type PutScheduledUpdateGroupActionInput
- func (s PutScheduledUpdateGroupActionInput) GoString() string
- func (s *PutScheduledUpdateGroupActionInput) SetAutoScalingGroupName(v string) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetDesiredCapacity(v int64) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetEndTime(v time.Time) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetMaxSize(v int64) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetMinSize(v int64) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetRecurrence(v string) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetScheduledActionName(v string) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetStartTime(v time.Time) *PutScheduledUpdateGroupActionInput
- func (s *PutScheduledUpdateGroupActionInput) SetTime(v time.Time) *PutScheduledUpdateGroupActionInput
- func (s PutScheduledUpdateGroupActionInput) String() string
- func (s *PutScheduledUpdateGroupActionInput) Validate() error
- type PutScheduledUpdateGroupActionOutput
- type RecordLifecycleActionHeartbeatInput
- func (s RecordLifecycleActionHeartbeatInput) GoString() string
- func (s *RecordLifecycleActionHeartbeatInput) SetAutoScalingGroupName(v string) *RecordLifecycleActionHeartbeatInput
- func (s *RecordLifecycleActionHeartbeatInput) SetInstanceId(v string) *RecordLifecycleActionHeartbeatInput
- func (s *RecordLifecycleActionHeartbeatInput) SetLifecycleActionToken(v string) *RecordLifecycleActionHeartbeatInput
- func (s *RecordLifecycleActionHeartbeatInput) SetLifecycleHookName(v string) *RecordLifecycleActionHeartbeatInput
- func (s RecordLifecycleActionHeartbeatInput) String() string
- func (s *RecordLifecycleActionHeartbeatInput) Validate() error
- type RecordLifecycleActionHeartbeatOutput
- type ResumeProcessesOutput
- type ScalingPolicy
- func (s ScalingPolicy) GoString() string
- func (s *ScalingPolicy) SetAdjustmentType(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetAlarms(v []*Alarm) *ScalingPolicy
- func (s *ScalingPolicy) SetAutoScalingGroupName(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetCooldown(v int64) *ScalingPolicy
- func (s *ScalingPolicy) SetEstimatedInstanceWarmup(v int64) *ScalingPolicy
- func (s *ScalingPolicy) SetMetricAggregationType(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetMinAdjustmentMagnitude(v int64) *ScalingPolicy
- func (s *ScalingPolicy) SetMinAdjustmentStep(v int64) *ScalingPolicy
- func (s *ScalingPolicy) SetPolicyARN(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetPolicyName(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetPolicyType(v string) *ScalingPolicy
- func (s *ScalingPolicy) SetScalingAdjustment(v int64) *ScalingPolicy
- func (s *ScalingPolicy) SetStepAdjustments(v []*StepAdjustment) *ScalingPolicy
- func (s *ScalingPolicy) SetTargetTrackingConfiguration(v *TargetTrackingConfiguration) *ScalingPolicy
- func (s ScalingPolicy) String() string
- type ScalingProcessQuery
- func (s ScalingProcessQuery) GoString() string
- func (s *ScalingProcessQuery) SetAutoScalingGroupName(v string) *ScalingProcessQuery
- func (s *ScalingProcessQuery) SetScalingProcesses(v []*string) *ScalingProcessQuery
- func (s ScalingProcessQuery) String() string
- func (s *ScalingProcessQuery) Validate() error
- type ScheduledUpdateGroupAction
- func (s ScheduledUpdateGroupAction) GoString() string
- func (s *ScheduledUpdateGroupAction) SetAutoScalingGroupName(v string) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetDesiredCapacity(v int64) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetEndTime(v time.Time) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetMaxSize(v int64) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetMinSize(v int64) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetRecurrence(v string) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetScheduledActionARN(v string) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetScheduledActionName(v string) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetStartTime(v time.Time) *ScheduledUpdateGroupAction
- func (s *ScheduledUpdateGroupAction) SetTime(v time.Time) *ScheduledUpdateGroupAction
- func (s ScheduledUpdateGroupAction) String() string
- type ScheduledUpdateGroupActionRequest
- func (s ScheduledUpdateGroupActionRequest) GoString() string
- func (s *ScheduledUpdateGroupActionRequest) SetDesiredCapacity(v int64) *ScheduledUpdateGroupActionRequest
- func (s *ScheduledUpdateGroupActionRequest) SetEndTime(v time.Time) *ScheduledUpdateGroupActionRequest
- func (s *ScheduledUpdateGroupActionRequest) SetMaxSize(v int64) *ScheduledUpdateGroupActionRequest
- func (s *ScheduledUpdateGroupActionRequest) SetMinSize(v int64) *ScheduledUpdateGroupActionRequest
- func (s *ScheduledUpdateGroupActionRequest) SetRecurrence(v string) *ScheduledUpdateGroupActionRequest
- func (s *ScheduledUpdateGroupActionRequest) SetScheduledActionName(v string) *ScheduledUpdateGroupActionRequest
- func (s *ScheduledUpdateGroupActionRequest) SetStartTime(v time.Time) *ScheduledUpdateGroupActionRequest
- func (s ScheduledUpdateGroupActionRequest) String() string
- func (s *ScheduledUpdateGroupActionRequest) Validate() error
- type SetDesiredCapacityInput
- func (s SetDesiredCapacityInput) GoString() string
- func (s *SetDesiredCapacityInput) SetAutoScalingGroupName(v string) *SetDesiredCapacityInput
- func (s *SetDesiredCapacityInput) SetDesiredCapacity(v int64) *SetDesiredCapacityInput
- func (s *SetDesiredCapacityInput) SetHonorCooldown(v bool) *SetDesiredCapacityInput
- func (s SetDesiredCapacityInput) String() string
- func (s *SetDesiredCapacityInput) Validate() error
- type SetDesiredCapacityOutput
- type SetInstanceHealthInput
- func (s SetInstanceHealthInput) GoString() string
- func (s *SetInstanceHealthInput) SetHealthStatus(v string) *SetInstanceHealthInput
- func (s *SetInstanceHealthInput) SetInstanceId(v string) *SetInstanceHealthInput
- func (s *SetInstanceHealthInput) SetShouldRespectGracePeriod(v bool) *SetInstanceHealthInput
- func (s SetInstanceHealthInput) String() string
- func (s *SetInstanceHealthInput) Validate() error
- type SetInstanceHealthOutput
- type SetInstanceProtectionInput
- func (s SetInstanceProtectionInput) GoString() string
- func (s *SetInstanceProtectionInput) SetAutoScalingGroupName(v string) *SetInstanceProtectionInput
- func (s *SetInstanceProtectionInput) SetInstanceIds(v []*string) *SetInstanceProtectionInput
- func (s *SetInstanceProtectionInput) SetProtectedFromScaleIn(v bool) *SetInstanceProtectionInput
- func (s SetInstanceProtectionInput) String() string
- func (s *SetInstanceProtectionInput) Validate() error
- type SetInstanceProtectionOutput
- type StepAdjustment
- func (s StepAdjustment) GoString() string
- func (s *StepAdjustment) SetMetricIntervalLowerBound(v float64) *StepAdjustment
- func (s *StepAdjustment) SetMetricIntervalUpperBound(v float64) *StepAdjustment
- func (s *StepAdjustment) SetScalingAdjustment(v int64) *StepAdjustment
- func (s StepAdjustment) String() string
- func (s *StepAdjustment) Validate() error
- type SuspendProcessesOutput
- type SuspendedProcess
- type Tag
- func (s Tag) GoString() string
- func (s *Tag) SetKey(v string) *Tag
- func (s *Tag) SetPropagateAtLaunch(v bool) *Tag
- func (s *Tag) SetResourceId(v string) *Tag
- func (s *Tag) SetResourceType(v string) *Tag
- func (s *Tag) SetValue(v string) *Tag
- func (s Tag) String() string
- func (s *Tag) Validate() error
- type TagDescription
- func (s TagDescription) GoString() string
- func (s *TagDescription) SetKey(v string) *TagDescription
- func (s *TagDescription) SetPropagateAtLaunch(v bool) *TagDescription
- func (s *TagDescription) SetResourceId(v string) *TagDescription
- func (s *TagDescription) SetResourceType(v string) *TagDescription
- func (s *TagDescription) SetValue(v string) *TagDescription
- func (s TagDescription) String() string
- type TargetTrackingConfiguration
- func (s TargetTrackingConfiguration) GoString() string
- func (s *TargetTrackingConfiguration) SetCustomizedMetricSpecification(v *CustomizedMetricSpecification) *TargetTrackingConfiguration
- func (s *TargetTrackingConfiguration) SetDisableScaleIn(v bool) *TargetTrackingConfiguration
- func (s *TargetTrackingConfiguration) SetPredefinedMetricSpecification(v *PredefinedMetricSpecification) *TargetTrackingConfiguration
- func (s *TargetTrackingConfiguration) SetTargetValue(v float64) *TargetTrackingConfiguration
- func (s TargetTrackingConfiguration) String() string
- func (s *TargetTrackingConfiguration) Validate() error
- type TerminateInstanceInAutoScalingGroupInput
- func (s TerminateInstanceInAutoScalingGroupInput) GoString() string
- func (s *TerminateInstanceInAutoScalingGroupInput) SetInstanceId(v string) *TerminateInstanceInAutoScalingGroupInput
- func (s *TerminateInstanceInAutoScalingGroupInput) SetShouldDecrementDesiredCapacity(v bool) *TerminateInstanceInAutoScalingGroupInput
- func (s TerminateInstanceInAutoScalingGroupInput) String() string
- func (s *TerminateInstanceInAutoScalingGroupInput) Validate() error
- type TerminateInstanceInAutoScalingGroupOutput
- type UpdateAutoScalingGroupInput
- func (s UpdateAutoScalingGroupInput) GoString() string
- func (s *UpdateAutoScalingGroupInput) SetAutoScalingGroupName(v string) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetAvailabilityZones(v []*string) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetDefaultCooldown(v int64) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetDesiredCapacity(v int64) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetHealthCheckGracePeriod(v int64) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetHealthCheckType(v string) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetLaunchConfigurationName(v string) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetMaxSize(v int64) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetMinSize(v int64) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetMixedInstancesPolicy(v *MixedInstancesPolicy) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetNewInstancesProtectedFromScaleIn(v bool) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetPlacementGroup(v string) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetServiceLinkedRoleARN(v string) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetTerminationPolicies(v []*string) *UpdateAutoScalingGroupInput
- func (s *UpdateAutoScalingGroupInput) SetVPCZoneIdentifier(v string) *UpdateAutoScalingGroupInput
- func (s UpdateAutoScalingGroupInput) String() string
- func (s *UpdateAutoScalingGroupInput) Validate() error
- type UpdateAutoScalingGroupOutput
Constants ¶
const ( // LifecycleStatePending is a LifecycleState enum value LifecycleStatePending = "Pending" // LifecycleStatePendingWait is a LifecycleState enum value LifecycleStatePendingWait = "Pending:Wait" // LifecycleStatePendingProceed is a LifecycleState enum value LifecycleStatePendingProceed = "Pending:Proceed" // LifecycleStateQuarantined is a LifecycleState enum value LifecycleStateQuarantined = "Quarantined" // LifecycleStateInService is a LifecycleState enum value LifecycleStateInService = "InService" // LifecycleStateTerminating is a LifecycleState enum value LifecycleStateTerminating = "Terminating" // LifecycleStateTerminatingWait is a LifecycleState enum value LifecycleStateTerminatingWait = "Terminating:Wait" // LifecycleStateTerminatingProceed is a LifecycleState enum value LifecycleStateTerminatingProceed = "Terminating:Proceed" // LifecycleStateTerminated is a LifecycleState enum value LifecycleStateTerminated = "Terminated" // LifecycleStateDetaching is a LifecycleState enum value LifecycleStateDetaching = "Detaching" // LifecycleStateDetached is a LifecycleState enum value LifecycleStateDetached = "Detached" // LifecycleStateEnteringStandby is a LifecycleState enum value LifecycleStateEnteringStandby = "EnteringStandby" // LifecycleStateStandby is a LifecycleState enum value LifecycleStateStandby = "Standby" )
const ( // MetricStatisticAverage is a MetricStatistic enum value MetricStatisticAverage = "Average" // MetricStatisticMinimum is a MetricStatistic enum value MetricStatisticMinimum = "Minimum" // MetricStatisticMaximum is a MetricStatistic enum value MetricStatisticMaximum = "Maximum" // MetricStatisticSampleCount is a MetricStatistic enum value MetricStatisticSampleCount = "SampleCount" // MetricStatisticSum is a MetricStatistic enum value MetricStatisticSum = "Sum" )
const ( // MetricTypeAsgaverageCpuutilization is a MetricType enum value MetricTypeAsgaverageCpuutilization = "ASGAverageCPUUtilization" // MetricTypeAsgaverageNetworkIn is a MetricType enum value MetricTypeAsgaverageNetworkIn = "ASGAverageNetworkIn" // MetricTypeAsgaverageNetworkOut is a MetricType enum value MetricTypeAsgaverageNetworkOut = "ASGAverageNetworkOut" // MetricTypeAlbrequestCountPerTarget is a MetricType enum value MetricTypeAlbrequestCountPerTarget = "ALBRequestCountPerTarget" )
const ( // ScalingActivityStatusCodePendingSpotBidPlacement is a ScalingActivityStatusCode enum value ScalingActivityStatusCodePendingSpotBidPlacement = "PendingSpotBidPlacement" // ScalingActivityStatusCodeWaitingForSpotInstanceRequestId is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeWaitingForSpotInstanceRequestId = "WaitingForSpotInstanceRequestId" // ScalingActivityStatusCodeWaitingForSpotInstanceId is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeWaitingForSpotInstanceId = "WaitingForSpotInstanceId" // ScalingActivityStatusCodeWaitingForInstanceId is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeWaitingForInstanceId = "WaitingForInstanceId" // ScalingActivityStatusCodePreInService is a ScalingActivityStatusCode enum value ScalingActivityStatusCodePreInService = "PreInService" // ScalingActivityStatusCodeInProgress is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeInProgress = "InProgress" // ScalingActivityStatusCodeWaitingForElbconnectionDraining is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeWaitingForElbconnectionDraining = "WaitingForELBConnectionDraining" // ScalingActivityStatusCodeMidLifecycleAction is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeMidLifecycleAction = "MidLifecycleAction" // ScalingActivityStatusCodeWaitingForInstanceWarmup is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeWaitingForInstanceWarmup = "WaitingForInstanceWarmup" // ScalingActivityStatusCodeSuccessful is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeSuccessful = "Successful" // ScalingActivityStatusCodeFailed is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeFailed = "Failed" // ScalingActivityStatusCodeCancelled is a ScalingActivityStatusCode enum value ScalingActivityStatusCodeCancelled = "Cancelled" )
const ( // ErrCodeAlreadyExistsFault for service response error code // "AlreadyExists". // // You already have an Auto Scaling group or launch configuration with this // name. ErrCodeAlreadyExistsFault = "AlreadyExists" // ErrCodeInvalidNextToken for service response error code // "InvalidNextToken". // // The NextToken value is not valid. ErrCodeInvalidNextToken = "InvalidNextToken" // ErrCodeLimitExceededFault for service response error code // "LimitExceeded". // // You have already reached a limit for your Auto Scaling resources (for example, // groups, launch configurations, or lifecycle hooks). For more information, // see DescribeAccountLimits. ErrCodeLimitExceededFault = "LimitExceeded" // ErrCodeResourceContentionFault for service response error code // "ResourceContention". // // You already have a pending update to an Auto Scaling resource (for example, // a group, instance, or load balancer). ErrCodeResourceContentionFault = "ResourceContention" // ErrCodeResourceInUseFault for service response error code // "ResourceInUse". // // The operation can't be performed because the resource is in use. ErrCodeResourceInUseFault = "ResourceInUse" // ErrCodeScalingActivityInProgressFault for service response error code // "ScalingActivityInProgress". // // The operation can't be performed because there are scaling activities in // progress. ErrCodeScalingActivityInProgressFault = "ScalingActivityInProgress" // ErrCodeServiceLinkedRoleFailure for service response error code // "ServiceLinkedRoleFailure". // // The service-linked role is not yet ready for use. ErrCodeServiceLinkedRoleFailure = "ServiceLinkedRoleFailure" )
const ( ServiceName = "autoscaling" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Auto Scaling" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct { // The ID of the activity. // // ActivityId is a required field ActivityId *string `type:"string" required:"true"` // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The reason the activity began. // // Cause is a required field Cause *string `min:"1" type:"string" required:"true"` // A friendly, more verbose description of the activity. Description *string `type:"string"` // The details about the activity. Details *string `type:"string"` // The end time of the activity. EndTime *time.Time `type:"timestamp"` // A value between 0 and 100 that indicates the progress of the activity. Progress *int64 `type:"integer"` // The start time of the activity. // // StartTime is a required field StartTime *time.Time `type:"timestamp" required:"true"` // The current status of the activity. // // StatusCode is a required field StatusCode *string `type:"string" required:"true" enum:"ScalingActivityStatusCode"` // A friendly, more verbose description of the activity status. StatusMessage *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes scaling activity, which is a long-running process that represents a change to your Auto Scaling group, such as changing its size or replacing an instance.
func (Activity) GoString ¶
GoString returns the string representation
func (*Activity) SetActivityId ¶
SetActivityId sets the ActivityId field's value.
func (*Activity) SetAutoScalingGroupName ¶
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*Activity) SetCause ¶
SetCause sets the Cause field's value.
func (*Activity) SetDescription ¶
SetDescription sets the Description field's value.
func (*Activity) SetDetails ¶
SetDetails sets the Details field's value.
func (*Activity) SetEndTime ¶
SetEndTime sets the EndTime field's value.
func (*Activity) SetProgress ¶
SetProgress sets the Progress field's value.
func (*Activity) SetStartTime ¶
SetStartTime sets the StartTime field's value.
func (*Activity) SetStatusCode ¶
SetStatusCode sets the StatusCode field's value.
func (*Activity) SetStatusMessage ¶
SetStatusMessage sets the StatusMessage field's value.
type AdjustmentType ¶
type AdjustmentType struct { // The policy adjustment type. The valid values are ChangeInCapacity, ExactCapacity, // and PercentChangeInCapacity. AdjustmentType *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a policy adjustment type.
For more information, see Dynamic Scaling (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scale-based-on-demand.html) in the Amazon EC2 Auto Scaling User Guide.
func (AdjustmentType) GoString ¶
func (s AdjustmentType) GoString() string
GoString returns the string representation
func (*AdjustmentType) SetAdjustmentType ¶
func (s *AdjustmentType) SetAdjustmentType(v string) *AdjustmentType
SetAdjustmentType sets the AdjustmentType field's value.
func (AdjustmentType) String ¶
func (s AdjustmentType) String() string
String returns the string representation
type Alarm ¶
type Alarm struct { // The Amazon Resource Name (ARN) of the alarm. AlarmARN *string `min:"1" type:"string"` // The name of the alarm. AlarmName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an alarm.
func (*Alarm) SetAlarmARN ¶
SetAlarmARN sets the AlarmARN field's value.
func (*Alarm) SetAlarmName ¶
SetAlarmName sets the AlarmName field's value.
type AttachInstancesInput ¶
type AttachInstancesInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The IDs of the instances. You can specify up to 20 instances. InstanceIds []*string `type:"list"` // contains filtered or unexported fields }
func (AttachInstancesInput) GoString ¶
func (s AttachInstancesInput) GoString() string
GoString returns the string representation
func (*AttachInstancesInput) SetAutoScalingGroupName ¶
func (s *AttachInstancesInput) SetAutoScalingGroupName(v string) *AttachInstancesInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*AttachInstancesInput) SetInstanceIds ¶
func (s *AttachInstancesInput) SetInstanceIds(v []*string) *AttachInstancesInput
SetInstanceIds sets the InstanceIds field's value.
func (AttachInstancesInput) String ¶
func (s AttachInstancesInput) String() string
String returns the string representation
func (*AttachInstancesInput) Validate ¶
func (s *AttachInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachInstancesOutput ¶
type AttachInstancesOutput struct {
// contains filtered or unexported fields
}
func (AttachInstancesOutput) GoString ¶
func (s AttachInstancesOutput) GoString() string
GoString returns the string representation
func (AttachInstancesOutput) String ¶
func (s AttachInstancesOutput) String() string
String returns the string representation
type AttachLoadBalancerTargetGroupsInput ¶
type AttachLoadBalancerTargetGroupsInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The Amazon Resource Names (ARN) of the target groups. You can specify up // to 10 target groups. // // TargetGroupARNs is a required field TargetGroupARNs []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (AttachLoadBalancerTargetGroupsInput) GoString ¶
func (s AttachLoadBalancerTargetGroupsInput) GoString() string
GoString returns the string representation
func (*AttachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName ¶
func (s *AttachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName(v string) *AttachLoadBalancerTargetGroupsInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*AttachLoadBalancerTargetGroupsInput) SetTargetGroupARNs ¶
func (s *AttachLoadBalancerTargetGroupsInput) SetTargetGroupARNs(v []*string) *AttachLoadBalancerTargetGroupsInput
SetTargetGroupARNs sets the TargetGroupARNs field's value.
func (AttachLoadBalancerTargetGroupsInput) String ¶
func (s AttachLoadBalancerTargetGroupsInput) String() string
String returns the string representation
func (*AttachLoadBalancerTargetGroupsInput) Validate ¶
func (s *AttachLoadBalancerTargetGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachLoadBalancerTargetGroupsOutput ¶
type AttachLoadBalancerTargetGroupsOutput struct {
// contains filtered or unexported fields
}
func (AttachLoadBalancerTargetGroupsOutput) GoString ¶
func (s AttachLoadBalancerTargetGroupsOutput) GoString() string
GoString returns the string representation
func (AttachLoadBalancerTargetGroupsOutput) String ¶
func (s AttachLoadBalancerTargetGroupsOutput) String() string
String returns the string representation
type AttachLoadBalancersInput ¶
type AttachLoadBalancersInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The names of the load balancers. You can specify up to 10 load balancers. // // LoadBalancerNames is a required field LoadBalancerNames []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (AttachLoadBalancersInput) GoString ¶
func (s AttachLoadBalancersInput) GoString() string
GoString returns the string representation
func (*AttachLoadBalancersInput) SetAutoScalingGroupName ¶
func (s *AttachLoadBalancersInput) SetAutoScalingGroupName(v string) *AttachLoadBalancersInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*AttachLoadBalancersInput) SetLoadBalancerNames ¶
func (s *AttachLoadBalancersInput) SetLoadBalancerNames(v []*string) *AttachLoadBalancersInput
SetLoadBalancerNames sets the LoadBalancerNames field's value.
func (AttachLoadBalancersInput) String ¶
func (s AttachLoadBalancersInput) String() string
String returns the string representation
func (*AttachLoadBalancersInput) Validate ¶
func (s *AttachLoadBalancersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachLoadBalancersOutput ¶
type AttachLoadBalancersOutput struct {
// contains filtered or unexported fields
}
func (AttachLoadBalancersOutput) GoString ¶
func (s AttachLoadBalancersOutput) GoString() string
GoString returns the string representation
func (AttachLoadBalancersOutput) String ¶
func (s AttachLoadBalancersOutput) String() string
String returns the string representation
type AutoScaling ¶
AutoScaling provides the API operation methods for making requests to Auto Scaling. See this package's package overview docs for details on the service.
AutoScaling methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *AutoScaling
New creates a new instance of the AutoScaling client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a AutoScaling client from just a session. svc := autoscaling.New(mySession) // Create a AutoScaling client with additional configuration svc := autoscaling.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*AutoScaling) AttachInstances ¶
func (c *AutoScaling) AttachInstances(input *AttachInstancesInput) (*AttachInstancesOutput, error)
AttachInstances API operation for Auto Scaling.
Attaches one or more EC2 instances to the specified Auto Scaling group.
When you attach instances, Amazon EC2 Auto Scaling increases the desired capacity of the group by the number of instances being attached. If the number of instances being attached plus the desired capacity of the group exceeds the maximum size of the group, the operation fails.
If there is a Classic Load Balancer attached to your Auto Scaling group, the instances are also registered with the load balancer. If there are target groups attached to your Auto Scaling group, the instances are also registered with the target groups.
For more information, see Attach EC2 Instances to Your Auto Scaling Group (http://docs.aws.amazon.com/autoscaling/ec2/userguide/attach-instance-asg.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation AttachInstances for usage and error information.
Returned Error Codes:
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachInstances
func (*AutoScaling) AttachInstancesRequest ¶
func (c *AutoScaling) AttachInstancesRequest(input *AttachInstancesInput) (req *request.Request, output *AttachInstancesOutput)
AttachInstancesRequest generates a "aws/request.Request" representing the client's request for the AttachInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AttachInstances for more information on using the AttachInstances API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AttachInstancesRequest method. req, resp := client.AttachInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachInstances
func (*AutoScaling) AttachInstancesWithContext ¶
func (c *AutoScaling) AttachInstancesWithContext(ctx aws.Context, input *AttachInstancesInput, opts ...request.Option) (*AttachInstancesOutput, error)
AttachInstancesWithContext is the same as AttachInstances with the addition of the ability to pass a context and additional request options.
See AttachInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) AttachLoadBalancerTargetGroups ¶
func (c *AutoScaling) AttachLoadBalancerTargetGroups(input *AttachLoadBalancerTargetGroupsInput) (*AttachLoadBalancerTargetGroupsOutput, error)
AttachLoadBalancerTargetGroups API operation for Auto Scaling.
Attaches one or more target groups to the specified Auto Scaling group.
To describe the target groups for an Auto Scaling group, use DescribeLoadBalancerTargetGroups. To detach the target group from the Auto Scaling group, use DetachLoadBalancerTargetGroups.
For more information, see Attach a Load Balancer to Your Auto Scaling Group (http://docs.aws.amazon.com/autoscaling/ec2/userguide/attach-load-balancer-asg.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation AttachLoadBalancerTargetGroups for usage and error information.
Returned Error Codes:
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachLoadBalancerTargetGroups
func (*AutoScaling) AttachLoadBalancerTargetGroupsRequest ¶
func (c *AutoScaling) AttachLoadBalancerTargetGroupsRequest(input *AttachLoadBalancerTargetGroupsInput) (req *request.Request, output *AttachLoadBalancerTargetGroupsOutput)
AttachLoadBalancerTargetGroupsRequest generates a "aws/request.Request" representing the client's request for the AttachLoadBalancerTargetGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AttachLoadBalancerTargetGroups for more information on using the AttachLoadBalancerTargetGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AttachLoadBalancerTargetGroupsRequest method. req, resp := client.AttachLoadBalancerTargetGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachLoadBalancerTargetGroups
func (*AutoScaling) AttachLoadBalancerTargetGroupsWithContext ¶
func (c *AutoScaling) AttachLoadBalancerTargetGroupsWithContext(ctx aws.Context, input *AttachLoadBalancerTargetGroupsInput, opts ...request.Option) (*AttachLoadBalancerTargetGroupsOutput, error)
AttachLoadBalancerTargetGroupsWithContext is the same as AttachLoadBalancerTargetGroups with the addition of the ability to pass a context and additional request options.
See AttachLoadBalancerTargetGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) AttachLoadBalancers ¶
func (c *AutoScaling) AttachLoadBalancers(input *AttachLoadBalancersInput) (*AttachLoadBalancersOutput, error)
AttachLoadBalancers API operation for Auto Scaling.
Attaches one or more Classic Load Balancers to the specified Auto Scaling group.
To attach an Application Load Balancer instead, see AttachLoadBalancerTargetGroups.
To describe the load balancers for an Auto Scaling group, use DescribeLoadBalancers. To detach the load balancer from the Auto Scaling group, use DetachLoadBalancers.
For more information, see Attach a Load Balancer to Your Auto Scaling Group (http://docs.aws.amazon.com/autoscaling/ec2/userguide/attach-load-balancer-asg.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation AttachLoadBalancers for usage and error information.
Returned Error Codes:
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachLoadBalancers
func (*AutoScaling) AttachLoadBalancersRequest ¶
func (c *AutoScaling) AttachLoadBalancersRequest(input *AttachLoadBalancersInput) (req *request.Request, output *AttachLoadBalancersOutput)
AttachLoadBalancersRequest generates a "aws/request.Request" representing the client's request for the AttachLoadBalancers operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AttachLoadBalancers for more information on using the AttachLoadBalancers API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AttachLoadBalancersRequest method. req, resp := client.AttachLoadBalancersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachLoadBalancers
func (*AutoScaling) AttachLoadBalancersWithContext ¶
func (c *AutoScaling) AttachLoadBalancersWithContext(ctx aws.Context, input *AttachLoadBalancersInput, opts ...request.Option) (*AttachLoadBalancersOutput, error)
AttachLoadBalancersWithContext is the same as AttachLoadBalancers with the addition of the ability to pass a context and additional request options.
See AttachLoadBalancers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) BatchDeleteScheduledAction ¶
func (c *AutoScaling) BatchDeleteScheduledAction(input *BatchDeleteScheduledActionInput) (*BatchDeleteScheduledActionOutput, error)
BatchDeleteScheduledAction API operation for Auto Scaling.
Deletes one or more scheduled actions for the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation BatchDeleteScheduledAction for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/BatchDeleteScheduledAction
func (*AutoScaling) BatchDeleteScheduledActionRequest ¶
func (c *AutoScaling) BatchDeleteScheduledActionRequest(input *BatchDeleteScheduledActionInput) (req *request.Request, output *BatchDeleteScheduledActionOutput)
BatchDeleteScheduledActionRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteScheduledAction operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteScheduledAction for more information on using the BatchDeleteScheduledAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteScheduledActionRequest method. req, resp := client.BatchDeleteScheduledActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/BatchDeleteScheduledAction
func (*AutoScaling) BatchDeleteScheduledActionWithContext ¶
func (c *AutoScaling) BatchDeleteScheduledActionWithContext(ctx aws.Context, input *BatchDeleteScheduledActionInput, opts ...request.Option) (*BatchDeleteScheduledActionOutput, error)
BatchDeleteScheduledActionWithContext is the same as BatchDeleteScheduledAction with the addition of the ability to pass a context and additional request options.
See BatchDeleteScheduledAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) BatchPutScheduledUpdateGroupAction ¶
func (c *AutoScaling) BatchPutScheduledUpdateGroupAction(input *BatchPutScheduledUpdateGroupActionInput) (*BatchPutScheduledUpdateGroupActionOutput, error)
BatchPutScheduledUpdateGroupAction API operation for Auto Scaling.
Creates or updates one or more scheduled scaling actions for an Auto Scaling group. If you leave a parameter unspecified when updating a scheduled scaling action, the corresponding value remains unchanged.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation BatchPutScheduledUpdateGroupAction for usage and error information.
Returned Error Codes:
ErrCodeAlreadyExistsFault "AlreadyExists" You already have an Auto Scaling group or launch configuration with this name.
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/BatchPutScheduledUpdateGroupAction
func (*AutoScaling) BatchPutScheduledUpdateGroupActionRequest ¶
func (c *AutoScaling) BatchPutScheduledUpdateGroupActionRequest(input *BatchPutScheduledUpdateGroupActionInput) (req *request.Request, output *BatchPutScheduledUpdateGroupActionOutput)
BatchPutScheduledUpdateGroupActionRequest generates a "aws/request.Request" representing the client's request for the BatchPutScheduledUpdateGroupAction operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchPutScheduledUpdateGroupAction for more information on using the BatchPutScheduledUpdateGroupAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchPutScheduledUpdateGroupActionRequest method. req, resp := client.BatchPutScheduledUpdateGroupActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/BatchPutScheduledUpdateGroupAction
func (*AutoScaling) BatchPutScheduledUpdateGroupActionWithContext ¶
func (c *AutoScaling) BatchPutScheduledUpdateGroupActionWithContext(ctx aws.Context, input *BatchPutScheduledUpdateGroupActionInput, opts ...request.Option) (*BatchPutScheduledUpdateGroupActionOutput, error)
BatchPutScheduledUpdateGroupActionWithContext is the same as BatchPutScheduledUpdateGroupAction with the addition of the ability to pass a context and additional request options.
See BatchPutScheduledUpdateGroupAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) CompleteLifecycleAction ¶
func (c *AutoScaling) CompleteLifecycleAction(input *CompleteLifecycleActionInput) (*CompleteLifecycleActionOutput, error)
CompleteLifecycleAction API operation for Auto Scaling.
Completes the lifecycle action for the specified token or instance with the specified result.
This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates instances.
(Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target.
Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
If you finish before the timeout period ends, complete the lifecycle action.
For more information, see Auto Scaling Lifecycle (http://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation CompleteLifecycleAction for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CompleteLifecycleAction
func (*AutoScaling) CompleteLifecycleActionRequest ¶
func (c *AutoScaling) CompleteLifecycleActionRequest(input *CompleteLifecycleActionInput) (req *request.Request, output *CompleteLifecycleActionOutput)
CompleteLifecycleActionRequest generates a "aws/request.Request" representing the client's request for the CompleteLifecycleAction operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CompleteLifecycleAction for more information on using the CompleteLifecycleAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CompleteLifecycleActionRequest method. req, resp := client.CompleteLifecycleActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CompleteLifecycleAction
func (*AutoScaling) CompleteLifecycleActionWithContext ¶
func (c *AutoScaling) CompleteLifecycleActionWithContext(ctx aws.Context, input *CompleteLifecycleActionInput, opts ...request.Option) (*CompleteLifecycleActionOutput, error)
CompleteLifecycleActionWithContext is the same as CompleteLifecycleAction with the addition of the ability to pass a context and additional request options.
See CompleteLifecycleAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) CreateAutoScalingGroup ¶
func (c *AutoScaling) CreateAutoScalingGroup(input *CreateAutoScalingGroupInput) (*CreateAutoScalingGroupOutput, error)
CreateAutoScalingGroup API operation for Auto Scaling.
Creates an Auto Scaling group with the specified name and attributes.
If you exceed your maximum limit of Auto Scaling groups, the call fails. For information about viewing this limit, see DescribeAccountLimits. For information about updating this limit, see Auto Scaling Limits (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html) in the Amazon EC2 Auto Scaling User Guide.
For more information, see Auto Scaling Groups (http://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroup.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation CreateAutoScalingGroup for usage and error information.
Returned Error Codes:
ErrCodeAlreadyExistsFault "AlreadyExists" You already have an Auto Scaling group or launch configuration with this name.
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CreateAutoScalingGroup
func (*AutoScaling) CreateAutoScalingGroupRequest ¶
func (c *AutoScaling) CreateAutoScalingGroupRequest(input *CreateAutoScalingGroupInput) (req *request.Request, output *CreateAutoScalingGroupOutput)
CreateAutoScalingGroupRequest generates a "aws/request.Request" representing the client's request for the CreateAutoScalingGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAutoScalingGroup for more information on using the CreateAutoScalingGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAutoScalingGroupRequest method. req, resp := client.CreateAutoScalingGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CreateAutoScalingGroup
func (*AutoScaling) CreateAutoScalingGroupWithContext ¶
func (c *AutoScaling) CreateAutoScalingGroupWithContext(ctx aws.Context, input *CreateAutoScalingGroupInput, opts ...request.Option) (*CreateAutoScalingGroupOutput, error)
CreateAutoScalingGroupWithContext is the same as CreateAutoScalingGroup with the addition of the ability to pass a context and additional request options.
See CreateAutoScalingGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) CreateLaunchConfiguration ¶
func (c *AutoScaling) CreateLaunchConfiguration(input *CreateLaunchConfigurationInput) (*CreateLaunchConfigurationOutput, error)
CreateLaunchConfiguration API operation for Auto Scaling.
Creates a launch configuration.
If you exceed your maximum limit of launch configurations, the call fails. For information about viewing this limit, see DescribeAccountLimits. For information about updating this limit, see Auto Scaling Limits (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html) in the Amazon EC2 Auto Scaling User Guide.
For more information, see Launch Configurations (http://docs.aws.amazon.com/autoscaling/ec2/userguide/LaunchConfiguration.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation CreateLaunchConfiguration for usage and error information.
Returned Error Codes:
ErrCodeAlreadyExistsFault "AlreadyExists" You already have an Auto Scaling group or launch configuration with this name.
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CreateLaunchConfiguration
func (*AutoScaling) CreateLaunchConfigurationRequest ¶
func (c *AutoScaling) CreateLaunchConfigurationRequest(input *CreateLaunchConfigurationInput) (req *request.Request, output *CreateLaunchConfigurationOutput)
CreateLaunchConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateLaunchConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateLaunchConfiguration for more information on using the CreateLaunchConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateLaunchConfigurationRequest method. req, resp := client.CreateLaunchConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CreateLaunchConfiguration
func (*AutoScaling) CreateLaunchConfigurationWithContext ¶
func (c *AutoScaling) CreateLaunchConfigurationWithContext(ctx aws.Context, input *CreateLaunchConfigurationInput, opts ...request.Option) (*CreateLaunchConfigurationOutput, error)
CreateLaunchConfigurationWithContext is the same as CreateLaunchConfiguration with the addition of the ability to pass a context and additional request options.
See CreateLaunchConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) CreateOrUpdateTags ¶
func (c *AutoScaling) CreateOrUpdateTags(input *CreateOrUpdateTagsInput) (*CreateOrUpdateTagsOutput, error)
CreateOrUpdateTags API operation for Auto Scaling.
Creates or updates tags for the specified Auto Scaling group.
When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message.
For more information, see Tagging Auto Scaling Groups and Instances (http://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation CreateOrUpdateTags for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeAlreadyExistsFault "AlreadyExists" You already have an Auto Scaling group or launch configuration with this name.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeResourceInUseFault "ResourceInUse" The operation can't be performed because the resource is in use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CreateOrUpdateTags
func (*AutoScaling) CreateOrUpdateTagsRequest ¶
func (c *AutoScaling) CreateOrUpdateTagsRequest(input *CreateOrUpdateTagsInput) (req *request.Request, output *CreateOrUpdateTagsOutput)
CreateOrUpdateTagsRequest generates a "aws/request.Request" representing the client's request for the CreateOrUpdateTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateOrUpdateTags for more information on using the CreateOrUpdateTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateOrUpdateTagsRequest method. req, resp := client.CreateOrUpdateTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CreateOrUpdateTags
func (*AutoScaling) CreateOrUpdateTagsWithContext ¶
func (c *AutoScaling) CreateOrUpdateTagsWithContext(ctx aws.Context, input *CreateOrUpdateTagsInput, opts ...request.Option) (*CreateOrUpdateTagsOutput, error)
CreateOrUpdateTagsWithContext is the same as CreateOrUpdateTags with the addition of the ability to pass a context and additional request options.
See CreateOrUpdateTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DeleteAutoScalingGroup ¶
func (c *AutoScaling) DeleteAutoScalingGroup(input *DeleteAutoScalingGroupInput) (*DeleteAutoScalingGroupOutput, error)
DeleteAutoScalingGroup API operation for Auto Scaling.
Deletes the specified Auto Scaling group.
If the group has instances or scaling activities in progress, you must specify the option to force the deletion in order for it to succeed.
If the group has policies, deleting the group deletes the policies, the underlying alarm actions, and any alarm that no longer has an associated action.
To remove instances from the Auto Scaling group before deleting it, call DetachInstances with the list of instances and the option to decrement the desired capacity. This ensures that Amazon EC2 Auto Scaling does not launch replacement instances.
To terminate all instances before deleting the Auto Scaling group, call UpdateAutoScalingGroup and set the minimum size and desired capacity of the Auto Scaling group to zero.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DeleteAutoScalingGroup for usage and error information.
Returned Error Codes:
ErrCodeScalingActivityInProgressFault "ScalingActivityInProgress" The operation can't be performed because there are scaling activities in progress.
ErrCodeResourceInUseFault "ResourceInUse" The operation can't be performed because the resource is in use.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteAutoScalingGroup
func (*AutoScaling) DeleteAutoScalingGroupRequest ¶
func (c *AutoScaling) DeleteAutoScalingGroupRequest(input *DeleteAutoScalingGroupInput) (req *request.Request, output *DeleteAutoScalingGroupOutput)
DeleteAutoScalingGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteAutoScalingGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAutoScalingGroup for more information on using the DeleteAutoScalingGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAutoScalingGroupRequest method. req, resp := client.DeleteAutoScalingGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteAutoScalingGroup
func (*AutoScaling) DeleteAutoScalingGroupWithContext ¶
func (c *AutoScaling) DeleteAutoScalingGroupWithContext(ctx aws.Context, input *DeleteAutoScalingGroupInput, opts ...request.Option) (*DeleteAutoScalingGroupOutput, error)
DeleteAutoScalingGroupWithContext is the same as DeleteAutoScalingGroup with the addition of the ability to pass a context and additional request options.
See DeleteAutoScalingGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DeleteLaunchConfiguration ¶
func (c *AutoScaling) DeleteLaunchConfiguration(input *DeleteLaunchConfigurationInput) (*DeleteLaunchConfigurationOutput, error)
DeleteLaunchConfiguration API operation for Auto Scaling.
Deletes the specified launch configuration.
The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DeleteLaunchConfiguration for usage and error information.
Returned Error Codes:
ErrCodeResourceInUseFault "ResourceInUse" The operation can't be performed because the resource is in use.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteLaunchConfiguration
func (*AutoScaling) DeleteLaunchConfigurationRequest ¶
func (c *AutoScaling) DeleteLaunchConfigurationRequest(input *DeleteLaunchConfigurationInput) (req *request.Request, output *DeleteLaunchConfigurationOutput)
DeleteLaunchConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteLaunchConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteLaunchConfiguration for more information on using the DeleteLaunchConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteLaunchConfigurationRequest method. req, resp := client.DeleteLaunchConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteLaunchConfiguration
func (*AutoScaling) DeleteLaunchConfigurationWithContext ¶
func (c *AutoScaling) DeleteLaunchConfigurationWithContext(ctx aws.Context, input *DeleteLaunchConfigurationInput, opts ...request.Option) (*DeleteLaunchConfigurationOutput, error)
DeleteLaunchConfigurationWithContext is the same as DeleteLaunchConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteLaunchConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DeleteLifecycleHook ¶
func (c *AutoScaling) DeleteLifecycleHook(input *DeleteLifecycleHookInput) (*DeleteLifecycleHookOutput, error)
DeleteLifecycleHook API operation for Auto Scaling.
Deletes the specified lifecycle hook.
If there are any outstanding lifecycle actions, they are completed first (ABANDON for launching instances, CONTINUE for terminating instances).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DeleteLifecycleHook for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteLifecycleHook
func (*AutoScaling) DeleteLifecycleHookRequest ¶
func (c *AutoScaling) DeleteLifecycleHookRequest(input *DeleteLifecycleHookInput) (req *request.Request, output *DeleteLifecycleHookOutput)
DeleteLifecycleHookRequest generates a "aws/request.Request" representing the client's request for the DeleteLifecycleHook operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteLifecycleHook for more information on using the DeleteLifecycleHook API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteLifecycleHookRequest method. req, resp := client.DeleteLifecycleHookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteLifecycleHook
func (*AutoScaling) DeleteLifecycleHookWithContext ¶
func (c *AutoScaling) DeleteLifecycleHookWithContext(ctx aws.Context, input *DeleteLifecycleHookInput, opts ...request.Option) (*DeleteLifecycleHookOutput, error)
DeleteLifecycleHookWithContext is the same as DeleteLifecycleHook with the addition of the ability to pass a context and additional request options.
See DeleteLifecycleHook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DeleteNotificationConfiguration ¶
func (c *AutoScaling) DeleteNotificationConfiguration(input *DeleteNotificationConfigurationInput) (*DeleteNotificationConfigurationOutput, error)
DeleteNotificationConfiguration API operation for Auto Scaling.
Deletes the specified notification.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DeleteNotificationConfiguration for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteNotificationConfiguration
func (*AutoScaling) DeleteNotificationConfigurationRequest ¶
func (c *AutoScaling) DeleteNotificationConfigurationRequest(input *DeleteNotificationConfigurationInput) (req *request.Request, output *DeleteNotificationConfigurationOutput)
DeleteNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteNotificationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteNotificationConfiguration for more information on using the DeleteNotificationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteNotificationConfigurationRequest method. req, resp := client.DeleteNotificationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteNotificationConfiguration
func (*AutoScaling) DeleteNotificationConfigurationWithContext ¶
func (c *AutoScaling) DeleteNotificationConfigurationWithContext(ctx aws.Context, input *DeleteNotificationConfigurationInput, opts ...request.Option) (*DeleteNotificationConfigurationOutput, error)
DeleteNotificationConfigurationWithContext is the same as DeleteNotificationConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteNotificationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DeletePolicy ¶
func (c *AutoScaling) DeletePolicy(input *DeletePolicyInput) (*DeletePolicyOutput, error)
DeletePolicy API operation for Auto Scaling.
Deletes the specified Auto Scaling policy.
Deleting a policy deletes the underlying alarm action, but does not delete the alarm, even if it no longer has an associated action.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DeletePolicy for usage and error information.
Returned Error Codes:
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeletePolicy
func (*AutoScaling) DeletePolicyRequest ¶
func (c *AutoScaling) DeletePolicyRequest(input *DeletePolicyInput) (req *request.Request, output *DeletePolicyOutput)
DeletePolicyRequest generates a "aws/request.Request" representing the client's request for the DeletePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeletePolicy for more information on using the DeletePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeletePolicyRequest method. req, resp := client.DeletePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeletePolicy
func (*AutoScaling) DeletePolicyWithContext ¶
func (c *AutoScaling) DeletePolicyWithContext(ctx aws.Context, input *DeletePolicyInput, opts ...request.Option) (*DeletePolicyOutput, error)
DeletePolicyWithContext is the same as DeletePolicy with the addition of the ability to pass a context and additional request options.
See DeletePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DeleteScheduledAction ¶
func (c *AutoScaling) DeleteScheduledAction(input *DeleteScheduledActionInput) (*DeleteScheduledActionOutput, error)
DeleteScheduledAction API operation for Auto Scaling.
Deletes the specified scheduled action.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DeleteScheduledAction for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteScheduledAction
func (*AutoScaling) DeleteScheduledActionRequest ¶
func (c *AutoScaling) DeleteScheduledActionRequest(input *DeleteScheduledActionInput) (req *request.Request, output *DeleteScheduledActionOutput)
DeleteScheduledActionRequest generates a "aws/request.Request" representing the client's request for the DeleteScheduledAction operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteScheduledAction for more information on using the DeleteScheduledAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteScheduledActionRequest method. req, resp := client.DeleteScheduledActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteScheduledAction
func (*AutoScaling) DeleteScheduledActionWithContext ¶
func (c *AutoScaling) DeleteScheduledActionWithContext(ctx aws.Context, input *DeleteScheduledActionInput, opts ...request.Option) (*DeleteScheduledActionOutput, error)
DeleteScheduledActionWithContext is the same as DeleteScheduledAction with the addition of the ability to pass a context and additional request options.
See DeleteScheduledAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DeleteTags ¶
func (c *AutoScaling) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
DeleteTags API operation for Auto Scaling.
Deletes the specified tags.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DeleteTags for usage and error information.
Returned Error Codes:
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeResourceInUseFault "ResourceInUse" The operation can't be performed because the resource is in use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteTags
func (*AutoScaling) DeleteTagsRequest ¶
func (c *AutoScaling) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
DeleteTagsRequest generates a "aws/request.Request" representing the client's request for the DeleteTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteTags for more information on using the DeleteTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteTagsRequest method. req, resp := client.DeleteTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DeleteTags
func (*AutoScaling) DeleteTagsWithContext ¶
func (c *AutoScaling) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
DeleteTagsWithContext is the same as DeleteTags with the addition of the ability to pass a context and additional request options.
See DeleteTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeAccountLimits ¶
func (c *AutoScaling) DescribeAccountLimits(input *DescribeAccountLimitsInput) (*DescribeAccountLimitsOutput, error)
DescribeAccountLimits API operation for Auto Scaling.
Describes the current Auto Scaling resource limits for your AWS account.
For information about requesting an increase in these limits, see Auto Scaling Limits (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeAccountLimits for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAccountLimits
func (*AutoScaling) DescribeAccountLimitsRequest ¶
func (c *AutoScaling) DescribeAccountLimitsRequest(input *DescribeAccountLimitsInput) (req *request.Request, output *DescribeAccountLimitsOutput)
DescribeAccountLimitsRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountLimits operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAccountLimits for more information on using the DescribeAccountLimits API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAccountLimitsRequest method. req, resp := client.DescribeAccountLimitsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAccountLimits
func (*AutoScaling) DescribeAccountLimitsWithContext ¶
func (c *AutoScaling) DescribeAccountLimitsWithContext(ctx aws.Context, input *DescribeAccountLimitsInput, opts ...request.Option) (*DescribeAccountLimitsOutput, error)
DescribeAccountLimitsWithContext is the same as DescribeAccountLimits with the addition of the ability to pass a context and additional request options.
See DescribeAccountLimits for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeAdjustmentTypes ¶
func (c *AutoScaling) DescribeAdjustmentTypes(input *DescribeAdjustmentTypesInput) (*DescribeAdjustmentTypesOutput, error)
DescribeAdjustmentTypes API operation for Auto Scaling.
Describes the policy adjustment types for use with PutScalingPolicy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeAdjustmentTypes for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAdjustmentTypes
func (*AutoScaling) DescribeAdjustmentTypesRequest ¶
func (c *AutoScaling) DescribeAdjustmentTypesRequest(input *DescribeAdjustmentTypesInput) (req *request.Request, output *DescribeAdjustmentTypesOutput)
DescribeAdjustmentTypesRequest generates a "aws/request.Request" representing the client's request for the DescribeAdjustmentTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAdjustmentTypes for more information on using the DescribeAdjustmentTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAdjustmentTypesRequest method. req, resp := client.DescribeAdjustmentTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAdjustmentTypes
func (*AutoScaling) DescribeAdjustmentTypesWithContext ¶
func (c *AutoScaling) DescribeAdjustmentTypesWithContext(ctx aws.Context, input *DescribeAdjustmentTypesInput, opts ...request.Option) (*DescribeAdjustmentTypesOutput, error)
DescribeAdjustmentTypesWithContext is the same as DescribeAdjustmentTypes with the addition of the ability to pass a context and additional request options.
See DescribeAdjustmentTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeAutoScalingGroups ¶
func (c *AutoScaling) DescribeAutoScalingGroups(input *DescribeAutoScalingGroupsInput) (*DescribeAutoScalingGroupsOutput, error)
DescribeAutoScalingGroups API operation for Auto Scaling.
Describes one or more Auto Scaling groups.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeAutoScalingGroups for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAutoScalingGroups
func (*AutoScaling) DescribeAutoScalingGroupsPages ¶
func (c *AutoScaling) DescribeAutoScalingGroupsPages(input *DescribeAutoScalingGroupsInput, fn func(*DescribeAutoScalingGroupsOutput, bool) bool) error
DescribeAutoScalingGroupsPages iterates over the pages of a DescribeAutoScalingGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeAutoScalingGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeAutoScalingGroups operation. pageNum := 0 err := client.DescribeAutoScalingGroupsPages(params, func(page *DescribeAutoScalingGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeAutoScalingGroupsPagesWithContext ¶
func (c *AutoScaling) DescribeAutoScalingGroupsPagesWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, fn func(*DescribeAutoScalingGroupsOutput, bool) bool, opts ...request.Option) error
DescribeAutoScalingGroupsPagesWithContext same as DescribeAutoScalingGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeAutoScalingGroupsRequest ¶
func (c *AutoScaling) DescribeAutoScalingGroupsRequest(input *DescribeAutoScalingGroupsInput) (req *request.Request, output *DescribeAutoScalingGroupsOutput)
DescribeAutoScalingGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeAutoScalingGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAutoScalingGroups for more information on using the DescribeAutoScalingGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAutoScalingGroupsRequest method. req, resp := client.DescribeAutoScalingGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAutoScalingGroups
func (*AutoScaling) DescribeAutoScalingGroupsWithContext ¶
func (c *AutoScaling) DescribeAutoScalingGroupsWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, opts ...request.Option) (*DescribeAutoScalingGroupsOutput, error)
DescribeAutoScalingGroupsWithContext is the same as DescribeAutoScalingGroups with the addition of the ability to pass a context and additional request options.
See DescribeAutoScalingGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeAutoScalingInstances ¶
func (c *AutoScaling) DescribeAutoScalingInstances(input *DescribeAutoScalingInstancesInput) (*DescribeAutoScalingInstancesOutput, error)
DescribeAutoScalingInstances API operation for Auto Scaling.
Describes one or more Auto Scaling instances.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeAutoScalingInstances for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAutoScalingInstances
func (*AutoScaling) DescribeAutoScalingInstancesPages ¶
func (c *AutoScaling) DescribeAutoScalingInstancesPages(input *DescribeAutoScalingInstancesInput, fn func(*DescribeAutoScalingInstancesOutput, bool) bool) error
DescribeAutoScalingInstancesPages iterates over the pages of a DescribeAutoScalingInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeAutoScalingInstances method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeAutoScalingInstances operation. pageNum := 0 err := client.DescribeAutoScalingInstancesPages(params, func(page *DescribeAutoScalingInstancesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeAutoScalingInstancesPagesWithContext ¶
func (c *AutoScaling) DescribeAutoScalingInstancesPagesWithContext(ctx aws.Context, input *DescribeAutoScalingInstancesInput, fn func(*DescribeAutoScalingInstancesOutput, bool) bool, opts ...request.Option) error
DescribeAutoScalingInstancesPagesWithContext same as DescribeAutoScalingInstancesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeAutoScalingInstancesRequest ¶
func (c *AutoScaling) DescribeAutoScalingInstancesRequest(input *DescribeAutoScalingInstancesInput) (req *request.Request, output *DescribeAutoScalingInstancesOutput)
DescribeAutoScalingInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeAutoScalingInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAutoScalingInstances for more information on using the DescribeAutoScalingInstances API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAutoScalingInstancesRequest method. req, resp := client.DescribeAutoScalingInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAutoScalingInstances
func (*AutoScaling) DescribeAutoScalingInstancesWithContext ¶
func (c *AutoScaling) DescribeAutoScalingInstancesWithContext(ctx aws.Context, input *DescribeAutoScalingInstancesInput, opts ...request.Option) (*DescribeAutoScalingInstancesOutput, error)
DescribeAutoScalingInstancesWithContext is the same as DescribeAutoScalingInstances with the addition of the ability to pass a context and additional request options.
See DescribeAutoScalingInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeAutoScalingNotificationTypes ¶
func (c *AutoScaling) DescribeAutoScalingNotificationTypes(input *DescribeAutoScalingNotificationTypesInput) (*DescribeAutoScalingNotificationTypesOutput, error)
DescribeAutoScalingNotificationTypes API operation for Auto Scaling.
Describes the notification types that are supported by Amazon EC2 Auto Scaling.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeAutoScalingNotificationTypes for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAutoScalingNotificationTypes
func (*AutoScaling) DescribeAutoScalingNotificationTypesRequest ¶
func (c *AutoScaling) DescribeAutoScalingNotificationTypesRequest(input *DescribeAutoScalingNotificationTypesInput) (req *request.Request, output *DescribeAutoScalingNotificationTypesOutput)
DescribeAutoScalingNotificationTypesRequest generates a "aws/request.Request" representing the client's request for the DescribeAutoScalingNotificationTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeAutoScalingNotificationTypes for more information on using the DescribeAutoScalingNotificationTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeAutoScalingNotificationTypesRequest method. req, resp := client.DescribeAutoScalingNotificationTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeAutoScalingNotificationTypes
func (*AutoScaling) DescribeAutoScalingNotificationTypesWithContext ¶
func (c *AutoScaling) DescribeAutoScalingNotificationTypesWithContext(ctx aws.Context, input *DescribeAutoScalingNotificationTypesInput, opts ...request.Option) (*DescribeAutoScalingNotificationTypesOutput, error)
DescribeAutoScalingNotificationTypesWithContext is the same as DescribeAutoScalingNotificationTypes with the addition of the ability to pass a context and additional request options.
See DescribeAutoScalingNotificationTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeLaunchConfigurations ¶
func (c *AutoScaling) DescribeLaunchConfigurations(input *DescribeLaunchConfigurationsInput) (*DescribeLaunchConfigurationsOutput, error)
DescribeLaunchConfigurations API operation for Auto Scaling.
Describes one or more launch configurations.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeLaunchConfigurations for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLaunchConfigurations
func (*AutoScaling) DescribeLaunchConfigurationsPages ¶
func (c *AutoScaling) DescribeLaunchConfigurationsPages(input *DescribeLaunchConfigurationsInput, fn func(*DescribeLaunchConfigurationsOutput, bool) bool) error
DescribeLaunchConfigurationsPages iterates over the pages of a DescribeLaunchConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeLaunchConfigurations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeLaunchConfigurations operation. pageNum := 0 err := client.DescribeLaunchConfigurationsPages(params, func(page *DescribeLaunchConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeLaunchConfigurationsPagesWithContext ¶
func (c *AutoScaling) DescribeLaunchConfigurationsPagesWithContext(ctx aws.Context, input *DescribeLaunchConfigurationsInput, fn func(*DescribeLaunchConfigurationsOutput, bool) bool, opts ...request.Option) error
DescribeLaunchConfigurationsPagesWithContext same as DescribeLaunchConfigurationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeLaunchConfigurationsRequest ¶
func (c *AutoScaling) DescribeLaunchConfigurationsRequest(input *DescribeLaunchConfigurationsInput) (req *request.Request, output *DescribeLaunchConfigurationsOutput)
DescribeLaunchConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeLaunchConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLaunchConfigurations for more information on using the DescribeLaunchConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLaunchConfigurationsRequest method. req, resp := client.DescribeLaunchConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLaunchConfigurations
func (*AutoScaling) DescribeLaunchConfigurationsWithContext ¶
func (c *AutoScaling) DescribeLaunchConfigurationsWithContext(ctx aws.Context, input *DescribeLaunchConfigurationsInput, opts ...request.Option) (*DescribeLaunchConfigurationsOutput, error)
DescribeLaunchConfigurationsWithContext is the same as DescribeLaunchConfigurations with the addition of the ability to pass a context and additional request options.
See DescribeLaunchConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeLifecycleHookTypes ¶
func (c *AutoScaling) DescribeLifecycleHookTypes(input *DescribeLifecycleHookTypesInput) (*DescribeLifecycleHookTypesOutput, error)
DescribeLifecycleHookTypes API operation for Auto Scaling.
Describes the available types of lifecycle hooks.
The following hook types are supported:
autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeLifecycleHookTypes for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLifecycleHookTypes
func (*AutoScaling) DescribeLifecycleHookTypesRequest ¶
func (c *AutoScaling) DescribeLifecycleHookTypesRequest(input *DescribeLifecycleHookTypesInput) (req *request.Request, output *DescribeLifecycleHookTypesOutput)
DescribeLifecycleHookTypesRequest generates a "aws/request.Request" representing the client's request for the DescribeLifecycleHookTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLifecycleHookTypes for more information on using the DescribeLifecycleHookTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLifecycleHookTypesRequest method. req, resp := client.DescribeLifecycleHookTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLifecycleHookTypes
func (*AutoScaling) DescribeLifecycleHookTypesWithContext ¶
func (c *AutoScaling) DescribeLifecycleHookTypesWithContext(ctx aws.Context, input *DescribeLifecycleHookTypesInput, opts ...request.Option) (*DescribeLifecycleHookTypesOutput, error)
DescribeLifecycleHookTypesWithContext is the same as DescribeLifecycleHookTypes with the addition of the ability to pass a context and additional request options.
See DescribeLifecycleHookTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeLifecycleHooks ¶
func (c *AutoScaling) DescribeLifecycleHooks(input *DescribeLifecycleHooksInput) (*DescribeLifecycleHooksOutput, error)
DescribeLifecycleHooks API operation for Auto Scaling.
Describes the lifecycle hooks for the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeLifecycleHooks for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLifecycleHooks
func (*AutoScaling) DescribeLifecycleHooksRequest ¶
func (c *AutoScaling) DescribeLifecycleHooksRequest(input *DescribeLifecycleHooksInput) (req *request.Request, output *DescribeLifecycleHooksOutput)
DescribeLifecycleHooksRequest generates a "aws/request.Request" representing the client's request for the DescribeLifecycleHooks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLifecycleHooks for more information on using the DescribeLifecycleHooks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLifecycleHooksRequest method. req, resp := client.DescribeLifecycleHooksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLifecycleHooks
func (*AutoScaling) DescribeLifecycleHooksWithContext ¶
func (c *AutoScaling) DescribeLifecycleHooksWithContext(ctx aws.Context, input *DescribeLifecycleHooksInput, opts ...request.Option) (*DescribeLifecycleHooksOutput, error)
DescribeLifecycleHooksWithContext is the same as DescribeLifecycleHooks with the addition of the ability to pass a context and additional request options.
See DescribeLifecycleHooks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeLoadBalancerTargetGroups ¶
func (c *AutoScaling) DescribeLoadBalancerTargetGroups(input *DescribeLoadBalancerTargetGroupsInput) (*DescribeLoadBalancerTargetGroupsOutput, error)
DescribeLoadBalancerTargetGroups API operation for Auto Scaling.
Describes the target groups for the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeLoadBalancerTargetGroups for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLoadBalancerTargetGroups
func (*AutoScaling) DescribeLoadBalancerTargetGroupsRequest ¶
func (c *AutoScaling) DescribeLoadBalancerTargetGroupsRequest(input *DescribeLoadBalancerTargetGroupsInput) (req *request.Request, output *DescribeLoadBalancerTargetGroupsOutput)
DescribeLoadBalancerTargetGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeLoadBalancerTargetGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLoadBalancerTargetGroups for more information on using the DescribeLoadBalancerTargetGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLoadBalancerTargetGroupsRequest method. req, resp := client.DescribeLoadBalancerTargetGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLoadBalancerTargetGroups
func (*AutoScaling) DescribeLoadBalancerTargetGroupsWithContext ¶
func (c *AutoScaling) DescribeLoadBalancerTargetGroupsWithContext(ctx aws.Context, input *DescribeLoadBalancerTargetGroupsInput, opts ...request.Option) (*DescribeLoadBalancerTargetGroupsOutput, error)
DescribeLoadBalancerTargetGroupsWithContext is the same as DescribeLoadBalancerTargetGroups with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancerTargetGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeLoadBalancers ¶
func (c *AutoScaling) DescribeLoadBalancers(input *DescribeLoadBalancersInput) (*DescribeLoadBalancersOutput, error)
DescribeLoadBalancers API operation for Auto Scaling.
Describes the load balancers for the specified Auto Scaling group.
This operation describes only Classic Load Balancers. If you have Application Load Balancers, use DescribeLoadBalancerTargetGroups instead.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeLoadBalancers for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLoadBalancers
func (*AutoScaling) DescribeLoadBalancersRequest ¶
func (c *AutoScaling) DescribeLoadBalancersRequest(input *DescribeLoadBalancersInput) (req *request.Request, output *DescribeLoadBalancersOutput)
DescribeLoadBalancersRequest generates a "aws/request.Request" representing the client's request for the DescribeLoadBalancers operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeLoadBalancers for more information on using the DescribeLoadBalancers API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeLoadBalancersRequest method. req, resp := client.DescribeLoadBalancersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLoadBalancers
func (*AutoScaling) DescribeLoadBalancersWithContext ¶
func (c *AutoScaling) DescribeLoadBalancersWithContext(ctx aws.Context, input *DescribeLoadBalancersInput, opts ...request.Option) (*DescribeLoadBalancersOutput, error)
DescribeLoadBalancersWithContext is the same as DescribeLoadBalancers with the addition of the ability to pass a context and additional request options.
See DescribeLoadBalancers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeMetricCollectionTypes ¶
func (c *AutoScaling) DescribeMetricCollectionTypes(input *DescribeMetricCollectionTypesInput) (*DescribeMetricCollectionTypesOutput, error)
DescribeMetricCollectionTypes API operation for Auto Scaling.
Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.
The GroupStandbyInstances metric is not returned by default. You must explicitly request this metric when calling EnableMetricsCollection.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeMetricCollectionTypes for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeMetricCollectionTypes
func (*AutoScaling) DescribeMetricCollectionTypesRequest ¶
func (c *AutoScaling) DescribeMetricCollectionTypesRequest(input *DescribeMetricCollectionTypesInput) (req *request.Request, output *DescribeMetricCollectionTypesOutput)
DescribeMetricCollectionTypesRequest generates a "aws/request.Request" representing the client's request for the DescribeMetricCollectionTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeMetricCollectionTypes for more information on using the DescribeMetricCollectionTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeMetricCollectionTypesRequest method. req, resp := client.DescribeMetricCollectionTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeMetricCollectionTypes
func (*AutoScaling) DescribeMetricCollectionTypesWithContext ¶
func (c *AutoScaling) DescribeMetricCollectionTypesWithContext(ctx aws.Context, input *DescribeMetricCollectionTypesInput, opts ...request.Option) (*DescribeMetricCollectionTypesOutput, error)
DescribeMetricCollectionTypesWithContext is the same as DescribeMetricCollectionTypes with the addition of the ability to pass a context and additional request options.
See DescribeMetricCollectionTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeNotificationConfigurations ¶
func (c *AutoScaling) DescribeNotificationConfigurations(input *DescribeNotificationConfigurationsInput) (*DescribeNotificationConfigurationsOutput, error)
DescribeNotificationConfigurations API operation for Auto Scaling.
Describes the notification actions associated with the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeNotificationConfigurations for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeNotificationConfigurations
func (*AutoScaling) DescribeNotificationConfigurationsPages ¶
func (c *AutoScaling) DescribeNotificationConfigurationsPages(input *DescribeNotificationConfigurationsInput, fn func(*DescribeNotificationConfigurationsOutput, bool) bool) error
DescribeNotificationConfigurationsPages iterates over the pages of a DescribeNotificationConfigurations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeNotificationConfigurations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeNotificationConfigurations operation. pageNum := 0 err := client.DescribeNotificationConfigurationsPages(params, func(page *DescribeNotificationConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeNotificationConfigurationsPagesWithContext ¶
func (c *AutoScaling) DescribeNotificationConfigurationsPagesWithContext(ctx aws.Context, input *DescribeNotificationConfigurationsInput, fn func(*DescribeNotificationConfigurationsOutput, bool) bool, opts ...request.Option) error
DescribeNotificationConfigurationsPagesWithContext same as DescribeNotificationConfigurationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeNotificationConfigurationsRequest ¶
func (c *AutoScaling) DescribeNotificationConfigurationsRequest(input *DescribeNotificationConfigurationsInput) (req *request.Request, output *DescribeNotificationConfigurationsOutput)
DescribeNotificationConfigurationsRequest generates a "aws/request.Request" representing the client's request for the DescribeNotificationConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeNotificationConfigurations for more information on using the DescribeNotificationConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeNotificationConfigurationsRequest method. req, resp := client.DescribeNotificationConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeNotificationConfigurations
func (*AutoScaling) DescribeNotificationConfigurationsWithContext ¶
func (c *AutoScaling) DescribeNotificationConfigurationsWithContext(ctx aws.Context, input *DescribeNotificationConfigurationsInput, opts ...request.Option) (*DescribeNotificationConfigurationsOutput, error)
DescribeNotificationConfigurationsWithContext is the same as DescribeNotificationConfigurations with the addition of the ability to pass a context and additional request options.
See DescribeNotificationConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribePolicies ¶
func (c *AutoScaling) DescribePolicies(input *DescribePoliciesInput) (*DescribePoliciesOutput, error)
DescribePolicies API operation for Auto Scaling.
Describes the policies for the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribePolicies for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribePolicies
func (*AutoScaling) DescribePoliciesPages ¶
func (c *AutoScaling) DescribePoliciesPages(input *DescribePoliciesInput, fn func(*DescribePoliciesOutput, bool) bool) error
DescribePoliciesPages iterates over the pages of a DescribePolicies operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribePolicies method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribePolicies operation. pageNum := 0 err := client.DescribePoliciesPages(params, func(page *DescribePoliciesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribePoliciesPagesWithContext ¶
func (c *AutoScaling) DescribePoliciesPagesWithContext(ctx aws.Context, input *DescribePoliciesInput, fn func(*DescribePoliciesOutput, bool) bool, opts ...request.Option) error
DescribePoliciesPagesWithContext same as DescribePoliciesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribePoliciesRequest ¶
func (c *AutoScaling) DescribePoliciesRequest(input *DescribePoliciesInput) (req *request.Request, output *DescribePoliciesOutput)
DescribePoliciesRequest generates a "aws/request.Request" representing the client's request for the DescribePolicies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribePolicies for more information on using the DescribePolicies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribePoliciesRequest method. req, resp := client.DescribePoliciesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribePolicies
func (*AutoScaling) DescribePoliciesWithContext ¶
func (c *AutoScaling) DescribePoliciesWithContext(ctx aws.Context, input *DescribePoliciesInput, opts ...request.Option) (*DescribePoliciesOutput, error)
DescribePoliciesWithContext is the same as DescribePolicies with the addition of the ability to pass a context and additional request options.
See DescribePolicies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeScalingActivities ¶
func (c *AutoScaling) DescribeScalingActivities(input *DescribeScalingActivitiesInput) (*DescribeScalingActivitiesOutput, error)
DescribeScalingActivities API operation for Auto Scaling.
Describes one or more scaling activities for the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeScalingActivities for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScalingActivities
func (*AutoScaling) DescribeScalingActivitiesPages ¶
func (c *AutoScaling) DescribeScalingActivitiesPages(input *DescribeScalingActivitiesInput, fn func(*DescribeScalingActivitiesOutput, bool) bool) error
DescribeScalingActivitiesPages iterates over the pages of a DescribeScalingActivities operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeScalingActivities method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeScalingActivities operation. pageNum := 0 err := client.DescribeScalingActivitiesPages(params, func(page *DescribeScalingActivitiesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeScalingActivitiesPagesWithContext ¶
func (c *AutoScaling) DescribeScalingActivitiesPagesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, fn func(*DescribeScalingActivitiesOutput, bool) bool, opts ...request.Option) error
DescribeScalingActivitiesPagesWithContext same as DescribeScalingActivitiesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeScalingActivitiesRequest ¶
func (c *AutoScaling) DescribeScalingActivitiesRequest(input *DescribeScalingActivitiesInput) (req *request.Request, output *DescribeScalingActivitiesOutput)
DescribeScalingActivitiesRequest generates a "aws/request.Request" representing the client's request for the DescribeScalingActivities operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeScalingActivities for more information on using the DescribeScalingActivities API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeScalingActivitiesRequest method. req, resp := client.DescribeScalingActivitiesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScalingActivities
func (*AutoScaling) DescribeScalingActivitiesWithContext ¶
func (c *AutoScaling) DescribeScalingActivitiesWithContext(ctx aws.Context, input *DescribeScalingActivitiesInput, opts ...request.Option) (*DescribeScalingActivitiesOutput, error)
DescribeScalingActivitiesWithContext is the same as DescribeScalingActivities with the addition of the ability to pass a context and additional request options.
See DescribeScalingActivities for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeScalingProcessTypes ¶
func (c *AutoScaling) DescribeScalingProcessTypes(input *DescribeScalingProcessTypesInput) (*DescribeScalingProcessTypesOutput, error)
DescribeScalingProcessTypes API operation for Auto Scaling.
Describes the scaling process types for use with ResumeProcesses and SuspendProcesses.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeScalingProcessTypes for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScalingProcessTypes
func (*AutoScaling) DescribeScalingProcessTypesRequest ¶
func (c *AutoScaling) DescribeScalingProcessTypesRequest(input *DescribeScalingProcessTypesInput) (req *request.Request, output *DescribeScalingProcessTypesOutput)
DescribeScalingProcessTypesRequest generates a "aws/request.Request" representing the client's request for the DescribeScalingProcessTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeScalingProcessTypes for more information on using the DescribeScalingProcessTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeScalingProcessTypesRequest method. req, resp := client.DescribeScalingProcessTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScalingProcessTypes
func (*AutoScaling) DescribeScalingProcessTypesWithContext ¶
func (c *AutoScaling) DescribeScalingProcessTypesWithContext(ctx aws.Context, input *DescribeScalingProcessTypesInput, opts ...request.Option) (*DescribeScalingProcessTypesOutput, error)
DescribeScalingProcessTypesWithContext is the same as DescribeScalingProcessTypes with the addition of the ability to pass a context and additional request options.
See DescribeScalingProcessTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeScheduledActions ¶
func (c *AutoScaling) DescribeScheduledActions(input *DescribeScheduledActionsInput) (*DescribeScheduledActionsOutput, error)
DescribeScheduledActions API operation for Auto Scaling.
Describes the actions scheduled for your Auto Scaling group that haven't run. To describe the actions that have already run, use DescribeScalingActivities.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeScheduledActions for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScheduledActions
func (*AutoScaling) DescribeScheduledActionsPages ¶
func (c *AutoScaling) DescribeScheduledActionsPages(input *DescribeScheduledActionsInput, fn func(*DescribeScheduledActionsOutput, bool) bool) error
DescribeScheduledActionsPages iterates over the pages of a DescribeScheduledActions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeScheduledActions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeScheduledActions operation. pageNum := 0 err := client.DescribeScheduledActionsPages(params, func(page *DescribeScheduledActionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeScheduledActionsPagesWithContext ¶
func (c *AutoScaling) DescribeScheduledActionsPagesWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, fn func(*DescribeScheduledActionsOutput, bool) bool, opts ...request.Option) error
DescribeScheduledActionsPagesWithContext same as DescribeScheduledActionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeScheduledActionsRequest ¶
func (c *AutoScaling) DescribeScheduledActionsRequest(input *DescribeScheduledActionsInput) (req *request.Request, output *DescribeScheduledActionsOutput)
DescribeScheduledActionsRequest generates a "aws/request.Request" representing the client's request for the DescribeScheduledActions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeScheduledActions for more information on using the DescribeScheduledActions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeScheduledActionsRequest method. req, resp := client.DescribeScheduledActionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeScheduledActions
func (*AutoScaling) DescribeScheduledActionsWithContext ¶
func (c *AutoScaling) DescribeScheduledActionsWithContext(ctx aws.Context, input *DescribeScheduledActionsInput, opts ...request.Option) (*DescribeScheduledActionsOutput, error)
DescribeScheduledActionsWithContext is the same as DescribeScheduledActions with the addition of the ability to pass a context and additional request options.
See DescribeScheduledActions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeTags ¶
func (c *AutoScaling) DescribeTags(input *DescribeTagsInput) (*DescribeTagsOutput, error)
DescribeTags API operation for Auto Scaling.
Describes the specified tags.
You can use filters to limit the results. For example, you can query for the tags for a specific Auto Scaling group. You can specify multiple values for a filter. A tag must match at least one of the specified values for it to be included in the results.
You can also specify multiple filters. The result includes information for a particular tag only if it matches all the filters. If there's no match, no special message is returned.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeTags for usage and error information.
Returned Error Codes:
ErrCodeInvalidNextToken "InvalidNextToken" The NextToken value is not valid.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeTags
func (*AutoScaling) DescribeTagsPages ¶
func (c *AutoScaling) DescribeTagsPages(input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool) error
DescribeTagsPages iterates over the pages of a DescribeTags operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeTags method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeTags operation. pageNum := 0 err := client.DescribeTagsPages(params, func(page *DescribeTagsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeTagsPagesWithContext ¶
func (c *AutoScaling) DescribeTagsPagesWithContext(ctx aws.Context, input *DescribeTagsInput, fn func(*DescribeTagsOutput, bool) bool, opts ...request.Option) error
DescribeTagsPagesWithContext same as DescribeTagsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeTagsRequest ¶
func (c *AutoScaling) DescribeTagsRequest(input *DescribeTagsInput) (req *request.Request, output *DescribeTagsOutput)
DescribeTagsRequest generates a "aws/request.Request" representing the client's request for the DescribeTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeTags for more information on using the DescribeTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeTagsRequest method. req, resp := client.DescribeTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeTags
func (*AutoScaling) DescribeTagsWithContext ¶
func (c *AutoScaling) DescribeTagsWithContext(ctx aws.Context, input *DescribeTagsInput, opts ...request.Option) (*DescribeTagsOutput, error)
DescribeTagsWithContext is the same as DescribeTags with the addition of the ability to pass a context and additional request options.
See DescribeTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DescribeTerminationPolicyTypes ¶
func (c *AutoScaling) DescribeTerminationPolicyTypes(input *DescribeTerminationPolicyTypesInput) (*DescribeTerminationPolicyTypesOutput, error)
DescribeTerminationPolicyTypes API operation for Auto Scaling.
Describes the termination policies supported by Amazon EC2 Auto Scaling.
For more information, see Controlling Which Auto Scaling Instances Terminate During Scale In (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DescribeTerminationPolicyTypes for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeTerminationPolicyTypes
func (*AutoScaling) DescribeTerminationPolicyTypesRequest ¶
func (c *AutoScaling) DescribeTerminationPolicyTypesRequest(input *DescribeTerminationPolicyTypesInput) (req *request.Request, output *DescribeTerminationPolicyTypesOutput)
DescribeTerminationPolicyTypesRequest generates a "aws/request.Request" representing the client's request for the DescribeTerminationPolicyTypes operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeTerminationPolicyTypes for more information on using the DescribeTerminationPolicyTypes API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeTerminationPolicyTypesRequest method. req, resp := client.DescribeTerminationPolicyTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeTerminationPolicyTypes
func (*AutoScaling) DescribeTerminationPolicyTypesWithContext ¶
func (c *AutoScaling) DescribeTerminationPolicyTypesWithContext(ctx aws.Context, input *DescribeTerminationPolicyTypesInput, opts ...request.Option) (*DescribeTerminationPolicyTypesOutput, error)
DescribeTerminationPolicyTypesWithContext is the same as DescribeTerminationPolicyTypes with the addition of the ability to pass a context and additional request options.
See DescribeTerminationPolicyTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DetachInstances ¶
func (c *AutoScaling) DetachInstances(input *DetachInstancesInput) (*DetachInstancesOutput, error)
DetachInstances API operation for Auto Scaling.
Removes one or more instances from the specified Auto Scaling group.
After the instances are detached, you can manage them independent of the Auto Scaling group.
If you do not specify the option to decrement the desired capacity, Amazon EC2 Auto Scaling launches instances to replace the ones that are detached.
If there is a Classic Load Balancer attached to the Auto Scaling group, the instances are deregistered from the load balancer. If there are target groups attached to the Auto Scaling group, the instances are deregistered from the target groups.
For more information, see Detach EC2 Instances from Your Auto Scaling Group (http://docs.aws.amazon.com/autoscaling/ec2/userguide/detach-instance-asg.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DetachInstances for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachInstances
func (*AutoScaling) DetachInstancesRequest ¶
func (c *AutoScaling) DetachInstancesRequest(input *DetachInstancesInput) (req *request.Request, output *DetachInstancesOutput)
DetachInstancesRequest generates a "aws/request.Request" representing the client's request for the DetachInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DetachInstances for more information on using the DetachInstances API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DetachInstancesRequest method. req, resp := client.DetachInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachInstances
func (*AutoScaling) DetachInstancesWithContext ¶
func (c *AutoScaling) DetachInstancesWithContext(ctx aws.Context, input *DetachInstancesInput, opts ...request.Option) (*DetachInstancesOutput, error)
DetachInstancesWithContext is the same as DetachInstances with the addition of the ability to pass a context and additional request options.
See DetachInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DetachLoadBalancerTargetGroups ¶
func (c *AutoScaling) DetachLoadBalancerTargetGroups(input *DetachLoadBalancerTargetGroupsInput) (*DetachLoadBalancerTargetGroupsOutput, error)
DetachLoadBalancerTargetGroups API operation for Auto Scaling.
Detaches one or more target groups from the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DetachLoadBalancerTargetGroups for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachLoadBalancerTargetGroups
func (*AutoScaling) DetachLoadBalancerTargetGroupsRequest ¶
func (c *AutoScaling) DetachLoadBalancerTargetGroupsRequest(input *DetachLoadBalancerTargetGroupsInput) (req *request.Request, output *DetachLoadBalancerTargetGroupsOutput)
DetachLoadBalancerTargetGroupsRequest generates a "aws/request.Request" representing the client's request for the DetachLoadBalancerTargetGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DetachLoadBalancerTargetGroups for more information on using the DetachLoadBalancerTargetGroups API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DetachLoadBalancerTargetGroupsRequest method. req, resp := client.DetachLoadBalancerTargetGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachLoadBalancerTargetGroups
func (*AutoScaling) DetachLoadBalancerTargetGroupsWithContext ¶
func (c *AutoScaling) DetachLoadBalancerTargetGroupsWithContext(ctx aws.Context, input *DetachLoadBalancerTargetGroupsInput, opts ...request.Option) (*DetachLoadBalancerTargetGroupsOutput, error)
DetachLoadBalancerTargetGroupsWithContext is the same as DetachLoadBalancerTargetGroups with the addition of the ability to pass a context and additional request options.
See DetachLoadBalancerTargetGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DetachLoadBalancers ¶
func (c *AutoScaling) DetachLoadBalancers(input *DetachLoadBalancersInput) (*DetachLoadBalancersOutput, error)
DetachLoadBalancers API operation for Auto Scaling.
Detaches one or more Classic Load Balancers from the specified Auto Scaling group.
This operation detaches only Classic Load Balancers. If you have Application Load Balancers, use DetachLoadBalancerTargetGroups instead.
When you detach a load balancer, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the load balancer using DescribeLoadBalancers. The instances remain running.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DetachLoadBalancers for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachLoadBalancers
func (*AutoScaling) DetachLoadBalancersRequest ¶
func (c *AutoScaling) DetachLoadBalancersRequest(input *DetachLoadBalancersInput) (req *request.Request, output *DetachLoadBalancersOutput)
DetachLoadBalancersRequest generates a "aws/request.Request" representing the client's request for the DetachLoadBalancers operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DetachLoadBalancers for more information on using the DetachLoadBalancers API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DetachLoadBalancersRequest method. req, resp := client.DetachLoadBalancersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachLoadBalancers
func (*AutoScaling) DetachLoadBalancersWithContext ¶
func (c *AutoScaling) DetachLoadBalancersWithContext(ctx aws.Context, input *DetachLoadBalancersInput, opts ...request.Option) (*DetachLoadBalancersOutput, error)
DetachLoadBalancersWithContext is the same as DetachLoadBalancers with the addition of the ability to pass a context and additional request options.
See DetachLoadBalancers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) DisableMetricsCollection ¶
func (c *AutoScaling) DisableMetricsCollection(input *DisableMetricsCollectionInput) (*DisableMetricsCollectionOutput, error)
DisableMetricsCollection API operation for Auto Scaling.
Disables group metrics for the specified Auto Scaling group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation DisableMetricsCollection for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DisableMetricsCollection
func (*AutoScaling) DisableMetricsCollectionRequest ¶
func (c *AutoScaling) DisableMetricsCollectionRequest(input *DisableMetricsCollectionInput) (req *request.Request, output *DisableMetricsCollectionOutput)
DisableMetricsCollectionRequest generates a "aws/request.Request" representing the client's request for the DisableMetricsCollection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisableMetricsCollection for more information on using the DisableMetricsCollection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisableMetricsCollectionRequest method. req, resp := client.DisableMetricsCollectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DisableMetricsCollection
func (*AutoScaling) DisableMetricsCollectionWithContext ¶
func (c *AutoScaling) DisableMetricsCollectionWithContext(ctx aws.Context, input *DisableMetricsCollectionInput, opts ...request.Option) (*DisableMetricsCollectionOutput, error)
DisableMetricsCollectionWithContext is the same as DisableMetricsCollection with the addition of the ability to pass a context and additional request options.
See DisableMetricsCollection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) EnableMetricsCollection ¶
func (c *AutoScaling) EnableMetricsCollection(input *EnableMetricsCollectionInput) (*EnableMetricsCollectionOutput, error)
EnableMetricsCollection API operation for Auto Scaling.
Enables group metrics for the specified Auto Scaling group. For more information, see Monitoring Your Auto Scaling Groups and Instances (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-monitoring.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation EnableMetricsCollection for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/EnableMetricsCollection
func (*AutoScaling) EnableMetricsCollectionRequest ¶
func (c *AutoScaling) EnableMetricsCollectionRequest(input *EnableMetricsCollectionInput) (req *request.Request, output *EnableMetricsCollectionOutput)
EnableMetricsCollectionRequest generates a "aws/request.Request" representing the client's request for the EnableMetricsCollection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See EnableMetricsCollection for more information on using the EnableMetricsCollection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the EnableMetricsCollectionRequest method. req, resp := client.EnableMetricsCollectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/EnableMetricsCollection
func (*AutoScaling) EnableMetricsCollectionWithContext ¶
func (c *AutoScaling) EnableMetricsCollectionWithContext(ctx aws.Context, input *EnableMetricsCollectionInput, opts ...request.Option) (*EnableMetricsCollectionOutput, error)
EnableMetricsCollectionWithContext is the same as EnableMetricsCollection with the addition of the ability to pass a context and additional request options.
See EnableMetricsCollection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) EnterStandby ¶
func (c *AutoScaling) EnterStandby(input *EnterStandbyInput) (*EnterStandbyOutput, error)
EnterStandby API operation for Auto Scaling.
Moves the specified instances into the standby state.
For more information, see Temporarily Removing Instances from Your Auto Scaling Group (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-enter-exit-standby.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation EnterStandby for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/EnterStandby
func (*AutoScaling) EnterStandbyRequest ¶
func (c *AutoScaling) EnterStandbyRequest(input *EnterStandbyInput) (req *request.Request, output *EnterStandbyOutput)
EnterStandbyRequest generates a "aws/request.Request" representing the client's request for the EnterStandby operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See EnterStandby for more information on using the EnterStandby API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the EnterStandbyRequest method. req, resp := client.EnterStandbyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/EnterStandby
func (*AutoScaling) EnterStandbyWithContext ¶
func (c *AutoScaling) EnterStandbyWithContext(ctx aws.Context, input *EnterStandbyInput, opts ...request.Option) (*EnterStandbyOutput, error)
EnterStandbyWithContext is the same as EnterStandby with the addition of the ability to pass a context and additional request options.
See EnterStandby for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) ExecutePolicy ¶
func (c *AutoScaling) ExecutePolicy(input *ExecutePolicyInput) (*ExecutePolicyOutput, error)
ExecutePolicy API operation for Auto Scaling.
Executes the specified policy.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation ExecutePolicy for usage and error information.
Returned Error Codes:
ErrCodeScalingActivityInProgressFault "ScalingActivityInProgress" The operation can't be performed because there are scaling activities in progress.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ExecutePolicy
func (*AutoScaling) ExecutePolicyRequest ¶
func (c *AutoScaling) ExecutePolicyRequest(input *ExecutePolicyInput) (req *request.Request, output *ExecutePolicyOutput)
ExecutePolicyRequest generates a "aws/request.Request" representing the client's request for the ExecutePolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ExecutePolicy for more information on using the ExecutePolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ExecutePolicyRequest method. req, resp := client.ExecutePolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ExecutePolicy
func (*AutoScaling) ExecutePolicyWithContext ¶
func (c *AutoScaling) ExecutePolicyWithContext(ctx aws.Context, input *ExecutePolicyInput, opts ...request.Option) (*ExecutePolicyOutput, error)
ExecutePolicyWithContext is the same as ExecutePolicy with the addition of the ability to pass a context and additional request options.
See ExecutePolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) ExitStandby ¶
func (c *AutoScaling) ExitStandby(input *ExitStandbyInput) (*ExitStandbyOutput, error)
ExitStandby API operation for Auto Scaling.
Moves the specified instances out of the standby state.
For more information, see Temporarily Removing Instances from Your Auto Scaling Group (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-enter-exit-standby.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation ExitStandby for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ExitStandby
func (*AutoScaling) ExitStandbyRequest ¶
func (c *AutoScaling) ExitStandbyRequest(input *ExitStandbyInput) (req *request.Request, output *ExitStandbyOutput)
ExitStandbyRequest generates a "aws/request.Request" representing the client's request for the ExitStandby operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ExitStandby for more information on using the ExitStandby API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ExitStandbyRequest method. req, resp := client.ExitStandbyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ExitStandby
func (*AutoScaling) ExitStandbyWithContext ¶
func (c *AutoScaling) ExitStandbyWithContext(ctx aws.Context, input *ExitStandbyInput, opts ...request.Option) (*ExitStandbyOutput, error)
ExitStandbyWithContext is the same as ExitStandby with the addition of the ability to pass a context and additional request options.
See ExitStandby for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) PutLifecycleHook ¶
func (c *AutoScaling) PutLifecycleHook(input *PutLifecycleHookInput) (*PutLifecycleHookOutput, error)
PutLifecycleHook API operation for Auto Scaling.
Creates or updates a lifecycle hook for the specified Auto Scaling group.
A lifecycle hook tells Amazon EC2 Auto Scaling to perform an action on an instance that is not actively in service; for example, either when the instance launches or before the instance terminates.
This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates instances.
(Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target.
Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
If you finish before the timeout period ends, complete the lifecycle action.
For more information, see Auto Scaling Lifecycle Hooks (http://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html) in the Amazon EC2 Auto Scaling User Guide.
If you exceed your maximum limit of lifecycle hooks, which by default is 50 per Auto Scaling group, the call fails. For information about updating this limit, see AWS Service Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) in the Amazon Web Services General Reference.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation PutLifecycleHook for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutLifecycleHook
func (*AutoScaling) PutLifecycleHookRequest ¶
func (c *AutoScaling) PutLifecycleHookRequest(input *PutLifecycleHookInput) (req *request.Request, output *PutLifecycleHookOutput)
PutLifecycleHookRequest generates a "aws/request.Request" representing the client's request for the PutLifecycleHook operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutLifecycleHook for more information on using the PutLifecycleHook API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutLifecycleHookRequest method. req, resp := client.PutLifecycleHookRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutLifecycleHook
func (*AutoScaling) PutLifecycleHookWithContext ¶
func (c *AutoScaling) PutLifecycleHookWithContext(ctx aws.Context, input *PutLifecycleHookInput, opts ...request.Option) (*PutLifecycleHookOutput, error)
PutLifecycleHookWithContext is the same as PutLifecycleHook with the addition of the ability to pass a context and additional request options.
See PutLifecycleHook for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) PutNotificationConfiguration ¶
func (c *AutoScaling) PutNotificationConfiguration(input *PutNotificationConfigurationInput) (*PutNotificationConfigurationOutput, error)
PutNotificationConfiguration API operation for Auto Scaling.
Configures an Auto Scaling group to send notifications when specified events take place. Subscribers to the specified topic can have messages delivered to an endpoint such as a web server or an email address.
This configuration overwrites any existing configuration.
For more information, see Getting SNS Notifications When Your Auto Scaling Group Scales (http://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html) in the Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation PutNotificationConfiguration for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutNotificationConfiguration
func (*AutoScaling) PutNotificationConfigurationRequest ¶
func (c *AutoScaling) PutNotificationConfigurationRequest(input *PutNotificationConfigurationInput) (req *request.Request, output *PutNotificationConfigurationOutput)
PutNotificationConfigurationRequest generates a "aws/request.Request" representing the client's request for the PutNotificationConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutNotificationConfiguration for more information on using the PutNotificationConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutNotificationConfigurationRequest method. req, resp := client.PutNotificationConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutNotificationConfiguration
func (*AutoScaling) PutNotificationConfigurationWithContext ¶
func (c *AutoScaling) PutNotificationConfigurationWithContext(ctx aws.Context, input *PutNotificationConfigurationInput, opts ...request.Option) (*PutNotificationConfigurationOutput, error)
PutNotificationConfigurationWithContext is the same as PutNotificationConfiguration with the addition of the ability to pass a context and additional request options.
See PutNotificationConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) PutScalingPolicy ¶
func (c *AutoScaling) PutScalingPolicy(input *PutScalingPolicyInput) (*PutScalingPolicyOutput, error)
PutScalingPolicy API operation for Auto Scaling.
Creates or updates a policy for an Auto Scaling group. To update an existing policy, use the existing policy name and set the parameters to change. Any existing parameter not changed in an update to an existing policy is not changed in this update request.
If you exceed your maximum limit of step adjustments, which by default is 20 per region, the call fails. For information about updating this limit, see AWS Service Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) in the Amazon Web Services General Reference.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation PutScalingPolicy for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutScalingPolicy
func (*AutoScaling) PutScalingPolicyRequest ¶
func (c *AutoScaling) PutScalingPolicyRequest(input *PutScalingPolicyInput) (req *request.Request, output *PutScalingPolicyOutput)
PutScalingPolicyRequest generates a "aws/request.Request" representing the client's request for the PutScalingPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutScalingPolicy for more information on using the PutScalingPolicy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutScalingPolicyRequest method. req, resp := client.PutScalingPolicyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutScalingPolicy
func (*AutoScaling) PutScalingPolicyWithContext ¶
func (c *AutoScaling) PutScalingPolicyWithContext(ctx aws.Context, input *PutScalingPolicyInput, opts ...request.Option) (*PutScalingPolicyOutput, error)
PutScalingPolicyWithContext is the same as PutScalingPolicy with the addition of the ability to pass a context and additional request options.
See PutScalingPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) PutScheduledUpdateGroupAction ¶
func (c *AutoScaling) PutScheduledUpdateGroupAction(input *PutScheduledUpdateGroupActionInput) (*PutScheduledUpdateGroupActionOutput, error)
PutScheduledUpdateGroupAction API operation for Auto Scaling.
Creates or updates a scheduled scaling action for an Auto Scaling group. If you leave a parameter unspecified when updating a scheduled scaling action, the corresponding value remains unchanged.
For more information, see Scheduled Scaling (http://docs.aws.amazon.com/autoscaling/ec2/userguide/schedule_time.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation PutScheduledUpdateGroupAction for usage and error information.
Returned Error Codes:
ErrCodeAlreadyExistsFault "AlreadyExists" You already have an Auto Scaling group or launch configuration with this name.
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutScheduledUpdateGroupAction
func (*AutoScaling) PutScheduledUpdateGroupActionRequest ¶
func (c *AutoScaling) PutScheduledUpdateGroupActionRequest(input *PutScheduledUpdateGroupActionInput) (req *request.Request, output *PutScheduledUpdateGroupActionOutput)
PutScheduledUpdateGroupActionRequest generates a "aws/request.Request" representing the client's request for the PutScheduledUpdateGroupAction operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PutScheduledUpdateGroupAction for more information on using the PutScheduledUpdateGroupAction API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PutScheduledUpdateGroupActionRequest method. req, resp := client.PutScheduledUpdateGroupActionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/PutScheduledUpdateGroupAction
func (*AutoScaling) PutScheduledUpdateGroupActionWithContext ¶
func (c *AutoScaling) PutScheduledUpdateGroupActionWithContext(ctx aws.Context, input *PutScheduledUpdateGroupActionInput, opts ...request.Option) (*PutScheduledUpdateGroupActionOutput, error)
PutScheduledUpdateGroupActionWithContext is the same as PutScheduledUpdateGroupAction with the addition of the ability to pass a context and additional request options.
See PutScheduledUpdateGroupAction for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) RecordLifecycleActionHeartbeat ¶
func (c *AutoScaling) RecordLifecycleActionHeartbeat(input *RecordLifecycleActionHeartbeatInput) (*RecordLifecycleActionHeartbeatOutput, error)
RecordLifecycleActionHeartbeat API operation for Auto Scaling.
Records a heartbeat for the lifecycle action associated with the specified token or instance. This extends the timeout by the length of time defined using PutLifecycleHook.
This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group:
(Optional) Create a Lambda function and a rule that allows CloudWatch Events to invoke your Lambda function when Amazon EC2 Auto Scaling launches or terminates instances.
(Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target.
Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate.
If you need more time, record the lifecycle action heartbeat to keep the instance in a pending state.
If you finish before the timeout period ends, complete the lifecycle action.
For more information, see Auto Scaling Lifecycle (http://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation RecordLifecycleActionHeartbeat for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/RecordLifecycleActionHeartbeat
func (*AutoScaling) RecordLifecycleActionHeartbeatRequest ¶
func (c *AutoScaling) RecordLifecycleActionHeartbeatRequest(input *RecordLifecycleActionHeartbeatInput) (req *request.Request, output *RecordLifecycleActionHeartbeatOutput)
RecordLifecycleActionHeartbeatRequest generates a "aws/request.Request" representing the client's request for the RecordLifecycleActionHeartbeat operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RecordLifecycleActionHeartbeat for more information on using the RecordLifecycleActionHeartbeat API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RecordLifecycleActionHeartbeatRequest method. req, resp := client.RecordLifecycleActionHeartbeatRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/RecordLifecycleActionHeartbeat
func (*AutoScaling) RecordLifecycleActionHeartbeatWithContext ¶
func (c *AutoScaling) RecordLifecycleActionHeartbeatWithContext(ctx aws.Context, input *RecordLifecycleActionHeartbeatInput, opts ...request.Option) (*RecordLifecycleActionHeartbeatOutput, error)
RecordLifecycleActionHeartbeatWithContext is the same as RecordLifecycleActionHeartbeat with the addition of the ability to pass a context and additional request options.
See RecordLifecycleActionHeartbeat for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) ResumeProcesses ¶
func (c *AutoScaling) ResumeProcesses(input *ScalingProcessQuery) (*ResumeProcessesOutput, error)
ResumeProcesses API operation for Auto Scaling.
Resumes the specified suspended automatic scaling processes, or all suspended process, for the specified Auto Scaling group.
For more information, see Suspending and Resuming Scaling Processes (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation ResumeProcesses for usage and error information.
Returned Error Codes:
ErrCodeResourceInUseFault "ResourceInUse" The operation can't be performed because the resource is in use.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ResumeProcesses
func (*AutoScaling) ResumeProcessesRequest ¶
func (c *AutoScaling) ResumeProcessesRequest(input *ScalingProcessQuery) (req *request.Request, output *ResumeProcessesOutput)
ResumeProcessesRequest generates a "aws/request.Request" representing the client's request for the ResumeProcesses operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ResumeProcesses for more information on using the ResumeProcesses API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ResumeProcessesRequest method. req, resp := client.ResumeProcessesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ResumeProcesses
func (*AutoScaling) ResumeProcessesWithContext ¶
func (c *AutoScaling) ResumeProcessesWithContext(ctx aws.Context, input *ScalingProcessQuery, opts ...request.Option) (*ResumeProcessesOutput, error)
ResumeProcessesWithContext is the same as ResumeProcesses with the addition of the ability to pass a context and additional request options.
See ResumeProcesses for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) SetDesiredCapacity ¶
func (c *AutoScaling) SetDesiredCapacity(input *SetDesiredCapacityInput) (*SetDesiredCapacityOutput, error)
SetDesiredCapacity API operation for Auto Scaling.
Sets the size of the specified Auto Scaling group.
For more information about desired capacity, see What Is Amazon EC2 Auto Scaling? (http://docs.aws.amazon.com/autoscaling/ec2/userguide/WhatIsAutoScaling.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation SetDesiredCapacity for usage and error information.
Returned Error Codes:
ErrCodeScalingActivityInProgressFault "ScalingActivityInProgress" The operation can't be performed because there are scaling activities in progress.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetDesiredCapacity
func (*AutoScaling) SetDesiredCapacityRequest ¶
func (c *AutoScaling) SetDesiredCapacityRequest(input *SetDesiredCapacityInput) (req *request.Request, output *SetDesiredCapacityOutput)
SetDesiredCapacityRequest generates a "aws/request.Request" representing the client's request for the SetDesiredCapacity operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SetDesiredCapacity for more information on using the SetDesiredCapacity API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SetDesiredCapacityRequest method. req, resp := client.SetDesiredCapacityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetDesiredCapacity
func (*AutoScaling) SetDesiredCapacityWithContext ¶
func (c *AutoScaling) SetDesiredCapacityWithContext(ctx aws.Context, input *SetDesiredCapacityInput, opts ...request.Option) (*SetDesiredCapacityOutput, error)
SetDesiredCapacityWithContext is the same as SetDesiredCapacity with the addition of the ability to pass a context and additional request options.
See SetDesiredCapacity for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) SetInstanceHealth ¶
func (c *AutoScaling) SetInstanceHealth(input *SetInstanceHealthInput) (*SetInstanceHealthOutput, error)
SetInstanceHealth API operation for Auto Scaling.
Sets the health status of the specified instance.
For more information, see Health Checks (http://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation SetInstanceHealth for usage and error information.
Returned Error Codes:
- ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetInstanceHealth
func (*AutoScaling) SetInstanceHealthRequest ¶
func (c *AutoScaling) SetInstanceHealthRequest(input *SetInstanceHealthInput) (req *request.Request, output *SetInstanceHealthOutput)
SetInstanceHealthRequest generates a "aws/request.Request" representing the client's request for the SetInstanceHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SetInstanceHealth for more information on using the SetInstanceHealth API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SetInstanceHealthRequest method. req, resp := client.SetInstanceHealthRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetInstanceHealth
func (*AutoScaling) SetInstanceHealthWithContext ¶
func (c *AutoScaling) SetInstanceHealthWithContext(ctx aws.Context, input *SetInstanceHealthInput, opts ...request.Option) (*SetInstanceHealthOutput, error)
SetInstanceHealthWithContext is the same as SetInstanceHealth with the addition of the ability to pass a context and additional request options.
See SetInstanceHealth for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) SetInstanceProtection ¶
func (c *AutoScaling) SetInstanceProtection(input *SetInstanceProtectionInput) (*SetInstanceProtectionOutput, error)
SetInstanceProtection API operation for Auto Scaling.
Updates the instance protection settings of the specified instances.
For more information, see Instance Protection (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation SetInstanceProtection for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Auto Scaling resources (for example, groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetInstanceProtection
func (*AutoScaling) SetInstanceProtectionRequest ¶
func (c *AutoScaling) SetInstanceProtectionRequest(input *SetInstanceProtectionInput) (req *request.Request, output *SetInstanceProtectionOutput)
SetInstanceProtectionRequest generates a "aws/request.Request" representing the client's request for the SetInstanceProtection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SetInstanceProtection for more information on using the SetInstanceProtection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SetInstanceProtectionRequest method. req, resp := client.SetInstanceProtectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetInstanceProtection
func (*AutoScaling) SetInstanceProtectionWithContext ¶
func (c *AutoScaling) SetInstanceProtectionWithContext(ctx aws.Context, input *SetInstanceProtectionInput, opts ...request.Option) (*SetInstanceProtectionOutput, error)
SetInstanceProtectionWithContext is the same as SetInstanceProtection with the addition of the ability to pass a context and additional request options.
See SetInstanceProtection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) SuspendProcesses ¶
func (c *AutoScaling) SuspendProcesses(input *ScalingProcessQuery) (*SuspendProcessesOutput, error)
SuspendProcesses API operation for Auto Scaling.
Suspends the specified automatic scaling processes, or all processes, for the specified Auto Scaling group.
If you suspend either the Launch or Terminate process types, it can prevent other process types from functioning properly.
To resume processes that have been suspended, use ResumeProcesses.
For more information, see Suspending and Resuming Scaling Processes (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html) in the Amazon EC2 Auto Scaling User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation SuspendProcesses for usage and error information.
Returned Error Codes:
ErrCodeResourceInUseFault "ResourceInUse" The operation can't be performed because the resource is in use.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SuspendProcesses
func (*AutoScaling) SuspendProcessesRequest ¶
func (c *AutoScaling) SuspendProcessesRequest(input *ScalingProcessQuery) (req *request.Request, output *SuspendProcessesOutput)
SuspendProcessesRequest generates a "aws/request.Request" representing the client's request for the SuspendProcesses operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See SuspendProcesses for more information on using the SuspendProcesses API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the SuspendProcessesRequest method. req, resp := client.SuspendProcessesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SuspendProcesses
func (*AutoScaling) SuspendProcessesWithContext ¶
func (c *AutoScaling) SuspendProcessesWithContext(ctx aws.Context, input *ScalingProcessQuery, opts ...request.Option) (*SuspendProcessesOutput, error)
SuspendProcessesWithContext is the same as SuspendProcesses with the addition of the ability to pass a context and additional request options.
See SuspendProcesses for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) TerminateInstanceInAutoScalingGroup ¶
func (c *AutoScaling) TerminateInstanceInAutoScalingGroup(input *TerminateInstanceInAutoScalingGroupInput) (*TerminateInstanceInAutoScalingGroupOutput, error)
TerminateInstanceInAutoScalingGroup API operation for Auto Scaling.
Terminates the specified instance and optionally adjusts the desired group size.
This call simply makes a termination request. The instance is not terminated immediately.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation TerminateInstanceInAutoScalingGroup for usage and error information.
Returned Error Codes:
ErrCodeScalingActivityInProgressFault "ScalingActivityInProgress" The operation can't be performed because there are scaling activities in progress.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/TerminateInstanceInAutoScalingGroup
func (*AutoScaling) TerminateInstanceInAutoScalingGroupRequest ¶
func (c *AutoScaling) TerminateInstanceInAutoScalingGroupRequest(input *TerminateInstanceInAutoScalingGroupInput) (req *request.Request, output *TerminateInstanceInAutoScalingGroupOutput)
TerminateInstanceInAutoScalingGroupRequest generates a "aws/request.Request" representing the client's request for the TerminateInstanceInAutoScalingGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TerminateInstanceInAutoScalingGroup for more information on using the TerminateInstanceInAutoScalingGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TerminateInstanceInAutoScalingGroupRequest method. req, resp := client.TerminateInstanceInAutoScalingGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/TerminateInstanceInAutoScalingGroup
func (*AutoScaling) TerminateInstanceInAutoScalingGroupWithContext ¶
func (c *AutoScaling) TerminateInstanceInAutoScalingGroupWithContext(ctx aws.Context, input *TerminateInstanceInAutoScalingGroupInput, opts ...request.Option) (*TerminateInstanceInAutoScalingGroupOutput, error)
TerminateInstanceInAutoScalingGroupWithContext is the same as TerminateInstanceInAutoScalingGroup with the addition of the ability to pass a context and additional request options.
See TerminateInstanceInAutoScalingGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) UpdateAutoScalingGroup ¶
func (c *AutoScaling) UpdateAutoScalingGroup(input *UpdateAutoScalingGroupInput) (*UpdateAutoScalingGroupOutput, error)
UpdateAutoScalingGroup API operation for Auto Scaling.
Updates the configuration for the specified Auto Scaling group.
The new settings take effect on any scaling activities after this call returns. Scaling activities that are currently in progress aren't affected.
To update an Auto Scaling group with a launch configuration with InstanceMonitoring set to false, you must first disable the collection of group metrics. Otherwise, you get an error. If you have previously enabled the collection of group metrics, you can disable it using DisableMetricsCollection.
Note the following:
If you specify a new value for MinSize without specifying a value for DesiredCapacity, and the new MinSize is larger than the current size of the group, we implicitly call SetDesiredCapacity to set the size of the group to the new value of MinSize.
If you specify a new value for MaxSize without specifying a value for DesiredCapacity, and the new MaxSize is smaller than the current size of the group, we implicitly call SetDesiredCapacity to set the size of the group to the new value of MaxSize.
All other optional parameters are left unchanged if not specified.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Auto Scaling's API operation UpdateAutoScalingGroup for usage and error information.
Returned Error Codes:
ErrCodeScalingActivityInProgressFault "ScalingActivityInProgress" The operation can't be performed because there are scaling activities in progress.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Auto Scaling resource (for example, a group, instance, or load balancer).
ErrCodeServiceLinkedRoleFailure "ServiceLinkedRoleFailure" The service-linked role is not yet ready for use.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/UpdateAutoScalingGroup
func (*AutoScaling) UpdateAutoScalingGroupRequest ¶
func (c *AutoScaling) UpdateAutoScalingGroupRequest(input *UpdateAutoScalingGroupInput) (req *request.Request, output *UpdateAutoScalingGroupOutput)
UpdateAutoScalingGroupRequest generates a "aws/request.Request" representing the client's request for the UpdateAutoScalingGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAutoScalingGroup for more information on using the UpdateAutoScalingGroup API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAutoScalingGroupRequest method. req, resp := client.UpdateAutoScalingGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/UpdateAutoScalingGroup
func (*AutoScaling) UpdateAutoScalingGroupWithContext ¶
func (c *AutoScaling) UpdateAutoScalingGroupWithContext(ctx aws.Context, input *UpdateAutoScalingGroupInput, opts ...request.Option) (*UpdateAutoScalingGroupOutput, error)
UpdateAutoScalingGroupWithContext is the same as UpdateAutoScalingGroup with the addition of the ability to pass a context and additional request options.
See UpdateAutoScalingGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) WaitUntilGroupExists ¶
func (c *AutoScaling) WaitUntilGroupExists(input *DescribeAutoScalingGroupsInput) error
WaitUntilGroupExists uses the Auto Scaling API operation DescribeAutoScalingGroups to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*AutoScaling) WaitUntilGroupExistsWithContext ¶
func (c *AutoScaling) WaitUntilGroupExistsWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, opts ...request.WaiterOption) error
WaitUntilGroupExistsWithContext is an extended version of WaitUntilGroupExists. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) WaitUntilGroupInService ¶
func (c *AutoScaling) WaitUntilGroupInService(input *DescribeAutoScalingGroupsInput) error
WaitUntilGroupInService uses the Auto Scaling API operation DescribeAutoScalingGroups to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*AutoScaling) WaitUntilGroupInServiceWithContext ¶
func (c *AutoScaling) WaitUntilGroupInServiceWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, opts ...request.WaiterOption) error
WaitUntilGroupInServiceWithContext is an extended version of WaitUntilGroupInService. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*AutoScaling) WaitUntilGroupNotExists ¶
func (c *AutoScaling) WaitUntilGroupNotExists(input *DescribeAutoScalingGroupsInput) error
WaitUntilGroupNotExists uses the Auto Scaling API operation DescribeAutoScalingGroups to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.
func (*AutoScaling) WaitUntilGroupNotExistsWithContext ¶
func (c *AutoScaling) WaitUntilGroupNotExistsWithContext(ctx aws.Context, input *DescribeAutoScalingGroupsInput, opts ...request.WaiterOption) error
WaitUntilGroupNotExistsWithContext is an extended version of WaitUntilGroupNotExists. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type BatchDeleteScheduledActionInput ¶
type BatchDeleteScheduledActionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The names of the scheduled actions to delete. The maximum number allowed // is 50. // // ScheduledActionNames is a required field ScheduledActionNames []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchDeleteScheduledActionInput) GoString ¶
func (s BatchDeleteScheduledActionInput) GoString() string
GoString returns the string representation
func (*BatchDeleteScheduledActionInput) SetAutoScalingGroupName ¶
func (s *BatchDeleteScheduledActionInput) SetAutoScalingGroupName(v string) *BatchDeleteScheduledActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*BatchDeleteScheduledActionInput) SetScheduledActionNames ¶
func (s *BatchDeleteScheduledActionInput) SetScheduledActionNames(v []*string) *BatchDeleteScheduledActionInput
SetScheduledActionNames sets the ScheduledActionNames field's value.
func (BatchDeleteScheduledActionInput) String ¶
func (s BatchDeleteScheduledActionInput) String() string
String returns the string representation
func (*BatchDeleteScheduledActionInput) Validate ¶
func (s *BatchDeleteScheduledActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteScheduledActionOutput ¶
type BatchDeleteScheduledActionOutput struct { // The names of the scheduled actions that could not be deleted, including an // error message. FailedScheduledActions []*FailedScheduledUpdateGroupActionRequest `type:"list"` // contains filtered or unexported fields }
func (BatchDeleteScheduledActionOutput) GoString ¶
func (s BatchDeleteScheduledActionOutput) GoString() string
GoString returns the string representation
func (*BatchDeleteScheduledActionOutput) SetFailedScheduledActions ¶
func (s *BatchDeleteScheduledActionOutput) SetFailedScheduledActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchDeleteScheduledActionOutput
SetFailedScheduledActions sets the FailedScheduledActions field's value.
func (BatchDeleteScheduledActionOutput) String ¶
func (s BatchDeleteScheduledActionOutput) String() string
String returns the string representation
type BatchPutScheduledUpdateGroupActionInput ¶
type BatchPutScheduledUpdateGroupActionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // One or more scheduled actions. The maximum number allowed is 50. // // ScheduledUpdateGroupActions is a required field ScheduledUpdateGroupActions []*ScheduledUpdateGroupActionRequest `type:"list" required:"true"` // contains filtered or unexported fields }
func (BatchPutScheduledUpdateGroupActionInput) GoString ¶
func (s BatchPutScheduledUpdateGroupActionInput) GoString() string
GoString returns the string representation
func (*BatchPutScheduledUpdateGroupActionInput) SetAutoScalingGroupName ¶
func (s *BatchPutScheduledUpdateGroupActionInput) SetAutoScalingGroupName(v string) *BatchPutScheduledUpdateGroupActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*BatchPutScheduledUpdateGroupActionInput) SetScheduledUpdateGroupActions ¶
func (s *BatchPutScheduledUpdateGroupActionInput) SetScheduledUpdateGroupActions(v []*ScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionInput
SetScheduledUpdateGroupActions sets the ScheduledUpdateGroupActions field's value.
func (BatchPutScheduledUpdateGroupActionInput) String ¶
func (s BatchPutScheduledUpdateGroupActionInput) String() string
String returns the string representation
func (*BatchPutScheduledUpdateGroupActionInput) Validate ¶
func (s *BatchPutScheduledUpdateGroupActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchPutScheduledUpdateGroupActionOutput ¶
type BatchPutScheduledUpdateGroupActionOutput struct { // The names of the scheduled actions that could not be created or updated, // including an error message. FailedScheduledUpdateGroupActions []*FailedScheduledUpdateGroupActionRequest `type:"list"` // contains filtered or unexported fields }
func (BatchPutScheduledUpdateGroupActionOutput) GoString ¶
func (s BatchPutScheduledUpdateGroupActionOutput) GoString() string
GoString returns the string representation
func (*BatchPutScheduledUpdateGroupActionOutput) SetFailedScheduledUpdateGroupActions ¶
func (s *BatchPutScheduledUpdateGroupActionOutput) SetFailedScheduledUpdateGroupActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionOutput
SetFailedScheduledUpdateGroupActions sets the FailedScheduledUpdateGroupActions field's value.
func (BatchPutScheduledUpdateGroupActionOutput) String ¶
func (s BatchPutScheduledUpdateGroupActionOutput) String() string
String returns the string representation
type BlockDeviceMapping ¶
type BlockDeviceMapping struct { // The device name exposed to the EC2 instance (for example, /dev/sdh or xvdh). // // DeviceName is a required field DeviceName *string `min:"1" type:"string" required:"true"` // The information about the Amazon EBS volume. Ebs *Ebs `type:"structure"` // Suppresses a device mapping. // // If this parameter is true for the root device, the instance might fail the // EC2 health check. In that case, Amazon EC2 Auto Scaling launches a replacement // instance. NoDevice *bool `type:"boolean"` // The name of the virtual device (for example, ephemeral0). VirtualName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a block device mapping.
func (BlockDeviceMapping) GoString ¶
func (s BlockDeviceMapping) GoString() string
GoString returns the string representation
func (*BlockDeviceMapping) SetDeviceName ¶
func (s *BlockDeviceMapping) SetDeviceName(v string) *BlockDeviceMapping
SetDeviceName sets the DeviceName field's value.
func (*BlockDeviceMapping) SetEbs ¶
func (s *BlockDeviceMapping) SetEbs(v *Ebs) *BlockDeviceMapping
SetEbs sets the Ebs field's value.
func (*BlockDeviceMapping) SetNoDevice ¶
func (s *BlockDeviceMapping) SetNoDevice(v bool) *BlockDeviceMapping
SetNoDevice sets the NoDevice field's value.
func (*BlockDeviceMapping) SetVirtualName ¶
func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping
SetVirtualName sets the VirtualName field's value.
func (BlockDeviceMapping) String ¶
func (s BlockDeviceMapping) String() string
String returns the string representation
func (*BlockDeviceMapping) Validate ¶
func (s *BlockDeviceMapping) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CompleteLifecycleActionInput ¶
type CompleteLifecycleActionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The ID of the instance. InstanceId *string `min:"1" type:"string"` // The action for the group to take. This parameter can be either CONTINUE or // ABANDON. // // LifecycleActionResult is a required field LifecycleActionResult *string `type:"string" required:"true"` // A universally unique identifier (UUID) that identifies a specific lifecycle // action associated with an instance. Amazon EC2 Auto Scaling sends this token // to the notification target you specified when you created the lifecycle hook. LifecycleActionToken *string `min:"36" type:"string"` // The name of the lifecycle hook. // // LifecycleHookName is a required field LifecycleHookName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CompleteLifecycleActionInput) GoString ¶
func (s CompleteLifecycleActionInput) GoString() string
GoString returns the string representation
func (*CompleteLifecycleActionInput) SetAutoScalingGroupName ¶
func (s *CompleteLifecycleActionInput) SetAutoScalingGroupName(v string) *CompleteLifecycleActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*CompleteLifecycleActionInput) SetInstanceId ¶
func (s *CompleteLifecycleActionInput) SetInstanceId(v string) *CompleteLifecycleActionInput
SetInstanceId sets the InstanceId field's value.
func (*CompleteLifecycleActionInput) SetLifecycleActionResult ¶
func (s *CompleteLifecycleActionInput) SetLifecycleActionResult(v string) *CompleteLifecycleActionInput
SetLifecycleActionResult sets the LifecycleActionResult field's value.
func (*CompleteLifecycleActionInput) SetLifecycleActionToken ¶
func (s *CompleteLifecycleActionInput) SetLifecycleActionToken(v string) *CompleteLifecycleActionInput
SetLifecycleActionToken sets the LifecycleActionToken field's value.
func (*CompleteLifecycleActionInput) SetLifecycleHookName ¶
func (s *CompleteLifecycleActionInput) SetLifecycleHookName(v string) *CompleteLifecycleActionInput
SetLifecycleHookName sets the LifecycleHookName field's value.
func (CompleteLifecycleActionInput) String ¶
func (s CompleteLifecycleActionInput) String() string
String returns the string representation
func (*CompleteLifecycleActionInput) Validate ¶
func (s *CompleteLifecycleActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CompleteLifecycleActionOutput ¶
type CompleteLifecycleActionOutput struct {
// contains filtered or unexported fields
}
func (CompleteLifecycleActionOutput) GoString ¶
func (s CompleteLifecycleActionOutput) GoString() string
GoString returns the string representation
func (CompleteLifecycleActionOutput) String ¶
func (s CompleteLifecycleActionOutput) String() string
String returns the string representation
type CreateAutoScalingGroupInput ¶
type CreateAutoScalingGroupInput struct { // The name of the Auto Scaling group. This name must be unique within the scope // of your AWS account. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // One or more Availability Zones for the group. This parameter is optional // if you specify one or more subnets. AvailabilityZones []*string `min:"1" type:"list"` // The amount of time, in seconds, after a scaling activity completes before // another scaling activity can start. The default is 300. // // For more information, see Scaling Cooldowns (http://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html) // in the Amazon EC2 Auto Scaling User Guide. DefaultCooldown *int64 `type:"integer"` // The number of EC2 instances that should be running in the group. This number // must be greater than or equal to the minimum size of the group and less than // or equal to the maximum size of the group. If you do not specify a desired // capacity, the default is the minimum size of the group. DesiredCapacity *int64 `type:"integer"` // The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before // checking the health status of an EC2 instance that has come into service. // During this time, any health check failures for the instance are ignored. // The default is 0. // // This parameter is required if you are adding an ELB health check. // // For more information, see Health Checks (http://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html) // in the Amazon EC2 Auto Scaling User Guide. HealthCheckGracePeriod *int64 `type:"integer"` // The service to use for the health checks. The valid values are EC2 and ELB. // // By default, health checks use Amazon EC2 instance status checks to determine // the health of an instance. For more information, see Health Checks (http://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html) // in the Amazon EC2 Auto Scaling User Guide. HealthCheckType *string `min:"1" type:"string"` // The ID of the instance used to create a launch configuration for the group. // This parameter, a launch configuration, a launch template, or a mixed instances // policy must be specified. // // When you specify an ID of an instance, Amazon EC2 Auto Scaling creates a // new launch configuration and associates it with the group. This launch configuration // derives its attributes from the specified instance, except for the block // device mapping. // // For more information, see Create an Auto Scaling Group Using an EC2 Instance // (http://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-from-instance.html) // in the Amazon EC2 Auto Scaling User Guide. InstanceId *string `min:"1" type:"string"` // The name of the launch configuration. This parameter, a launch template, // a mixed instances policy, or an EC2 instance must be specified. LaunchConfigurationName *string `min:"1" type:"string"` // The launch template to use to launch instances. This parameter, a launch // configuration, a mixed instances policy, or an EC2 instance must be specified. LaunchTemplate *LaunchTemplateSpecification `type:"structure"` // One or more lifecycle hooks. LifecycleHookSpecificationList []*LifecycleHookSpecification `type:"list"` // One or more Classic Load Balancers. To specify an Application Load Balancer, // use TargetGroupARNs instead. // // For more information, see Using a Load Balancer With an Auto Scaling Group // (http://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-from-instance.html) // in the Amazon EC2 Auto Scaling User Guide. LoadBalancerNames []*string `type:"list"` // The maximum size of the group. // // MaxSize is a required field MaxSize *int64 `type:"integer" required:"true"` // The minimum size of the group. // // MinSize is a required field MinSize *int64 `type:"integer" required:"true"` // The mixed instances policy to use to launch instances. This parameter, a // launch template, a launch configuration, or an EC2 instance must be specified. MixedInstancesPolicy *MixedInstancesPolicy `type:"structure"` // Indicates whether newly launched instances are protected from termination // by Auto Scaling when scaling in. NewInstancesProtectedFromScaleIn *bool `type:"boolean"` // The name of the placement group into which to launch your instances, if any. // For more information, see Placement Groups (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) // in the Amazon Elastic Compute Cloud User Guide. PlacementGroup *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling // group uses to call other AWS services on your behalf. By default, Amazon // EC2 Auto Scaling uses a service-linked role named AWSServiceRoleForAutoScaling, // which it creates if it does not exist. ServiceLinkedRoleARN *string `min:"1" type:"string"` // One or more tags. // // For more information, see Tagging Auto Scaling Groups and Instances (http://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html) // in the Amazon EC2 Auto Scaling User Guide. Tags []*Tag `type:"list"` // The Amazon Resource Names (ARN) of the target groups. TargetGroupARNs []*string `type:"list"` // One or more termination policies used to select the instance to terminate. // These policies are executed in the order that they are listed. // // For more information, see Controlling Which Instances Auto Scaling Terminates // During Scale In (http://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html) // in the Auto Scaling User Guide. TerminationPolicies []*string `type:"list"` // A comma-separated list of subnet identifiers for your virtual private cloud // (VPC). // // If you specify subnets and Availability Zones with this call, ensure that // the subnets' Availability Zones match the Availability Zones specified. // // For more information, see Launching Auto Scaling Instances in a VPC (http://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html) // in the Amazon EC2 Auto Scaling User Guide. VPCZoneIdentifier *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateAutoScalingGroupInput) GoString ¶
func (s CreateAutoScalingGroupInput) GoString() string
GoString returns the string representation
func (*CreateAutoScalingGroupInput) SetAutoScalingGroupName ¶
func (s *CreateAutoScalingGroupInput) SetAutoScalingGroupName(v string) *CreateAutoScalingGroupInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.