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 scaling policies, scheduled actions, and health checks. Use this service with AWS Auto Scaling, Amazon CloudWatch, and Elastic Load Balancing.
For more information, including information about granting IAM users required permissions for Amazon EC2 Auto Scaling actions, see the Amazon EC2 Auto Scaling User Guide (https://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
- func InstanceMetadataEndpointState_Values() []string
- func InstanceMetadataHttpTokensState_Values() []string
- func InstanceRefreshStatus_Values() []string
- func LifecycleState_Values() []string
- func MetricStatistic_Values() []string
- func MetricType_Values() []string
- func RefreshStrategy_Values() []string
- func ScalingActivityStatusCode_Values() []string
- type Activity
- func (s Activity) GoString() string
- func (s *Activity) SetActivityId(v string) *Activity
- func (s *Activity) SetAutoScalingGroupARN(v string) *Activity
- func (s *Activity) SetAutoScalingGroupName(v string) *Activity
- func (s *Activity) SetAutoScalingGroupState(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) CancelInstanceRefresh(input *CancelInstanceRefreshInput) (*CancelInstanceRefreshOutput, error)
- func (c *AutoScaling) CancelInstanceRefreshRequest(input *CancelInstanceRefreshInput) (req *request.Request, output *CancelInstanceRefreshOutput)
- func (c *AutoScaling) CancelInstanceRefreshWithContext(ctx aws.Context, input *CancelInstanceRefreshInput, opts ...request.Option) (*CancelInstanceRefreshOutput, 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) DescribeInstanceRefreshes(input *DescribeInstanceRefreshesInput) (*DescribeInstanceRefreshesOutput, error)
- func (c *AutoScaling) DescribeInstanceRefreshesRequest(input *DescribeInstanceRefreshesInput) (req *request.Request, output *DescribeInstanceRefreshesOutput)
- func (c *AutoScaling) DescribeInstanceRefreshesWithContext(ctx aws.Context, input *DescribeInstanceRefreshesInput, opts ...request.Option) (*DescribeInstanceRefreshesOutput, 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) StartInstanceRefresh(input *StartInstanceRefreshInput) (*StartInstanceRefreshOutput, error)
- func (c *AutoScaling) StartInstanceRefreshRequest(input *StartInstanceRefreshInput) (req *request.Request, output *StartInstanceRefreshOutput)
- func (c *AutoScaling) StartInstanceRefreshWithContext(ctx aws.Context, input *StartInstanceRefreshInput, opts ...request.Option) (*StartInstanceRefreshOutput, 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 CancelInstanceRefreshInput
- type CancelInstanceRefreshOutput
- 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) SetCapacityRebalance(v bool) *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) SetMaxInstanceLifetime(v int64) *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) SetMetadataOptions(v *InstanceMetadataOptions) *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 DescribeInstanceRefreshesInput
- func (s DescribeInstanceRefreshesInput) GoString() string
- func (s *DescribeInstanceRefreshesInput) SetAutoScalingGroupName(v string) *DescribeInstanceRefreshesInput
- func (s *DescribeInstanceRefreshesInput) SetInstanceRefreshIds(v []*string) *DescribeInstanceRefreshesInput
- func (s *DescribeInstanceRefreshesInput) SetMaxRecords(v int64) *DescribeInstanceRefreshesInput
- func (s *DescribeInstanceRefreshesInput) SetNextToken(v string) *DescribeInstanceRefreshesInput
- func (s DescribeInstanceRefreshesInput) String() string
- func (s *DescribeInstanceRefreshesInput) Validate() error
- type DescribeInstanceRefreshesOutput
- func (s DescribeInstanceRefreshesOutput) GoString() string
- func (s *DescribeInstanceRefreshesOutput) SetInstanceRefreshes(v []*InstanceRefresh) *DescribeInstanceRefreshesOutput
- func (s *DescribeInstanceRefreshesOutput) SetNextToken(v string) *DescribeInstanceRefreshesOutput
- func (s DescribeInstanceRefreshesOutput) String() string
- 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) SetIncludeDeletedGroups(v bool) *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) SetCapacityRebalance(v bool) *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) SetMaxInstanceLifetime(v int64) *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) SetInstanceType(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) SetWeightedCapacity(v string) *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) SetInstanceType(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) SetWeightedCapacity(v string) *InstanceDetails
- func (s InstanceDetails) String() string
- type InstanceMetadataOptions
- func (s InstanceMetadataOptions) GoString() string
- func (s *InstanceMetadataOptions) SetHttpEndpoint(v string) *InstanceMetadataOptions
- func (s *InstanceMetadataOptions) SetHttpPutResponseHopLimit(v int64) *InstanceMetadataOptions
- func (s *InstanceMetadataOptions) SetHttpTokens(v string) *InstanceMetadataOptions
- func (s InstanceMetadataOptions) String() string
- func (s *InstanceMetadataOptions) Validate() error
- type InstanceMonitoring
- type InstanceRefresh
- func (s InstanceRefresh) GoString() string
- func (s *InstanceRefresh) SetAutoScalingGroupName(v string) *InstanceRefresh
- func (s *InstanceRefresh) SetEndTime(v time.Time) *InstanceRefresh
- func (s *InstanceRefresh) SetInstanceRefreshId(v string) *InstanceRefresh
- func (s *InstanceRefresh) SetInstancesToUpdate(v int64) *InstanceRefresh
- func (s *InstanceRefresh) SetPercentageComplete(v int64) *InstanceRefresh
- func (s *InstanceRefresh) SetStartTime(v time.Time) *InstanceRefresh
- func (s *InstanceRefresh) SetStatus(v string) *InstanceRefresh
- func (s *InstanceRefresh) SetStatusReason(v string) *InstanceRefresh
- func (s InstanceRefresh) String() string
- 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
- 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) SetMetadataOptions(v *InstanceMetadataOptions) *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
- func (s LaunchTemplateOverrides) GoString() string
- func (s *LaunchTemplateOverrides) SetInstanceType(v string) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetLaunchTemplateSpecification(v *LaunchTemplateSpecification) *LaunchTemplateOverrides
- func (s *LaunchTemplateOverrides) SetWeightedCapacity(v string) *LaunchTemplateOverrides
- func (s LaunchTemplateOverrides) String() string
- func (s *LaunchTemplateOverrides) Validate() error
- 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) SetEnabled(v bool) *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) SetTimeZone(v string) *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 RefreshPreferences
- 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) SetEnabled(v bool) *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) SetTimeZone(v string) *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) SetTimeZone(v string) *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 StartInstanceRefreshInput
- func (s StartInstanceRefreshInput) GoString() string
- func (s *StartInstanceRefreshInput) SetAutoScalingGroupName(v string) *StartInstanceRefreshInput
- func (s *StartInstanceRefreshInput) SetPreferences(v *RefreshPreferences) *StartInstanceRefreshInput
- func (s *StartInstanceRefreshInput) SetStrategy(v string) *StartInstanceRefreshInput
- func (s StartInstanceRefreshInput) String() string
- func (s *StartInstanceRefreshInput) Validate() error
- type StartInstanceRefreshOutput
- 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) SetCapacityRebalance(v bool) *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) SetMaxInstanceLifetime(v int64) *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
Examples ¶
- AutoScaling.AttachInstances (Shared00)
- AutoScaling.AttachLoadBalancerTargetGroups (Shared00)
- AutoScaling.AttachLoadBalancers (Shared00)
- AutoScaling.CancelInstanceRefresh (Shared00)
- AutoScaling.CompleteLifecycleAction (Shared00)
- AutoScaling.CreateAutoScalingGroup (Shared00)
- AutoScaling.CreateAutoScalingGroup (Shared01)
- AutoScaling.CreateAutoScalingGroup (Shared02)
- AutoScaling.CreateLaunchConfiguration (Shared00)
- AutoScaling.CreateOrUpdateTags (Shared00)
- AutoScaling.DeleteAutoScalingGroup (Shared00)
- AutoScaling.DeleteAutoScalingGroup (Shared01)
- AutoScaling.DeleteLaunchConfiguration (Shared00)
- AutoScaling.DeleteLifecycleHook (Shared00)
- AutoScaling.DeleteNotificationConfiguration (Shared00)
- AutoScaling.DeletePolicy (Shared00)
- AutoScaling.DeleteScheduledAction (Shared00)
- AutoScaling.DeleteTags (Shared00)
- AutoScaling.DescribeAccountLimits (Shared00)
- AutoScaling.DescribeAdjustmentTypes (Shared00)
- AutoScaling.DescribeAutoScalingGroups (Shared00)
- AutoScaling.DescribeAutoScalingInstances (Shared00)
- AutoScaling.DescribeAutoScalingNotificationTypes (Shared00)
- AutoScaling.DescribeInstanceRefreshes (Shared00)
- AutoScaling.DescribeLaunchConfigurations (Shared00)
- AutoScaling.DescribeLifecycleHookTypes (Shared00)
- AutoScaling.DescribeLifecycleHooks (Shared00)
- AutoScaling.DescribeLoadBalancerTargetGroups (Shared00)
- AutoScaling.DescribeLoadBalancers (Shared00)
- AutoScaling.DescribeMetricCollectionTypes (Shared00)
- AutoScaling.DescribeNotificationConfigurations (Shared00)
- AutoScaling.DescribePolicies (Shared00)
- AutoScaling.DescribeScalingActivities (Shared00)
- AutoScaling.DescribeScalingProcessTypes (Shared00)
- AutoScaling.DescribeScheduledActions (Shared00)
- AutoScaling.DescribeTags (Shared00)
- AutoScaling.DescribeTerminationPolicyTypes (Shared00)
- AutoScaling.DetachInstances (Shared00)
- AutoScaling.DetachLoadBalancerTargetGroups (Shared00)
- AutoScaling.DetachLoadBalancers (Shared00)
- AutoScaling.DisableMetricsCollection (Shared00)
- AutoScaling.EnableMetricsCollection (Shared00)
- AutoScaling.EnterStandby (Shared00)
- AutoScaling.ExecutePolicy (Shared00)
- AutoScaling.ExitStandby (Shared00)
- AutoScaling.PutLifecycleHook (Shared00)
- AutoScaling.PutNotificationConfiguration (Shared00)
- AutoScaling.PutScalingPolicy (Shared00)
- AutoScaling.PutScheduledUpdateGroupAction (Shared00)
- AutoScaling.RecordLifecycleActionHeartbeat (Shared00)
- AutoScaling.ResumeProcesses (Shared00)
- AutoScaling.SetDesiredCapacity (Shared00)
- AutoScaling.SetInstanceHealth (Shared00)
- AutoScaling.SetInstanceProtection (Shared00)
- AutoScaling.SetInstanceProtection (Shared01)
- AutoScaling.StartInstanceRefresh (Shared00)
- AutoScaling.SuspendProcesses (Shared00)
- AutoScaling.TerminateInstanceInAutoScalingGroup (Shared00)
- AutoScaling.UpdateAutoScalingGroup (Shared00)
- AutoScaling.UpdateAutoScalingGroup (Shared01)
- AutoScaling.UpdateAutoScalingGroup (Shared02)
Constants ¶
const ( // InstanceMetadataEndpointStateDisabled is a InstanceMetadataEndpointState enum value InstanceMetadataEndpointStateDisabled = "disabled" // InstanceMetadataEndpointStateEnabled is a InstanceMetadataEndpointState enum value InstanceMetadataEndpointStateEnabled = "enabled" )
const ( // InstanceMetadataHttpTokensStateOptional is a InstanceMetadataHttpTokensState enum value InstanceMetadataHttpTokensStateOptional = "optional" // InstanceMetadataHttpTokensStateRequired is a InstanceMetadataHttpTokensState enum value InstanceMetadataHttpTokensStateRequired = "required" )
const ( // InstanceRefreshStatusPending is a InstanceRefreshStatus enum value InstanceRefreshStatusPending = "Pending" // InstanceRefreshStatusInProgress is a InstanceRefreshStatus enum value InstanceRefreshStatusInProgress = "InProgress" // InstanceRefreshStatusSuccessful is a InstanceRefreshStatus enum value InstanceRefreshStatusSuccessful = "Successful" // InstanceRefreshStatusFailed is a InstanceRefreshStatus enum value InstanceRefreshStatusFailed = "Failed" // InstanceRefreshStatusCancelling is a InstanceRefreshStatus enum value InstanceRefreshStatusCancelling = "Cancelling" // InstanceRefreshStatusCancelled is a InstanceRefreshStatus enum value InstanceRefreshStatusCancelled = "Cancelled" )
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 ( // ErrCodeActiveInstanceRefreshNotFoundFault for service response error code // "ActiveInstanceRefreshNotFound". // // The request failed because an active instance refresh for the specified Auto // Scaling group was not found. ErrCodeActiveInstanceRefreshNotFoundFault = "ActiveInstanceRefreshNotFound" // ErrCodeAlreadyExistsFault for service response error code // "AlreadyExists". // // You already have an Auto Scaling group or launch configuration with this // name. ErrCodeAlreadyExistsFault = "AlreadyExists" // ErrCodeInstanceRefreshInProgressFault for service response error code // "InstanceRefreshInProgress". // // The request failed because an active instance refresh operation already exists // for the specified Auto Scaling group. ErrCodeInstanceRefreshInProgressFault = "InstanceRefreshInProgress" // 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 Amazon EC2 Auto Scaling resources // (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). // For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) // in the Amazon EC2 Auto Scaling API Reference. ErrCodeLimitExceededFault = "LimitExceeded" // ErrCodeResourceContentionFault for service response error code // "ResourceContention". // // You already have a pending update to an Amazon EC2 Auto Scaling resource // (for example, an Auto Scaling 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 identifier of a specific service. )
Service information constants
const (
// RefreshStrategyRolling is a RefreshStrategy enum value
RefreshStrategyRolling = "Rolling"
)
Variables ¶
This section is empty.
Functions ¶
func InstanceMetadataEndpointState_Values ¶ added in v1.34.3
func InstanceMetadataEndpointState_Values() []string
InstanceMetadataEndpointState_Values returns all elements of the InstanceMetadataEndpointState enum
func InstanceMetadataHttpTokensState_Values ¶ added in v1.34.3
func InstanceMetadataHttpTokensState_Values() []string
InstanceMetadataHttpTokensState_Values returns all elements of the InstanceMetadataHttpTokensState enum
func InstanceRefreshStatus_Values ¶ added in v1.34.3
func InstanceRefreshStatus_Values() []string
InstanceRefreshStatus_Values returns all elements of the InstanceRefreshStatus enum
func LifecycleState_Values ¶ added in v1.34.3
func LifecycleState_Values() []string
LifecycleState_Values returns all elements of the LifecycleState enum
func MetricStatistic_Values ¶ added in v1.34.3
func MetricStatistic_Values() []string
MetricStatistic_Values returns all elements of the MetricStatistic enum
func MetricType_Values ¶ added in v1.34.3
func MetricType_Values() []string
MetricType_Values returns all elements of the MetricType enum
func RefreshStrategy_Values ¶ added in v1.34.3
func RefreshStrategy_Values() []string
RefreshStrategy_Values returns all elements of the RefreshStrategy enum
func ScalingActivityStatusCode_Values ¶ added in v1.34.3
func ScalingActivityStatusCode_Values() []string
ScalingActivityStatusCode_Values returns all elements of the ScalingActivityStatusCode enum
Types ¶
type Activity ¶
type Activity struct { // The ID of the activity. // // ActivityId is a required field ActivityId *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Auto Scaling group. AutoScalingGroupARN *string `min:"1" type:"string"` // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The state of the Auto Scaling group, which is either InService or Deleted. AutoScalingGroupState *string `min:"1" type:"string"` // 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) SetActivityId ¶ added in v1.5.0
SetActivityId sets the ActivityId field's value.
func (*Activity) SetAutoScalingGroupARN ¶ added in v1.37.17
SetAutoScalingGroupARN sets the AutoScalingGroupARN field's value.
func (*Activity) SetAutoScalingGroupName ¶ added in v1.5.0
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*Activity) SetAutoScalingGroupState ¶ added in v1.37.17
SetAutoScalingGroupState sets the AutoScalingGroupState field's value.
func (*Activity) SetDescription ¶ added in v1.5.0
SetDescription sets the Description field's value.
func (*Activity) SetDetails ¶ added in v1.5.0
SetDetails sets the Details field's value.
func (*Activity) SetEndTime ¶ added in v1.5.0
SetEndTime sets the EndTime field's value.
func (*Activity) SetProgress ¶ added in v1.5.0
SetProgress sets the Progress field's value.
func (*Activity) SetStartTime ¶ added in v1.5.0
SetStartTime sets the StartTime field's value.
func (*Activity) SetStatusCode ¶ added in v1.5.0
SetStatusCode sets the StatusCode field's value.
func (*Activity) SetStatusMessage ¶ added in v1.5.0
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.
func (AdjustmentType) GoString ¶ added in v0.6.5
func (s AdjustmentType) GoString() string
GoString returns the string representation
func (*AdjustmentType) SetAdjustmentType ¶ added in v1.5.0
func (s *AdjustmentType) SetAdjustmentType(v string) *AdjustmentType
SetAdjustmentType sets the AdjustmentType field's value.
func (AdjustmentType) String ¶ added in v0.6.5
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 ¶ added in v1.5.0
SetAlarmARN sets the AlarmARN field's value.
func (*Alarm) SetAlarmName ¶ added in v1.5.0
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 ¶ added in v0.6.5
func (s AttachInstancesInput) GoString() string
GoString returns the string representation
func (*AttachInstancesInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *AttachInstancesInput) SetAutoScalingGroupName(v string) *AttachInstancesInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*AttachInstancesInput) SetInstanceIds ¶ added in v1.5.0
func (s *AttachInstancesInput) SetInstanceIds(v []*string) *AttachInstancesInput
SetInstanceIds sets the InstanceIds field's value.
func (AttachInstancesInput) String ¶ added in v0.6.5
func (s AttachInstancesInput) String() string
String returns the string representation
func (*AttachInstancesInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s AttachInstancesOutput) GoString() string
GoString returns the string representation
func (AttachInstancesOutput) String ¶ added in v0.6.5
func (s AttachInstancesOutput) String() string
String returns the string representation
type AttachLoadBalancerTargetGroupsInput ¶ added in v1.4.1
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. To get the ARN of a target group, use the Elastic Load // Balancing DescribeTargetGroups (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html) // API operation. // // TargetGroupARNs is a required field TargetGroupARNs []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (AttachLoadBalancerTargetGroupsInput) GoString ¶ added in v1.4.1
func (s AttachLoadBalancerTargetGroupsInput) GoString() string
GoString returns the string representation
func (*AttachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *AttachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName(v string) *AttachLoadBalancerTargetGroupsInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*AttachLoadBalancerTargetGroupsInput) SetTargetGroupARNs ¶ added in v1.5.0
func (s *AttachLoadBalancerTargetGroupsInput) SetTargetGroupARNs(v []*string) *AttachLoadBalancerTargetGroupsInput
SetTargetGroupARNs sets the TargetGroupARNs field's value.
func (AttachLoadBalancerTargetGroupsInput) String ¶ added in v1.4.1
func (s AttachLoadBalancerTargetGroupsInput) String() string
String returns the string representation
func (*AttachLoadBalancerTargetGroupsInput) Validate ¶ added in v1.4.1
func (s *AttachLoadBalancerTargetGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachLoadBalancerTargetGroupsOutput ¶ added in v1.4.1
type AttachLoadBalancerTargetGroupsOutput struct {
// contains filtered or unexported fields
}
func (AttachLoadBalancerTargetGroupsOutput) GoString ¶ added in v1.4.1
func (s AttachLoadBalancerTargetGroupsOutput) GoString() string
GoString returns the string representation
func (AttachLoadBalancerTargetGroupsOutput) String ¶ added in v1.4.1
func (s AttachLoadBalancerTargetGroupsOutput) String() string
String returns the string representation
type AttachLoadBalancersInput ¶ added in v0.6.2
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 ¶ added in v0.6.5
func (s AttachLoadBalancersInput) GoString() string
GoString returns the string representation
func (*AttachLoadBalancersInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *AttachLoadBalancersInput) SetAutoScalingGroupName(v string) *AttachLoadBalancersInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*AttachLoadBalancersInput) SetLoadBalancerNames ¶ added in v1.5.0
func (s *AttachLoadBalancersInput) SetLoadBalancerNames(v []*string) *AttachLoadBalancersInput
SetLoadBalancerNames sets the LoadBalancerNames field's value.
func (AttachLoadBalancersInput) String ¶ added in v0.6.5
func (s AttachLoadBalancersInput) String() string
String returns the string representation
func (*AttachLoadBalancersInput) Validate ¶ added in v1.1.21
func (s *AttachLoadBalancersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachLoadBalancersOutput ¶ added in v0.6.2
type AttachLoadBalancersOutput struct {
// contains filtered or unexported fields
}
func (AttachLoadBalancersOutput) GoString ¶ added in v0.6.5
func (s AttachLoadBalancersOutput) GoString() string
GoString returns the string representation
func (AttachLoadBalancersOutput) String ¶ added in v0.6.5
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:
mySession := session.Must(session.NewSession()) // 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 (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 ¶ added in v1.4.1
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.
This operation is used with the following load balancer types:
Application Load Balancer - Operates at the application layer (layer 7) and supports HTTP and HTTPS.
Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP, TLS, and UDP.
Gateway Load Balancer - Operates at the network layer (layer 3).
To describe the target groups for an Auto Scaling group, call the DescribeLoadBalancerTargetGroups API. To detach the target group from the Auto Scaling group, call the DetachLoadBalancerTargetGroups API.
For more information, see Elastic Load Balancing and Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.4.1
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 ¶ added in v1.8.0
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 ¶ added in v0.6.2
func (c *AutoScaling) AttachLoadBalancers(input *AttachLoadBalancersInput) (*AttachLoadBalancersOutput, error)
AttachLoadBalancers API operation for Auto Scaling.
To attach an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer, use the AttachLoadBalancerTargetGroups API operation instead.
Attaches one or more Classic Load Balancers to the specified Auto Scaling group. Amazon EC2 Auto Scaling registers the running instances with these Classic Load Balancers.
To describe the load balancers for an Auto Scaling group, call the DescribeLoadBalancers API. To detach the load balancer from the Auto Scaling group, call the DetachLoadBalancers API.
For more information, see Elastic Load Balancing and Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v0.6.2
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 ¶ added in v1.8.0
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 ¶ added in v1.15.12
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/BatchDeleteScheduledAction
func (*AutoScaling) BatchDeleteScheduledActionRequest ¶ added in v1.15.12
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 ¶ added in v1.15.12
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 ¶ added in v1.15.12
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.
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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/BatchPutScheduledUpdateGroupAction
func (*AutoScaling) BatchPutScheduledUpdateGroupActionRequest ¶ added in v1.15.12
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 ¶ added in v1.15.12
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) CancelInstanceRefresh ¶ added in v1.32.3
func (c *AutoScaling) CancelInstanceRefresh(input *CancelInstanceRefreshInput) (*CancelInstanceRefreshOutput, error)
CancelInstanceRefresh API operation for Auto Scaling.
Cancels an instance refresh operation in progress. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.
For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html).
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 CancelInstanceRefresh for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
ErrCodeActiveInstanceRefreshNotFoundFault "ActiveInstanceRefreshNotFound" The request failed because an active instance refresh for the specified Auto Scaling group was not found.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/CancelInstanceRefresh
func (*AutoScaling) CancelInstanceRefreshRequest ¶ added in v1.32.3
func (c *AutoScaling) CancelInstanceRefreshRequest(input *CancelInstanceRefreshInput) (req *request.Request, output *CancelInstanceRefreshOutput)
CancelInstanceRefreshRequest generates a "aws/request.Request" representing the client's request for the CancelInstanceRefresh 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 CancelInstanceRefresh for more information on using the CancelInstanceRefresh 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 CancelInstanceRefreshRequest method. req, resp := client.CancelInstanceRefreshRequest(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/CancelInstanceRefresh
func (*AutoScaling) CancelInstanceRefreshWithContext ¶ added in v1.32.3
func (c *AutoScaling) CancelInstanceRefreshWithContext(ctx aws.Context, input *CancelInstanceRefreshInput, opts ...request.Option) (*CancelInstanceRefreshOutput, error)
CancelInstanceRefreshWithContext is the same as CancelInstanceRefresh with the addition of the ability to pass a context and additional request options.
See CancelInstanceRefresh 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 Amazon EC2 Auto Scaling lifecycle hooks (https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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.
We strongly recommend using a launch template when calling this operation to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.
Creates an Auto Scaling group with the specified name and attributes.
If you exceed your maximum limit of Auto Scaling groups, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Amazon EC2 Auto Scaling service quotas (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-account-limits.html) in the Amazon EC2 Auto Scaling User Guide.
For introductory exercises for creating an Auto Scaling group, see Getting started with Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/GettingStartedTutorial.html) and Tutorial: Set up a scaled and load-balanced application (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-register-lbs-with-asg.html) in the Amazon EC2 Auto Scaling User Guide. For more information, see Auto Scaling groups (https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroup.html) in the Amazon EC2 Auto Scaling User Guide.
Every Auto Scaling group has three size parameters (DesiredCapacity, MaxSize, and MinSize). Usually, you set these sizes based on a specific number of instances. However, if you configure a mixed instances policy that defines weights for the instance types, you must specify these sizes with the same units that you use for weighting 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 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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Amazon EC2 Auto Scaling service quotas (https://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 (https://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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 (https://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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 the DetachInstances API 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 the UpdateAutoScalingGroup API 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 scaling policy.
Deleting either a step scaling policy or a simple scaling policy deletes the underlying alarm action, but does not delete the alarm, even if it no longer has an associated action.
For more information, see Deleting a scaling policy (https://docs.aws.amazon.com/autoscaling/ec2/userguide/deleting-scaling-policy.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 DeletePolicy for usage and error information.
Returned Error Codes:
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource quotas for your AWS account.
For information about requesting an increase, see Amazon EC2 Auto Scaling service quotas (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 available adjustment types for Amazon EC2 Auto Scaling scaling policies. These settings apply to step scaling policies and simple scaling policies; they do not apply to target tracking scaling policies.
The following adjustment types are supported:
ChangeInCapacity
ExactCapacity
PercentChangeInCapacity
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribeAutoScalingGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeAutoScalingGroupsPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribeAutoScalingInstancesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeAutoScalingInstancesPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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) DescribeInstanceRefreshes ¶ added in v1.32.3
func (c *AutoScaling) DescribeInstanceRefreshes(input *DescribeInstanceRefreshesInput) (*DescribeInstanceRefreshesOutput, error)
DescribeInstanceRefreshes API operation for Auto Scaling.
Describes one or more instance refreshes.
You can determine the status of a request by looking at the Status parameter. The following are the possible statuses:
Pending - The request was created, but the operation has not started.
InProgress - The operation is in progress.
Successful - The operation completed successfully.
Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities.
Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.
Cancelled - The operation is cancelled.
For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html).
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 DescribeInstanceRefreshes 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeInstanceRefreshes
func (*AutoScaling) DescribeInstanceRefreshesRequest ¶ added in v1.32.3
func (c *AutoScaling) DescribeInstanceRefreshesRequest(input *DescribeInstanceRefreshesInput) (req *request.Request, output *DescribeInstanceRefreshesOutput)
DescribeInstanceRefreshesRequest generates a "aws/request.Request" representing the client's request for the DescribeInstanceRefreshes 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 DescribeInstanceRefreshes for more information on using the DescribeInstanceRefreshes 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 DescribeInstanceRefreshesRequest method. req, resp := client.DescribeInstanceRefreshesRequest(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/DescribeInstanceRefreshes
func (*AutoScaling) DescribeInstanceRefreshesWithContext ¶ added in v1.32.3
func (c *AutoScaling) DescribeInstanceRefreshesWithContext(ctx aws.Context, input *DescribeInstanceRefreshesInput, opts ...request.Option) (*DescribeInstanceRefreshesOutput, error)
DescribeInstanceRefreshesWithContext is the same as DescribeInstanceRefreshes with the addition of the ability to pass a context and additional request options.
See DescribeInstanceRefreshes 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribeLaunchConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeLaunchConfigurationsPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 ¶ added in v1.4.1
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLoadBalancerTargetGroups
func (*AutoScaling) DescribeLoadBalancerTargetGroupsRequest ¶ added in v1.4.1
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 ¶ added in v1.8.0
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 ¶ added in v0.6.2
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, Network Load Balancers, or Gateway Load Balancers, use the DescribeLoadBalancerTargetGroups API 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DescribeLoadBalancers
func (*AutoScaling) DescribeLoadBalancersRequest ¶ added in v0.6.2
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 ¶ added in v1.8.0
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 the EnableMetricsCollection API.
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribeNotificationConfigurationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeNotificationConfigurationsPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribePoliciesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribePoliciesPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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.
To view the scaling activities from the Amazon EC2 Auto Scaling console, choose the Activity tab of the Auto Scaling group. When scaling events occur, you see scaling activity messages in the Activity history. For more information, see Verifying a scaling activity for an Auto Scaling group (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.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 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribeScalingActivitiesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeScalingActivitiesPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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 the ResumeProcesses and SuspendProcesses APIs.
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 or that have not reached their end time. To describe the actions that have already run, call the DescribeScalingActivities API.
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribeScheduledActionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeScheduledActionsPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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.
For more information, see Tagging Auto Scaling groups and instances (https://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 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 *autoscaling.DescribeTagsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*AutoScaling) DescribeTagsPagesWithContext ¶ added in v1.8.0
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 ¶ added in v1.8.0
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 (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 ¶ added in v1.4.1
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachLoadBalancerTargetGroups
func (*AutoScaling) DetachLoadBalancerTargetGroupsRequest ¶ added in v1.4.1
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 ¶ added in v1.8.0
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 ¶ added in v0.6.2
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, Network Load Balancers, or Gateway Load Balancers, use the DetachLoadBalancerTargetGroups API 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 the DescribeLoadBalancers API call. 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachLoadBalancers
func (*AutoScaling) DetachLoadBalancersRequest ¶ added in v0.6.2
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 ¶ added in v1.8.0
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 CloudWatch metrics for your Auto Scaling groups and instances (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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.
If you choose to decrement the desired capacity of the Auto Scaling group, the instances can enter standby as long as the desired capacity of the Auto Scaling group after the instances are placed into standby is equal to or greater than the minimum capacity of the group.
If you choose not to decrement the desired capacity of the Auto Scaling group, the Auto Scaling group launches new instances to replace the instances on standby.
For more information, see Temporarily removing instances from your Auto Scaling group (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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. This can be useful for testing the design of your scaling 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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.
After you put the instances back in service, the desired capacity is incremented.
For more information, see Temporarily removing instances from your Auto Scaling group (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 when the instance launches (before it is put into service) or as the instance terminates (before it is fully terminated).
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 using the RecordLifecycleActionHeartbeat API call.
If you finish before the timeout period ends, complete the lifecycle action using the CompleteLifecycleAction API call.
For more information, see Amazon EC2 Auto Scaling lifecycle hooks (https://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.
You can view the lifecycle hooks for an Auto Scaling group using the DescribeLifecycleHooks API call. If you are no longer using a lifecycle hook, you can delete it by calling the DeleteLifecycleHook API.
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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 Amazon SNS notifications when your Auto Scaling group scales (https://docs.aws.amazon.com/autoscaling/ec2/userguide/ASGettingNotifications.html) in the Amazon EC2 Auto Scaling User Guide.
If you exceed your maximum limit of SNS topics, which is 10 per Auto Scaling group, the call fails.
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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 scaling policy for an Auto Scaling group.
For more information about using scaling policies to scale your Auto Scaling group, see Target tracking scaling policies (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-target-tracking.html) and Step and simple scaling policies (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.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 PutScalingPolicy for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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.
For more information, see Scheduled scaling (https://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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 the PutLifecycleHook API call.
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 (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 auto scaling processes, or all suspended process, for the specified Auto Scaling group.
For more information, see Suspending and resuming scaling processes (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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.
If a scale-in activity occurs as a result of a new DesiredCapacity value that is lower than the current size of the group, the Auto Scaling group uses its termination policy to determine which instances to terminate.
For more information, see Manual scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-manual-scaling.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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 for Auto Scaling instances (https://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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 ¶ added in v1.0.4
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 about preventing instances that are part of an Auto Scaling group from terminating on scale in, see Instance scale-in protection (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection) in the Amazon EC2 Auto Scaling User Guide.
If you exceed your maximum limit of instance IDs, which is 50 per Auto Scaling group, the call fails.
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 Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/SetInstanceProtection
func (*AutoScaling) SetInstanceProtectionRequest ¶ added in v1.0.4
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 ¶ added in v1.8.0
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) StartInstanceRefresh ¶ added in v1.32.3
func (c *AutoScaling) StartInstanceRefresh(input *StartInstanceRefreshInput) (*StartInstanceRefreshOutput, error)
StartInstanceRefresh API operation for Auto Scaling.
Starts a new instance refresh operation, which triggers a rolling replacement of all previously launched instances in the Auto Scaling group with a new group of instances.
If successful, this call creates a new instance refresh request with a unique ID that you can use to track its progress. To query its status, call the DescribeInstanceRefreshes API. To describe the instance refreshes that have already run, call the DescribeInstanceRefreshes API. To cancel an instance refresh operation in progress, use the CancelInstanceRefresh API.
For more information, see Replacing Auto Scaling Instances Based on an Instance Refresh (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html).
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 StartInstanceRefresh for usage and error information.
Returned Error Codes:
ErrCodeLimitExceededFault "LimitExceeded" You have already reached a limit for your Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html) in the Amazon EC2 Auto Scaling API Reference.
ErrCodeResourceContentionFault "ResourceContention" You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
ErrCodeInstanceRefreshInProgressFault "InstanceRefreshInProgress" The request failed because an active instance refresh operation already exists for the specified Auto Scaling group.
See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/StartInstanceRefresh
func (*AutoScaling) StartInstanceRefreshRequest ¶ added in v1.32.3
func (c *AutoScaling) StartInstanceRefreshRequest(input *StartInstanceRefreshInput) (req *request.Request, output *StartInstanceRefreshOutput)
StartInstanceRefreshRequest generates a "aws/request.Request" representing the client's request for the StartInstanceRefresh 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 StartInstanceRefresh for more information on using the StartInstanceRefresh 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 StartInstanceRefreshRequest method. req, resp := client.StartInstanceRefreshRequest(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/StartInstanceRefresh
func (*AutoScaling) StartInstanceRefreshWithContext ¶ added in v1.32.3
func (c *AutoScaling) StartInstanceRefreshWithContext(ctx aws.Context, input *StartInstanceRefreshInput, opts ...request.Option) (*StartInstanceRefreshOutput, error)
StartInstanceRefreshWithContext is the same as StartInstanceRefresh with the addition of the ability to pass a context and additional request options.
See StartInstanceRefresh 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 auto 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. For more information, see Suspending and resuming scaling processes (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html) in the Amazon EC2 Auto Scaling User Guide.
To resume processes that have been suspended, call the ResumeProcesses API.
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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. When an instance is terminated, the instance status changes to terminated. You can't connect to or start an instance after you've terminated it.
If you do not specify the option to decrement the desired capacity, Amazon EC2 Auto Scaling launches instances to replace the ones that are terminated.
By default, Amazon EC2 Auto Scaling balances instances across all Availability Zones. If you decrement the desired capacity, your Auto Scaling group can become unbalanced between Availability Zones. Amazon EC2 Auto Scaling tries to rebalance the group, and rebalancing might terminate instances in other zones. For more information, see Rebalancing activities (https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-benefits.html#AutoScalingBehavior.InstanceUsage) 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 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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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.
We strongly recommend that all Auto Scaling groups use launch templates to ensure full functionality for Amazon EC2 Auto Scaling and Amazon EC2.
Updates the configuration for the specified Auto Scaling group.
To update an Auto Scaling group, specify the name of the group and the parameter that you want to change. Any parameters that you don't specify are not changed by this update request. The new settings take effect on any scaling activities after this call returns.
If you associate a new launch configuration or template with an Auto Scaling group, all new instances will get the updated configuration. Existing instances continue to run with the configuration that they were originally launched with. When you update a group to specify a mixed instances policy instead of a launch configuration or template, existing instances may be replaced to match the new purchasing options that you specified in the policy. For example, if the group currently has 100% On-Demand capacity and the policy specifies 50% Spot capacity, this means that half of your instances will be gradually terminated and relaunched as Spot Instances. When replacing instances, Amazon EC2 Auto Scaling launches new instances before terminating the old ones, so that updating your group does not compromise the performance or availability of your application.
Note the following about changing DesiredCapacity, MaxSize, or MinSize:
If a scale-in activity occurs as a result of a new DesiredCapacity value that is lower than the current size of the group, the Auto Scaling group uses its termination policy to determine which instances to terminate.
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, this sets the group's DesiredCapacity to the new MinSize value.
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, this sets the group's DesiredCapacity to the new MaxSize value.
To see which parameters have been set, call the DescribeAutoScalingGroups API. To view the scaling policies for an Auto Scaling group, call the DescribePolicies API. If the group has scaling policies, you can update them by calling the PutScalingPolicy API.
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 Amazon EC2 Auto Scaling resource (for example, an Auto Scaling 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 ¶ added in v1.8.0
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 ¶ added in v1.1.6
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 ¶ added in v1.8.0
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 ¶ added in v1.1.6
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 ¶ added in v1.8.0
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 ¶ added in v1.1.6
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 ¶ added in v1.8.0
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 ¶ added in v1.15.12
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 ¶ added in v1.15.12
func (s BatchDeleteScheduledActionInput) GoString() string
GoString returns the string representation
func (*BatchDeleteScheduledActionInput) SetAutoScalingGroupName ¶ added in v1.15.12
func (s *BatchDeleteScheduledActionInput) SetAutoScalingGroupName(v string) *BatchDeleteScheduledActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*BatchDeleteScheduledActionInput) SetScheduledActionNames ¶ added in v1.15.12
func (s *BatchDeleteScheduledActionInput) SetScheduledActionNames(v []*string) *BatchDeleteScheduledActionInput
SetScheduledActionNames sets the ScheduledActionNames field's value.
func (BatchDeleteScheduledActionInput) String ¶ added in v1.15.12
func (s BatchDeleteScheduledActionInput) String() string
String returns the string representation
func (*BatchDeleteScheduledActionInput) Validate ¶ added in v1.15.12
func (s *BatchDeleteScheduledActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteScheduledActionOutput ¶ added in v1.15.12
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 ¶ added in v1.15.12
func (s BatchDeleteScheduledActionOutput) GoString() string
GoString returns the string representation
func (*BatchDeleteScheduledActionOutput) SetFailedScheduledActions ¶ added in v1.15.12
func (s *BatchDeleteScheduledActionOutput) SetFailedScheduledActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchDeleteScheduledActionOutput
SetFailedScheduledActions sets the FailedScheduledActions field's value.
func (BatchDeleteScheduledActionOutput) String ¶ added in v1.15.12
func (s BatchDeleteScheduledActionOutput) String() string
String returns the string representation
type BatchPutScheduledUpdateGroupActionInput ¶ added in v1.15.12
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 ¶ added in v1.15.12
func (s BatchPutScheduledUpdateGroupActionInput) GoString() string
GoString returns the string representation
func (*BatchPutScheduledUpdateGroupActionInput) SetAutoScalingGroupName ¶ added in v1.15.12
func (s *BatchPutScheduledUpdateGroupActionInput) SetAutoScalingGroupName(v string) *BatchPutScheduledUpdateGroupActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*BatchPutScheduledUpdateGroupActionInput) SetScheduledUpdateGroupActions ¶ added in v1.15.12
func (s *BatchPutScheduledUpdateGroupActionInput) SetScheduledUpdateGroupActions(v []*ScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionInput
SetScheduledUpdateGroupActions sets the ScheduledUpdateGroupActions field's value.
func (BatchPutScheduledUpdateGroupActionInput) String ¶ added in v1.15.12
func (s BatchPutScheduledUpdateGroupActionInput) String() string
String returns the string representation
func (*BatchPutScheduledUpdateGroupActionInput) Validate ¶ added in v1.15.12
func (s *BatchPutScheduledUpdateGroupActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchPutScheduledUpdateGroupActionOutput ¶ added in v1.15.12
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 ¶ added in v1.15.12
func (s BatchPutScheduledUpdateGroupActionOutput) GoString() string
GoString returns the string representation
func (*BatchPutScheduledUpdateGroupActionOutput) SetFailedScheduledUpdateGroupActions ¶ added in v1.15.12
func (s *BatchPutScheduledUpdateGroupActionOutput) SetFailedScheduledUpdateGroupActions(v []*FailedScheduledUpdateGroupActionRequest) *BatchPutScheduledUpdateGroupActionOutput
SetFailedScheduledUpdateGroupActions sets the FailedScheduledUpdateGroupActions field's value.
func (BatchPutScheduledUpdateGroupActionOutput) String ¶ added in v1.15.12
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). // For more information, see Device Naming on Linux Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html) // in the Amazon EC2 User Guide for Linux Instances. // // DeviceName is a required field DeviceName *string `min:"1" type:"string" required:"true"` // Parameters used to automatically set up EBS volumes when an instance is launched. // // You can specify either VirtualName or Ebs, but not both. Ebs *Ebs `type:"structure"` // Setting this value to true suppresses the specified device included in the // block device mapping of the AMI. // // If NoDevice is true for the root device, instances might fail the EC2 health // check. In that case, Amazon EC2 Auto Scaling launches replacement instances. // // If you specify NoDevice, you cannot specify Ebs. NoDevice *bool `type:"boolean"` // The name of the virtual device (for example, ephemeral0). // // You can specify either VirtualName or Ebs, but not both. VirtualName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a block device mapping.
func (BlockDeviceMapping) GoString ¶ added in v0.6.5
func (s BlockDeviceMapping) GoString() string
GoString returns the string representation
func (*BlockDeviceMapping) SetDeviceName ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetDeviceName(v string) *BlockDeviceMapping
SetDeviceName sets the DeviceName field's value.
func (*BlockDeviceMapping) SetEbs ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetEbs(v *Ebs) *BlockDeviceMapping
SetEbs sets the Ebs field's value.
func (*BlockDeviceMapping) SetNoDevice ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetNoDevice(v bool) *BlockDeviceMapping
SetNoDevice sets the NoDevice field's value.
func (*BlockDeviceMapping) SetVirtualName ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping
SetVirtualName sets the VirtualName field's value.
func (BlockDeviceMapping) String ¶ added in v0.6.5
func (s BlockDeviceMapping) String() string
String returns the string representation
func (*BlockDeviceMapping) Validate ¶ added in v1.1.21
func (s *BlockDeviceMapping) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelInstanceRefreshInput ¶ added in v1.32.3
type CancelInstanceRefreshInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (CancelInstanceRefreshInput) GoString ¶ added in v1.32.3
func (s CancelInstanceRefreshInput) GoString() string
GoString returns the string representation
func (*CancelInstanceRefreshInput) SetAutoScalingGroupName ¶ added in v1.32.3
func (s *CancelInstanceRefreshInput) SetAutoScalingGroupName(v string) *CancelInstanceRefreshInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (CancelInstanceRefreshInput) String ¶ added in v1.32.3
func (s CancelInstanceRefreshInput) String() string
String returns the string representation
func (*CancelInstanceRefreshInput) Validate ¶ added in v1.32.3
func (s *CancelInstanceRefreshInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelInstanceRefreshOutput ¶ added in v1.32.3
type CancelInstanceRefreshOutput struct { // The instance refresh ID. InstanceRefreshId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CancelInstanceRefreshOutput) GoString ¶ added in v1.32.3
func (s CancelInstanceRefreshOutput) GoString() string
GoString returns the string representation
func (*CancelInstanceRefreshOutput) SetInstanceRefreshId ¶ added in v1.32.3
func (s *CancelInstanceRefreshOutput) SetInstanceRefreshId(v string) *CancelInstanceRefreshOutput
SetInstanceRefreshId sets the InstanceRefreshId field's value.
func (CancelInstanceRefreshOutput) String ¶ added in v1.32.3
func (s CancelInstanceRefreshOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s CompleteLifecycleActionInput) GoString() string
GoString returns the string representation
func (*CompleteLifecycleActionInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *CompleteLifecycleActionInput) SetAutoScalingGroupName(v string) *CompleteLifecycleActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*CompleteLifecycleActionInput) SetInstanceId ¶ added in v1.5.0
func (s *CompleteLifecycleActionInput) SetInstanceId(v string) *CompleteLifecycleActionInput
SetInstanceId sets the InstanceId field's value.
func (*CompleteLifecycleActionInput) SetLifecycleActionResult ¶ added in v1.5.0
func (s *CompleteLifecycleActionInput) SetLifecycleActionResult(v string) *CompleteLifecycleActionInput
SetLifecycleActionResult sets the LifecycleActionResult field's value.
func (*CompleteLifecycleActionInput) SetLifecycleActionToken ¶ added in v1.5.0
func (s *CompleteLifecycleActionInput) SetLifecycleActionToken(v string) *CompleteLifecycleActionInput
SetLifecycleActionToken sets the LifecycleActionToken field's value.
func (*CompleteLifecycleActionInput) SetLifecycleHookName ¶ added in v1.5.0
func (s *CompleteLifecycleActionInput) SetLifecycleHookName(v string) *CompleteLifecycleActionInput
SetLifecycleHookName sets the LifecycleHookName field's value.
func (CompleteLifecycleActionInput) String ¶ added in v0.6.5
func (s CompleteLifecycleActionInput) String() string
String returns the string representation
func (*CompleteLifecycleActionInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s CompleteLifecycleActionOutput) GoString() string
GoString returns the string representation
func (CompleteLifecycleActionOutput) String ¶ added in v0.6.5
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 per Region per // account. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // A list of Availability Zones where instances in the Auto Scaling group can // be created. This parameter is optional if you specify one or more subnets // for VPCZoneIdentifier. // // Conditional: If your account supports EC2-Classic and VPC, this parameter // is required to launch instances into EC2-Classic. AvailabilityZones []*string `type:"list"` // Indicates whether Capacity Rebalancing is enabled. Otherwise, Capacity Rebalancing // is disabled. When you turn on Capacity Rebalancing, Amazon EC2 Auto Scaling // attempts to launch a Spot Instance whenever Amazon EC2 notifies that a Spot // Instance is at an elevated risk of interruption. After launching a new instance, // it then terminates an old instance. For more information, see Amazon EC2 // Auto Scaling Capacity Rebalancing (https://docs.aws.amazon.com/autoscaling/ec2/userguide/capacity-rebalance.html) // in the Amazon EC2 Auto Scaling User Guide. CapacityRebalance *bool `type:"boolean"` // The amount of time, in seconds, after a scaling activity completes before // another scaling activity can start. The default value is 300. This setting // applies when using simple scaling policies, but not when using other scaling // policies or scheduled scaling. For more information, see Scaling cooldowns // for Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html) // in the Amazon EC2 Auto Scaling User Guide. DefaultCooldown *int64 `type:"integer"` // The desired capacity is the initial capacity of the Auto Scaling group at // the time of its creation and the capacity it attempts to maintain. It can // scale beyond this capacity if you configure auto scaling. 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 value is 0. For more information, see Health check grace period // (https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html#health-check-grace-period) // in the Amazon EC2 Auto Scaling User Guide. // // Conditional: Required if you are adding an ELB health check. HealthCheckGracePeriod *int64 `type:"integer"` // The service to use for the health checks. The valid values are EC2 (default) // and ELB. If you configure an Auto Scaling group to use load balancer (ELB) // health checks, it considers the instance unhealthy if it fails either the // EC2 status checks or the load balancer health checks. For more information, // see Health checks for Auto Scaling instances (https://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 base the launch configuration on. If specified, // Amazon EC2 Auto Scaling uses the configuration values from the specified // instance to create a new launch configuration. To get the instance ID, use // the Amazon EC2 DescribeInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html) // API operation. For more information, see Creating an Auto Scaling group using // an EC2 instance (https://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 to use to launch instances. // // Conditional: You must specify either a launch template (LaunchTemplate or // MixedInstancesPolicy) or a launch configuration (LaunchConfigurationName // or InstanceId). LaunchConfigurationName *string `min:"1" type:"string"` // Parameters used to specify the launch template and version to use to launch // instances. // // Conditional: You must specify either a launch template (LaunchTemplate or // MixedInstancesPolicy) or a launch configuration (LaunchConfigurationName // or InstanceId). // // The launch template that is specified must be configured for use with an // Auto Scaling group. For more information, see Creating a launch template // for an Auto Scaling group (https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html) // in the Amazon EC2 Auto Scaling User Guide. LaunchTemplate *LaunchTemplateSpecification `type:"structure"` // One or more lifecycle hooks for the group, which specify actions to perform // when Amazon EC2 Auto Scaling launches or terminates instances. LifecycleHookSpecificationList []*LifecycleHookSpecification `type:"list"` // A list of Classic Load Balancers associated with this Auto Scaling group. // For Application Load Balancers, Network Load Balancers, and Gateway Load // Balancers, specify the TargetGroupARNs property instead. LoadBalancerNames []*string `type:"list"` // The maximum amount of time, in seconds, that an instance can be in service. // The default is null. If specified, the value must be either 0 or a number // equal to or greater than 86,400 seconds (1 day). For more information, see // Replacing Auto Scaling instances based on maximum instance lifetime (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html) // in the Amazon EC2 Auto Scaling User Guide. MaxInstanceLifetime *int64 `type:"integer"` // The maximum size of the group. // // With a mixed instances policy that uses instance weighting, Amazon EC2 Auto // Scaling may need to go above MaxSize to meet your capacity requirements. // In this event, Amazon EC2 Auto Scaling will never go above MaxSize by more // than your largest instance weight (weights that define how many units each // instance contributes to the desired capacity 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"` // An embedded object that specifies a mixed instances policy. The required // properties must be specified. If optional properties are unspecified, their // default values are used. // // The policy includes properties that not only define the distribution of On-Demand // Instances and Spot Instances, the maximum price to pay for Spot Instances, // and how the Auto Scaling group allocates instance types to fulfill On-Demand // and Spot capacities, but also the properties that specify the instance configuration // information—the launch template and instance types. The policy can also // include a weight for each instance type and different launch templates for // individual instance types. For more information, see Auto Scaling groups // with multiple instance types and purchase options (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-purchase-options.html) // in the Amazon EC2 Auto Scaling User Guide. MixedInstancesPolicy *MixedInstancesPolicy `type:"structure"` // Indicates whether newly launched instances are protected from termination // by Amazon EC2 Auto Scaling when scaling in. For more information about preventing // instances from terminating on scale in, see Instance scale-in protection // (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection) // in the Amazon EC2 Auto Scaling User Guide. NewInstancesProtectedFromScaleIn *bool `type:"boolean"` // The name of an existing placement group into which to launch your instances, // if any. A placement group is a logical grouping of instances within a single // Availability Zone. You cannot specify multiple Availability Zones and a placement // group. For more information, see Placement Groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) // in the Amazon EC2 User Guide for Linux Instances. 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. For more information, see Service-linked // roles (https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-service-linked-role.html) // in the Amazon EC2 Auto Scaling User Guide. ServiceLinkedRoleARN *string `min:"1" type:"string"` // One or more tags. You can tag your Auto Scaling group and propagate the tags // to the Amazon EC2 instances it launches. Tags are not propagated to Amazon // EBS volumes. To add tags to Amazon EBS volumes, specify the tags in a launch // template but use caution. If the launch template specifies an instance tag // with a key that is also specified for the Auto Scaling group, Amazon EC2 // Auto Scaling overrides the value of that instance tag with the value specified // by the Auto Scaling group. For more information, see Tagging Auto Scaling // groups and instances (https://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 to associate with the // Auto Scaling group. Instances are registered as targets in a target group, // and traffic is routed to the target group. For more information, see Elastic // Load Balancing and Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html) // in the Amazon EC2 Auto Scaling User Guide. TargetGroupARNs []*string `type:"list"` // A policy or a list of policies that are used to select the instance to terminate. // These policies are executed in the order that you list them. For more information, // see Controlling which Auto Scaling instances terminate during scale in (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html) // in the Amazon EC2 Auto Scaling User Guide. TerminationPolicies []*string `type:"list"` // A comma-separated list of subnet IDs for a virtual private cloud (VPC) where // instances in the Auto Scaling group can be created. If you specify VPCZoneIdentifier // with AvailabilityZones, the subnets that you specify for this parameter must // reside in those Availability Zones. // // Conditional: If your account supports EC2-Classic and VPC, this parameter // is required to launch instances into a VPC. VPCZoneIdentifier *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateAutoScalingGroupInput) GoString ¶ added in v0.6.5
func (s CreateAutoScalingGroupInput) GoString() string
GoString returns the string representation
func (*CreateAutoScalingGroupInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetAutoScalingGroupName(v string) *CreateAutoScalingGroupInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*CreateAutoScalingGroupInput) SetAvailabilityZones ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetAvailabilityZones(v []*string) *CreateAutoScalingGroupInput
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*CreateAutoScalingGroupInput) SetCapacityRebalance ¶ added in v1.35.21
func (s *CreateAutoScalingGroupInput) SetCapacityRebalance(v bool) *CreateAutoScalingGroupInput
SetCapacityRebalance sets the CapacityRebalance field's value.
func (*CreateAutoScalingGroupInput) SetDefaultCooldown ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetDefaultCooldown(v int64) *CreateAutoScalingGroupInput
SetDefaultCooldown sets the DefaultCooldown field's value.
func (*CreateAutoScalingGroupInput) SetDesiredCapacity ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetDesiredCapacity(v int64) *CreateAutoScalingGroupInput
SetDesiredCapacity sets the DesiredCapacity field's value.
func (*CreateAutoScalingGroupInput) SetHealthCheckGracePeriod ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetHealthCheckGracePeriod(v int64) *CreateAutoScalingGroupInput
SetHealthCheckGracePeriod sets the HealthCheckGracePeriod field's value.
func (*CreateAutoScalingGroupInput) SetHealthCheckType ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetHealthCheckType(v string) *CreateAutoScalingGroupInput
SetHealthCheckType sets the HealthCheckType field's value.
func (*CreateAutoScalingGroupInput) SetInstanceId ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetInstanceId(v string) *CreateAutoScalingGroupInput
SetInstanceId sets the InstanceId field's value.
func (*CreateAutoScalingGroupInput) SetLaunchConfigurationName ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetLaunchConfigurationName(v string) *CreateAutoScalingGroupInput
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (*CreateAutoScalingGroupInput) SetLaunchTemplate ¶ added in v1.12.37
func (s *CreateAutoScalingGroupInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *CreateAutoScalingGroupInput
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*CreateAutoScalingGroupInput) SetLifecycleHookSpecificationList ¶ added in v1.10.44
func (s *CreateAutoScalingGroupInput) SetLifecycleHookSpecificationList(v []*LifecycleHookSpecification) *CreateAutoScalingGroupInput
SetLifecycleHookSpecificationList sets the LifecycleHookSpecificationList field's value.
func (*CreateAutoScalingGroupInput) SetLoadBalancerNames ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetLoadBalancerNames(v []*string) *CreateAutoScalingGroupInput
SetLoadBalancerNames sets the LoadBalancerNames field's value.
func (*CreateAutoScalingGroupInput) SetMaxInstanceLifetime ¶ added in v1.25.38
func (s *CreateAutoScalingGroupInput) SetMaxInstanceLifetime(v int64) *CreateAutoScalingGroupInput
SetMaxInstanceLifetime sets the MaxInstanceLifetime field's value.
func (*CreateAutoScalingGroupInput) SetMaxSize ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetMaxSize(v int64) *CreateAutoScalingGroupInput
SetMaxSize sets the MaxSize field's value.
func (*CreateAutoScalingGroupInput) SetMinSize ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetMinSize(v int64) *CreateAutoScalingGroupInput
SetMinSize sets the MinSize field's value.
func (*CreateAutoScalingGroupInput) SetMixedInstancesPolicy ¶ added in v1.15.76
func (s *CreateAutoScalingGroupInput) SetMixedInstancesPolicy(v *MixedInstancesPolicy) *CreateAutoScalingGroupInput
SetMixedInstancesPolicy sets the MixedInstancesPolicy field's value.
func (*CreateAutoScalingGroupInput) SetNewInstancesProtectedFromScaleIn ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetNewInstancesProtectedFromScaleIn(v bool) *CreateAutoScalingGroupInput
SetNewInstancesProtectedFromScaleIn sets the NewInstancesProtectedFromScaleIn field's value.
func (*CreateAutoScalingGroupInput) SetPlacementGroup ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetPlacementGroup(v string) *CreateAutoScalingGroupInput
SetPlacementGroup sets the PlacementGroup field's value.
func (*CreateAutoScalingGroupInput) SetServiceLinkedRoleARN ¶ added in v1.13.1
func (s *CreateAutoScalingGroupInput) SetServiceLinkedRoleARN(v string) *CreateAutoScalingGroupInput
SetServiceLinkedRoleARN sets the ServiceLinkedRoleARN field's value.
func (*CreateAutoScalingGroupInput) SetTags ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetTags(v []*Tag) *CreateAutoScalingGroupInput
SetTags sets the Tags field's value.
func (*CreateAutoScalingGroupInput) SetTargetGroupARNs ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetTargetGroupARNs(v []*string) *CreateAutoScalingGroupInput
SetTargetGroupARNs sets the TargetGroupARNs field's value.
func (*CreateAutoScalingGroupInput) SetTerminationPolicies ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetTerminationPolicies(v []*string) *CreateAutoScalingGroupInput
SetTerminationPolicies sets the TerminationPolicies field's value.
func (*CreateAutoScalingGroupInput) SetVPCZoneIdentifier ¶ added in v1.5.0
func (s *CreateAutoScalingGroupInput) SetVPCZoneIdentifier(v string) *CreateAutoScalingGroupInput
SetVPCZoneIdentifier sets the VPCZoneIdentifier field's value.
func (CreateAutoScalingGroupInput) String ¶ added in v0.6.5
func (s CreateAutoScalingGroupInput) String() string
String returns the string representation
func (*CreateAutoScalingGroupInput) Validate ¶ added in v1.1.21
func (s *CreateAutoScalingGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAutoScalingGroupOutput ¶
type CreateAutoScalingGroupOutput struct {
// contains filtered or unexported fields
}
func (CreateAutoScalingGroupOutput) GoString ¶ added in v0.6.5
func (s CreateAutoScalingGroupOutput) GoString() string
GoString returns the string representation
func (CreateAutoScalingGroupOutput) String ¶ added in v0.6.5
func (s CreateAutoScalingGroupOutput) String() string
String returns the string representation
type CreateLaunchConfigurationInput ¶
type CreateLaunchConfigurationInput struct { // For Auto Scaling groups that are running in a virtual private cloud (VPC), // specifies whether to assign a public IP address to the group's instances. // If you specify true, each instance in the Auto Scaling group receives a unique // public IP address. For more information, see Launching Auto Scaling instances // in a VPC (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html) // in the Amazon EC2 Auto Scaling User Guide. // // If you specify this parameter, you must specify at least one subnet for VPCZoneIdentifier // when you create your group. // // If the instance is launched into a default subnet, the default is to assign // a public IP address, unless you disabled the option to assign a public IP // address on the subnet. If the instance is launched into a nondefault subnet, // the default is not to assign a public IP address, unless you enabled the // option to assign a public IP address on the subnet. AssociatePublicIpAddress *bool `type:"boolean"` // A block device mapping, which specifies the block devices for the instance. // You can specify virtual devices and EBS volumes. For more information, see // Block Device Mapping (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) // in the Amazon EC2 User Guide for Linux Instances. BlockDeviceMappings []*BlockDeviceMapping `type:"list"` // The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. // For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) // in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic // instances to a VPC (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html#as-ClassicLink) // in the Amazon EC2 Auto Scaling User Guide. // // This parameter can only be used if you are launching EC2-Classic instances. ClassicLinkVPCId *string `min:"1" type:"string"` // The IDs of one or more security groups for the specified ClassicLink-enabled // VPC. For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) // in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic // instances to a VPC (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html#as-ClassicLink) // in the Amazon EC2 Auto Scaling User Guide. // // If you specify the ClassicLinkVPCId parameter, you must specify this parameter. ClassicLinkVPCSecurityGroups []*string `type:"list"` // Specifies whether the launch configuration is optimized for EBS I/O (true) // or not (false). The optimization provides dedicated throughput to Amazon // EBS and an optimized configuration stack to provide optimal I/O performance. // This optimization is not available with all instance types. Additional fees // are incurred when you enable EBS optimization for an instance type that is // not EBS-optimized by default. For more information, see Amazon EBS-Optimized // Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html) // in the Amazon EC2 User Guide for Linux Instances. // // The default value is false. EbsOptimized *bool `type:"boolean"` // The name or the Amazon Resource Name (ARN) of the instance profile associated // with the IAM role for the instance. The instance profile contains the IAM // role. // // For more information, see IAM role for applications that run on Amazon EC2 // instances (https://docs.aws.amazon.com/autoscaling/ec2/userguide/us-iam-role.html) // in the Amazon EC2 Auto Scaling User Guide. IamInstanceProfile *string `min:"1" type:"string"` // The ID of the Amazon Machine Image (AMI) that was assigned during registration. // For more information, see Finding an AMI (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html) // in the Amazon EC2 User Guide for Linux Instances. // // If you do not specify InstanceId, you must specify ImageId. ImageId *string `min:"1" type:"string"` // The ID of the instance to use to create the launch configuration. The new // launch configuration derives attributes from the instance, except for the // block device mapping. // // To create a launch configuration with a block device mapping or override // any other instance attributes, specify them as part of the same request. // // For more information, see Creating a launch configuration using an EC2 instance // (https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-lc-with-instanceID.html) // in the Amazon EC2 Auto Scaling User Guide. // // If you do not specify InstanceId, you must specify both ImageId and InstanceType. InstanceId *string `min:"1" type:"string"` // Controls whether instances in this group are launched with detailed (true) // or basic (false) monitoring. // // The default value is true (enabled). // // When detailed monitoring is enabled, Amazon CloudWatch generates metrics // every minute and your account is charged a fee. When you disable detailed // monitoring, CloudWatch generates metrics every 5 minutes. For more information, // see Configure Monitoring for Auto Scaling Instances (https://docs.aws.amazon.com/autoscaling/latest/userguide/enable-as-instance-metrics.html) // in the Amazon EC2 Auto Scaling User Guide. InstanceMonitoring *InstanceMonitoring `type:"structure"` // Specifies the instance type of the EC2 instance. // // For information about available instance types, see Available Instance Types // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes) // in the Amazon EC2 User Guide for Linux Instances. // // If you do not specify InstanceId, you must specify InstanceType. InstanceType *string `min:"1" type:"string"` // The ID of the kernel associated with the AMI. KernelId *string `min:"1" type:"string"` // The name of the key pair. For more information, see Amazon EC2 Key Pairs // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) // in the Amazon EC2 User Guide for Linux Instances. KeyName *string `min:"1" type:"string"` // The name of the launch configuration. This name must be unique per Region // per account. // // LaunchConfigurationName is a required field LaunchConfigurationName *string `min:"1" type:"string" required:"true"` // The metadata options for the instances. For more information, see Configuring // the Instance Metadata Options (https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html#launch-configurations-imds) // in the Amazon EC2 Auto Scaling User Guide. MetadataOptions *InstanceMetadataOptions `type:"structure"` // The tenancy of the instance. An instance with dedicated tenancy runs on isolated, // single-tenant hardware and can only be launched into a VPC. // // To launch dedicated instances into a shared tenancy VPC (a VPC with the instance // placement tenancy attribute set to default), you must set the value of this // parameter to dedicated. // // If you specify PlacementTenancy, you must specify at least one subnet for // VPCZoneIdentifier when you create your group. // // For more information, see Configuring instance tenancy with Amazon EC2 Auto // Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-dedicated-instances.html) // in the Amazon EC2 Auto Scaling User Guide. // // Valid Values: default | dedicated PlacementTenancy *string `min:"1" type:"string"` // The ID of the RAM disk to select. RamdiskId *string `min:"1" type:"string"` // A list that contains the security groups to assign to the instances in the // Auto Scaling group. // // [EC2-VPC] Specify the security group IDs. For more information, see Security // Groups for Your VPC (https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html) // in the Amazon Virtual Private Cloud User Guide. // // [EC2-Classic] Specify either the security group names or the security group // IDs. For more information, see Amazon EC2 Security Groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html) // in the Amazon EC2 User Guide for Linux Instances. SecurityGroups []*string `type:"list"` // The maximum hourly price to be paid for any Spot Instance launched to fulfill // the request. Spot Instances are launched when the price you specify exceeds // the current Spot price. For more information, see Requesting Spot Instances // (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-launch-spot-instances.html) // in the Amazon EC2 Auto Scaling User Guide. // // When you change your maximum price by creating a new launch configuration, // running instances will continue to run as long as the maximum price for those // running instances is higher than the current Spot price. SpotPrice *string `min:"1" type:"string"` // The user data to make available to the launched EC2 instances. For more information, // see Instance metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) // (Linux) and Instance metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html) // (Windows). If you are using a command line tool, base64-encoding is performed // for you, and you can load the text from a file. Otherwise, you must provide // base64-encoded text. User data is limited to 16 KB. UserData *string `type:"string"` // contains filtered or unexported fields }
func (CreateLaunchConfigurationInput) GoString ¶ added in v0.6.5
func (s CreateLaunchConfigurationInput) GoString() string
GoString returns the string representation
func (*CreateLaunchConfigurationInput) SetAssociatePublicIpAddress ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetAssociatePublicIpAddress(v bool) *CreateLaunchConfigurationInput
SetAssociatePublicIpAddress sets the AssociatePublicIpAddress field's value.
func (*CreateLaunchConfigurationInput) SetBlockDeviceMappings ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *CreateLaunchConfigurationInput
SetBlockDeviceMappings sets the BlockDeviceMappings field's value.
func (*CreateLaunchConfigurationInput) SetClassicLinkVPCId ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetClassicLinkVPCId(v string) *CreateLaunchConfigurationInput
SetClassicLinkVPCId sets the ClassicLinkVPCId field's value.
func (*CreateLaunchConfigurationInput) SetClassicLinkVPCSecurityGroups ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetClassicLinkVPCSecurityGroups(v []*string) *CreateLaunchConfigurationInput
SetClassicLinkVPCSecurityGroups sets the ClassicLinkVPCSecurityGroups field's value.
func (*CreateLaunchConfigurationInput) SetEbsOptimized ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetEbsOptimized(v bool) *CreateLaunchConfigurationInput
SetEbsOptimized sets the EbsOptimized field's value.
func (*CreateLaunchConfigurationInput) SetIamInstanceProfile ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetIamInstanceProfile(v string) *CreateLaunchConfigurationInput
SetIamInstanceProfile sets the IamInstanceProfile field's value.
func (*CreateLaunchConfigurationInput) SetImageId ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetImageId(v string) *CreateLaunchConfigurationInput
SetImageId sets the ImageId field's value.
func (*CreateLaunchConfigurationInput) SetInstanceId ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetInstanceId(v string) *CreateLaunchConfigurationInput
SetInstanceId sets the InstanceId field's value.
func (*CreateLaunchConfigurationInput) SetInstanceMonitoring ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetInstanceMonitoring(v *InstanceMonitoring) *CreateLaunchConfigurationInput
SetInstanceMonitoring sets the InstanceMonitoring field's value.
func (*CreateLaunchConfigurationInput) SetInstanceType ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetInstanceType(v string) *CreateLaunchConfigurationInput
SetInstanceType sets the InstanceType field's value.
func (*CreateLaunchConfigurationInput) SetKernelId ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetKernelId(v string) *CreateLaunchConfigurationInput
SetKernelId sets the KernelId field's value.
func (*CreateLaunchConfigurationInput) SetKeyName ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetKeyName(v string) *CreateLaunchConfigurationInput
SetKeyName sets the KeyName field's value.
func (*CreateLaunchConfigurationInput) SetLaunchConfigurationName ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetLaunchConfigurationName(v string) *CreateLaunchConfigurationInput
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (*CreateLaunchConfigurationInput) SetMetadataOptions ¶ added in v1.33.14
func (s *CreateLaunchConfigurationInput) SetMetadataOptions(v *InstanceMetadataOptions) *CreateLaunchConfigurationInput
SetMetadataOptions sets the MetadataOptions field's value.
func (*CreateLaunchConfigurationInput) SetPlacementTenancy ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetPlacementTenancy(v string) *CreateLaunchConfigurationInput
SetPlacementTenancy sets the PlacementTenancy field's value.
func (*CreateLaunchConfigurationInput) SetRamdiskId ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetRamdiskId(v string) *CreateLaunchConfigurationInput
SetRamdiskId sets the RamdiskId field's value.
func (*CreateLaunchConfigurationInput) SetSecurityGroups ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetSecurityGroups(v []*string) *CreateLaunchConfigurationInput
SetSecurityGroups sets the SecurityGroups field's value.
func (*CreateLaunchConfigurationInput) SetSpotPrice ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetSpotPrice(v string) *CreateLaunchConfigurationInput
SetSpotPrice sets the SpotPrice field's value.
func (*CreateLaunchConfigurationInput) SetUserData ¶ added in v1.5.0
func (s *CreateLaunchConfigurationInput) SetUserData(v string) *CreateLaunchConfigurationInput
SetUserData sets the UserData field's value.
func (CreateLaunchConfigurationInput) String ¶ added in v0.6.5
func (s CreateLaunchConfigurationInput) String() string
String returns the string representation
func (*CreateLaunchConfigurationInput) Validate ¶ added in v1.1.21
func (s *CreateLaunchConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLaunchConfigurationOutput ¶
type CreateLaunchConfigurationOutput struct {
// contains filtered or unexported fields
}
func (CreateLaunchConfigurationOutput) GoString ¶ added in v0.6.5
func (s CreateLaunchConfigurationOutput) GoString() string
GoString returns the string representation
func (CreateLaunchConfigurationOutput) String ¶ added in v0.6.5
func (s CreateLaunchConfigurationOutput) String() string
String returns the string representation
type CreateOrUpdateTagsInput ¶
type CreateOrUpdateTagsInput struct { // One or more tags. // // Tags is a required field Tags []*Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (CreateOrUpdateTagsInput) GoString ¶ added in v0.6.5
func (s CreateOrUpdateTagsInput) GoString() string
GoString returns the string representation
func (*CreateOrUpdateTagsInput) SetTags ¶ added in v1.5.0
func (s *CreateOrUpdateTagsInput) SetTags(v []*Tag) *CreateOrUpdateTagsInput
SetTags sets the Tags field's value.
func (CreateOrUpdateTagsInput) String ¶ added in v0.6.5
func (s CreateOrUpdateTagsInput) String() string
String returns the string representation
func (*CreateOrUpdateTagsInput) Validate ¶ added in v1.1.21
func (s *CreateOrUpdateTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateOrUpdateTagsOutput ¶
type CreateOrUpdateTagsOutput struct {
// contains filtered or unexported fields
}
func (CreateOrUpdateTagsOutput) GoString ¶ added in v0.6.5
func (s CreateOrUpdateTagsOutput) GoString() string
GoString returns the string representation
func (CreateOrUpdateTagsOutput) String ¶ added in v0.6.5
func (s CreateOrUpdateTagsOutput) String() string
String returns the string representation
type CustomizedMetricSpecification ¶ added in v1.10.9
type CustomizedMetricSpecification struct { // The dimensions of the metric. // // Conditional: If you published your metric with dimensions, you must specify // the same dimensions in your scaling policy. Dimensions []*MetricDimension `type:"list"` // The name of the metric. // // MetricName is a required field MetricName *string `type:"string" required:"true"` // The namespace of the metric. // // Namespace is a required field Namespace *string `type:"string" required:"true"` // The statistic of the metric. // // Statistic is a required field Statistic *string `type:"string" required:"true" enum:"MetricStatistic"` // The unit of the metric. Unit *string `type:"string"` // contains filtered or unexported fields }
Represents a CloudWatch metric of your choosing for a target tracking scaling policy to use with Amazon EC2 Auto Scaling.
To create your customized metric specification:
Add values for each required parameter from CloudWatch. You can use an existing metric, or a new metric that you create. To use your own metric, you must first publish the metric to CloudWatch. For more information, see Publish Custom Metrics (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html) in the Amazon CloudWatch User Guide.
Choose a metric that changes proportionally with capacity. The value of the metric should increase or decrease in inverse proportion to the number of capacity units. That is, the value of the metric should decrease when capacity increases.
For more information about CloudWatch, see Amazon CloudWatch Concepts (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html).
func (CustomizedMetricSpecification) GoString ¶ added in v1.10.9
func (s CustomizedMetricSpecification) GoString() string
GoString returns the string representation
func (*CustomizedMetricSpecification) SetDimensions ¶ added in v1.10.9
func (s *CustomizedMetricSpecification) SetDimensions(v []*MetricDimension) *CustomizedMetricSpecification
SetDimensions sets the Dimensions field's value.
func (*CustomizedMetricSpecification) SetMetricName ¶ added in v1.10.9
func (s *CustomizedMetricSpecification) SetMetricName(v string) *CustomizedMetricSpecification
SetMetricName sets the MetricName field's value.
func (*CustomizedMetricSpecification) SetNamespace ¶ added in v1.10.9
func (s *CustomizedMetricSpecification) SetNamespace(v string) *CustomizedMetricSpecification
SetNamespace sets the Namespace field's value.
func (*CustomizedMetricSpecification) SetStatistic ¶ added in v1.10.9
func (s *CustomizedMetricSpecification) SetStatistic(v string) *CustomizedMetricSpecification
SetStatistic sets the Statistic field's value.
func (*CustomizedMetricSpecification) SetUnit ¶ added in v1.10.9
func (s *CustomizedMetricSpecification) SetUnit(v string) *CustomizedMetricSpecification
SetUnit sets the Unit field's value.
func (CustomizedMetricSpecification) String ¶ added in v1.10.9
func (s CustomizedMetricSpecification) String() string
String returns the string representation
func (*CustomizedMetricSpecification) Validate ¶ added in v1.10.9
func (s *CustomizedMetricSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAutoScalingGroupInput ¶
type DeleteAutoScalingGroupInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // Specifies that the group is to be deleted along with all instances associated // with the group, without waiting for all instances to be terminated. This // parameter also deletes any lifecycle actions associated with the group. ForceDelete *bool `type:"boolean"` // contains filtered or unexported fields }
func (DeleteAutoScalingGroupInput) GoString ¶ added in v0.6.5
func (s DeleteAutoScalingGroupInput) GoString() string
GoString returns the string representation
func (*DeleteAutoScalingGroupInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DeleteAutoScalingGroupInput) SetAutoScalingGroupName(v string) *DeleteAutoScalingGroupInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DeleteAutoScalingGroupInput) SetForceDelete ¶ added in v1.5.0
func (s *DeleteAutoScalingGroupInput) SetForceDelete(v bool) *DeleteAutoScalingGroupInput
SetForceDelete sets the ForceDelete field's value.
func (DeleteAutoScalingGroupInput) String ¶ added in v0.6.5
func (s DeleteAutoScalingGroupInput) String() string
String returns the string representation
func (*DeleteAutoScalingGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteAutoScalingGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAutoScalingGroupOutput ¶
type DeleteAutoScalingGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteAutoScalingGroupOutput) GoString ¶ added in v0.6.5
func (s DeleteAutoScalingGroupOutput) GoString() string
GoString returns the string representation
func (DeleteAutoScalingGroupOutput) String ¶ added in v0.6.5
func (s DeleteAutoScalingGroupOutput) String() string
String returns the string representation
type DeleteLaunchConfigurationInput ¶
type DeleteLaunchConfigurationInput struct { // The name of the launch configuration. // // LaunchConfigurationName is a required field LaunchConfigurationName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteLaunchConfigurationInput) GoString ¶ added in v0.6.5
func (s DeleteLaunchConfigurationInput) GoString() string
GoString returns the string representation
func (*DeleteLaunchConfigurationInput) SetLaunchConfigurationName ¶ added in v1.5.0
func (s *DeleteLaunchConfigurationInput) SetLaunchConfigurationName(v string) *DeleteLaunchConfigurationInput
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (DeleteLaunchConfigurationInput) String ¶ added in v0.6.5
func (s DeleteLaunchConfigurationInput) String() string
String returns the string representation
func (*DeleteLaunchConfigurationInput) Validate ¶ added in v1.1.21
func (s *DeleteLaunchConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLaunchConfigurationOutput ¶
type DeleteLaunchConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteLaunchConfigurationOutput) GoString ¶ added in v0.6.5
func (s DeleteLaunchConfigurationOutput) GoString() string
GoString returns the string representation
func (DeleteLaunchConfigurationOutput) String ¶ added in v0.6.5
func (s DeleteLaunchConfigurationOutput) String() string
String returns the string representation
type DeleteLifecycleHookInput ¶
type DeleteLifecycleHookInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // 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 (DeleteLifecycleHookInput) GoString ¶ added in v0.6.5
func (s DeleteLifecycleHookInput) GoString() string
GoString returns the string representation
func (*DeleteLifecycleHookInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DeleteLifecycleHookInput) SetAutoScalingGroupName(v string) *DeleteLifecycleHookInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DeleteLifecycleHookInput) SetLifecycleHookName ¶ added in v1.5.0
func (s *DeleteLifecycleHookInput) SetLifecycleHookName(v string) *DeleteLifecycleHookInput
SetLifecycleHookName sets the LifecycleHookName field's value.
func (DeleteLifecycleHookInput) String ¶ added in v0.6.5
func (s DeleteLifecycleHookInput) String() string
String returns the string representation
func (*DeleteLifecycleHookInput) Validate ¶ added in v1.1.21
func (s *DeleteLifecycleHookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLifecycleHookOutput ¶
type DeleteLifecycleHookOutput struct {
// contains filtered or unexported fields
}
func (DeleteLifecycleHookOutput) GoString ¶ added in v0.6.5
func (s DeleteLifecycleHookOutput) GoString() string
GoString returns the string representation
func (DeleteLifecycleHookOutput) String ¶ added in v0.6.5
func (s DeleteLifecycleHookOutput) String() string
String returns the string representation
type DeleteNotificationConfigurationInput ¶
type DeleteNotificationConfigurationInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the Amazon Simple Notification Service // (Amazon SNS) topic. // // TopicARN is a required field TopicARN *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteNotificationConfigurationInput) GoString ¶ added in v0.6.5
func (s DeleteNotificationConfigurationInput) GoString() string
GoString returns the string representation
func (*DeleteNotificationConfigurationInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DeleteNotificationConfigurationInput) SetAutoScalingGroupName(v string) *DeleteNotificationConfigurationInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DeleteNotificationConfigurationInput) SetTopicARN ¶ added in v1.5.0
func (s *DeleteNotificationConfigurationInput) SetTopicARN(v string) *DeleteNotificationConfigurationInput
SetTopicARN sets the TopicARN field's value.
func (DeleteNotificationConfigurationInput) String ¶ added in v0.6.5
func (s DeleteNotificationConfigurationInput) String() string
String returns the string representation
func (*DeleteNotificationConfigurationInput) Validate ¶ added in v1.1.21
func (s *DeleteNotificationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteNotificationConfigurationOutput ¶
type DeleteNotificationConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteNotificationConfigurationOutput) GoString ¶ added in v0.6.5
func (s DeleteNotificationConfigurationOutput) GoString() string
GoString returns the string representation
func (DeleteNotificationConfigurationOutput) String ¶ added in v0.6.5
func (s DeleteNotificationConfigurationOutput) String() string
String returns the string representation
type DeletePolicyInput ¶
type DeletePolicyInput struct { // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // The name or Amazon Resource Name (ARN) of the policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeletePolicyInput) GoString ¶ added in v0.6.5
func (s DeletePolicyInput) GoString() string
GoString returns the string representation
func (*DeletePolicyInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DeletePolicyInput) SetAutoScalingGroupName(v string) *DeletePolicyInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DeletePolicyInput) SetPolicyName ¶ added in v1.5.0
func (s *DeletePolicyInput) SetPolicyName(v string) *DeletePolicyInput
SetPolicyName sets the PolicyName field's value.
func (DeletePolicyInput) String ¶ added in v0.6.5
func (s DeletePolicyInput) String() string
String returns the string representation
func (*DeletePolicyInput) Validate ¶ added in v1.1.21
func (s *DeletePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePolicyOutput ¶
type DeletePolicyOutput struct {
// contains filtered or unexported fields
}
func (DeletePolicyOutput) GoString ¶ added in v0.6.5
func (s DeletePolicyOutput) GoString() string
GoString returns the string representation
func (DeletePolicyOutput) String ¶ added in v0.6.5
func (s DeletePolicyOutput) String() string
String returns the string representation
type DeleteScheduledActionInput ¶
type DeleteScheduledActionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The name of the action to delete. // // ScheduledActionName is a required field ScheduledActionName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteScheduledActionInput) GoString ¶ added in v0.6.5
func (s DeleteScheduledActionInput) GoString() string
GoString returns the string representation
func (*DeleteScheduledActionInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DeleteScheduledActionInput) SetAutoScalingGroupName(v string) *DeleteScheduledActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DeleteScheduledActionInput) SetScheduledActionName ¶ added in v1.5.0
func (s *DeleteScheduledActionInput) SetScheduledActionName(v string) *DeleteScheduledActionInput
SetScheduledActionName sets the ScheduledActionName field's value.
func (DeleteScheduledActionInput) String ¶ added in v0.6.5
func (s DeleteScheduledActionInput) String() string
String returns the string representation
func (*DeleteScheduledActionInput) Validate ¶ added in v1.1.21
func (s *DeleteScheduledActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteScheduledActionOutput ¶
type DeleteScheduledActionOutput struct {
// contains filtered or unexported fields
}
func (DeleteScheduledActionOutput) GoString ¶ added in v0.6.5
func (s DeleteScheduledActionOutput) GoString() string
GoString returns the string representation
func (DeleteScheduledActionOutput) String ¶ added in v0.6.5
func (s DeleteScheduledActionOutput) String() string
String returns the string representation
type DeleteTagsInput ¶
type DeleteTagsInput struct { // One or more tags. // // Tags is a required field Tags []*Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (DeleteTagsInput) GoString ¶ added in v0.6.5
func (s DeleteTagsInput) GoString() string
GoString returns the string representation
func (*DeleteTagsInput) SetTags ¶ added in v1.5.0
func (s *DeleteTagsInput) SetTags(v []*Tag) *DeleteTagsInput
SetTags sets the Tags field's value.
func (DeleteTagsInput) String ¶ added in v0.6.5
func (s DeleteTagsInput) String() string
String returns the string representation
func (*DeleteTagsInput) Validate ¶ added in v1.1.21
func (s *DeleteTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTagsOutput ¶
type DeleteTagsOutput struct {
// contains filtered or unexported fields
}
func (DeleteTagsOutput) GoString ¶ added in v0.6.5
func (s DeleteTagsOutput) GoString() string
GoString returns the string representation
func (DeleteTagsOutput) String ¶ added in v0.6.5
func (s DeleteTagsOutput) String() string
String returns the string representation
type DescribeAccountLimitsInput ¶
type DescribeAccountLimitsInput struct {
// contains filtered or unexported fields
}
func (DescribeAccountLimitsInput) GoString ¶ added in v0.6.5
func (s DescribeAccountLimitsInput) GoString() string
GoString returns the string representation
func (DescribeAccountLimitsInput) String ¶ added in v0.6.5
func (s DescribeAccountLimitsInput) String() string
String returns the string representation
type DescribeAccountLimitsOutput ¶
type DescribeAccountLimitsOutput struct { // The maximum number of groups allowed for your AWS account. The default is // 200 groups per AWS Region. MaxNumberOfAutoScalingGroups *int64 `type:"integer"` // The maximum number of launch configurations allowed for your AWS account. // The default is 200 launch configurations per AWS Region. MaxNumberOfLaunchConfigurations *int64 `type:"integer"` // The current number of groups for your AWS account. NumberOfAutoScalingGroups *int64 `type:"integer"` // The current number of launch configurations for your AWS account. NumberOfLaunchConfigurations *int64 `type:"integer"` // contains filtered or unexported fields }
func (DescribeAccountLimitsOutput) GoString ¶ added in v0.6.5
func (s DescribeAccountLimitsOutput) GoString() string
GoString returns the string representation
func (*DescribeAccountLimitsOutput) SetMaxNumberOfAutoScalingGroups ¶ added in v1.5.0
func (s *DescribeAccountLimitsOutput) SetMaxNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput
SetMaxNumberOfAutoScalingGroups sets the MaxNumberOfAutoScalingGroups field's value.
func (*DescribeAccountLimitsOutput) SetMaxNumberOfLaunchConfigurations ¶ added in v1.5.0
func (s *DescribeAccountLimitsOutput) SetMaxNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput
SetMaxNumberOfLaunchConfigurations sets the MaxNumberOfLaunchConfigurations field's value.
func (*DescribeAccountLimitsOutput) SetNumberOfAutoScalingGroups ¶ added in v1.5.0
func (s *DescribeAccountLimitsOutput) SetNumberOfAutoScalingGroups(v int64) *DescribeAccountLimitsOutput
SetNumberOfAutoScalingGroups sets the NumberOfAutoScalingGroups field's value.
func (*DescribeAccountLimitsOutput) SetNumberOfLaunchConfigurations ¶ added in v1.5.0
func (s *DescribeAccountLimitsOutput) SetNumberOfLaunchConfigurations(v int64) *DescribeAccountLimitsOutput
SetNumberOfLaunchConfigurations sets the NumberOfLaunchConfigurations field's value.
func (DescribeAccountLimitsOutput) String ¶ added in v0.6.5
func (s DescribeAccountLimitsOutput) String() string
String returns the string representation
type DescribeAdjustmentTypesInput ¶
type DescribeAdjustmentTypesInput struct {
// contains filtered or unexported fields
}
func (DescribeAdjustmentTypesInput) GoString ¶ added in v0.6.5
func (s DescribeAdjustmentTypesInput) GoString() string
GoString returns the string representation
func (DescribeAdjustmentTypesInput) String ¶ added in v0.6.5
func (s DescribeAdjustmentTypesInput) String() string
String returns the string representation
type DescribeAdjustmentTypesOutput ¶
type DescribeAdjustmentTypesOutput struct { // The policy adjustment types. AdjustmentTypes []*AdjustmentType `type:"list"` // contains filtered or unexported fields }
func (DescribeAdjustmentTypesOutput) GoString ¶ added in v0.6.5
func (s DescribeAdjustmentTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeAdjustmentTypesOutput) SetAdjustmentTypes ¶ added in v1.5.0
func (s *DescribeAdjustmentTypesOutput) SetAdjustmentTypes(v []*AdjustmentType) *DescribeAdjustmentTypesOutput
SetAdjustmentTypes sets the AdjustmentTypes field's value.
func (DescribeAdjustmentTypesOutput) String ¶ added in v0.6.5
func (s DescribeAdjustmentTypesOutput) String() string
String returns the string representation
type DescribeAutoScalingGroupsInput ¶
type DescribeAutoScalingGroupsInput struct { // The names of the Auto Scaling groups. By default, you can only specify up // to 50 names. You can optionally increase this limit using the MaxRecords // parameter. // // If you omit this parameter, all Auto Scaling groups are described. AutoScalingGroupNames []*string `type:"list"` // The maximum number of items to return with this call. The default value is // 50 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAutoScalingGroupsInput) GoString ¶ added in v0.6.5
func (s DescribeAutoScalingGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeAutoScalingGroupsInput) SetAutoScalingGroupNames ¶ added in v1.5.0
func (s *DescribeAutoScalingGroupsInput) SetAutoScalingGroupNames(v []*string) *DescribeAutoScalingGroupsInput
SetAutoScalingGroupNames sets the AutoScalingGroupNames field's value.
func (*DescribeAutoScalingGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeAutoScalingGroupsInput) SetMaxRecords(v int64) *DescribeAutoScalingGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeAutoScalingGroupsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeAutoScalingGroupsInput) SetNextToken(v string) *DescribeAutoScalingGroupsInput
SetNextToken sets the NextToken field's value.
func (DescribeAutoScalingGroupsInput) String ¶ added in v0.6.5
func (s DescribeAutoScalingGroupsInput) String() string
String returns the string representation
type DescribeAutoScalingGroupsOutput ¶
type DescribeAutoScalingGroupsOutput struct { // The groups. // // AutoScalingGroups is a required field AutoScalingGroups []*Group `type:"list" required:"true"` // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAutoScalingGroupsOutput) GoString ¶ added in v0.6.5
func (s DescribeAutoScalingGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeAutoScalingGroupsOutput) SetAutoScalingGroups ¶ added in v1.5.0
func (s *DescribeAutoScalingGroupsOutput) SetAutoScalingGroups(v []*Group) *DescribeAutoScalingGroupsOutput
SetAutoScalingGroups sets the AutoScalingGroups field's value.
func (*DescribeAutoScalingGroupsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeAutoScalingGroupsOutput) SetNextToken(v string) *DescribeAutoScalingGroupsOutput
SetNextToken sets the NextToken field's value.
func (DescribeAutoScalingGroupsOutput) String ¶ added in v0.6.5
func (s DescribeAutoScalingGroupsOutput) String() string
String returns the string representation
type DescribeAutoScalingInstancesInput ¶
type DescribeAutoScalingInstancesInput struct { // The IDs of the instances. You can specify up to MaxRecords IDs. If you omit // this parameter, all Auto Scaling instances are described. If you specify // an ID that does not exist, it is ignored with no error. InstanceIds []*string `type:"list"` // The maximum number of items to return with this call. The default value is // 50 and the maximum value is 50. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAutoScalingInstancesInput) GoString ¶ added in v0.6.5
func (s DescribeAutoScalingInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeAutoScalingInstancesInput) SetInstanceIds ¶ added in v1.5.0
func (s *DescribeAutoScalingInstancesInput) SetInstanceIds(v []*string) *DescribeAutoScalingInstancesInput
SetInstanceIds sets the InstanceIds field's value.
func (*DescribeAutoScalingInstancesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeAutoScalingInstancesInput) SetMaxRecords(v int64) *DescribeAutoScalingInstancesInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeAutoScalingInstancesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeAutoScalingInstancesInput) SetNextToken(v string) *DescribeAutoScalingInstancesInput
SetNextToken sets the NextToken field's value.
func (DescribeAutoScalingInstancesInput) String ¶ added in v0.6.5
func (s DescribeAutoScalingInstancesInput) String() string
String returns the string representation
type DescribeAutoScalingInstancesOutput ¶
type DescribeAutoScalingInstancesOutput struct { // The instances. AutoScalingInstances []*InstanceDetails `type:"list"` // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeAutoScalingInstancesOutput) GoString ¶ added in v0.6.5
func (s DescribeAutoScalingInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeAutoScalingInstancesOutput) SetAutoScalingInstances ¶ added in v1.5.0
func (s *DescribeAutoScalingInstancesOutput) SetAutoScalingInstances(v []*InstanceDetails) *DescribeAutoScalingInstancesOutput
SetAutoScalingInstances sets the AutoScalingInstances field's value.
func (*DescribeAutoScalingInstancesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeAutoScalingInstancesOutput) SetNextToken(v string) *DescribeAutoScalingInstancesOutput
SetNextToken sets the NextToken field's value.
func (DescribeAutoScalingInstancesOutput) String ¶ added in v0.6.5
func (s DescribeAutoScalingInstancesOutput) String() string
String returns the string representation
type DescribeAutoScalingNotificationTypesInput ¶
type DescribeAutoScalingNotificationTypesInput struct {
// contains filtered or unexported fields
}
func (DescribeAutoScalingNotificationTypesInput) GoString ¶ added in v0.6.5
func (s DescribeAutoScalingNotificationTypesInput) GoString() string
GoString returns the string representation
func (DescribeAutoScalingNotificationTypesInput) String ¶ added in v0.6.5
func (s DescribeAutoScalingNotificationTypesInput) String() string
String returns the string representation
type DescribeAutoScalingNotificationTypesOutput ¶
type DescribeAutoScalingNotificationTypesOutput struct { // The notification types. AutoScalingNotificationTypes []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeAutoScalingNotificationTypesOutput) GoString ¶ added in v0.6.5
func (s DescribeAutoScalingNotificationTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeAutoScalingNotificationTypesOutput) SetAutoScalingNotificationTypes ¶ added in v1.5.0
func (s *DescribeAutoScalingNotificationTypesOutput) SetAutoScalingNotificationTypes(v []*string) *DescribeAutoScalingNotificationTypesOutput
SetAutoScalingNotificationTypes sets the AutoScalingNotificationTypes field's value.
func (DescribeAutoScalingNotificationTypesOutput) String ¶ added in v0.6.5
func (s DescribeAutoScalingNotificationTypesOutput) String() string
String returns the string representation
type DescribeInstanceRefreshesInput ¶ added in v1.32.3
type DescribeInstanceRefreshesInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // One or more instance refresh IDs. InstanceRefreshIds []*string `type:"list"` // The maximum number of items to return with this call. The default value is // 50 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeInstanceRefreshesInput) GoString ¶ added in v1.32.3
func (s DescribeInstanceRefreshesInput) GoString() string
GoString returns the string representation
func (*DescribeInstanceRefreshesInput) SetAutoScalingGroupName ¶ added in v1.32.3
func (s *DescribeInstanceRefreshesInput) SetAutoScalingGroupName(v string) *DescribeInstanceRefreshesInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DescribeInstanceRefreshesInput) SetInstanceRefreshIds ¶ added in v1.32.3
func (s *DescribeInstanceRefreshesInput) SetInstanceRefreshIds(v []*string) *DescribeInstanceRefreshesInput
SetInstanceRefreshIds sets the InstanceRefreshIds field's value.
func (*DescribeInstanceRefreshesInput) SetMaxRecords ¶ added in v1.32.3
func (s *DescribeInstanceRefreshesInput) SetMaxRecords(v int64) *DescribeInstanceRefreshesInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeInstanceRefreshesInput) SetNextToken ¶ added in v1.32.3
func (s *DescribeInstanceRefreshesInput) SetNextToken(v string) *DescribeInstanceRefreshesInput
SetNextToken sets the NextToken field's value.
func (DescribeInstanceRefreshesInput) String ¶ added in v1.32.3
func (s DescribeInstanceRefreshesInput) String() string
String returns the string representation
func (*DescribeInstanceRefreshesInput) Validate ¶ added in v1.32.3
func (s *DescribeInstanceRefreshesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeInstanceRefreshesOutput ¶ added in v1.32.3
type DescribeInstanceRefreshesOutput struct { // The instance refreshes for the specified group. InstanceRefreshes []*InstanceRefresh `type:"list"` // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeInstanceRefreshesOutput) GoString ¶ added in v1.32.3
func (s DescribeInstanceRefreshesOutput) GoString() string
GoString returns the string representation
func (*DescribeInstanceRefreshesOutput) SetInstanceRefreshes ¶ added in v1.32.3
func (s *DescribeInstanceRefreshesOutput) SetInstanceRefreshes(v []*InstanceRefresh) *DescribeInstanceRefreshesOutput
SetInstanceRefreshes sets the InstanceRefreshes field's value.
func (*DescribeInstanceRefreshesOutput) SetNextToken ¶ added in v1.32.3
func (s *DescribeInstanceRefreshesOutput) SetNextToken(v string) *DescribeInstanceRefreshesOutput
SetNextToken sets the NextToken field's value.
func (DescribeInstanceRefreshesOutput) String ¶ added in v1.32.3
func (s DescribeInstanceRefreshesOutput) String() string
String returns the string representation
type DescribeLaunchConfigurationsInput ¶
type DescribeLaunchConfigurationsInput struct { // The launch configuration names. If you omit this parameter, all launch configurations // are described. LaunchConfigurationNames []*string `type:"list"` // The maximum number of items to return with this call. The default value is // 50 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLaunchConfigurationsInput) GoString ¶ added in v0.6.5
func (s DescribeLaunchConfigurationsInput) GoString() string
GoString returns the string representation
func (*DescribeLaunchConfigurationsInput) SetLaunchConfigurationNames ¶ added in v1.5.0
func (s *DescribeLaunchConfigurationsInput) SetLaunchConfigurationNames(v []*string) *DescribeLaunchConfigurationsInput
SetLaunchConfigurationNames sets the LaunchConfigurationNames field's value.
func (*DescribeLaunchConfigurationsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeLaunchConfigurationsInput) SetMaxRecords(v int64) *DescribeLaunchConfigurationsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeLaunchConfigurationsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLaunchConfigurationsInput) SetNextToken(v string) *DescribeLaunchConfigurationsInput
SetNextToken sets the NextToken field's value.
func (DescribeLaunchConfigurationsInput) String ¶ added in v0.6.5
func (s DescribeLaunchConfigurationsInput) String() string
String returns the string representation
type DescribeLaunchConfigurationsOutput ¶
type DescribeLaunchConfigurationsOutput struct { // The launch configurations. // // LaunchConfigurations is a required field LaunchConfigurations []*LaunchConfiguration `type:"list" required:"true"` // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLaunchConfigurationsOutput) GoString ¶ added in v0.6.5
func (s DescribeLaunchConfigurationsOutput) GoString() string
GoString returns the string representation
func (*DescribeLaunchConfigurationsOutput) SetLaunchConfigurations ¶ added in v1.5.0
func (s *DescribeLaunchConfigurationsOutput) SetLaunchConfigurations(v []*LaunchConfiguration) *DescribeLaunchConfigurationsOutput
SetLaunchConfigurations sets the LaunchConfigurations field's value.
func (*DescribeLaunchConfigurationsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLaunchConfigurationsOutput) SetNextToken(v string) *DescribeLaunchConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (DescribeLaunchConfigurationsOutput) String ¶ added in v0.6.5
func (s DescribeLaunchConfigurationsOutput) String() string
String returns the string representation
type DescribeLifecycleHookTypesInput ¶
type DescribeLifecycleHookTypesInput struct {
// contains filtered or unexported fields
}
func (DescribeLifecycleHookTypesInput) GoString ¶ added in v0.6.5
func (s DescribeLifecycleHookTypesInput) GoString() string
GoString returns the string representation
func (DescribeLifecycleHookTypesInput) String ¶ added in v0.6.5
func (s DescribeLifecycleHookTypesInput) String() string
String returns the string representation
type DescribeLifecycleHookTypesOutput ¶
type DescribeLifecycleHookTypesOutput struct { // The lifecycle hook types. LifecycleHookTypes []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeLifecycleHookTypesOutput) GoString ¶ added in v0.6.5
func (s DescribeLifecycleHookTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeLifecycleHookTypesOutput) SetLifecycleHookTypes ¶ added in v1.5.0
func (s *DescribeLifecycleHookTypesOutput) SetLifecycleHookTypes(v []*string) *DescribeLifecycleHookTypesOutput
SetLifecycleHookTypes sets the LifecycleHookTypes field's value.
func (DescribeLifecycleHookTypesOutput) String ¶ added in v0.6.5
func (s DescribeLifecycleHookTypesOutput) String() string
String returns the string representation
type DescribeLifecycleHooksInput ¶
type DescribeLifecycleHooksInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The names of one or more lifecycle hooks. If you omit this parameter, all // lifecycle hooks are described. LifecycleHookNames []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeLifecycleHooksInput) GoString ¶ added in v0.6.5
func (s DescribeLifecycleHooksInput) GoString() string
GoString returns the string representation
func (*DescribeLifecycleHooksInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DescribeLifecycleHooksInput) SetAutoScalingGroupName(v string) *DescribeLifecycleHooksInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DescribeLifecycleHooksInput) SetLifecycleHookNames ¶ added in v1.5.0
func (s *DescribeLifecycleHooksInput) SetLifecycleHookNames(v []*string) *DescribeLifecycleHooksInput
SetLifecycleHookNames sets the LifecycleHookNames field's value.
func (DescribeLifecycleHooksInput) String ¶ added in v0.6.5
func (s DescribeLifecycleHooksInput) String() string
String returns the string representation
func (*DescribeLifecycleHooksInput) Validate ¶ added in v1.1.21
func (s *DescribeLifecycleHooksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLifecycleHooksOutput ¶
type DescribeLifecycleHooksOutput struct { // The lifecycle hooks for the specified group. LifecycleHooks []*LifecycleHook `type:"list"` // contains filtered or unexported fields }
func (DescribeLifecycleHooksOutput) GoString ¶ added in v0.6.5
func (s DescribeLifecycleHooksOutput) GoString() string
GoString returns the string representation
func (*DescribeLifecycleHooksOutput) SetLifecycleHooks ¶ added in v1.5.0
func (s *DescribeLifecycleHooksOutput) SetLifecycleHooks(v []*LifecycleHook) *DescribeLifecycleHooksOutput
SetLifecycleHooks sets the LifecycleHooks field's value.
func (DescribeLifecycleHooksOutput) String ¶ added in v0.6.5
func (s DescribeLifecycleHooksOutput) String() string
String returns the string representation
type DescribeLoadBalancerTargetGroupsInput ¶ added in v1.4.1
type DescribeLoadBalancerTargetGroupsInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The maximum number of items to return with this call. The default value is // 100 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLoadBalancerTargetGroupsInput) GoString ¶ added in v1.4.1
func (s DescribeLoadBalancerTargetGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancerTargetGroupsInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DescribeLoadBalancerTargetGroupsInput) SetAutoScalingGroupName(v string) *DescribeLoadBalancerTargetGroupsInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DescribeLoadBalancerTargetGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeLoadBalancerTargetGroupsInput) SetMaxRecords(v int64) *DescribeLoadBalancerTargetGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeLoadBalancerTargetGroupsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLoadBalancerTargetGroupsInput) SetNextToken(v string) *DescribeLoadBalancerTargetGroupsInput
SetNextToken sets the NextToken field's value.
func (DescribeLoadBalancerTargetGroupsInput) String ¶ added in v1.4.1
func (s DescribeLoadBalancerTargetGroupsInput) String() string
String returns the string representation
func (*DescribeLoadBalancerTargetGroupsInput) Validate ¶ added in v1.4.1
func (s *DescribeLoadBalancerTargetGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLoadBalancerTargetGroupsOutput ¶ added in v1.4.1
type DescribeLoadBalancerTargetGroupsOutput struct { // Information about the target groups. LoadBalancerTargetGroups []*LoadBalancerTargetGroupState `type:"list"` // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLoadBalancerTargetGroupsOutput) GoString ¶ added in v1.4.1
func (s DescribeLoadBalancerTargetGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancerTargetGroupsOutput) SetLoadBalancerTargetGroups ¶ added in v1.5.0
func (s *DescribeLoadBalancerTargetGroupsOutput) SetLoadBalancerTargetGroups(v []*LoadBalancerTargetGroupState) *DescribeLoadBalancerTargetGroupsOutput
SetLoadBalancerTargetGroups sets the LoadBalancerTargetGroups field's value.
func (*DescribeLoadBalancerTargetGroupsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLoadBalancerTargetGroupsOutput) SetNextToken(v string) *DescribeLoadBalancerTargetGroupsOutput
SetNextToken sets the NextToken field's value.
func (DescribeLoadBalancerTargetGroupsOutput) String ¶ added in v1.4.1
func (s DescribeLoadBalancerTargetGroupsOutput) String() string
String returns the string representation
type DescribeLoadBalancersInput ¶ added in v0.6.2
type DescribeLoadBalancersInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The maximum number of items to return with this call. The default value is // 100 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLoadBalancersInput) GoString ¶ added in v0.6.5
func (s DescribeLoadBalancersInput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancersInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DescribeLoadBalancersInput) SetAutoScalingGroupName(v string) *DescribeLoadBalancersInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DescribeLoadBalancersInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeLoadBalancersInput) SetMaxRecords(v int64) *DescribeLoadBalancersInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeLoadBalancersInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLoadBalancersInput) SetNextToken(v string) *DescribeLoadBalancersInput
SetNextToken sets the NextToken field's value.
func (DescribeLoadBalancersInput) String ¶ added in v0.6.5
func (s DescribeLoadBalancersInput) String() string
String returns the string representation
func (*DescribeLoadBalancersInput) Validate ¶ added in v1.1.21
func (s *DescribeLoadBalancersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLoadBalancersOutput ¶ added in v0.6.2
type DescribeLoadBalancersOutput struct { // The load balancers. LoadBalancers []*LoadBalancerState `type:"list"` // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeLoadBalancersOutput) GoString ¶ added in v0.6.5
func (s DescribeLoadBalancersOutput) GoString() string
GoString returns the string representation
func (*DescribeLoadBalancersOutput) SetLoadBalancers ¶ added in v1.5.0
func (s *DescribeLoadBalancersOutput) SetLoadBalancers(v []*LoadBalancerState) *DescribeLoadBalancersOutput
SetLoadBalancers sets the LoadBalancers field's value.
func (*DescribeLoadBalancersOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeLoadBalancersOutput) SetNextToken(v string) *DescribeLoadBalancersOutput
SetNextToken sets the NextToken field's value.
func (DescribeLoadBalancersOutput) String ¶ added in v0.6.5
func (s DescribeLoadBalancersOutput) String() string
String returns the string representation
type DescribeMetricCollectionTypesInput ¶
type DescribeMetricCollectionTypesInput struct {
// contains filtered or unexported fields
}
func (DescribeMetricCollectionTypesInput) GoString ¶ added in v0.6.5
func (s DescribeMetricCollectionTypesInput) GoString() string
GoString returns the string representation
func (DescribeMetricCollectionTypesInput) String ¶ added in v0.6.5
func (s DescribeMetricCollectionTypesInput) String() string
String returns the string representation
type DescribeMetricCollectionTypesOutput ¶
type DescribeMetricCollectionTypesOutput struct { // The granularities for the metrics. Granularities []*MetricGranularityType `type:"list"` // One or more metrics. Metrics []*MetricCollectionType `type:"list"` // contains filtered or unexported fields }
func (DescribeMetricCollectionTypesOutput) GoString ¶ added in v0.6.5
func (s DescribeMetricCollectionTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeMetricCollectionTypesOutput) SetGranularities ¶ added in v1.5.0
func (s *DescribeMetricCollectionTypesOutput) SetGranularities(v []*MetricGranularityType) *DescribeMetricCollectionTypesOutput
SetGranularities sets the Granularities field's value.
func (*DescribeMetricCollectionTypesOutput) SetMetrics ¶ added in v1.5.0
func (s *DescribeMetricCollectionTypesOutput) SetMetrics(v []*MetricCollectionType) *DescribeMetricCollectionTypesOutput
SetMetrics sets the Metrics field's value.
func (DescribeMetricCollectionTypesOutput) String ¶ added in v0.6.5
func (s DescribeMetricCollectionTypesOutput) String() string
String returns the string representation
type DescribeNotificationConfigurationsInput ¶
type DescribeNotificationConfigurationsInput struct { // The name of the Auto Scaling group. AutoScalingGroupNames []*string `type:"list"` // The maximum number of items to return with this call. The default value is // 50 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeNotificationConfigurationsInput) GoString ¶ added in v0.6.5
func (s DescribeNotificationConfigurationsInput) GoString() string
GoString returns the string representation
func (*DescribeNotificationConfigurationsInput) SetAutoScalingGroupNames ¶ added in v1.5.0
func (s *DescribeNotificationConfigurationsInput) SetAutoScalingGroupNames(v []*string) *DescribeNotificationConfigurationsInput
SetAutoScalingGroupNames sets the AutoScalingGroupNames field's value.
func (*DescribeNotificationConfigurationsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeNotificationConfigurationsInput) SetMaxRecords(v int64) *DescribeNotificationConfigurationsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeNotificationConfigurationsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeNotificationConfigurationsInput) SetNextToken(v string) *DescribeNotificationConfigurationsInput
SetNextToken sets the NextToken field's value.
func (DescribeNotificationConfigurationsInput) String ¶ added in v0.6.5
func (s DescribeNotificationConfigurationsInput) String() string
String returns the string representation
type DescribeNotificationConfigurationsOutput ¶
type DescribeNotificationConfigurationsOutput struct { // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // The notification configurations. // // NotificationConfigurations is a required field NotificationConfigurations []*NotificationConfiguration `type:"list" required:"true"` // contains filtered or unexported fields }
func (DescribeNotificationConfigurationsOutput) GoString ¶ added in v0.6.5
func (s DescribeNotificationConfigurationsOutput) GoString() string
GoString returns the string representation
func (*DescribeNotificationConfigurationsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeNotificationConfigurationsOutput) SetNextToken(v string) *DescribeNotificationConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeNotificationConfigurationsOutput) SetNotificationConfigurations ¶ added in v1.5.0
func (s *DescribeNotificationConfigurationsOutput) SetNotificationConfigurations(v []*NotificationConfiguration) *DescribeNotificationConfigurationsOutput
SetNotificationConfigurations sets the NotificationConfigurations field's value.
func (DescribeNotificationConfigurationsOutput) String ¶ added in v0.6.5
func (s DescribeNotificationConfigurationsOutput) String() string
String returns the string representation
type DescribePoliciesInput ¶
type DescribePoliciesInput struct { // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // The maximum number of items to be returned with each call. The default value // is 50 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // The names of one or more policies. If you omit this parameter, all policies // are described. If a group name is provided, the results are limited to that // group. This list is limited to 50 items. If you specify an unknown policy // name, it is ignored with no error. PolicyNames []*string `type:"list"` // One or more policy types. The valid values are SimpleScaling, StepScaling, // and TargetTrackingScaling. PolicyTypes []*string `type:"list"` // contains filtered or unexported fields }
func (DescribePoliciesInput) GoString ¶ added in v0.6.5
func (s DescribePoliciesInput) GoString() string
GoString returns the string representation
func (*DescribePoliciesInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DescribePoliciesInput) SetAutoScalingGroupName(v string) *DescribePoliciesInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DescribePoliciesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribePoliciesInput) SetMaxRecords(v int64) *DescribePoliciesInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribePoliciesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribePoliciesInput) SetNextToken(v string) *DescribePoliciesInput
SetNextToken sets the NextToken field's value.
func (*DescribePoliciesInput) SetPolicyNames ¶ added in v1.5.0
func (s *DescribePoliciesInput) SetPolicyNames(v []*string) *DescribePoliciesInput
SetPolicyNames sets the PolicyNames field's value.
func (*DescribePoliciesInput) SetPolicyTypes ¶ added in v1.5.0
func (s *DescribePoliciesInput) SetPolicyTypes(v []*string) *DescribePoliciesInput
SetPolicyTypes sets the PolicyTypes field's value.
func (DescribePoliciesInput) String ¶ added in v0.6.5
func (s DescribePoliciesInput) String() string
String returns the string representation
func (*DescribePoliciesInput) Validate ¶ added in v1.1.21
func (s *DescribePoliciesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePoliciesOutput ¶
type DescribePoliciesOutput struct { // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // The scaling policies. ScalingPolicies []*ScalingPolicy `type:"list"` // contains filtered or unexported fields }
func (DescribePoliciesOutput) GoString ¶ added in v0.6.5
func (s DescribePoliciesOutput) GoString() string
GoString returns the string representation
func (*DescribePoliciesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribePoliciesOutput) SetNextToken(v string) *DescribePoliciesOutput
SetNextToken sets the NextToken field's value.
func (*DescribePoliciesOutput) SetScalingPolicies ¶ added in v1.5.0
func (s *DescribePoliciesOutput) SetScalingPolicies(v []*ScalingPolicy) *DescribePoliciesOutput
SetScalingPolicies sets the ScalingPolicies field's value.
func (DescribePoliciesOutput) String ¶ added in v0.6.5
func (s DescribePoliciesOutput) String() string
String returns the string representation
type DescribeScalingActivitiesInput ¶
type DescribeScalingActivitiesInput struct { // The activity IDs of the desired scaling activities. You can specify up to // 50 IDs. If you omit this parameter, all activities for the past six weeks // are described. If unknown activities are requested, they are ignored with // no error. If you specify an Auto Scaling group, the results are limited to // that group. ActivityIds []*string `type:"list"` // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // Indicates whether to include scaling activity from deleted Auto Scaling groups. IncludeDeletedGroups *bool `type:"boolean"` // The maximum number of items to return with this call. The default value is // 100 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeScalingActivitiesInput) GoString ¶ added in v0.6.5
func (s DescribeScalingActivitiesInput) GoString() string
GoString returns the string representation
func (*DescribeScalingActivitiesInput) SetActivityIds ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetActivityIds(v []*string) *DescribeScalingActivitiesInput
SetActivityIds sets the ActivityIds field's value.
func (*DescribeScalingActivitiesInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetAutoScalingGroupName(v string) *DescribeScalingActivitiesInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DescribeScalingActivitiesInput) SetIncludeDeletedGroups ¶ added in v1.37.17
func (s *DescribeScalingActivitiesInput) SetIncludeDeletedGroups(v bool) *DescribeScalingActivitiesInput
SetIncludeDeletedGroups sets the IncludeDeletedGroups field's value.
func (*DescribeScalingActivitiesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetMaxRecords(v int64) *DescribeScalingActivitiesInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeScalingActivitiesInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalingActivitiesInput) SetNextToken(v string) *DescribeScalingActivitiesInput
SetNextToken sets the NextToken field's value.
func (DescribeScalingActivitiesInput) String ¶ added in v0.6.5
func (s DescribeScalingActivitiesInput) String() string
String returns the string representation
func (*DescribeScalingActivitiesInput) Validate ¶ added in v1.1.21
func (s *DescribeScalingActivitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeScalingActivitiesOutput ¶
type DescribeScalingActivitiesOutput struct { // The scaling activities. Activities are sorted by start time. Activities still // in progress are described first. // // Activities is a required field Activities []*Activity `type:"list" required:"true"` // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeScalingActivitiesOutput) GoString ¶ added in v0.6.5
func (s DescribeScalingActivitiesOutput) GoString() string
GoString returns the string representation
func (*DescribeScalingActivitiesOutput) SetActivities ¶ added in v1.5.0
func (s *DescribeScalingActivitiesOutput) SetActivities(v []*Activity) *DescribeScalingActivitiesOutput
SetActivities sets the Activities field's value.
func (*DescribeScalingActivitiesOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScalingActivitiesOutput) SetNextToken(v string) *DescribeScalingActivitiesOutput
SetNextToken sets the NextToken field's value.
func (DescribeScalingActivitiesOutput) String ¶ added in v0.6.5
func (s DescribeScalingActivitiesOutput) String() string
String returns the string representation
type DescribeScalingProcessTypesInput ¶
type DescribeScalingProcessTypesInput struct {
// contains filtered or unexported fields
}
func (DescribeScalingProcessTypesInput) GoString ¶ added in v0.6.5
func (s DescribeScalingProcessTypesInput) GoString() string
GoString returns the string representation
func (DescribeScalingProcessTypesInput) String ¶ added in v0.6.5
func (s DescribeScalingProcessTypesInput) String() string
String returns the string representation
type DescribeScalingProcessTypesOutput ¶
type DescribeScalingProcessTypesOutput struct { // The names of the process types. Processes []*ProcessType `type:"list"` // contains filtered or unexported fields }
func (DescribeScalingProcessTypesOutput) GoString ¶ added in v0.6.5
func (s DescribeScalingProcessTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeScalingProcessTypesOutput) SetProcesses ¶ added in v1.5.0
func (s *DescribeScalingProcessTypesOutput) SetProcesses(v []*ProcessType) *DescribeScalingProcessTypesOutput
SetProcesses sets the Processes field's value.
func (DescribeScalingProcessTypesOutput) String ¶ added in v0.6.5
func (s DescribeScalingProcessTypesOutput) String() string
String returns the string representation
type DescribeScheduledActionsInput ¶
type DescribeScheduledActionsInput struct { // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // The latest scheduled start time to return. If scheduled action names are // provided, this parameter is ignored. EndTime *time.Time `type:"timestamp"` // The maximum number of items to return with this call. The default value is // 50 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // The names of one or more scheduled actions. You can specify up to 50 actions. // If you omit this parameter, all scheduled actions are described. If you specify // an unknown scheduled action, it is ignored with no error. ScheduledActionNames []*string `type:"list"` // The earliest scheduled start time to return. If scheduled action names are // provided, this parameter is ignored. StartTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
func (DescribeScheduledActionsInput) GoString ¶ added in v0.6.5
func (s DescribeScheduledActionsInput) GoString() string
GoString returns the string representation
func (*DescribeScheduledActionsInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DescribeScheduledActionsInput) SetAutoScalingGroupName(v string) *DescribeScheduledActionsInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DescribeScheduledActionsInput) SetEndTime ¶ added in v1.5.0
func (s *DescribeScheduledActionsInput) SetEndTime(v time.Time) *DescribeScheduledActionsInput
SetEndTime sets the EndTime field's value.
func (*DescribeScheduledActionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeScheduledActionsInput) SetMaxRecords(v int64) *DescribeScheduledActionsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeScheduledActionsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScheduledActionsInput) SetNextToken(v string) *DescribeScheduledActionsInput
SetNextToken sets the NextToken field's value.
func (*DescribeScheduledActionsInput) SetScheduledActionNames ¶ added in v1.5.0
func (s *DescribeScheduledActionsInput) SetScheduledActionNames(v []*string) *DescribeScheduledActionsInput
SetScheduledActionNames sets the ScheduledActionNames field's value.
func (*DescribeScheduledActionsInput) SetStartTime ¶ added in v1.5.0
func (s *DescribeScheduledActionsInput) SetStartTime(v time.Time) *DescribeScheduledActionsInput
SetStartTime sets the StartTime field's value.
func (DescribeScheduledActionsInput) String ¶ added in v0.6.5
func (s DescribeScheduledActionsInput) String() string
String returns the string representation
func (*DescribeScheduledActionsInput) Validate ¶ added in v1.1.21
func (s *DescribeScheduledActionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeScheduledActionsOutput ¶
type DescribeScheduledActionsOutput struct { // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // The scheduled actions. ScheduledUpdateGroupActions []*ScheduledUpdateGroupAction `type:"list"` // contains filtered or unexported fields }
func (DescribeScheduledActionsOutput) GoString ¶ added in v0.6.5
func (s DescribeScheduledActionsOutput) GoString() string
GoString returns the string representation
func (*DescribeScheduledActionsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeScheduledActionsOutput) SetNextToken(v string) *DescribeScheduledActionsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeScheduledActionsOutput) SetScheduledUpdateGroupActions ¶ added in v1.5.0
func (s *DescribeScheduledActionsOutput) SetScheduledUpdateGroupActions(v []*ScheduledUpdateGroupAction) *DescribeScheduledActionsOutput
SetScheduledUpdateGroupActions sets the ScheduledUpdateGroupActions field's value.
func (DescribeScheduledActionsOutput) String ¶ added in v0.6.5
func (s DescribeScheduledActionsOutput) String() string
String returns the string representation
type DescribeTagsInput ¶
type DescribeTagsInput struct { // One or more filters to scope the tags to return. The maximum number of filters // per filter type (for example, auto-scaling-group) is 1000. Filters []*Filter `type:"list"` // The maximum number of items to return with this call. The default value is // 50 and the maximum value is 100. MaxRecords *int64 `type:"integer"` // The token for the next set of items to return. (You received this token from // a previous call.) NextToken *string `type:"string"` // contains filtered or unexported fields }
func (DescribeTagsInput) GoString ¶ added in v0.6.5
func (s DescribeTagsInput) GoString() string
GoString returns the string representation
func (*DescribeTagsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeTagsInput) SetFilters(v []*Filter) *DescribeTagsInput
SetFilters sets the Filters field's value.
func (*DescribeTagsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeTagsInput) SetMaxRecords(v int64) *DescribeTagsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeTagsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeTagsInput) SetNextToken(v string) *DescribeTagsInput
SetNextToken sets the NextToken field's value.
func (DescribeTagsInput) String ¶ added in v0.6.5
func (s DescribeTagsInput) String() string
String returns the string representation
type DescribeTagsOutput ¶
type DescribeTagsOutput struct { // A string that indicates that the response contains more items than can be // returned in a single response. To receive additional items, specify this // string for the NextToken value when requesting the next set of items. This // value is null when there are no more items to return. NextToken *string `type:"string"` // One or more tags. Tags []*TagDescription `type:"list"` // contains filtered or unexported fields }
func (DescribeTagsOutput) GoString ¶ added in v0.6.5
func (s DescribeTagsOutput) GoString() string
GoString returns the string representation
func (*DescribeTagsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeTagsOutput) SetNextToken(v string) *DescribeTagsOutput
SetNextToken sets the NextToken field's value.
func (*DescribeTagsOutput) SetTags ¶ added in v1.5.0
func (s *DescribeTagsOutput) SetTags(v []*TagDescription) *DescribeTagsOutput
SetTags sets the Tags field's value.
func (DescribeTagsOutput) String ¶ added in v0.6.5
func (s DescribeTagsOutput) String() string
String returns the string representation
type DescribeTerminationPolicyTypesInput ¶
type DescribeTerminationPolicyTypesInput struct {
// contains filtered or unexported fields
}
func (DescribeTerminationPolicyTypesInput) GoString ¶ added in v0.6.5
func (s DescribeTerminationPolicyTypesInput) GoString() string
GoString returns the string representation
func (DescribeTerminationPolicyTypesInput) String ¶ added in v0.6.5
func (s DescribeTerminationPolicyTypesInput) String() string
String returns the string representation
type DescribeTerminationPolicyTypesOutput ¶
type DescribeTerminationPolicyTypesOutput struct { // The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance, // OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, Default, // OldestLaunchTemplate, and AllocationStrategy. TerminationPolicyTypes []*string `type:"list"` // contains filtered or unexported fields }
func (DescribeTerminationPolicyTypesOutput) GoString ¶ added in v0.6.5
func (s DescribeTerminationPolicyTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeTerminationPolicyTypesOutput) SetTerminationPolicyTypes ¶ added in v1.5.0
func (s *DescribeTerminationPolicyTypesOutput) SetTerminationPolicyTypes(v []*string) *DescribeTerminationPolicyTypesOutput
SetTerminationPolicyTypes sets the TerminationPolicyTypes field's value.
func (DescribeTerminationPolicyTypesOutput) String ¶ added in v0.6.5
func (s DescribeTerminationPolicyTypesOutput) String() string
String returns the string representation
type DetachInstancesInput ¶
type DetachInstancesInput 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"` // Indicates whether the Auto Scaling group decrements the desired capacity // value by the number of instances detached. // // ShouldDecrementDesiredCapacity is a required field ShouldDecrementDesiredCapacity *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
func (DetachInstancesInput) GoString ¶ added in v0.6.5
func (s DetachInstancesInput) GoString() string
GoString returns the string representation
func (*DetachInstancesInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DetachInstancesInput) SetAutoScalingGroupName(v string) *DetachInstancesInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DetachInstancesInput) SetInstanceIds ¶ added in v1.5.0
func (s *DetachInstancesInput) SetInstanceIds(v []*string) *DetachInstancesInput
SetInstanceIds sets the InstanceIds field's value.
func (*DetachInstancesInput) SetShouldDecrementDesiredCapacity ¶ added in v1.5.0
func (s *DetachInstancesInput) SetShouldDecrementDesiredCapacity(v bool) *DetachInstancesInput
SetShouldDecrementDesiredCapacity sets the ShouldDecrementDesiredCapacity field's value.
func (DetachInstancesInput) String ¶ added in v0.6.5
func (s DetachInstancesInput) String() string
String returns the string representation
func (*DetachInstancesInput) Validate ¶ added in v1.1.21
func (s *DetachInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachInstancesOutput ¶
type DetachInstancesOutput struct { // The activities related to detaching the instances from the Auto Scaling group. Activities []*Activity `type:"list"` // contains filtered or unexported fields }
func (DetachInstancesOutput) GoString ¶ added in v0.6.5
func (s DetachInstancesOutput) GoString() string
GoString returns the string representation
func (*DetachInstancesOutput) SetActivities ¶ added in v1.5.0
func (s *DetachInstancesOutput) SetActivities(v []*Activity) *DetachInstancesOutput
SetActivities sets the Activities field's value.
func (DetachInstancesOutput) String ¶ added in v0.6.5
func (s DetachInstancesOutput) String() string
String returns the string representation
type DetachLoadBalancerTargetGroupsInput ¶ added in v1.4.1
type DetachLoadBalancerTargetGroupsInput 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 (DetachLoadBalancerTargetGroupsInput) GoString ¶ added in v1.4.1
func (s DetachLoadBalancerTargetGroupsInput) GoString() string
GoString returns the string representation
func (*DetachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DetachLoadBalancerTargetGroupsInput) SetAutoScalingGroupName(v string) *DetachLoadBalancerTargetGroupsInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DetachLoadBalancerTargetGroupsInput) SetTargetGroupARNs ¶ added in v1.5.0
func (s *DetachLoadBalancerTargetGroupsInput) SetTargetGroupARNs(v []*string) *DetachLoadBalancerTargetGroupsInput
SetTargetGroupARNs sets the TargetGroupARNs field's value.
func (DetachLoadBalancerTargetGroupsInput) String ¶ added in v1.4.1
func (s DetachLoadBalancerTargetGroupsInput) String() string
String returns the string representation
func (*DetachLoadBalancerTargetGroupsInput) Validate ¶ added in v1.4.1
func (s *DetachLoadBalancerTargetGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachLoadBalancerTargetGroupsOutput ¶ added in v1.4.1
type DetachLoadBalancerTargetGroupsOutput struct {
// contains filtered or unexported fields
}
func (DetachLoadBalancerTargetGroupsOutput) GoString ¶ added in v1.4.1
func (s DetachLoadBalancerTargetGroupsOutput) GoString() string
GoString returns the string representation
func (DetachLoadBalancerTargetGroupsOutput) String ¶ added in v1.4.1
func (s DetachLoadBalancerTargetGroupsOutput) String() string
String returns the string representation
type DetachLoadBalancersInput ¶ added in v0.6.2
type DetachLoadBalancersInput 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 (DetachLoadBalancersInput) GoString ¶ added in v0.6.5
func (s DetachLoadBalancersInput) GoString() string
GoString returns the string representation
func (*DetachLoadBalancersInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DetachLoadBalancersInput) SetAutoScalingGroupName(v string) *DetachLoadBalancersInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DetachLoadBalancersInput) SetLoadBalancerNames ¶ added in v1.5.0
func (s *DetachLoadBalancersInput) SetLoadBalancerNames(v []*string) *DetachLoadBalancersInput
SetLoadBalancerNames sets the LoadBalancerNames field's value.
func (DetachLoadBalancersInput) String ¶ added in v0.6.5
func (s DetachLoadBalancersInput) String() string
String returns the string representation
func (*DetachLoadBalancersInput) Validate ¶ added in v1.1.21
func (s *DetachLoadBalancersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachLoadBalancersOutput ¶ added in v0.6.2
type DetachLoadBalancersOutput struct {
// contains filtered or unexported fields
}
func (DetachLoadBalancersOutput) GoString ¶ added in v0.6.5
func (s DetachLoadBalancersOutput) GoString() string
GoString returns the string representation
func (DetachLoadBalancersOutput) String ¶ added in v0.6.5
func (s DetachLoadBalancersOutput) String() string
String returns the string representation
type DisableMetricsCollectionInput ¶
type DisableMetricsCollectionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // Specifies one or more of the following metrics: // // * GroupMinSize // // * GroupMaxSize // // * GroupDesiredCapacity // // * GroupInServiceInstances // // * GroupPendingInstances // // * GroupStandbyInstances // // * GroupTerminatingInstances // // * GroupTotalInstances // // * GroupInServiceCapacity // // * GroupPendingCapacity // // * GroupStandbyCapacity // // * GroupTerminatingCapacity // // * GroupTotalCapacity // // If you omit this parameter, all metrics are disabled. Metrics []*string `type:"list"` // contains filtered or unexported fields }
func (DisableMetricsCollectionInput) GoString ¶ added in v0.6.5
func (s DisableMetricsCollectionInput) GoString() string
GoString returns the string representation
func (*DisableMetricsCollectionInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *DisableMetricsCollectionInput) SetAutoScalingGroupName(v string) *DisableMetricsCollectionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*DisableMetricsCollectionInput) SetMetrics ¶ added in v1.5.0
func (s *DisableMetricsCollectionInput) SetMetrics(v []*string) *DisableMetricsCollectionInput
SetMetrics sets the Metrics field's value.
func (DisableMetricsCollectionInput) String ¶ added in v0.6.5
func (s DisableMetricsCollectionInput) String() string
String returns the string representation
func (*DisableMetricsCollectionInput) Validate ¶ added in v1.1.21
func (s *DisableMetricsCollectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisableMetricsCollectionOutput ¶
type DisableMetricsCollectionOutput struct {
// contains filtered or unexported fields
}
func (DisableMetricsCollectionOutput) GoString ¶ added in v0.6.5
func (s DisableMetricsCollectionOutput) GoString() string
GoString returns the string representation
func (DisableMetricsCollectionOutput) String ¶ added in v0.6.5
func (s DisableMetricsCollectionOutput) String() string
String returns the string representation
type Ebs ¶ added in v0.9.5
type Ebs struct { // Indicates whether the volume is deleted on instance termination. For Amazon // EC2 Auto Scaling, the default value is true. DeleteOnTermination *bool `type:"boolean"` // Specifies whether the volume should be encrypted. Encrypted EBS volumes can // only be attached to instances that support Amazon EBS encryption. For more // information, see Supported Instance Types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances). // If your AMI uses encrypted volumes, you can also only launch it on supported // instance types. // // If you are creating a volume from a snapshot, you cannot specify an encryption // value. Volumes that are created from encrypted snapshots are automatically // encrypted, and volumes that are created from unencrypted snapshots are automatically // unencrypted. By default, encrypted snapshots use the AWS managed CMK that // is used for EBS encryption, but you can specify a custom CMK when you create // the snapshot. The ability to encrypt a snapshot during copying also allows // you to apply a new CMK to an already-encrypted snapshot. Volumes restored // from the resulting copy are only accessible using the new CMK. // // Enabling encryption by default (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#encryption-by-default) // results in all EBS volumes being encrypted with the AWS managed CMK or a // customer managed CMK, whether or not the snapshot was encrypted. // // For more information, see Using Encryption with EBS-Backed AMIs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html) // in the Amazon EC2 User Guide for Linux Instances and Required CMK key policy // for use with encrypted volumes (https://docs.aws.amazon.com/autoscaling/ec2/userguide/key-policy-requirements-EBS-encryption.html) // in the Amazon EC2 Auto Scaling User Guide. Encrypted *bool `type:"boolean"` // The number of I/O operations per second (IOPS) to provision for the volume. // The maximum ratio of IOPS to volume size (in GiB) is 50:1. For more information, // see Amazon EBS Volume Types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html) // in the Amazon EC2 User Guide for Linux Instances. // // Required when the volume type is io1. (Not used with standard, gp2, st1, // or sc1 volumes.) Iops *int64 `min:"100" type:"integer"` // The snapshot ID of the volume to use. // // You must specify either a VolumeSize or a SnapshotId. SnapshotId *string `min:"1" type:"string"` // The volume size, in Gibibytes (GiB). // // This can be a number from 1-1,024 for standard, 4-16,384 for io1, 1-16,384 // for gp2, and 500-16,384 for st1 and sc1. If you specify a snapshot, the volume // size must be equal to or larger than the snapshot size. // // Default: If you create a volume from a snapshot and you don't specify a volume // size, the default is the snapshot size. // // You must specify either a VolumeSize or a SnapshotId. If you specify both // SnapshotId and VolumeSize, the volume size must be equal or greater than // the size of the snapshot. VolumeSize *int64 `min:"1" type:"integer"` // The volume type, which can be standard for Magnetic, io1 for Provisioned // IOPS SSD, gp2 for General Purpose SSD, st1 for Throughput Optimized HDD, // or sc1 for Cold HDD. For more information, see Amazon EBS Volume Types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html) // in the Amazon EC2 User Guide for Linux Instances. // // Valid Values: standard | io1 | gp2 | st1 | sc1 VolumeType *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes information used to set up an Amazon EBS volume specified in a block device mapping.
func (*Ebs) SetDeleteOnTermination ¶ added in v1.5.0
SetDeleteOnTermination sets the DeleteOnTermination field's value.
func (*Ebs) SetEncrypted ¶ added in v1.5.0
SetEncrypted sets the Encrypted field's value.
func (*Ebs) SetSnapshotId ¶ added in v1.5.0
SetSnapshotId sets the SnapshotId field's value.
func (*Ebs) SetVolumeSize ¶ added in v1.5.0
SetVolumeSize sets the VolumeSize field's value.
func (*Ebs) SetVolumeType ¶ added in v1.5.0
SetVolumeType sets the VolumeType field's value.
type EnableMetricsCollectionInput ¶
type EnableMetricsCollectionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The granularity to associate with the metrics to collect. The only valid // value is 1Minute. // // Granularity is a required field Granularity *string `min:"1" type:"string" required:"true"` // Specifies which group-level metrics to start collecting. You can specify // one or more of the following metrics: // // * GroupMinSize // // * GroupMaxSize // // * GroupDesiredCapacity // // * GroupInServiceInstances // // * GroupPendingInstances // // * GroupStandbyInstances // // * GroupTerminatingInstances // // * GroupTotalInstances // // The instance weighting feature supports the following additional metrics: // // * GroupInServiceCapacity // // * GroupPendingCapacity // // * GroupStandbyCapacity // // * GroupTerminatingCapacity // // * GroupTotalCapacity // // If you omit this parameter, all metrics are enabled. Metrics []*string `type:"list"` // contains filtered or unexported fields }
func (EnableMetricsCollectionInput) GoString ¶ added in v0.6.5
func (s EnableMetricsCollectionInput) GoString() string
GoString returns the string representation
func (*EnableMetricsCollectionInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *EnableMetricsCollectionInput) SetAutoScalingGroupName(v string) *EnableMetricsCollectionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*EnableMetricsCollectionInput) SetGranularity ¶ added in v1.5.0
func (s *EnableMetricsCollectionInput) SetGranularity(v string) *EnableMetricsCollectionInput
SetGranularity sets the Granularity field's value.
func (*EnableMetricsCollectionInput) SetMetrics ¶ added in v1.5.0
func (s *EnableMetricsCollectionInput) SetMetrics(v []*string) *EnableMetricsCollectionInput
SetMetrics sets the Metrics field's value.
func (EnableMetricsCollectionInput) String ¶ added in v0.6.5
func (s EnableMetricsCollectionInput) String() string
String returns the string representation
func (*EnableMetricsCollectionInput) Validate ¶ added in v1.1.21
func (s *EnableMetricsCollectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableMetricsCollectionOutput ¶
type EnableMetricsCollectionOutput struct {
// contains filtered or unexported fields
}
func (EnableMetricsCollectionOutput) GoString ¶ added in v0.6.5
func (s EnableMetricsCollectionOutput) GoString() string
GoString returns the string representation
func (EnableMetricsCollectionOutput) String ¶ added in v0.6.5
func (s EnableMetricsCollectionOutput) String() string
String returns the string representation
type EnabledMetric ¶
type EnabledMetric struct { // The granularity of the metric. The only valid value is 1Minute. Granularity *string `min:"1" type:"string"` // One of the following metrics: // // * GroupMinSize // // * GroupMaxSize // // * GroupDesiredCapacity // // * GroupInServiceInstances // // * GroupPendingInstances // // * GroupStandbyInstances // // * GroupTerminatingInstances // // * GroupTotalInstances // // * GroupInServiceCapacity // // * GroupPendingCapacity // // * GroupStandbyCapacity // // * GroupTerminatingCapacity // // * GroupTotalCapacity Metric *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an enabled metric.
func (EnabledMetric) GoString ¶ added in v0.6.5
func (s EnabledMetric) GoString() string
GoString returns the string representation
func (*EnabledMetric) SetGranularity ¶ added in v1.5.0
func (s *EnabledMetric) SetGranularity(v string) *EnabledMetric
SetGranularity sets the Granularity field's value.
func (*EnabledMetric) SetMetric ¶ added in v1.5.0
func (s *EnabledMetric) SetMetric(v string) *EnabledMetric
SetMetric sets the Metric field's value.
func (EnabledMetric) String ¶ added in v0.6.5
func (s EnabledMetric) String() string
String returns the string representation
type EnterStandbyInput ¶
type EnterStandbyInput 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"` // Indicates whether to decrement the desired capacity of the Auto Scaling group // by the number of instances moved to Standby mode. // // ShouldDecrementDesiredCapacity is a required field ShouldDecrementDesiredCapacity *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
func (EnterStandbyInput) GoString ¶ added in v0.6.5
func (s EnterStandbyInput) GoString() string
GoString returns the string representation
func (*EnterStandbyInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *EnterStandbyInput) SetAutoScalingGroupName(v string) *EnterStandbyInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*EnterStandbyInput) SetInstanceIds ¶ added in v1.5.0
func (s *EnterStandbyInput) SetInstanceIds(v []*string) *EnterStandbyInput
SetInstanceIds sets the InstanceIds field's value.
func (*EnterStandbyInput) SetShouldDecrementDesiredCapacity ¶ added in v1.5.0
func (s *EnterStandbyInput) SetShouldDecrementDesiredCapacity(v bool) *EnterStandbyInput
SetShouldDecrementDesiredCapacity sets the ShouldDecrementDesiredCapacity field's value.
func (EnterStandbyInput) String ¶ added in v0.6.5
func (s EnterStandbyInput) String() string
String returns the string representation
func (*EnterStandbyInput) Validate ¶ added in v1.1.21
func (s *EnterStandbyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnterStandbyOutput ¶
type EnterStandbyOutput struct { // The activities related to moving instances into Standby mode. Activities []*Activity `type:"list"` // contains filtered or unexported fields }
func (EnterStandbyOutput) GoString ¶ added in v0.6.5
func (s EnterStandbyOutput) GoString() string
GoString returns the string representation
func (*EnterStandbyOutput) SetActivities ¶ added in v1.5.0
func (s *EnterStandbyOutput) SetActivities(v []*Activity) *EnterStandbyOutput
SetActivities sets the Activities field's value.
func (EnterStandbyOutput) String ¶ added in v0.6.5
func (s EnterStandbyOutput) String() string
String returns the string representation
type ExecutePolicyInput ¶
type ExecutePolicyInput struct { // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // The breach threshold for the alarm. // // Required if the policy type is StepScaling and not supported otherwise. BreachThreshold *float64 `type:"double"` // Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to // complete before executing the policy. // // Valid only if the policy type is SimpleScaling. For more information, see // Scaling cooldowns for Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html) // in the Amazon EC2 Auto Scaling User Guide. HonorCooldown *bool `type:"boolean"` // The metric value to compare to BreachThreshold. This enables you to execute // a policy of type StepScaling and determine which step adjustment to use. // For example, if the breach threshold is 50 and you want to use a step adjustment // with a lower bound of 0 and an upper bound of 10, you can set the metric // value to 59. // // If you specify a metric value that doesn't correspond to a step adjustment // for the policy, the call returns an error. // // Required if the policy type is StepScaling and not supported otherwise. MetricValue *float64 `type:"double"` // The name or ARN of the policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (ExecutePolicyInput) GoString ¶ added in v0.6.5
func (s ExecutePolicyInput) GoString() string
GoString returns the string representation
func (*ExecutePolicyInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *ExecutePolicyInput) SetAutoScalingGroupName(v string) *ExecutePolicyInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*ExecutePolicyInput) SetBreachThreshold ¶ added in v1.5.0
func (s *ExecutePolicyInput) SetBreachThreshold(v float64) *ExecutePolicyInput
SetBreachThreshold sets the BreachThreshold field's value.
func (*ExecutePolicyInput) SetHonorCooldown ¶ added in v1.5.0
func (s *ExecutePolicyInput) SetHonorCooldown(v bool) *ExecutePolicyInput
SetHonorCooldown sets the HonorCooldown field's value.
func (*ExecutePolicyInput) SetMetricValue ¶ added in v1.5.0
func (s *ExecutePolicyInput) SetMetricValue(v float64) *ExecutePolicyInput
SetMetricValue sets the MetricValue field's value.
func (*ExecutePolicyInput) SetPolicyName ¶ added in v1.5.0
func (s *ExecutePolicyInput) SetPolicyName(v string) *ExecutePolicyInput
SetPolicyName sets the PolicyName field's value.
func (ExecutePolicyInput) String ¶ added in v0.6.5
func (s ExecutePolicyInput) String() string
String returns the string representation
func (*ExecutePolicyInput) Validate ¶ added in v1.1.21
func (s *ExecutePolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExecutePolicyOutput ¶
type ExecutePolicyOutput struct {
// contains filtered or unexported fields
}
func (ExecutePolicyOutput) GoString ¶ added in v0.6.5
func (s ExecutePolicyOutput) GoString() string
GoString returns the string representation
func (ExecutePolicyOutput) String ¶ added in v0.6.5
func (s ExecutePolicyOutput) String() string
String returns the string representation
type ExitStandbyInput ¶
type ExitStandbyInput 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 (ExitStandbyInput) GoString ¶ added in v0.6.5
func (s ExitStandbyInput) GoString() string
GoString returns the string representation
func (*ExitStandbyInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *ExitStandbyInput) SetAutoScalingGroupName(v string) *ExitStandbyInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*ExitStandbyInput) SetInstanceIds ¶ added in v1.5.0
func (s *ExitStandbyInput) SetInstanceIds(v []*string) *ExitStandbyInput
SetInstanceIds sets the InstanceIds field's value.
func (ExitStandbyInput) String ¶ added in v0.6.5
func (s ExitStandbyInput) String() string
String returns the string representation
func (*ExitStandbyInput) Validate ¶ added in v1.1.21
func (s *ExitStandbyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExitStandbyOutput ¶
type ExitStandbyOutput struct { // The activities related to moving instances out of Standby mode. Activities []*Activity `type:"list"` // contains filtered or unexported fields }
func (ExitStandbyOutput) GoString ¶ added in v0.6.5
func (s ExitStandbyOutput) GoString() string
GoString returns the string representation
func (*ExitStandbyOutput) SetActivities ¶ added in v1.5.0
func (s *ExitStandbyOutput) SetActivities(v []*Activity) *ExitStandbyOutput
SetActivities sets the Activities field's value.
func (ExitStandbyOutput) String ¶ added in v0.6.5
func (s ExitStandbyOutput) String() string
String returns the string representation
type FailedScheduledUpdateGroupActionRequest ¶ added in v1.15.12
type FailedScheduledUpdateGroupActionRequest struct { // The error code. ErrorCode *string `min:"1" type:"string"` // The error message accompanying the error code. ErrorMessage *string `type:"string"` // The name of the scheduled action. // // ScheduledActionName is a required field ScheduledActionName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Describes a scheduled action that could not be created, updated, or deleted.
func (FailedScheduledUpdateGroupActionRequest) GoString ¶ added in v1.15.12
func (s FailedScheduledUpdateGroupActionRequest) GoString() string
GoString returns the string representation
func (*FailedScheduledUpdateGroupActionRequest) SetErrorCode ¶ added in v1.15.12
func (s *FailedScheduledUpdateGroupActionRequest) SetErrorCode(v string) *FailedScheduledUpdateGroupActionRequest
SetErrorCode sets the ErrorCode field's value.
func (*FailedScheduledUpdateGroupActionRequest) SetErrorMessage ¶ added in v1.15.12
func (s *FailedScheduledUpdateGroupActionRequest) SetErrorMessage(v string) *FailedScheduledUpdateGroupActionRequest
SetErrorMessage sets the ErrorMessage field's value.
func (*FailedScheduledUpdateGroupActionRequest) SetScheduledActionName ¶ added in v1.15.12
func (s *FailedScheduledUpdateGroupActionRequest) SetScheduledActionName(v string) *FailedScheduledUpdateGroupActionRequest
SetScheduledActionName sets the ScheduledActionName field's value.
func (FailedScheduledUpdateGroupActionRequest) String ¶ added in v1.15.12
func (s FailedScheduledUpdateGroupActionRequest) String() string
String returns the string representation
type Filter ¶
type Filter struct { // The name of the filter. The valid values are: auto-scaling-group, key, value, // and propagate-at-launch. Name *string `type:"string"` // One or more filter values. Filter values are case-sensitive. Values []*string `type:"list"` // contains filtered or unexported fields }
Describes a filter that is used to return a more specific list of results when describing tags.
For more information, see Tagging Auto Scaling groups and instances (https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html) in the Amazon EC2 Auto Scaling User Guide.
type Group ¶
type Group struct { // The Amazon Resource Name (ARN) of the Auto Scaling group. AutoScalingGroupARN *string `min:"1" type:"string"` // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // One or more Availability Zones for the group. // // AvailabilityZones is a required field AvailabilityZones []*string `type:"list" required:"true"` // Indicates whether Capacity Rebalancing is enabled. CapacityRebalance *bool `type:"boolean"` // The date and time the group was created. // // CreatedTime is a required field CreatedTime *time.Time `type:"timestamp" required:"true"` // The duration of the default cooldown period, in seconds. // // DefaultCooldown is a required field DefaultCooldown *int64 `type:"integer" required:"true"` // The desired size of the group. // // DesiredCapacity is a required field DesiredCapacity *int64 `type:"integer" required:"true"` // The metrics enabled for the group. EnabledMetrics []*EnabledMetric `type:"list"` // 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. HealthCheckGracePeriod *int64 `type:"integer"` // The service to use for the health checks. The valid values are EC2 and ELB. // If you configure an Auto Scaling group to use ELB health checks, it considers // the instance unhealthy if it fails either the EC2 status checks or the load // balancer health checks. // // HealthCheckType is a required field HealthCheckType *string `min:"1" type:"string" required:"true"` // The EC2 instances associated with the group. Instances []*Instance `type:"list"` // The name of the associated launch configuration. LaunchConfigurationName *string `min:"1" type:"string"` // The launch template for the group. LaunchTemplate *LaunchTemplateSpecification `type:"structure"` // One or more load balancers associated with the group. LoadBalancerNames []*string `type:"list"` // The maximum amount of time, in seconds, that an instance can be in service. // // Valid Range: Minimum value of 0. MaxInstanceLifetime *int64 `type:"integer"` // 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 for the group. MixedInstancesPolicy *MixedInstancesPolicy `type:"structure"` // Indicates whether newly launched instances are protected from termination // by Amazon EC2 Auto Scaling when scaling in. NewInstancesProtectedFromScaleIn *bool `type:"boolean"` // The name of the placement group into which to launch your instances, if any. 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. ServiceLinkedRoleARN *string `min:"1" type:"string"` // The current state of the group when the DeleteAutoScalingGroup operation // is in progress. Status *string `min:"1" type:"string"` // The suspended processes associated with the group. SuspendedProcesses []*SuspendedProcess `type:"list"` // The tags for the group. Tags []*TagDescription `type:"list"` // The Amazon Resource Names (ARN) of the target groups for your load balancer. TargetGroupARNs []*string `type:"list"` // The termination policies for the group. TerminationPolicies []*string `type:"list"` // One or more subnet IDs, if applicable, separated by commas. VPCZoneIdentifier *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an Auto Scaling group.
func (*Group) SetAutoScalingGroupARN ¶ added in v1.5.0
SetAutoScalingGroupARN sets the AutoScalingGroupARN field's value.
func (*Group) SetAutoScalingGroupName ¶ added in v1.5.0
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*Group) SetAvailabilityZones ¶ added in v1.5.0
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*Group) SetCapacityRebalance ¶ added in v1.35.21
SetCapacityRebalance sets the CapacityRebalance field's value.
func (*Group) SetCreatedTime ¶ added in v1.5.0
SetCreatedTime sets the CreatedTime field's value.
func (*Group) SetDefaultCooldown ¶ added in v1.5.0
SetDefaultCooldown sets the DefaultCooldown field's value.
func (*Group) SetDesiredCapacity ¶ added in v1.5.0
SetDesiredCapacity sets the DesiredCapacity field's value.
func (*Group) SetEnabledMetrics ¶ added in v1.5.0
func (s *Group) SetEnabledMetrics(v []*EnabledMetric) *Group
SetEnabledMetrics sets the EnabledMetrics field's value.
func (*Group) SetHealthCheckGracePeriod ¶ added in v1.5.0
SetHealthCheckGracePeriod sets the HealthCheckGracePeriod field's value.
func (*Group) SetHealthCheckType ¶ added in v1.5.0
SetHealthCheckType sets the HealthCheckType field's value.
func (*Group) SetInstances ¶ added in v1.5.0
SetInstances sets the Instances field's value.
func (*Group) SetLaunchConfigurationName ¶ added in v1.5.0
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (*Group) SetLaunchTemplate ¶ added in v1.12.37
func (s *Group) SetLaunchTemplate(v *LaunchTemplateSpecification) *Group
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*Group) SetLoadBalancerNames ¶ added in v1.5.0
SetLoadBalancerNames sets the LoadBalancerNames field's value.
func (*Group) SetMaxInstanceLifetime ¶ added in v1.25.38
SetMaxInstanceLifetime sets the MaxInstanceLifetime field's value.
func (*Group) SetMaxSize ¶ added in v1.5.0
SetMaxSize sets the MaxSize field's value.
func (*Group) SetMinSize ¶ added in v1.5.0
SetMinSize sets the MinSize field's value.
func (*Group) SetMixedInstancesPolicy ¶ added in v1.15.76
func (s *Group) SetMixedInstancesPolicy(v *MixedInstancesPolicy) *Group
SetMixedInstancesPolicy sets the MixedInstancesPolicy field's value.
func (*Group) SetNewInstancesProtectedFromScaleIn ¶ added in v1.5.0
SetNewInstancesProtectedFromScaleIn sets the NewInstancesProtectedFromScaleIn field's value.
func (*Group) SetPlacementGroup ¶ added in v1.5.0
SetPlacementGroup sets the PlacementGroup field's value.
func (*Group) SetServiceLinkedRoleARN ¶ added in v1.13.1
SetServiceLinkedRoleARN sets the ServiceLinkedRoleARN field's value.
func (*Group) SetSuspendedProcesses ¶ added in v1.5.0
func (s *Group) SetSuspendedProcesses(v []*SuspendedProcess) *Group
SetSuspendedProcesses sets the SuspendedProcesses field's value.
func (*Group) SetTags ¶ added in v1.5.0
func (s *Group) SetTags(v []*TagDescription) *Group
SetTags sets the Tags field's value.
func (*Group) SetTargetGroupARNs ¶ added in v1.5.0
SetTargetGroupARNs sets the TargetGroupARNs field's value.
func (*Group) SetTerminationPolicies ¶ added in v1.5.0
SetTerminationPolicies sets the TerminationPolicies field's value.
func (*Group) SetVPCZoneIdentifier ¶ added in v1.5.0
SetVPCZoneIdentifier sets the VPCZoneIdentifier field's value.
type Instance ¶
type Instance struct { // The Availability Zone in which the instance is running. // // AvailabilityZone is a required field AvailabilityZone *string `min:"1" type:"string" required:"true"` // The last reported health status of the instance. "Healthy" means that the // instance is healthy and should remain in service. "Unhealthy" means that // the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate // and replace it. // // HealthStatus is a required field HealthStatus *string `min:"1" type:"string" required:"true"` // The ID of the instance. // // InstanceId is a required field InstanceId *string `min:"1" type:"string" required:"true"` // The instance type of the EC2 instance. InstanceType *string `min:"1" type:"string"` // The launch configuration associated with the instance. LaunchConfigurationName *string `min:"1" type:"string"` // The launch template for the instance. LaunchTemplate *LaunchTemplateSpecification `type:"structure"` // A description of the current lifecycle state. The Quarantined state is not // used. For information about lifecycle states, see Instance lifecycle (https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html) // in the Amazon EC2 Auto Scaling User Guide. // // LifecycleState is a required field LifecycleState *string `type:"string" required:"true" enum:"LifecycleState"` // Indicates whether the instance is protected from termination by Amazon EC2 // Auto Scaling when scaling in. // // ProtectedFromScaleIn is a required field ProtectedFromScaleIn *bool `type:"boolean" required:"true"` // The number of capacity units contributed by the instance based on its instance // type. // // Valid Range: Minimum value of 1. Maximum value of 999. WeightedCapacity *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an EC2 instance.
func (*Instance) SetAvailabilityZone ¶ added in v1.5.0
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*Instance) SetHealthStatus ¶ added in v1.5.0
SetHealthStatus sets the HealthStatus field's value.
func (*Instance) SetInstanceId ¶ added in v1.5.0
SetInstanceId sets the InstanceId field's value.
func (*Instance) SetInstanceType ¶ added in v1.25.38
SetInstanceType sets the InstanceType field's value.
func (*Instance) SetLaunchConfigurationName ¶ added in v1.5.0
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (*Instance) SetLaunchTemplate ¶ added in v1.12.37
func (s *Instance) SetLaunchTemplate(v *LaunchTemplateSpecification) *Instance
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*Instance) SetLifecycleState ¶ added in v1.5.0
SetLifecycleState sets the LifecycleState field's value.
func (*Instance) SetProtectedFromScaleIn ¶ added in v1.5.0
SetProtectedFromScaleIn sets the ProtectedFromScaleIn field's value.
func (*Instance) SetWeightedCapacity ¶ added in v1.25.38
SetWeightedCapacity sets the WeightedCapacity field's value.
type InstanceDetails ¶
type InstanceDetails struct { // The name of the Auto Scaling group for the instance. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The Availability Zone for the instance. // // AvailabilityZone is a required field AvailabilityZone *string `min:"1" type:"string" required:"true"` // The last reported health status of this instance. "Healthy" means that the // instance is healthy and should remain in service. "Unhealthy" means that // the instance is unhealthy and Amazon EC2 Auto Scaling should terminate and // replace it. // // HealthStatus is a required field HealthStatus *string `min:"1" type:"string" required:"true"` // The ID of the instance. // // InstanceId is a required field InstanceId *string `min:"1" type:"string" required:"true"` // The instance type of the EC2 instance. InstanceType *string `min:"1" type:"string"` // The launch configuration used to launch the instance. This value is not available // if you attached the instance to the Auto Scaling group. LaunchConfigurationName *string `min:"1" type:"string"` // The launch template for the instance. LaunchTemplate *LaunchTemplateSpecification `type:"structure"` // The lifecycle state for the instance. The Quarantined state is not used. // For information about lifecycle states, see Instance lifecycle (https://docs.aws.amazon.com/autoscaling/ec2/userguide/AutoScalingGroupLifecycle.html) // in the Amazon EC2 Auto Scaling User Guide. // // Valid Values: Pending | Pending:Wait | Pending:Proceed | Quarantined | InService // | Terminating | Terminating:Wait | Terminating:Proceed | Terminated | Detaching // | Detached | EnteringStandby | Standby // // LifecycleState is a required field LifecycleState *string `min:"1" type:"string" required:"true"` // Indicates whether the instance is protected from termination by Amazon EC2 // Auto Scaling when scaling in. // // ProtectedFromScaleIn is a required field ProtectedFromScaleIn *bool `type:"boolean" required:"true"` // The number of capacity units contributed by the instance based on its instance // type. // // Valid Range: Minimum value of 1. Maximum value of 999. WeightedCapacity *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an EC2 instance associated with an Auto Scaling group.
func (InstanceDetails) GoString ¶ added in v0.6.5
func (s InstanceDetails) GoString() string
GoString returns the string representation
func (*InstanceDetails) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *InstanceDetails) SetAutoScalingGroupName(v string) *InstanceDetails
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*InstanceDetails) SetAvailabilityZone ¶ added in v1.5.0
func (s *InstanceDetails) SetAvailabilityZone(v string) *InstanceDetails
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*InstanceDetails) SetHealthStatus ¶ added in v1.5.0
func (s *InstanceDetails) SetHealthStatus(v string) *InstanceDetails
SetHealthStatus sets the HealthStatus field's value.
func (*InstanceDetails) SetInstanceId ¶ added in v1.5.0
func (s *InstanceDetails) SetInstanceId(v string) *InstanceDetails
SetInstanceId sets the InstanceId field's value.
func (*InstanceDetails) SetInstanceType ¶ added in v1.25.38
func (s *InstanceDetails) SetInstanceType(v string) *InstanceDetails
SetInstanceType sets the InstanceType field's value.
func (*InstanceDetails) SetLaunchConfigurationName ¶ added in v1.5.0
func (s *InstanceDetails) SetLaunchConfigurationName(v string) *InstanceDetails
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (*InstanceDetails) SetLaunchTemplate ¶ added in v1.12.37
func (s *InstanceDetails) SetLaunchTemplate(v *LaunchTemplateSpecification) *InstanceDetails
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*InstanceDetails) SetLifecycleState ¶ added in v1.5.0
func (s *InstanceDetails) SetLifecycleState(v string) *InstanceDetails
SetLifecycleState sets the LifecycleState field's value.
func (*InstanceDetails) SetProtectedFromScaleIn ¶ added in v1.5.0
func (s *InstanceDetails) SetProtectedFromScaleIn(v bool) *InstanceDetails
SetProtectedFromScaleIn sets the ProtectedFromScaleIn field's value.
func (*InstanceDetails) SetWeightedCapacity ¶ added in v1.25.38
func (s *InstanceDetails) SetWeightedCapacity(v string) *InstanceDetails
SetWeightedCapacity sets the WeightedCapacity field's value.
func (InstanceDetails) String ¶ added in v0.6.5
func (s InstanceDetails) String() string
String returns the string representation
type InstanceMetadataOptions ¶ added in v1.33.14
type InstanceMetadataOptions struct { // This parameter enables or disables the HTTP metadata endpoint on your instances. // If the parameter is not specified, the default state is enabled. // // If you specify a value of disabled, you will not be able to access your instance // metadata. HttpEndpoint *string `type:"string" enum:"InstanceMetadataEndpointState"` // The desired HTTP PUT response hop limit for instance metadata requests. The // larger the number, the further instance metadata requests can travel. // // Default: 1 HttpPutResponseHopLimit *int64 `min:"1" type:"integer"` // The state of token usage for your instance metadata requests. If the parameter // is not specified in the request, the default state is optional. // // If the state is optional, you can choose to retrieve instance metadata with // or without a signed token header on your request. If you retrieve the IAM // role credentials without a token, the version 1.0 role credentials are returned. // If you retrieve the IAM role credentials using a valid signed token, the // version 2.0 role credentials are returned. // // If the state is required, you must send a signed token header with any instance // metadata retrieval requests. In this state, retrieving the IAM role credentials // always returns the version 2.0 credentials; the version 1.0 credentials are // not available. HttpTokens *string `type:"string" enum:"InstanceMetadataHttpTokensState"` // contains filtered or unexported fields }
The metadata options for the instances. For more information, see Configuring the Instance Metadata Options (https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html#launch-configurations-imds) in the Amazon EC2 Auto Scaling User Guide.
func (InstanceMetadataOptions) GoString ¶ added in v1.33.14
func (s InstanceMetadataOptions) GoString() string
GoString returns the string representation
func (*InstanceMetadataOptions) SetHttpEndpoint ¶ added in v1.33.14
func (s *InstanceMetadataOptions) SetHttpEndpoint(v string) *InstanceMetadataOptions
SetHttpEndpoint sets the HttpEndpoint field's value.
func (*InstanceMetadataOptions) SetHttpPutResponseHopLimit ¶ added in v1.33.14
func (s *InstanceMetadataOptions) SetHttpPutResponseHopLimit(v int64) *InstanceMetadataOptions
SetHttpPutResponseHopLimit sets the HttpPutResponseHopLimit field's value.
func (*InstanceMetadataOptions) SetHttpTokens ¶ added in v1.33.14
func (s *InstanceMetadataOptions) SetHttpTokens(v string) *InstanceMetadataOptions
SetHttpTokens sets the HttpTokens field's value.
func (InstanceMetadataOptions) String ¶ added in v1.33.14
func (s InstanceMetadataOptions) String() string
String returns the string representation
func (*InstanceMetadataOptions) Validate ¶ added in v1.33.14
func (s *InstanceMetadataOptions) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InstanceMonitoring ¶
type InstanceMonitoring struct { // If true, detailed monitoring is enabled. Otherwise, basic monitoring is enabled. Enabled *bool `type:"boolean"` // contains filtered or unexported fields }
Describes whether detailed monitoring is enabled for the Auto Scaling instances.
func (InstanceMonitoring) GoString ¶ added in v0.6.5
func (s InstanceMonitoring) GoString() string
GoString returns the string representation
func (*InstanceMonitoring) SetEnabled ¶ added in v1.5.0
func (s *InstanceMonitoring) SetEnabled(v bool) *InstanceMonitoring
SetEnabled sets the Enabled field's value.
func (InstanceMonitoring) String ¶ added in v0.6.5
func (s InstanceMonitoring) String() string
String returns the string representation
type InstanceRefresh ¶ added in v1.32.3
type InstanceRefresh struct { // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // The date and time at which the instance refresh ended. EndTime *time.Time `type:"timestamp"` // The instance refresh ID. InstanceRefreshId *string `min:"1" type:"string"` // The number of instances remaining to update before the instance refresh is // complete. InstancesToUpdate *int64 `type:"integer"` // The percentage of the instance refresh that is complete. For each instance // replacement, Amazon EC2 Auto Scaling tracks the instance's health status // and warm-up time. When the instance's health status changes to healthy and // the specified warm-up time passes, the instance is considered updated and // added to the percentage complete. PercentageComplete *int64 `type:"integer"` // The date and time at which the instance refresh began. StartTime *time.Time `type:"timestamp"` // The current status for the instance refresh operation: // // * Pending - The request was created, but the operation has not started. // // * InProgress - The operation is in progress. // // * Successful - The operation completed successfully. // // * Failed - The operation failed to complete. You can troubleshoot using // the status reason and the scaling activities. // // * Cancelling - An ongoing operation is being cancelled. Cancellation does // not roll back any replacements that have already been completed, but it // prevents new replacements from being started. // // * Cancelled - The operation is cancelled. Status *string `type:"string" enum:"InstanceRefreshStatus"` // Provides more details about the current status of the instance refresh. StatusReason *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an instance refresh for an Auto Scaling group.
func (InstanceRefresh) GoString ¶ added in v1.32.3
func (s InstanceRefresh) GoString() string
GoString returns the string representation
func (*InstanceRefresh) SetAutoScalingGroupName ¶ added in v1.32.3
func (s *InstanceRefresh) SetAutoScalingGroupName(v string) *InstanceRefresh
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*InstanceRefresh) SetEndTime ¶ added in v1.32.3
func (s *InstanceRefresh) SetEndTime(v time.Time) *InstanceRefresh
SetEndTime sets the EndTime field's value.
func (*InstanceRefresh) SetInstanceRefreshId ¶ added in v1.32.3
func (s *InstanceRefresh) SetInstanceRefreshId(v string) *InstanceRefresh
SetInstanceRefreshId sets the InstanceRefreshId field's value.
func (*InstanceRefresh) SetInstancesToUpdate ¶ added in v1.32.3
func (s *InstanceRefresh) SetInstancesToUpdate(v int64) *InstanceRefresh
SetInstancesToUpdate sets the InstancesToUpdate field's value.
func (*InstanceRefresh) SetPercentageComplete ¶ added in v1.32.3
func (s *InstanceRefresh) SetPercentageComplete(v int64) *InstanceRefresh
SetPercentageComplete sets the PercentageComplete field's value.
func (*InstanceRefresh) SetStartTime ¶ added in v1.32.3
func (s *InstanceRefresh) SetStartTime(v time.Time) *InstanceRefresh
SetStartTime sets the StartTime field's value.
func (*InstanceRefresh) SetStatus ¶ added in v1.32.3
func (s *InstanceRefresh) SetStatus(v string) *InstanceRefresh
SetStatus sets the Status field's value.
func (*InstanceRefresh) SetStatusReason ¶ added in v1.32.3
func (s *InstanceRefresh) SetStatusReason(v string) *InstanceRefresh
SetStatusReason sets the StatusReason field's value.
func (InstanceRefresh) String ¶ added in v1.32.3
func (s InstanceRefresh) String() string
String returns the string representation
type InstancesDistribution ¶ added in v1.15.76
type InstancesDistribution struct { // Indicates how to allocate instance types to fulfill On-Demand capacity. The // only valid value is prioritized, which is also the default value. This strategy // uses the order of instance types in the LaunchTemplateOverrides to define // the launch priority of each instance type. The first instance type in the // array is prioritized higher than the last. If all your On-Demand capacity // cannot be fulfilled using your highest priority instance, then the Auto Scaling // groups launches the remaining capacity using the second priority instance // type, and so on. OnDemandAllocationStrategy *string `type:"string"` // The minimum amount of the Auto Scaling group's capacity that must be fulfilled // by On-Demand Instances. This base portion is provisioned first as your group // scales. Defaults to 0 if not specified. If you specify weights for the instance // types in the overrides, set the value of OnDemandBaseCapacity in terms of // the number of capacity units, and not the number of instances. OnDemandBaseCapacity *int64 `type:"integer"` // Controls the percentages of On-Demand Instances and Spot Instances for your // additional capacity beyond OnDemandBaseCapacity. Expressed as a number (for // example, 20 specifies 20% On-Demand Instances, 80% Spot Instances). Defaults // to 100 if not specified. If set to 100, only On-Demand Instances are provisioned. OnDemandPercentageAboveBaseCapacity *int64 `type:"integer"` // Indicates how to allocate instances across Spot Instance pools. // // If the allocation strategy is lowest-price, the Auto Scaling group launches // instances using the Spot pools with the lowest price, and evenly allocates // your instances across the number of Spot pools that you specify. Defaults // to lowest-price if not specified. // // If the allocation strategy is capacity-optimized (recommended), the Auto // Scaling group launches instances using Spot pools that are optimally chosen // based on the available Spot capacity. Alternatively, you can use capacity-optimized-prioritized // and set the order of instance types in the list of launch template overrides // from highest to lowest priority (from first to last in the list). Amazon // EC2 Auto Scaling honors the instance type priorities on a best-effort basis // but optimizes for capacity first. SpotAllocationStrategy *string `type:"string"` // The number of Spot Instance pools across which to allocate your Spot Instances. // The Spot pools are determined from the different instance types in the overrides. // Valid only when the Spot allocation strategy is lowest-price. Value must // be in the range of 1 to 20. Defaults to 2 if not specified. SpotInstancePools *int64 `type:"integer"` // The maximum price per unit hour that you are willing to pay for a Spot Instance. // If you leave the value at its default (empty), Amazon EC2 Auto Scaling uses // the On-Demand price as the maximum Spot price. To remove a value that you // previously set, include the property but specify an empty string ("") for // the value. SpotMaxPrice *string `type:"string"` // contains filtered or unexported fields }
Describes an instances distribution for an Auto Scaling group with a MixedInstancesPolicy.
The instances distribution specifies the distribution of On-Demand Instances and Spot Instances, the maximum price to pay for Spot Instances, and how the Auto Scaling group allocates instance types to fulfill On-Demand and Spot capacities.
When you update SpotAllocationStrategy, SpotInstancePools, or SpotMaxPrice, this update action does not deploy any changes across the running Amazon EC2 instances in the group. Your existing Spot Instances continue to run as long as the maximum price for those instances is higher than the current Spot price. When scale out occurs, Amazon EC2 Auto Scaling launches instances based on the new settings. When scale in occurs, Amazon EC2 Auto Scaling terminates instances according to the group's termination policies.
func (InstancesDistribution) GoString ¶ added in v1.15.76
func (s InstancesDistribution) GoString() string
GoString returns the string representation
func (*InstancesDistribution) SetOnDemandAllocationStrategy ¶ added in v1.15.76
func (s *InstancesDistribution) SetOnDemandAllocationStrategy(v string) *InstancesDistribution
SetOnDemandAllocationStrategy sets the OnDemandAllocationStrategy field's value.
func (*InstancesDistribution) SetOnDemandBaseCapacity ¶ added in v1.15.76
func (s *InstancesDistribution) SetOnDemandBaseCapacity(v int64) *InstancesDistribution
SetOnDemandBaseCapacity sets the OnDemandBaseCapacity field's value.
func (*InstancesDistribution) SetOnDemandPercentageAboveBaseCapacity ¶ added in v1.15.76
func (s *InstancesDistribution) SetOnDemandPercentageAboveBaseCapacity(v int64) *InstancesDistribution
SetOnDemandPercentageAboveBaseCapacity sets the OnDemandPercentageAboveBaseCapacity field's value.
func (*InstancesDistribution) SetSpotAllocationStrategy ¶ added in v1.15.76
func (s *InstancesDistribution) SetSpotAllocationStrategy(v string) *InstancesDistribution
SetSpotAllocationStrategy sets the SpotAllocationStrategy field's value.
func (*InstancesDistribution) SetSpotInstancePools ¶ added in v1.15.76
func (s *InstancesDistribution) SetSpotInstancePools(v int64) *InstancesDistribution
SetSpotInstancePools sets the SpotInstancePools field's value.
func (*InstancesDistribution) SetSpotMaxPrice ¶ added in v1.15.76
func (s *InstancesDistribution) SetSpotMaxPrice(v string) *InstancesDistribution
SetSpotMaxPrice sets the SpotMaxPrice field's value.
func (InstancesDistribution) String ¶ added in v1.15.76
func (s InstancesDistribution) String() string
String returns the string representation
type LaunchConfiguration ¶
type LaunchConfiguration struct { // For Auto Scaling groups that are running in a VPC, specifies whether to assign // a public IP address to the group's instances. For more information, see Launching // Auto Scaling instances in a VPC (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html) // in the Amazon EC2 Auto Scaling User Guide. AssociatePublicIpAddress *bool `type:"boolean"` // A block device mapping, which specifies the block devices for the instance. // For more information, see Block Device Mapping (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html) // in the Amazon EC2 User Guide for Linux Instances. BlockDeviceMappings []*BlockDeviceMapping `type:"list"` // The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. // For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) // in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic // instances to a VPC (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html#as-ClassicLink) // in the Amazon EC2 Auto Scaling User Guide. ClassicLinkVPCId *string `min:"1" type:"string"` // The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. // // For more information, see ClassicLink (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html) // in the Amazon EC2 User Guide for Linux Instances and Linking EC2-Classic // instances to a VPC (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-in-vpc.html#as-ClassicLink) // in the Amazon EC2 Auto Scaling User Guide. ClassicLinkVPCSecurityGroups []*string `type:"list"` // The creation date and time for the launch configuration. // // CreatedTime is a required field CreatedTime *time.Time `type:"timestamp" required:"true"` // Specifies whether the launch configuration is optimized for EBS I/O (true) // or not (false). For more information, see Amazon EBS-Optimized Instances // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html) in // the Amazon EC2 User Guide for Linux Instances. EbsOptimized *bool `type:"boolean"` // The name or the Amazon Resource Name (ARN) of the instance profile associated // with the IAM role for the instance. The instance profile contains the IAM // role. For more information, see IAM role for applications that run on Amazon // EC2 instances (https://docs.aws.amazon.com/autoscaling/ec2/userguide/us-iam-role.html) // in the Amazon EC2 Auto Scaling User Guide. IamInstanceProfile *string `min:"1" type:"string"` // The ID of the Amazon Machine Image (AMI) to use to launch your EC2 instances. // For more information, see Finding an AMI (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html) // in the Amazon EC2 User Guide for Linux Instances. // // ImageId is a required field ImageId *string `min:"1" type:"string" required:"true"` // Controls whether instances in this group are launched with detailed (true) // or basic (false) monitoring. // // For more information, see Configure Monitoring for Auto Scaling Instances // (https://docs.aws.amazon.com/autoscaling/latest/userguide/enable-as-instance-metrics.html) // in the Amazon EC2 Auto Scaling User Guide. InstanceMonitoring *InstanceMonitoring `type:"structure"` // The instance type for the instances. // // For information about available instance types, see Available Instance Types // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes) // in the Amazon EC2 User Guide for Linux Instances. // // InstanceType is a required field InstanceType *string `min:"1" type:"string" required:"true"` // The ID of the kernel associated with the AMI. KernelId *string `min:"1" type:"string"` // The name of the key pair. // // For more information, see Amazon EC2 Key Pairs (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) // in the Amazon EC2 User Guide for Linux Instances. KeyName *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the launch configuration. LaunchConfigurationARN *string `min:"1" type:"string"` // The name of the launch configuration. // // LaunchConfigurationName is a required field LaunchConfigurationName *string `min:"1" type:"string" required:"true"` // The metadata options for the instances. For more information, see Configuring // the Instance Metadata Options (https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html#launch-configurations-imds) // in the Amazon EC2 Auto Scaling User Guide. MetadataOptions *InstanceMetadataOptions `type:"structure"` // The tenancy of the instance, either default or dedicated. An instance with // dedicated tenancy runs on isolated, single-tenant hardware and can only be // launched into a VPC. // // For more information, see Configuring instance tenancy with Amazon EC2 Auto // Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-dedicated-instances.html) // in the Amazon EC2 Auto Scaling User Guide. PlacementTenancy *string `min:"1" type:"string"` // The ID of the RAM disk associated with the AMI. RamdiskId *string `min:"1" type:"string"` // A list that contains the security groups to assign to the instances in the // Auto Scaling group. For more information, see Security Groups for Your VPC // (https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html) // in the Amazon Virtual Private Cloud User Guide. SecurityGroups []*string `type:"list"` // The maximum hourly price to be paid for any Spot Instance launched to fulfill // the request. Spot Instances are launched when the price you specify exceeds // the current Spot price. For more information, see Requesting Spot Instances // (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-launch-spot-instances.html) // in the Amazon EC2 Auto Scaling User Guide. SpotPrice *string `min:"1" type:"string"` // The user data to make available to the launched EC2 instances. For more information, // see Instance metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) // (Linux) and Instance metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html) // (Windows). If you are using a command line tool, base64-encoding is performed // for you, and you can load the text from a file. Otherwise, you must provide // base64-encoded text. User data is limited to 16 KB. UserData *string `type:"string"` // contains filtered or unexported fields }
Describes a launch configuration.
func (LaunchConfiguration) GoString ¶ added in v0.6.5
func (s LaunchConfiguration) GoString() string
GoString returns the string representation
func (*LaunchConfiguration) SetAssociatePublicIpAddress ¶ added in v1.5.0
func (s *LaunchConfiguration) SetAssociatePublicIpAddress(v bool) *LaunchConfiguration
SetAssociatePublicIpAddress sets the AssociatePublicIpAddress field's value.
func (*LaunchConfiguration) SetBlockDeviceMappings ¶ added in v1.5.0
func (s *LaunchConfiguration) SetBlockDeviceMappings(v []*BlockDeviceMapping) *LaunchConfiguration
SetBlockDeviceMappings sets the BlockDeviceMappings field's value.
func (*LaunchConfiguration) SetClassicLinkVPCId ¶ added in v1.5.0
func (s *LaunchConfiguration) SetClassicLinkVPCId(v string) *LaunchConfiguration
SetClassicLinkVPCId sets the ClassicLinkVPCId field's value.
func (*LaunchConfiguration) SetClassicLinkVPCSecurityGroups ¶ added in v1.5.0
func (s *LaunchConfiguration) SetClassicLinkVPCSecurityGroups(v []*string) *LaunchConfiguration
SetClassicLinkVPCSecurityGroups sets the ClassicLinkVPCSecurityGroups field's value.
func (*LaunchConfiguration) SetCreatedTime ¶ added in v1.5.0
func (s *LaunchConfiguration) SetCreatedTime(v time.Time) *LaunchConfiguration
SetCreatedTime sets the CreatedTime field's value.
func (*LaunchConfiguration) SetEbsOptimized ¶ added in v1.5.0
func (s *LaunchConfiguration) SetEbsOptimized(v bool) *LaunchConfiguration
SetEbsOptimized sets the EbsOptimized field's value.
func (*LaunchConfiguration) SetIamInstanceProfile ¶ added in v1.5.0
func (s *LaunchConfiguration) SetIamInstanceProfile(v string) *LaunchConfiguration
SetIamInstanceProfile sets the IamInstanceProfile field's value.
func (*LaunchConfiguration) SetImageId ¶ added in v1.5.0
func (s *LaunchConfiguration) SetImageId(v string) *LaunchConfiguration
SetImageId sets the ImageId field's value.
func (*LaunchConfiguration) SetInstanceMonitoring ¶ added in v1.5.0
func (s *LaunchConfiguration) SetInstanceMonitoring(v *InstanceMonitoring) *LaunchConfiguration
SetInstanceMonitoring sets the InstanceMonitoring field's value.
func (*LaunchConfiguration) SetInstanceType ¶ added in v1.5.0
func (s *LaunchConfiguration) SetInstanceType(v string) *LaunchConfiguration
SetInstanceType sets the InstanceType field's value.
func (*LaunchConfiguration) SetKernelId ¶ added in v1.5.0
func (s *LaunchConfiguration) SetKernelId(v string) *LaunchConfiguration
SetKernelId sets the KernelId field's value.
func (*LaunchConfiguration) SetKeyName ¶ added in v1.5.0
func (s *LaunchConfiguration) SetKeyName(v string) *LaunchConfiguration
SetKeyName sets the KeyName field's value.
func (*LaunchConfiguration) SetLaunchConfigurationARN ¶ added in v1.5.0
func (s *LaunchConfiguration) SetLaunchConfigurationARN(v string) *LaunchConfiguration
SetLaunchConfigurationARN sets the LaunchConfigurationARN field's value.
func (*LaunchConfiguration) SetLaunchConfigurationName ¶ added in v1.5.0
func (s *LaunchConfiguration) SetLaunchConfigurationName(v string) *LaunchConfiguration
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (*LaunchConfiguration) SetMetadataOptions ¶ added in v1.33.14
func (s *LaunchConfiguration) SetMetadataOptions(v *InstanceMetadataOptions) *LaunchConfiguration
SetMetadataOptions sets the MetadataOptions field's value.
func (*LaunchConfiguration) SetPlacementTenancy ¶ added in v1.5.0
func (s *LaunchConfiguration) SetPlacementTenancy(v string) *LaunchConfiguration
SetPlacementTenancy sets the PlacementTenancy field's value.
func (*LaunchConfiguration) SetRamdiskId ¶ added in v1.5.0
func (s *LaunchConfiguration) SetRamdiskId(v string) *LaunchConfiguration
SetRamdiskId sets the RamdiskId field's value.
func (*LaunchConfiguration) SetSecurityGroups ¶ added in v1.5.0
func (s *LaunchConfiguration) SetSecurityGroups(v []*string) *LaunchConfiguration
SetSecurityGroups sets the SecurityGroups field's value.
func (*LaunchConfiguration) SetSpotPrice ¶ added in v1.5.0
func (s *LaunchConfiguration) SetSpotPrice(v string) *LaunchConfiguration
SetSpotPrice sets the SpotPrice field's value.
func (*LaunchConfiguration) SetUserData ¶ added in v1.5.0
func (s *LaunchConfiguration) SetUserData(v string) *LaunchConfiguration
SetUserData sets the UserData field's value.
func (LaunchConfiguration) String ¶ added in v0.6.5
func (s LaunchConfiguration) String() string
String returns the string representation
type LaunchTemplate ¶ added in v1.15.76
type LaunchTemplate struct { // The launch template to use. LaunchTemplateSpecification *LaunchTemplateSpecification `type:"structure"` // Any properties that you specify override the same properties in the launch // template. If not provided, Amazon EC2 Auto Scaling uses the instance type // specified in the launch template when it launches an instance. Overrides []*LaunchTemplateOverrides `type:"list"` // contains filtered or unexported fields }
Describes a launch template and overrides.
You specify these properties as part of a mixed instances policy.
When you update the launch template or overrides, existing Amazon EC2 instances continue to run. When scale out occurs, Amazon EC2 Auto Scaling launches instances to match the new settings. When scale in occurs, Amazon EC2 Auto Scaling terminates instances according to the group's termination policies.
func (LaunchTemplate) GoString ¶ added in v1.15.76
func (s LaunchTemplate) GoString() string
GoString returns the string representation
func (*LaunchTemplate) SetLaunchTemplateSpecification ¶ added in v1.15.76
func (s *LaunchTemplate) SetLaunchTemplateSpecification(v *LaunchTemplateSpecification) *LaunchTemplate
SetLaunchTemplateSpecification sets the LaunchTemplateSpecification field's value.
func (*LaunchTemplate) SetOverrides ¶ added in v1.15.76
func (s *LaunchTemplate) SetOverrides(v []*LaunchTemplateOverrides) *LaunchTemplate
SetOverrides sets the Overrides field's value.
func (LaunchTemplate) String ¶ added in v1.15.76
func (s LaunchTemplate) String() string
String returns the string representation
func (*LaunchTemplate) Validate ¶ added in v1.15.76
func (s *LaunchTemplate) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LaunchTemplateOverrides ¶ added in v1.15.76
type LaunchTemplateOverrides struct { // The instance type, such as m3.xlarge. You must use an instance type that // is supported in your requested Region and Availability Zones. For more information, // see Instance types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) // in the Amazon Elastic Compute Cloud User Guide. InstanceType *string `min:"1" type:"string"` // Provides the launch template to be used when launching the instance type. // For example, some instance types might require a launch template with a different // AMI. If not provided, Amazon EC2 Auto Scaling uses the launch template that's // defined for your mixed instances policy. For more information, see Specifying // a different launch template for an instance type (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-launch-template-overrides.html) // in the Amazon EC2 Auto Scaling User Guide. LaunchTemplateSpecification *LaunchTemplateSpecification `type:"structure"` // The number of capacity units provided by the specified instance type in terms // of virtual CPUs, memory, storage, throughput, or other relative performance // characteristic. When a Spot or On-Demand Instance is provisioned, the capacity // units count toward the desired capacity. Amazon EC2 Auto Scaling provisions // instances until the desired capacity is totally fulfilled, even if this results // in an overage. For example, if there are 2 units remaining to fulfill capacity, // and Amazon EC2 Auto Scaling can only provision an instance with a WeightedCapacity // of 5 units, the instance is provisioned, and the desired capacity is exceeded // by 3 units. For more information, see Instance weighting for Amazon EC2 Auto // Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-weighting.html) // in the Amazon EC2 Auto Scaling User Guide. Value must be in the range of // 1 to 999. WeightedCapacity *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an override for a launch template. The maximum number of instance types that can be associated with an Auto Scaling group is 40. The maximum number of distinct launch templates you can define for an Auto Scaling group is 20. For more information about configuring overrides, see Configuring overrides (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-override-options.html) in the Amazon EC2 Auto Scaling User Guide.
func (LaunchTemplateOverrides) GoString ¶ added in v1.15.76
func (s LaunchTemplateOverrides) GoString() string
GoString returns the string representation
func (*LaunchTemplateOverrides) SetInstanceType ¶ added in v1.15.76
func (s *LaunchTemplateOverrides) SetInstanceType(v string) *LaunchTemplateOverrides
SetInstanceType sets the InstanceType field's value.
func (*LaunchTemplateOverrides) SetLaunchTemplateSpecification ¶ added in v1.35.32
func (s *LaunchTemplateOverrides) SetLaunchTemplateSpecification(v *LaunchTemplateSpecification) *LaunchTemplateOverrides
SetLaunchTemplateSpecification sets the LaunchTemplateSpecification field's value.
func (*LaunchTemplateOverrides) SetWeightedCapacity ¶ added in v1.25.38
func (s *LaunchTemplateOverrides) SetWeightedCapacity(v string) *LaunchTemplateOverrides
SetWeightedCapacity sets the WeightedCapacity field's value.
func (LaunchTemplateOverrides) String ¶ added in v1.15.76
func (s LaunchTemplateOverrides) String() string
String returns the string representation
func (*LaunchTemplateOverrides) Validate ¶ added in v1.15.76
func (s *LaunchTemplateOverrides) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LaunchTemplateSpecification ¶ added in v1.12.37
type LaunchTemplateSpecification struct { // The ID of the launch template. To get the template ID, use the Amazon EC2 // DescribeLaunchTemplates (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html) // API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate // (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplate.html) // API. // // Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName. LaunchTemplateId *string `min:"1" type:"string"` // The name of the launch template. To get the template name, use the Amazon // EC2 DescribeLaunchTemplates (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html) // API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate // (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplate.html) // API. // // Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName. LaunchTemplateName *string `min:"3" type:"string"` // The version number, $Latest, or $Default. To get the version number, use // the Amazon EC2 DescribeLaunchTemplateVersions (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplateVersions.html) // API operation. New launch template versions can be created using the Amazon // EC2 CreateLaunchTemplateVersion (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplateVersion.html) // API. If the value is $Latest, Amazon EC2 Auto Scaling selects the latest // version of the launch template when launching instances. If the value is // $Default, Amazon EC2 Auto Scaling selects the default version of the launch // template when launching instances. The default value is $Default. Version *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes the Amazon EC2 launch template and the launch template version that can be used by an Auto Scaling group to configure Amazon EC2 instances.
The launch template that is specified must be configured for use with an Auto Scaling group. For more information, see Creating a launch template for an Auto Scaling group (https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-template.html) in the Amazon EC2 Auto Scaling User Guide.
func (LaunchTemplateSpecification) GoString ¶ added in v1.12.37
func (s LaunchTemplateSpecification) GoString() string
GoString returns the string representation
func (*LaunchTemplateSpecification) SetLaunchTemplateId ¶ added in v1.12.37
func (s *LaunchTemplateSpecification) SetLaunchTemplateId(v string) *LaunchTemplateSpecification
SetLaunchTemplateId sets the LaunchTemplateId field's value.
func (*LaunchTemplateSpecification) SetLaunchTemplateName ¶ added in v1.12.37
func (s *LaunchTemplateSpecification) SetLaunchTemplateName(v string) *LaunchTemplateSpecification
SetLaunchTemplateName sets the LaunchTemplateName field's value.
func (*LaunchTemplateSpecification) SetVersion ¶ added in v1.12.37
func (s *LaunchTemplateSpecification) SetVersion(v string) *LaunchTemplateSpecification
SetVersion sets the Version field's value.
func (LaunchTemplateSpecification) String ¶ added in v1.12.37
func (s LaunchTemplateSpecification) String() string
String returns the string representation
func (*LaunchTemplateSpecification) Validate ¶ added in v1.12.37
func (s *LaunchTemplateSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LifecycleHook ¶
type LifecycleHook struct { // The name of the Auto Scaling group for the lifecycle hook. AutoScalingGroupName *string `min:"1" type:"string"` // Defines the action the Auto Scaling group should take when the lifecycle // hook timeout elapses or if an unexpected failure occurs. The possible values // are CONTINUE and ABANDON. DefaultResult *string `type:"string"` // The maximum time, in seconds, that an instance can remain in a Pending:Wait // or Terminating:Wait state. The maximum is 172800 seconds (48 hours) or 100 // times HeartbeatTimeout, whichever is smaller. GlobalTimeout *int64 `type:"integer"` // The maximum time, in seconds, that can elapse before the lifecycle hook times // out. If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the // action that you specified in the DefaultResult parameter. HeartbeatTimeout *int64 `type:"integer"` // The name of the lifecycle hook. LifecycleHookName *string `min:"1" type:"string"` // The state of the EC2 instance to which to attach the lifecycle hook. The // following are possible values: // // * autoscaling:EC2_INSTANCE_LAUNCHING // // * autoscaling:EC2_INSTANCE_TERMINATING LifecycleTransition *string `type:"string"` // Additional information that is included any time Amazon EC2 Auto Scaling // sends a message to the notification target. NotificationMetadata *string `min:"1" type:"string"` // The ARN of the target that Amazon EC2 Auto Scaling sends notifications to // when an instance is in the transition state for the lifecycle hook. The notification // target can be either an SQS queue or an SNS topic. NotificationTargetARN *string `type:"string"` // The ARN of the IAM role that allows the Auto Scaling group to publish to // the specified notification target. RoleARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a lifecycle hook, which tells Amazon EC2 Auto Scaling that you want to perform an action whenever it launches instances or terminates instances.
func (LifecycleHook) GoString ¶ added in v0.6.5
func (s LifecycleHook) GoString() string
GoString returns the string representation
func (*LifecycleHook) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *LifecycleHook) SetAutoScalingGroupName(v string) *LifecycleHook
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*LifecycleHook) SetDefaultResult ¶ added in v1.5.0
func (s *LifecycleHook) SetDefaultResult(v string) *LifecycleHook
SetDefaultResult sets the DefaultResult field's value.
func (*LifecycleHook) SetGlobalTimeout ¶ added in v1.5.0
func (s *LifecycleHook) SetGlobalTimeout(v int64) *LifecycleHook
SetGlobalTimeout sets the GlobalTimeout field's value.
func (*LifecycleHook) SetHeartbeatTimeout ¶ added in v1.5.0
func (s *LifecycleHook) SetHeartbeatTimeout(v int64) *LifecycleHook
SetHeartbeatTimeout sets the HeartbeatTimeout field's value.
func (*LifecycleHook) SetLifecycleHookName ¶ added in v1.5.0
func (s *LifecycleHook) SetLifecycleHookName(v string) *LifecycleHook
SetLifecycleHookName sets the LifecycleHookName field's value.
func (*LifecycleHook) SetLifecycleTransition ¶ added in v1.5.0
func (s *LifecycleHook) SetLifecycleTransition(v string) *LifecycleHook
SetLifecycleTransition sets the LifecycleTransition field's value.
func (*LifecycleHook) SetNotificationMetadata ¶ added in v1.5.0
func (s *LifecycleHook) SetNotificationMetadata(v string) *LifecycleHook
SetNotificationMetadata sets the NotificationMetadata field's value.
func (*LifecycleHook) SetNotificationTargetARN ¶ added in v1.5.0
func (s *LifecycleHook) SetNotificationTargetARN(v string) *LifecycleHook
SetNotificationTargetARN sets the NotificationTargetARN field's value.
func (*LifecycleHook) SetRoleARN ¶ added in v1.5.0
func (s *LifecycleHook) SetRoleARN(v string) *LifecycleHook
SetRoleARN sets the RoleARN field's value.
func (LifecycleHook) String ¶ added in v0.6.5
func (s LifecycleHook) String() string
String returns the string representation
type LifecycleHookSpecification ¶ added in v1.10.44
type LifecycleHookSpecification struct { // Defines the action the Auto Scaling group should take when the lifecycle // hook timeout elapses or if an unexpected failure occurs. The valid values // are CONTINUE and ABANDON. The default value is ABANDON. DefaultResult *string `type:"string"` // The maximum time, in seconds, that can elapse before the lifecycle hook times // out. // // If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action // that you specified in the DefaultResult parameter. You can prevent the lifecycle // hook from timing out by calling RecordLifecycleActionHeartbeat. HeartbeatTimeout *int64 `type:"integer"` // The name of the lifecycle hook. // // LifecycleHookName is a required field LifecycleHookName *string `min:"1" type:"string" required:"true"` // The state of the EC2 instance to which you want to attach the lifecycle hook. // The valid values are: // // * autoscaling:EC2_INSTANCE_LAUNCHING // // * autoscaling:EC2_INSTANCE_TERMINATING // // LifecycleTransition is a required field LifecycleTransition *string `type:"string" required:"true"` // Additional information that you want to include any time Amazon EC2 Auto // Scaling sends a message to the notification target. NotificationMetadata *string `min:"1" type:"string"` // The ARN of the target that Amazon EC2 Auto Scaling sends notifications to // when an instance is in the transition state for the lifecycle hook. The notification // target can be either an SQS queue or an SNS topic. NotificationTargetARN *string `type:"string"` // The ARN of the IAM role that allows the Auto Scaling group to publish to // the specified notification target, for example, an Amazon SNS topic or an // Amazon SQS queue. RoleARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes information used to specify a lifecycle hook for an Auto Scaling group.
A lifecycle hook tells Amazon EC2 Auto Scaling to perform an action on an instance when the instance launches (before it is put into service) or as the instance terminates (before it is fully terminated).
This step is a part of the procedure for creating a lifecycle hook for 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 Amazon EC2 Auto Scaling lifecycle hooks (https://docs.aws.amazon.com/autoscaling/ec2/userguide/lifecycle-hooks.html) in the Amazon EC2 Auto Scaling User Guide.
func (LifecycleHookSpecification) GoString ¶ added in v1.10.44
func (s LifecycleHookSpecification) GoString() string
GoString returns the string representation
func (*LifecycleHookSpecification) SetDefaultResult ¶ added in v1.10.44
func (s *LifecycleHookSpecification) SetDefaultResult(v string) *LifecycleHookSpecification
SetDefaultResult sets the DefaultResult field's value.
func (*LifecycleHookSpecification) SetHeartbeatTimeout ¶ added in v1.10.44
func (s *LifecycleHookSpecification) SetHeartbeatTimeout(v int64) *LifecycleHookSpecification
SetHeartbeatTimeout sets the HeartbeatTimeout field's value.
func (*LifecycleHookSpecification) SetLifecycleHookName ¶ added in v1.10.44
func (s *LifecycleHookSpecification) SetLifecycleHookName(v string) *LifecycleHookSpecification
SetLifecycleHookName sets the LifecycleHookName field's value.
func (*LifecycleHookSpecification) SetLifecycleTransition ¶ added in v1.10.44
func (s *LifecycleHookSpecification) SetLifecycleTransition(v string) *LifecycleHookSpecification
SetLifecycleTransition sets the LifecycleTransition field's value.
func (*LifecycleHookSpecification) SetNotificationMetadata ¶ added in v1.10.44
func (s *LifecycleHookSpecification) SetNotificationMetadata(v string) *LifecycleHookSpecification
SetNotificationMetadata sets the NotificationMetadata field's value.
func (*LifecycleHookSpecification) SetNotificationTargetARN ¶ added in v1.10.44
func (s *LifecycleHookSpecification) SetNotificationTargetARN(v string) *LifecycleHookSpecification
SetNotificationTargetARN sets the NotificationTargetARN field's value.
func (*LifecycleHookSpecification) SetRoleARN ¶ added in v1.10.44
func (s *LifecycleHookSpecification) SetRoleARN(v string) *LifecycleHookSpecification
SetRoleARN sets the RoleARN field's value.
func (LifecycleHookSpecification) String ¶ added in v1.10.44
func (s LifecycleHookSpecification) String() string
String returns the string representation
func (*LifecycleHookSpecification) Validate ¶ added in v1.10.44
func (s *LifecycleHookSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LoadBalancerState ¶ added in v0.6.2
type LoadBalancerState struct { // The name of the load balancer. LoadBalancerName *string `min:"1" type:"string"` // One of the following load balancer states: // // * Adding - The instances in the group are being registered with the load // balancer. // // * Added - All instances in the group are registered with the load balancer. // // * InService - At least one instance in the group passed an ELB health // check. // // * Removing - The instances in the group are being deregistered from the // load balancer. If connection draining is enabled, Elastic Load Balancing // waits for in-flight requests to complete before deregistering the instances. // // * Removed - All instances in the group are deregistered from the load // balancer. State *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes the state of a Classic Load Balancer.
If you specify a load balancer when creating the Auto Scaling group, the state of the load balancer is InService.
If you attach a load balancer to an existing Auto Scaling group, the initial state is Adding. The state transitions to Added after all instances in the group are registered with the load balancer. If Elastic Load Balancing health checks are enabled for the load balancer, the state transitions to InService after at least one instance in the group passes the health check. If EC2 health checks are enabled instead, the load balancer remains in the Added state.
func (LoadBalancerState) GoString ¶ added in v0.6.5
func (s LoadBalancerState) GoString() string
GoString returns the string representation
func (*LoadBalancerState) SetLoadBalancerName ¶ added in v1.5.0
func (s *LoadBalancerState) SetLoadBalancerName(v string) *LoadBalancerState
SetLoadBalancerName sets the LoadBalancerName field's value.
func (*LoadBalancerState) SetState ¶ added in v1.5.0
func (s *LoadBalancerState) SetState(v string) *LoadBalancerState
SetState sets the State field's value.
func (LoadBalancerState) String ¶ added in v0.6.5
func (s LoadBalancerState) String() string
String returns the string representation
type LoadBalancerTargetGroupState ¶ added in v1.4.1
type LoadBalancerTargetGroupState struct { // The Amazon Resource Name (ARN) of the target group. LoadBalancerTargetGroupARN *string `min:"1" type:"string"` // The state of the target group. // // * Adding - The Auto Scaling instances are being registered with the target // group. // // * Added - All Auto Scaling instances are registered with the target group. // // * InService - At least one Auto Scaling instance passed an ELB health // check. // // * Removing - The Auto Scaling instances are being deregistered from the // target group. If connection draining is enabled, Elastic Load Balancing // waits for in-flight requests to complete before deregistering the instances. // // * Removed - All Auto Scaling instances are deregistered from the target // group. State *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes the state of a target group.
If you attach a target group to an existing Auto Scaling group, the initial state is Adding. The state transitions to Added after all Auto Scaling instances are registered with the target group. If Elastic Load Balancing health checks are enabled, the state transitions to InService after at least one Auto Scaling instance passes the health check. If EC2 health checks are enabled instead, the target group remains in the Added state.
func (LoadBalancerTargetGroupState) GoString ¶ added in v1.4.1
func (s LoadBalancerTargetGroupState) GoString() string
GoString returns the string representation
func (*LoadBalancerTargetGroupState) SetLoadBalancerTargetGroupARN ¶ added in v1.5.0
func (s *LoadBalancerTargetGroupState) SetLoadBalancerTargetGroupARN(v string) *LoadBalancerTargetGroupState
SetLoadBalancerTargetGroupARN sets the LoadBalancerTargetGroupARN field's value.
func (*LoadBalancerTargetGroupState) SetState ¶ added in v1.5.0
func (s *LoadBalancerTargetGroupState) SetState(v string) *LoadBalancerTargetGroupState
SetState sets the State field's value.
func (LoadBalancerTargetGroupState) String ¶ added in v1.4.1
func (s LoadBalancerTargetGroupState) String() string
String returns the string representation
type MetricCollectionType ¶
type MetricCollectionType struct { // One of the following metrics: // // * GroupMinSize // // * GroupMaxSize // // * GroupDesiredCapacity // // * GroupInServiceInstances // // * GroupPendingInstances // // * GroupStandbyInstances // // * GroupTerminatingInstances // // * GroupTotalInstances // // * GroupInServiceCapacity // // * GroupPendingCapacity // // * GroupStandbyCapacity // // * GroupTerminatingCapacity // // * GroupTotalCapacity Metric *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a metric.
func (MetricCollectionType) GoString ¶ added in v0.6.5
func (s MetricCollectionType) GoString() string
GoString returns the string representation
func (*MetricCollectionType) SetMetric ¶ added in v1.5.0
func (s *MetricCollectionType) SetMetric(v string) *MetricCollectionType
SetMetric sets the Metric field's value.
func (MetricCollectionType) String ¶ added in v0.6.5
func (s MetricCollectionType) String() string
String returns the string representation
type MetricDimension ¶ added in v1.10.9
type MetricDimension struct { // The name of the dimension. // // Name is a required field Name *string `type:"string" required:"true"` // The value of the dimension. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
Describes the dimension of a metric.
func (MetricDimension) GoString ¶ added in v1.10.9
func (s MetricDimension) GoString() string
GoString returns the string representation
func (*MetricDimension) SetName ¶ added in v1.10.9
func (s *MetricDimension) SetName(v string) *MetricDimension
SetName sets the Name field's value.
func (*MetricDimension) SetValue ¶ added in v1.10.9
func (s *MetricDimension) SetValue(v string) *MetricDimension
SetValue sets the Value field's value.
func (MetricDimension) String ¶ added in v1.10.9
func (s MetricDimension) String() string
String returns the string representation
func (*MetricDimension) Validate ¶ added in v1.10.9
func (s *MetricDimension) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type MetricGranularityType ¶
type MetricGranularityType struct { // The granularity. The only valid value is 1Minute. Granularity *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a granularity of a metric.
func (MetricGranularityType) GoString ¶ added in v0.6.5
func (s MetricGranularityType) GoString() string
GoString returns the string representation
func (*MetricGranularityType) SetGranularity ¶ added in v1.5.0
func (s *MetricGranularityType) SetGranularity(v string) *MetricGranularityType
SetGranularity sets the Granularity field's value.
func (MetricGranularityType) String ¶ added in v0.6.5
func (s MetricGranularityType) String() string
String returns the string representation
type MixedInstancesPolicy ¶ added in v1.15.76
type MixedInstancesPolicy struct { // Specifies the instances distribution. If not provided, the value for each // property in InstancesDistribution uses a default value. InstancesDistribution *InstancesDistribution `type:"structure"` // Specifies the launch template to use and optionally the instance types (overrides) // that are used to provision EC2 instances to fulfill On-Demand and Spot capacities. // Required when creating a mixed instances policy. LaunchTemplate *LaunchTemplate `type:"structure"` // contains filtered or unexported fields }
Describes a mixed instances policy for an Auto Scaling group. With mixed instances, your Auto Scaling group can provision a combination of On-Demand Instances and Spot Instances across multiple instance types. For more information, see Auto Scaling groups with multiple instance types and purchase options (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-purchase-options.html) in the Amazon EC2 Auto Scaling User Guide.
You can create a mixed instances policy for a new Auto Scaling group, or you can create it for an existing group by updating the group to specify MixedInstancesPolicy as the top-level property instead of a launch configuration or launch template.
func (MixedInstancesPolicy) GoString ¶ added in v1.15.76
func (s MixedInstancesPolicy) GoString() string
GoString returns the string representation
func (*MixedInstancesPolicy) SetInstancesDistribution ¶ added in v1.15.76
func (s *MixedInstancesPolicy) SetInstancesDistribution(v *InstancesDistribution) *MixedInstancesPolicy
SetInstancesDistribution sets the InstancesDistribution field's value.
func (*MixedInstancesPolicy) SetLaunchTemplate ¶ added in v1.15.76
func (s *MixedInstancesPolicy) SetLaunchTemplate(v *LaunchTemplate) *MixedInstancesPolicy
SetLaunchTemplate sets the LaunchTemplate field's value.
func (MixedInstancesPolicy) String ¶ added in v1.15.76
func (s MixedInstancesPolicy) String() string
String returns the string representation
func (*MixedInstancesPolicy) Validate ¶ added in v1.15.76
func (s *MixedInstancesPolicy) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type NotificationConfiguration ¶
type NotificationConfiguration struct { // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // One of the following event notification types: // // * autoscaling:EC2_INSTANCE_LAUNCH // // * autoscaling:EC2_INSTANCE_LAUNCH_ERROR // // * autoscaling:EC2_INSTANCE_TERMINATE // // * autoscaling:EC2_INSTANCE_TERMINATE_ERROR // // * autoscaling:TEST_NOTIFICATION NotificationType *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the Amazon Simple Notification Service // (Amazon SNS) topic. TopicARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a notification.
func (NotificationConfiguration) GoString ¶ added in v0.6.5
func (s NotificationConfiguration) GoString() string
GoString returns the string representation
func (*NotificationConfiguration) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *NotificationConfiguration) SetAutoScalingGroupName(v string) *NotificationConfiguration
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*NotificationConfiguration) SetNotificationType ¶ added in v1.5.0
func (s *NotificationConfiguration) SetNotificationType(v string) *NotificationConfiguration
SetNotificationType sets the NotificationType field's value.
func (*NotificationConfiguration) SetTopicARN ¶ added in v1.5.0
func (s *NotificationConfiguration) SetTopicARN(v string) *NotificationConfiguration
SetTopicARN sets the TopicARN field's value.
func (NotificationConfiguration) String ¶ added in v0.6.5
func (s NotificationConfiguration) String() string
String returns the string representation
type PredefinedMetricSpecification ¶ added in v1.10.9
type PredefinedMetricSpecification struct { // The metric type. The following predefined metrics are available: // // * ASGAverageCPUUtilization - Average CPU utilization of the Auto Scaling // group. // // * ASGAverageNetworkIn - Average number of bytes received on all network // interfaces by the Auto Scaling group. // // * ASGAverageNetworkOut - Average number of bytes sent out on all network // interfaces by the Auto Scaling group. // // * ALBRequestCountPerTarget - Number of requests completed per target in // an Application Load Balancer target group. // // PredefinedMetricType is a required field PredefinedMetricType *string `type:"string" required:"true" enum:"MetricType"` // Identifies the resource associated with the metric type. You can't specify // a resource label unless the metric type is ALBRequestCountPerTarget and there // is a target group attached to the Auto Scaling group. // // You create the resource label by appending the final portion of the load // balancer ARN and the final portion of the target group ARN into a single // value, separated by a forward slash (/). The format is app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>, // where: // // * app/<load-balancer-name>/<load-balancer-id> is the final portion of // the load balancer ARN // // * targetgroup/<target-group-name>/<target-group-id> is the final portion // of the target group ARN. // // This is an example: app/EC2Co-EcsEl-1TKLTMITMM0EO/f37c06a68c1748aa/targetgroup/EC2Co-Defau-LDNM7Q3ZH1ZN/6d4ea56ca2d6a18d. // // To find the ARN for an Application Load Balancer, use the DescribeLoadBalancers // (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html) // API operation. To find the ARN for the target group, use the DescribeTargetGroups // (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html) // API operation. ResourceLabel *string `min:"1" type:"string"` // contains filtered or unexported fields }
Represents a predefined metric for a target tracking scaling policy to use with Amazon EC2 Auto Scaling.
func (PredefinedMetricSpecification) GoString ¶ added in v1.10.9
func (s PredefinedMetricSpecification) GoString() string
GoString returns the string representation
func (*PredefinedMetricSpecification) SetPredefinedMetricType ¶ added in v1.10.9
func (s *PredefinedMetricSpecification) SetPredefinedMetricType(v string) *PredefinedMetricSpecification
SetPredefinedMetricType sets the PredefinedMetricType field's value.
func (*PredefinedMetricSpecification) SetResourceLabel ¶ added in v1.10.9
func (s *PredefinedMetricSpecification) SetResourceLabel(v string) *PredefinedMetricSpecification
SetResourceLabel sets the ResourceLabel field's value.
func (PredefinedMetricSpecification) String ¶ added in v1.10.9
func (s PredefinedMetricSpecification) String() string
String returns the string representation
func (*PredefinedMetricSpecification) Validate ¶ added in v1.10.9
func (s *PredefinedMetricSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProcessType ¶
type ProcessType struct { // One of the following processes: // // * Launch // // * Terminate // // * AddToLoadBalancer // // * AlarmNotification // // * AZRebalance // // * HealthCheck // // * InstanceRefresh // // * ReplaceUnhealthy // // * ScheduledActions // // ProcessName is a required field ProcessName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Describes a process type.
For more information, see Scaling processes (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html#process-types) in the Amazon EC2 Auto Scaling User Guide.
func (ProcessType) GoString ¶ added in v0.6.5
func (s ProcessType) GoString() string
GoString returns the string representation
func (*ProcessType) SetProcessName ¶ added in v1.5.0
func (s *ProcessType) SetProcessName(v string) *ProcessType
SetProcessName sets the ProcessName field's value.
func (ProcessType) String ¶ added in v0.6.5
func (s ProcessType) String() string
String returns the string representation
type PutLifecycleHookInput ¶
type PutLifecycleHookInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // Defines the action the Auto Scaling group should take when the lifecycle // hook timeout elapses or if an unexpected failure occurs. This parameter can // be either CONTINUE or ABANDON. The default value is ABANDON. DefaultResult *string `type:"string"` // The maximum time, in seconds, that can elapse before the lifecycle hook times // out. The range is from 30 to 7200 seconds. The default value is 3600 seconds // (1 hour). // // If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action // that you specified in the DefaultResult parameter. You can prevent the lifecycle // hook from timing out by calling the RecordLifecycleActionHeartbeat API. HeartbeatTimeout *int64 `type:"integer"` // The name of the lifecycle hook. // // LifecycleHookName is a required field LifecycleHookName *string `min:"1" type:"string" required:"true"` // The instance state to which you want to attach the lifecycle hook. The valid // values are: // // * autoscaling:EC2_INSTANCE_LAUNCHING // // * autoscaling:EC2_INSTANCE_TERMINATING // // Required for new lifecycle hooks, but optional when updating existing hooks. LifecycleTransition *string `type:"string"` // Additional information that you want to include any time Amazon EC2 Auto // Scaling sends a message to the notification target. NotificationMetadata *string `min:"1" type:"string"` // The ARN of the notification target that Amazon EC2 Auto Scaling uses to notify // you when an instance is in the transition state for the lifecycle hook. This // target can be either an SQS queue or an SNS topic. // // If you specify an empty string, this overrides the current ARN. // // This operation uses the JSON format when sending notifications to an Amazon // SQS queue, and an email key-value pair format when sending notifications // to an Amazon SNS topic. // // When you specify a notification target, Amazon EC2 Auto Scaling sends it // a test message. Test messages contain the following additional key-value // pair: "Event": "autoscaling:TEST_NOTIFICATION". NotificationTargetARN *string `type:"string"` // The ARN of the IAM role that allows the Auto Scaling group to publish to // the specified notification target, for example, an Amazon SNS topic or an // Amazon SQS queue. // // Required for new lifecycle hooks, but optional when updating existing hooks. RoleARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutLifecycleHookInput) GoString ¶ added in v0.6.5
func (s PutLifecycleHookInput) GoString() string
GoString returns the string representation
func (*PutLifecycleHookInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetAutoScalingGroupName(v string) *PutLifecycleHookInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*PutLifecycleHookInput) SetDefaultResult ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetDefaultResult(v string) *PutLifecycleHookInput
SetDefaultResult sets the DefaultResult field's value.
func (*PutLifecycleHookInput) SetHeartbeatTimeout ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetHeartbeatTimeout(v int64) *PutLifecycleHookInput
SetHeartbeatTimeout sets the HeartbeatTimeout field's value.
func (*PutLifecycleHookInput) SetLifecycleHookName ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetLifecycleHookName(v string) *PutLifecycleHookInput
SetLifecycleHookName sets the LifecycleHookName field's value.
func (*PutLifecycleHookInput) SetLifecycleTransition ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetLifecycleTransition(v string) *PutLifecycleHookInput
SetLifecycleTransition sets the LifecycleTransition field's value.
func (*PutLifecycleHookInput) SetNotificationMetadata ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetNotificationMetadata(v string) *PutLifecycleHookInput
SetNotificationMetadata sets the NotificationMetadata field's value.
func (*PutLifecycleHookInput) SetNotificationTargetARN ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetNotificationTargetARN(v string) *PutLifecycleHookInput
SetNotificationTargetARN sets the NotificationTargetARN field's value.
func (*PutLifecycleHookInput) SetRoleARN ¶ added in v1.5.0
func (s *PutLifecycleHookInput) SetRoleARN(v string) *PutLifecycleHookInput
SetRoleARN sets the RoleARN field's value.
func (PutLifecycleHookInput) String ¶ added in v0.6.5
func (s PutLifecycleHookInput) String() string
String returns the string representation
func (*PutLifecycleHookInput) Validate ¶ added in v1.1.21
func (s *PutLifecycleHookInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutLifecycleHookOutput ¶
type PutLifecycleHookOutput struct {
// contains filtered or unexported fields
}
func (PutLifecycleHookOutput) GoString ¶ added in v0.6.5
func (s PutLifecycleHookOutput) GoString() string
GoString returns the string representation
func (PutLifecycleHookOutput) String ¶ added in v0.6.5
func (s PutLifecycleHookOutput) String() string
String returns the string representation
type PutNotificationConfigurationInput ¶
type PutNotificationConfigurationInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The type of event that causes the notification to be sent. To query the notification // types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes // API. // // NotificationTypes is a required field NotificationTypes []*string `type:"list" required:"true"` // The Amazon Resource Name (ARN) of the Amazon Simple Notification Service // (Amazon SNS) topic. // // TopicARN is a required field TopicARN *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (PutNotificationConfigurationInput) GoString ¶ added in v0.6.5
func (s PutNotificationConfigurationInput) GoString() string
GoString returns the string representation
func (*PutNotificationConfigurationInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *PutNotificationConfigurationInput) SetAutoScalingGroupName(v string) *PutNotificationConfigurationInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*PutNotificationConfigurationInput) SetNotificationTypes ¶ added in v1.5.0
func (s *PutNotificationConfigurationInput) SetNotificationTypes(v []*string) *PutNotificationConfigurationInput
SetNotificationTypes sets the NotificationTypes field's value.
func (*PutNotificationConfigurationInput) SetTopicARN ¶ added in v1.5.0
func (s *PutNotificationConfigurationInput) SetTopicARN(v string) *PutNotificationConfigurationInput
SetTopicARN sets the TopicARN field's value.
func (PutNotificationConfigurationInput) String ¶ added in v0.6.5
func (s PutNotificationConfigurationInput) String() string
String returns the string representation
func (*PutNotificationConfigurationInput) Validate ¶ added in v1.1.21
func (s *PutNotificationConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutNotificationConfigurationOutput ¶
type PutNotificationConfigurationOutput struct {
// contains filtered or unexported fields
}
func (PutNotificationConfigurationOutput) GoString ¶ added in v0.6.5
func (s PutNotificationConfigurationOutput) GoString() string
GoString returns the string representation
func (PutNotificationConfigurationOutput) String ¶ added in v0.6.5
func (s PutNotificationConfigurationOutput) String() string
String returns the string representation
type PutScalingPolicyInput ¶
type PutScalingPolicyInput struct { // Specifies how the scaling adjustment is interpreted (for example, an absolute // number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, // and PercentChangeInCapacity. // // Required if the policy type is StepScaling or SimpleScaling. For more information, // see Scaling adjustment types (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html#as-scaling-adjustment) // in the Amazon EC2 Auto Scaling User Guide. AdjustmentType *string `min:"1" type:"string"` // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The duration of the policy's cooldown period, in seconds. When a cooldown // period is specified here, it overrides the default cooldown period defined // for the Auto Scaling group. // // Valid only if the policy type is SimpleScaling. For more information, see // Scaling cooldowns for Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html) // in the Amazon EC2 Auto Scaling User Guide. Cooldown *int64 `type:"integer"` // Indicates whether the scaling policy is enabled or disabled. The default // is enabled. For more information, see Disabling a scaling policy for an Auto // Scaling group (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-enable-disable-scaling-policy.html) // in the Amazon EC2 Auto Scaling User Guide. Enabled *bool `type:"boolean"` // The estimated time, in seconds, until a newly launched instance can contribute // to the CloudWatch metrics. If not provided, the default is to use the value // from the default cooldown period for the Auto Scaling group. // // Valid only if the policy type is TargetTrackingScaling or StepScaling. EstimatedInstanceWarmup *int64 `type:"integer"` // The aggregation type for the CloudWatch metrics. The valid values are Minimum, // Maximum, and Average. If the aggregation type is null, the value is treated // as Average. // // Valid only if the policy type is StepScaling. MetricAggregationType *string `min:"1" type:"string"` // The minimum value to scale by when the adjustment type is PercentChangeInCapacity. // For example, suppose that you create a step scaling policy to scale out an // Auto Scaling group by 25 percent and you specify a MinAdjustmentMagnitude // of 2. If the group has 4 instances and the scaling policy is performed, 25 // percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude // of 2, Amazon EC2 Auto Scaling scales out the group by 2 instances. // // Valid only if the policy type is StepScaling or SimpleScaling. For more information, // see Scaling adjustment types (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html#as-scaling-adjustment) // in the Amazon EC2 Auto Scaling User Guide. // // Some Auto Scaling groups use instance weights. In this case, set the MinAdjustmentMagnitude // to a value that is at least as large as your largest instance weight. MinAdjustmentMagnitude *int64 `type:"integer"` // Available for backward compatibility. Use MinAdjustmentMagnitude instead. MinAdjustmentStep *int64 `deprecated:"true" type:"integer"` // The name of the policy. // // PolicyName is a required field PolicyName *string `min:"1" type:"string" required:"true"` // One of the following policy types: // // * TargetTrackingScaling // // * StepScaling // // * SimpleScaling (default) PolicyType *string `min:"1" type:"string"` // The amount by which to scale, based on the specified adjustment type. A positive // value adds to the current capacity while a negative number removes from the // current capacity. For exact capacity, you must specify a positive value. // // Required if the policy type is SimpleScaling. (Not used with any other policy // type.) ScalingAdjustment *int64 `type:"integer"` // A set of adjustments that enable you to scale based on the size of the alarm // breach. // // Required if the policy type is StepScaling. (Not used with any other policy // type.) StepAdjustments []*StepAdjustment `type:"list"` // A target tracking scaling policy. Includes support for predefined or customized // metrics. // // The following predefined metrics are available: // // * ASGAverageCPUUtilization // // * ASGAverageNetworkIn // // * ASGAverageNetworkOut // // * ALBRequestCountPerTarget // // If you specify ALBRequestCountPerTarget for the metric, you must specify // the ResourceLabel parameter with the PredefinedMetricSpecification. // // For more information, see TargetTrackingConfiguration (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_TargetTrackingConfiguration.html) // in the Amazon EC2 Auto Scaling API Reference. // // Required if the policy type is TargetTrackingScaling. TargetTrackingConfiguration *TargetTrackingConfiguration `type:"structure"` // contains filtered or unexported fields }
func (PutScalingPolicyInput) GoString ¶ added in v0.6.5
func (s PutScalingPolicyInput) GoString() string
GoString returns the string representation
func (*PutScalingPolicyInput) SetAdjustmentType ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetAdjustmentType(v string) *PutScalingPolicyInput
SetAdjustmentType sets the AdjustmentType field's value.
func (*PutScalingPolicyInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetAutoScalingGroupName(v string) *PutScalingPolicyInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*PutScalingPolicyInput) SetCooldown ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetCooldown(v int64) *PutScalingPolicyInput
SetCooldown sets the Cooldown field's value.
func (*PutScalingPolicyInput) SetEnabled ¶ added in v1.29.5
func (s *PutScalingPolicyInput) SetEnabled(v bool) *PutScalingPolicyInput
SetEnabled sets the Enabled field's value.
func (*PutScalingPolicyInput) SetEstimatedInstanceWarmup ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetEstimatedInstanceWarmup(v int64) *PutScalingPolicyInput
SetEstimatedInstanceWarmup sets the EstimatedInstanceWarmup field's value.
func (*PutScalingPolicyInput) SetMetricAggregationType ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetMetricAggregationType(v string) *PutScalingPolicyInput
SetMetricAggregationType sets the MetricAggregationType field's value.
func (*PutScalingPolicyInput) SetMinAdjustmentMagnitude ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetMinAdjustmentMagnitude(v int64) *PutScalingPolicyInput
SetMinAdjustmentMagnitude sets the MinAdjustmentMagnitude field's value.
func (*PutScalingPolicyInput) SetMinAdjustmentStep ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetMinAdjustmentStep(v int64) *PutScalingPolicyInput
SetMinAdjustmentStep sets the MinAdjustmentStep field's value.
func (*PutScalingPolicyInput) SetPolicyName ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetPolicyName(v string) *PutScalingPolicyInput
SetPolicyName sets the PolicyName field's value.
func (*PutScalingPolicyInput) SetPolicyType ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetPolicyType(v string) *PutScalingPolicyInput
SetPolicyType sets the PolicyType field's value.
func (*PutScalingPolicyInput) SetScalingAdjustment ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetScalingAdjustment(v int64) *PutScalingPolicyInput
SetScalingAdjustment sets the ScalingAdjustment field's value.
func (*PutScalingPolicyInput) SetStepAdjustments ¶ added in v1.5.0
func (s *PutScalingPolicyInput) SetStepAdjustments(v []*StepAdjustment) *PutScalingPolicyInput
SetStepAdjustments sets the StepAdjustments field's value.
func (*PutScalingPolicyInput) SetTargetTrackingConfiguration ¶ added in v1.10.9
func (s *PutScalingPolicyInput) SetTargetTrackingConfiguration(v *TargetTrackingConfiguration) *PutScalingPolicyInput
SetTargetTrackingConfiguration sets the TargetTrackingConfiguration field's value.
func (PutScalingPolicyInput) String ¶ added in v0.6.5
func (s PutScalingPolicyInput) String() string
String returns the string representation
func (*PutScalingPolicyInput) Validate ¶ added in v1.1.21
func (s *PutScalingPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutScalingPolicyOutput ¶
type PutScalingPolicyOutput struct { // The CloudWatch alarms created for the target tracking scaling policy. Alarms []*Alarm `type:"list"` // The Amazon Resource Name (ARN) of the policy. PolicyARN *string `min:"1" type:"string"` // contains filtered or unexported fields }
Contains the output of PutScalingPolicy.
func (PutScalingPolicyOutput) GoString ¶ added in v0.6.5
func (s PutScalingPolicyOutput) GoString() string
GoString returns the string representation
func (*PutScalingPolicyOutput) SetAlarms ¶ added in v1.10.9
func (s *PutScalingPolicyOutput) SetAlarms(v []*Alarm) *PutScalingPolicyOutput
SetAlarms sets the Alarms field's value.
func (*PutScalingPolicyOutput) SetPolicyARN ¶ added in v1.5.0
func (s *PutScalingPolicyOutput) SetPolicyARN(v string) *PutScalingPolicyOutput
SetPolicyARN sets the PolicyARN field's value.
func (PutScalingPolicyOutput) String ¶ added in v0.6.5
func (s PutScalingPolicyOutput) String() string
String returns the string representation
type PutScheduledUpdateGroupActionInput ¶
type PutScheduledUpdateGroupActionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The desired capacity is the initial capacity of the Auto Scaling group after // the scheduled action runs and the capacity it attempts to maintain. It can // scale beyond this capacity if you add more scaling conditions. DesiredCapacity *int64 `type:"integer"` // The date and time for the recurring schedule to end, in UTC. EndTime *time.Time `type:"timestamp"` // The maximum size of the Auto Scaling group. MaxSize *int64 `type:"integer"` // The minimum size of the Auto Scaling group. MinSize *int64 `type:"integer"` // The recurring schedule for this action. This format consists of five fields // separated by white spaces: [Minute] [Hour] [Day_of_Month] [Month_of_Year] // [Day_of_Week]. The value must be in quotes (for example, "30 0 1 1,6,12 *"). // For more information about this format, see Crontab (http://crontab.org). // // When StartTime and EndTime are specified with Recurrence, they form the boundaries // of when the recurring action starts and stops. // // Cron expressions use Universal Coordinated Time (UTC) by default. Recurrence *string `min:"1" type:"string"` // The name of this scaling action. // // ScheduledActionName is a required field ScheduledActionName *string `min:"1" type:"string" required:"true"` // The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format // in UTC/GMT only and in quotes (for example, "2019-06-01T00:00:00Z"). // // If you specify Recurrence and StartTime, Amazon EC2 Auto Scaling performs // the action at this time, and then performs the action based on the specified // recurrence. // // If you try to schedule your action in the past, Amazon EC2 Auto Scaling returns // an error message. StartTime *time.Time `type:"timestamp"` // This parameter is no longer used. Time *time.Time `type:"timestamp"` // Specifies the time zone for a cron expression. If a time zone is not provided, // UTC is used by default. // // Valid values are the canonical names of the IANA time zones, derived from // the IANA Time Zone Database (such as Etc/GMT+9 or Pacific/Tahiti). For more // information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones // (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). TimeZone *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (PutScheduledUpdateGroupActionInput) GoString ¶ added in v0.6.5
func (s PutScheduledUpdateGroupActionInput) GoString() string
GoString returns the string representation
func (*PutScheduledUpdateGroupActionInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetAutoScalingGroupName(v string) *PutScheduledUpdateGroupActionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*PutScheduledUpdateGroupActionInput) SetDesiredCapacity ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetDesiredCapacity(v int64) *PutScheduledUpdateGroupActionInput
SetDesiredCapacity sets the DesiredCapacity field's value.
func (*PutScheduledUpdateGroupActionInput) SetEndTime ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetEndTime(v time.Time) *PutScheduledUpdateGroupActionInput
SetEndTime sets the EndTime field's value.
func (*PutScheduledUpdateGroupActionInput) SetMaxSize ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetMaxSize(v int64) *PutScheduledUpdateGroupActionInput
SetMaxSize sets the MaxSize field's value.
func (*PutScheduledUpdateGroupActionInput) SetMinSize ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetMinSize(v int64) *PutScheduledUpdateGroupActionInput
SetMinSize sets the MinSize field's value.
func (*PutScheduledUpdateGroupActionInput) SetRecurrence ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetRecurrence(v string) *PutScheduledUpdateGroupActionInput
SetRecurrence sets the Recurrence field's value.
func (*PutScheduledUpdateGroupActionInput) SetScheduledActionName ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetScheduledActionName(v string) *PutScheduledUpdateGroupActionInput
SetScheduledActionName sets the ScheduledActionName field's value.
func (*PutScheduledUpdateGroupActionInput) SetStartTime ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetStartTime(v time.Time) *PutScheduledUpdateGroupActionInput
SetStartTime sets the StartTime field's value.
func (*PutScheduledUpdateGroupActionInput) SetTime ¶ added in v1.5.0
func (s *PutScheduledUpdateGroupActionInput) SetTime(v time.Time) *PutScheduledUpdateGroupActionInput
SetTime sets the Time field's value.
func (*PutScheduledUpdateGroupActionInput) SetTimeZone ¶ added in v1.37.27
func (s *PutScheduledUpdateGroupActionInput) SetTimeZone(v string) *PutScheduledUpdateGroupActionInput
SetTimeZone sets the TimeZone field's value.
func (PutScheduledUpdateGroupActionInput) String ¶ added in v0.6.5
func (s PutScheduledUpdateGroupActionInput) String() string
String returns the string representation
func (*PutScheduledUpdateGroupActionInput) Validate ¶ added in v1.1.21
func (s *PutScheduledUpdateGroupActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutScheduledUpdateGroupActionOutput ¶
type PutScheduledUpdateGroupActionOutput struct {
// contains filtered or unexported fields
}
func (PutScheduledUpdateGroupActionOutput) GoString ¶ added in v0.6.5
func (s PutScheduledUpdateGroupActionOutput) GoString() string
GoString returns the string representation
func (PutScheduledUpdateGroupActionOutput) String ¶ added in v0.6.5
func (s PutScheduledUpdateGroupActionOutput) String() string
String returns the string representation
type RecordLifecycleActionHeartbeatInput ¶
type RecordLifecycleActionHeartbeatInput 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"` // A token that uniquely identifies a specific lifecycle action associated with // an instance. Amazon EC2 Auto Scaling sends this token to the notification // target that 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 (RecordLifecycleActionHeartbeatInput) GoString ¶ added in v0.6.5
func (s RecordLifecycleActionHeartbeatInput) GoString() string
GoString returns the string representation
func (*RecordLifecycleActionHeartbeatInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *RecordLifecycleActionHeartbeatInput) SetAutoScalingGroupName(v string) *RecordLifecycleActionHeartbeatInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*RecordLifecycleActionHeartbeatInput) SetInstanceId ¶ added in v1.5.0
func (s *RecordLifecycleActionHeartbeatInput) SetInstanceId(v string) *RecordLifecycleActionHeartbeatInput
SetInstanceId sets the InstanceId field's value.
func (*RecordLifecycleActionHeartbeatInput) SetLifecycleActionToken ¶ added in v1.5.0
func (s *RecordLifecycleActionHeartbeatInput) SetLifecycleActionToken(v string) *RecordLifecycleActionHeartbeatInput
SetLifecycleActionToken sets the LifecycleActionToken field's value.
func (*RecordLifecycleActionHeartbeatInput) SetLifecycleHookName ¶ added in v1.5.0
func (s *RecordLifecycleActionHeartbeatInput) SetLifecycleHookName(v string) *RecordLifecycleActionHeartbeatInput
SetLifecycleHookName sets the LifecycleHookName field's value.
func (RecordLifecycleActionHeartbeatInput) String ¶ added in v0.6.5
func (s RecordLifecycleActionHeartbeatInput) String() string
String returns the string representation
func (*RecordLifecycleActionHeartbeatInput) Validate ¶ added in v1.1.21
func (s *RecordLifecycleActionHeartbeatInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RecordLifecycleActionHeartbeatOutput ¶
type RecordLifecycleActionHeartbeatOutput struct {
// contains filtered or unexported fields
}
func (RecordLifecycleActionHeartbeatOutput) GoString ¶ added in v0.6.5
func (s RecordLifecycleActionHeartbeatOutput) GoString() string
GoString returns the string representation
func (RecordLifecycleActionHeartbeatOutput) String ¶ added in v0.6.5
func (s RecordLifecycleActionHeartbeatOutput) String() string
String returns the string representation
type RefreshPreferences ¶ added in v1.32.3
type RefreshPreferences struct { // The number of seconds until a newly launched instance is configured and ready // to use. During this time, Amazon EC2 Auto Scaling does not immediately move // on to the next replacement. The default is to use the value for the health // check grace period defined for the group. InstanceWarmup *int64 `type:"integer"` // The amount of capacity in the Auto Scaling group that must remain healthy // during an instance refresh to allow the operation to continue, as a percentage // of the desired capacity of the Auto Scaling group (rounded up to the nearest // integer). The default is 90. MinHealthyPercentage *int64 `type:"integer"` // contains filtered or unexported fields }
Describes information used to start an instance refresh.
func (RefreshPreferences) GoString ¶ added in v1.32.3
func (s RefreshPreferences) GoString() string
GoString returns the string representation
func (*RefreshPreferences) SetInstanceWarmup ¶ added in v1.32.3
func (s *RefreshPreferences) SetInstanceWarmup(v int64) *RefreshPreferences
SetInstanceWarmup sets the InstanceWarmup field's value.
func (*RefreshPreferences) SetMinHealthyPercentage ¶ added in v1.32.3
func (s *RefreshPreferences) SetMinHealthyPercentage(v int64) *RefreshPreferences
SetMinHealthyPercentage sets the MinHealthyPercentage field's value.
func (RefreshPreferences) String ¶ added in v1.32.3
func (s RefreshPreferences) String() string
String returns the string representation
type ResumeProcessesOutput ¶
type ResumeProcessesOutput struct {
// contains filtered or unexported fields
}
func (ResumeProcessesOutput) GoString ¶ added in v0.6.5
func (s ResumeProcessesOutput) GoString() string
GoString returns the string representation
func (ResumeProcessesOutput) String ¶ added in v0.6.5
func (s ResumeProcessesOutput) String() string
String returns the string representation
type ScalingPolicy ¶
type ScalingPolicy struct { // Specifies how the scaling adjustment is interpreted (for example, an absolute // number or a percentage). The valid values are ChangeInCapacity, ExactCapacity, // and PercentChangeInCapacity. AdjustmentType *string `min:"1" type:"string"` // The CloudWatch alarms related to the policy. Alarms []*Alarm `type:"list"` // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // The duration of the policy's cooldown period, in seconds. Cooldown *int64 `type:"integer"` // Indicates whether the policy is enabled (true) or disabled (false). Enabled *bool `type:"boolean"` // The estimated time, in seconds, until a newly launched instance can contribute // to the CloudWatch metrics. EstimatedInstanceWarmup *int64 `type:"integer"` // The aggregation type for the CloudWatch metrics. The valid values are Minimum, // Maximum, and Average. MetricAggregationType *string `min:"1" type:"string"` // The minimum value to scale by when the adjustment type is PercentChangeInCapacity. MinAdjustmentMagnitude *int64 `type:"integer"` // Available for backward compatibility. Use MinAdjustmentMagnitude instead. MinAdjustmentStep *int64 `deprecated:"true" type:"integer"` // The Amazon Resource Name (ARN) of the policy. PolicyARN *string `min:"1" type:"string"` // The name of the scaling policy. PolicyName *string `min:"1" type:"string"` // One of the following policy types: // // * TargetTrackingScaling // // * StepScaling // // * SimpleScaling (default) // // For more information, see Target tracking scaling policies (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-target-tracking.html) // and Step and simple scaling policies (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html) // in the Amazon EC2 Auto Scaling User Guide. PolicyType *string `min:"1" type:"string"` // The amount by which to scale, based on the specified adjustment type. A positive // value adds to the current capacity while a negative number removes from the // current capacity. ScalingAdjustment *int64 `type:"integer"` // A set of adjustments that enable you to scale based on the size of the alarm // breach. StepAdjustments []*StepAdjustment `type:"list"` // A target tracking scaling policy. TargetTrackingConfiguration *TargetTrackingConfiguration `type:"structure"` // contains filtered or unexported fields }
Describes a scaling policy.
func (ScalingPolicy) GoString ¶ added in v0.6.5
func (s ScalingPolicy) GoString() string
GoString returns the string representation
func (*ScalingPolicy) SetAdjustmentType ¶ added in v1.5.0
func (s *ScalingPolicy) SetAdjustmentType(v string) *ScalingPolicy
SetAdjustmentType sets the AdjustmentType field's value.
func (*ScalingPolicy) SetAlarms ¶ added in v1.5.0
func (s *ScalingPolicy) SetAlarms(v []*Alarm) *ScalingPolicy
SetAlarms sets the Alarms field's value.
func (*ScalingPolicy) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *ScalingPolicy) SetAutoScalingGroupName(v string) *ScalingPolicy
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*ScalingPolicy) SetCooldown ¶ added in v1.5.0
func (s *ScalingPolicy) SetCooldown(v int64) *ScalingPolicy
SetCooldown sets the Cooldown field's value.
func (*ScalingPolicy) SetEnabled ¶ added in v1.29.5
func (s *ScalingPolicy) SetEnabled(v bool) *ScalingPolicy
SetEnabled sets the Enabled field's value.
func (*ScalingPolicy) SetEstimatedInstanceWarmup ¶ added in v1.5.0
func (s *ScalingPolicy) SetEstimatedInstanceWarmup(v int64) *ScalingPolicy
SetEstimatedInstanceWarmup sets the EstimatedInstanceWarmup field's value.
func (*ScalingPolicy) SetMetricAggregationType ¶ added in v1.5.0
func (s *ScalingPolicy) SetMetricAggregationType(v string) *ScalingPolicy
SetMetricAggregationType sets the MetricAggregationType field's value.
func (*ScalingPolicy) SetMinAdjustmentMagnitude ¶ added in v1.5.0
func (s *ScalingPolicy) SetMinAdjustmentMagnitude(v int64) *ScalingPolicy
SetMinAdjustmentMagnitude sets the MinAdjustmentMagnitude field's value.
func (*ScalingPolicy) SetMinAdjustmentStep ¶ added in v1.5.0
func (s *ScalingPolicy) SetMinAdjustmentStep(v int64) *ScalingPolicy
SetMinAdjustmentStep sets the MinAdjustmentStep field's value.
func (*ScalingPolicy) SetPolicyARN ¶ added in v1.5.0
func (s *ScalingPolicy) SetPolicyARN(v string) *ScalingPolicy
SetPolicyARN sets the PolicyARN field's value.
func (*ScalingPolicy) SetPolicyName ¶ added in v1.5.0
func (s *ScalingPolicy) SetPolicyName(v string) *ScalingPolicy
SetPolicyName sets the PolicyName field's value.
func (*ScalingPolicy) SetPolicyType ¶ added in v1.5.0
func (s *ScalingPolicy) SetPolicyType(v string) *ScalingPolicy
SetPolicyType sets the PolicyType field's value.
func (*ScalingPolicy) SetScalingAdjustment ¶ added in v1.5.0
func (s *ScalingPolicy) SetScalingAdjustment(v int64) *ScalingPolicy
SetScalingAdjustment sets the ScalingAdjustment field's value.
func (*ScalingPolicy) SetStepAdjustments ¶ added in v1.5.0
func (s *ScalingPolicy) SetStepAdjustments(v []*StepAdjustment) *ScalingPolicy
SetStepAdjustments sets the StepAdjustments field's value.
func (*ScalingPolicy) SetTargetTrackingConfiguration ¶ added in v1.10.9
func (s *ScalingPolicy) SetTargetTrackingConfiguration(v *TargetTrackingConfiguration) *ScalingPolicy
SetTargetTrackingConfiguration sets the TargetTrackingConfiguration field's value.
func (ScalingPolicy) String ¶ added in v0.6.5
func (s ScalingPolicy) String() string
String returns the string representation
type ScalingProcessQuery ¶
type ScalingProcessQuery struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // One or more of the following processes: // // * Launch // // * Terminate // // * AddToLoadBalancer // // * AlarmNotification // // * AZRebalance // // * HealthCheck // // * InstanceRefresh // // * ReplaceUnhealthy // // * ScheduledActions // // If you omit this parameter, all processes are specified. ScalingProcesses []*string `type:"list"` // contains filtered or unexported fields }
func (ScalingProcessQuery) GoString ¶ added in v0.6.5
func (s ScalingProcessQuery) GoString() string
GoString returns the string representation
func (*ScalingProcessQuery) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *ScalingProcessQuery) SetAutoScalingGroupName(v string) *ScalingProcessQuery
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*ScalingProcessQuery) SetScalingProcesses ¶ added in v1.5.0
func (s *ScalingProcessQuery) SetScalingProcesses(v []*string) *ScalingProcessQuery
SetScalingProcesses sets the ScalingProcesses field's value.
func (ScalingProcessQuery) String ¶ added in v0.6.5
func (s ScalingProcessQuery) String() string
String returns the string representation
func (*ScalingProcessQuery) Validate ¶ added in v1.1.21
func (s *ScalingProcessQuery) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ScheduledUpdateGroupAction ¶
type ScheduledUpdateGroupAction struct { // The name of the Auto Scaling group. AutoScalingGroupName *string `min:"1" type:"string"` // The desired capacity is the initial capacity of the Auto Scaling group after // the scheduled action runs and the capacity it attempts to maintain. DesiredCapacity *int64 `type:"integer"` // The date and time in UTC for the recurring schedule to end. For example, // "2019-06-01T00:00:00Z". EndTime *time.Time `type:"timestamp"` // The maximum size of the Auto Scaling group. MaxSize *int64 `type:"integer"` // The minimum size of the Auto Scaling group. MinSize *int64 `type:"integer"` // The recurring schedule for the action, in Unix cron syntax format. // // When StartTime and EndTime are specified with Recurrence, they form the boundaries // of when the recurring action starts and stops. Recurrence *string `min:"1" type:"string"` // The Amazon Resource Name (ARN) of the scheduled action. ScheduledActionARN *string `min:"1" type:"string"` // The name of the scheduled action. ScheduledActionName *string `min:"1" type:"string"` // The date and time in UTC for this action to start. For example, "2019-06-01T00:00:00Z". StartTime *time.Time `type:"timestamp"` // This parameter is no longer used. Time *time.Time `type:"timestamp"` // The time zone for the cron expression. TimeZone *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes a scheduled scaling action.
func (ScheduledUpdateGroupAction) GoString ¶ added in v0.6.5
func (s ScheduledUpdateGroupAction) GoString() string
GoString returns the string representation
func (*ScheduledUpdateGroupAction) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetAutoScalingGroupName(v string) *ScheduledUpdateGroupAction
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*ScheduledUpdateGroupAction) SetDesiredCapacity ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetDesiredCapacity(v int64) *ScheduledUpdateGroupAction
SetDesiredCapacity sets the DesiredCapacity field's value.
func (*ScheduledUpdateGroupAction) SetEndTime ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetEndTime(v time.Time) *ScheduledUpdateGroupAction
SetEndTime sets the EndTime field's value.
func (*ScheduledUpdateGroupAction) SetMaxSize ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetMaxSize(v int64) *ScheduledUpdateGroupAction
SetMaxSize sets the MaxSize field's value.
func (*ScheduledUpdateGroupAction) SetMinSize ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetMinSize(v int64) *ScheduledUpdateGroupAction
SetMinSize sets the MinSize field's value.
func (*ScheduledUpdateGroupAction) SetRecurrence ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetRecurrence(v string) *ScheduledUpdateGroupAction
SetRecurrence sets the Recurrence field's value.
func (*ScheduledUpdateGroupAction) SetScheduledActionARN ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetScheduledActionARN(v string) *ScheduledUpdateGroupAction
SetScheduledActionARN sets the ScheduledActionARN field's value.
func (*ScheduledUpdateGroupAction) SetScheduledActionName ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetScheduledActionName(v string) *ScheduledUpdateGroupAction
SetScheduledActionName sets the ScheduledActionName field's value.
func (*ScheduledUpdateGroupAction) SetStartTime ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetStartTime(v time.Time) *ScheduledUpdateGroupAction
SetStartTime sets the StartTime field's value.
func (*ScheduledUpdateGroupAction) SetTime ¶ added in v1.5.0
func (s *ScheduledUpdateGroupAction) SetTime(v time.Time) *ScheduledUpdateGroupAction
SetTime sets the Time field's value.
func (*ScheduledUpdateGroupAction) SetTimeZone ¶ added in v1.37.27
func (s *ScheduledUpdateGroupAction) SetTimeZone(v string) *ScheduledUpdateGroupAction
SetTimeZone sets the TimeZone field's value.
func (ScheduledUpdateGroupAction) String ¶ added in v0.6.5
func (s ScheduledUpdateGroupAction) String() string
String returns the string representation
type ScheduledUpdateGroupActionRequest ¶ added in v1.15.12
type ScheduledUpdateGroupActionRequest struct { // The desired capacity is the initial capacity of the Auto Scaling group after // the scheduled action runs and the capacity it attempts to maintain. DesiredCapacity *int64 `type:"integer"` // The date and time for the recurring schedule to end, in UTC. EndTime *time.Time `type:"timestamp"` // The maximum size of the Auto Scaling group. MaxSize *int64 `type:"integer"` // The minimum size of the Auto Scaling group. MinSize *int64 `type:"integer"` // The recurring schedule for the action, in Unix cron syntax format. This format // consists of five fields separated by white spaces: [Minute] [Hour] [Day_of_Month] // [Month_of_Year] [Day_of_Week]. The value must be in quotes (for example, // "30 0 1 1,6,12 *"). For more information about this format, see Crontab (http://crontab.org). // // When StartTime and EndTime are specified with Recurrence, they form the boundaries // of when the recurring action starts and stops. // // Cron expressions use Universal Coordinated Time (UTC) by default. Recurrence *string `min:"1" type:"string"` // The name of the scaling action. // // ScheduledActionName is a required field ScheduledActionName *string `min:"1" type:"string" required:"true"` // The date and time for the action to start, in YYYY-MM-DDThh:mm:ssZ format // in UTC/GMT only and in quotes (for example, "2019-06-01T00:00:00Z"). // // If you specify Recurrence and StartTime, Amazon EC2 Auto Scaling performs // the action at this time, and then performs the action based on the specified // recurrence. // // If you try to schedule the action in the past, Amazon EC2 Auto Scaling returns // an error message. StartTime *time.Time `type:"timestamp"` // Specifies the time zone for a cron expression. If a time zone is not provided, // UTC is used by default. // // Valid values are the canonical names of the IANA time zones, derived from // the IANA Time Zone Database (such as Etc/GMT+9 or Pacific/Tahiti). For more // information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones // (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). TimeZone *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes information used for one or more scheduled scaling action updates in a BatchPutScheduledUpdateGroupAction operation.
func (ScheduledUpdateGroupActionRequest) GoString ¶ added in v1.15.12
func (s ScheduledUpdateGroupActionRequest) GoString() string
GoString returns the string representation
func (*ScheduledUpdateGroupActionRequest) SetDesiredCapacity ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) SetDesiredCapacity(v int64) *ScheduledUpdateGroupActionRequest
SetDesiredCapacity sets the DesiredCapacity field's value.
func (*ScheduledUpdateGroupActionRequest) SetEndTime ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) SetEndTime(v time.Time) *ScheduledUpdateGroupActionRequest
SetEndTime sets the EndTime field's value.
func (*ScheduledUpdateGroupActionRequest) SetMaxSize ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) SetMaxSize(v int64) *ScheduledUpdateGroupActionRequest
SetMaxSize sets the MaxSize field's value.
func (*ScheduledUpdateGroupActionRequest) SetMinSize ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) SetMinSize(v int64) *ScheduledUpdateGroupActionRequest
SetMinSize sets the MinSize field's value.
func (*ScheduledUpdateGroupActionRequest) SetRecurrence ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) SetRecurrence(v string) *ScheduledUpdateGroupActionRequest
SetRecurrence sets the Recurrence field's value.
func (*ScheduledUpdateGroupActionRequest) SetScheduledActionName ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) SetScheduledActionName(v string) *ScheduledUpdateGroupActionRequest
SetScheduledActionName sets the ScheduledActionName field's value.
func (*ScheduledUpdateGroupActionRequest) SetStartTime ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) SetStartTime(v time.Time) *ScheduledUpdateGroupActionRequest
SetStartTime sets the StartTime field's value.
func (*ScheduledUpdateGroupActionRequest) SetTimeZone ¶ added in v1.37.27
func (s *ScheduledUpdateGroupActionRequest) SetTimeZone(v string) *ScheduledUpdateGroupActionRequest
SetTimeZone sets the TimeZone field's value.
func (ScheduledUpdateGroupActionRequest) String ¶ added in v1.15.12
func (s ScheduledUpdateGroupActionRequest) String() string
String returns the string representation
func (*ScheduledUpdateGroupActionRequest) Validate ¶ added in v1.15.12
func (s *ScheduledUpdateGroupActionRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetDesiredCapacityInput ¶
type SetDesiredCapacityInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // The desired capacity is the initial capacity of the Auto Scaling group after // this operation completes and the capacity it attempts to maintain. // // DesiredCapacity is a required field DesiredCapacity *int64 `type:"integer" required:"true"` // Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to // complete before initiating a scaling activity to set your Auto Scaling group // to its new capacity. By default, Amazon EC2 Auto Scaling does not honor the // cooldown period during manual scaling activities. HonorCooldown *bool `type:"boolean"` // contains filtered or unexported fields }
func (SetDesiredCapacityInput) GoString ¶ added in v0.6.5
func (s SetDesiredCapacityInput) GoString() string
GoString returns the string representation
func (*SetDesiredCapacityInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *SetDesiredCapacityInput) SetAutoScalingGroupName(v string) *SetDesiredCapacityInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*SetDesiredCapacityInput) SetDesiredCapacity ¶ added in v1.5.0
func (s *SetDesiredCapacityInput) SetDesiredCapacity(v int64) *SetDesiredCapacityInput
SetDesiredCapacity sets the DesiredCapacity field's value.
func (*SetDesiredCapacityInput) SetHonorCooldown ¶ added in v1.5.0
func (s *SetDesiredCapacityInput) SetHonorCooldown(v bool) *SetDesiredCapacityInput
SetHonorCooldown sets the HonorCooldown field's value.
func (SetDesiredCapacityInput) String ¶ added in v0.6.5
func (s SetDesiredCapacityInput) String() string
String returns the string representation
func (*SetDesiredCapacityInput) Validate ¶ added in v1.1.21
func (s *SetDesiredCapacityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetDesiredCapacityOutput ¶
type SetDesiredCapacityOutput struct {
// contains filtered or unexported fields
}
func (SetDesiredCapacityOutput) GoString ¶ added in v0.6.5
func (s SetDesiredCapacityOutput) GoString() string
GoString returns the string representation
func (SetDesiredCapacityOutput) String ¶ added in v0.6.5
func (s SetDesiredCapacityOutput) String() string
String returns the string representation
type SetInstanceHealthInput ¶
type SetInstanceHealthInput struct { // The health status of the instance. Set to Healthy to have the instance remain // in service. Set to Unhealthy to have the instance be out of service. Amazon // EC2 Auto Scaling terminates and replaces the unhealthy instance. // // HealthStatus is a required field HealthStatus *string `min:"1" type:"string" required:"true"` // The ID of the instance. // // InstanceId is a required field InstanceId *string `min:"1" type:"string" required:"true"` // If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod // specified for the group, by default, this call respects the grace period. // Set this to False, to have the call not respect the grace period associated // with the group. // // For more information about the health check grace period, see CreateAutoScalingGroup // (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_CreateAutoScalingGroup.html) // in the Amazon EC2 Auto Scaling API Reference. ShouldRespectGracePeriod *bool `type:"boolean"` // contains filtered or unexported fields }
func (SetInstanceHealthInput) GoString ¶ added in v0.6.5
func (s SetInstanceHealthInput) GoString() string
GoString returns the string representation
func (*SetInstanceHealthInput) SetHealthStatus ¶ added in v1.5.0
func (s *SetInstanceHealthInput) SetHealthStatus(v string) *SetInstanceHealthInput
SetHealthStatus sets the HealthStatus field's value.
func (*SetInstanceHealthInput) SetInstanceId ¶ added in v1.5.0
func (s *SetInstanceHealthInput) SetInstanceId(v string) *SetInstanceHealthInput
SetInstanceId sets the InstanceId field's value.
func (*SetInstanceHealthInput) SetShouldRespectGracePeriod ¶ added in v1.5.0
func (s *SetInstanceHealthInput) SetShouldRespectGracePeriod(v bool) *SetInstanceHealthInput
SetShouldRespectGracePeriod sets the ShouldRespectGracePeriod field's value.
func (SetInstanceHealthInput) String ¶ added in v0.6.5
func (s SetInstanceHealthInput) String() string
String returns the string representation
func (*SetInstanceHealthInput) Validate ¶ added in v1.1.21
func (s *SetInstanceHealthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetInstanceHealthOutput ¶
type SetInstanceHealthOutput struct {
// contains filtered or unexported fields
}
func (SetInstanceHealthOutput) GoString ¶ added in v0.6.5
func (s SetInstanceHealthOutput) GoString() string
GoString returns the string representation
func (SetInstanceHealthOutput) String ¶ added in v0.6.5
func (s SetInstanceHealthOutput) String() string
String returns the string representation
type SetInstanceProtectionInput ¶ added in v1.0.4
type SetInstanceProtectionInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // One or more instance IDs. You can specify up to 50 instances. // // InstanceIds is a required field InstanceIds []*string `type:"list" required:"true"` // Indicates whether the instance is protected from termination by Amazon EC2 // Auto Scaling when scaling in. // // ProtectedFromScaleIn is a required field ProtectedFromScaleIn *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
func (SetInstanceProtectionInput) GoString ¶ added in v1.0.4
func (s SetInstanceProtectionInput) GoString() string
GoString returns the string representation
func (*SetInstanceProtectionInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *SetInstanceProtectionInput) SetAutoScalingGroupName(v string) *SetInstanceProtectionInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*SetInstanceProtectionInput) SetInstanceIds ¶ added in v1.5.0
func (s *SetInstanceProtectionInput) SetInstanceIds(v []*string) *SetInstanceProtectionInput
SetInstanceIds sets the InstanceIds field's value.
func (*SetInstanceProtectionInput) SetProtectedFromScaleIn ¶ added in v1.5.0
func (s *SetInstanceProtectionInput) SetProtectedFromScaleIn(v bool) *SetInstanceProtectionInput
SetProtectedFromScaleIn sets the ProtectedFromScaleIn field's value.
func (SetInstanceProtectionInput) String ¶ added in v1.0.4
func (s SetInstanceProtectionInput) String() string
String returns the string representation
func (*SetInstanceProtectionInput) Validate ¶ added in v1.1.21
func (s *SetInstanceProtectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetInstanceProtectionOutput ¶ added in v1.0.4
type SetInstanceProtectionOutput struct {
// contains filtered or unexported fields
}
func (SetInstanceProtectionOutput) GoString ¶ added in v1.0.4
func (s SetInstanceProtectionOutput) GoString() string
GoString returns the string representation
func (SetInstanceProtectionOutput) String ¶ added in v1.0.4
func (s SetInstanceProtectionOutput) String() string
String returns the string representation
type StartInstanceRefreshInput ¶ added in v1.32.3
type StartInstanceRefreshInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // Set of preferences associated with the instance refresh request. // // If not provided, the default values are used. For MinHealthyPercentage, the // default value is 90. For InstanceWarmup, the default is to use the value // specified for the health check grace period for the Auto Scaling group. // // For more information, see RefreshPreferences (https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_RefreshPreferences.html) // in the Amazon EC2 Auto Scaling API Reference. Preferences *RefreshPreferences `type:"structure"` // The strategy to use for the instance refresh. The only valid value is Rolling. // // A rolling update is an update that is applied to all instances in an Auto // Scaling group until all instances have been updated. A rolling update can // fail due to failed health checks or if instances are on standby or are protected // from scale in. If the rolling update process fails, any instances that were // already replaced are not rolled back to their previous configuration. Strategy *string `type:"string" enum:"RefreshStrategy"` // contains filtered or unexported fields }
func (StartInstanceRefreshInput) GoString ¶ added in v1.32.3
func (s StartInstanceRefreshInput) GoString() string
GoString returns the string representation
func (*StartInstanceRefreshInput) SetAutoScalingGroupName ¶ added in v1.32.3
func (s *StartInstanceRefreshInput) SetAutoScalingGroupName(v string) *StartInstanceRefreshInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*StartInstanceRefreshInput) SetPreferences ¶ added in v1.32.3
func (s *StartInstanceRefreshInput) SetPreferences(v *RefreshPreferences) *StartInstanceRefreshInput
SetPreferences sets the Preferences field's value.
func (*StartInstanceRefreshInput) SetStrategy ¶ added in v1.32.3
func (s *StartInstanceRefreshInput) SetStrategy(v string) *StartInstanceRefreshInput
SetStrategy sets the Strategy field's value.
func (StartInstanceRefreshInput) String ¶ added in v1.32.3
func (s StartInstanceRefreshInput) String() string
String returns the string representation
func (*StartInstanceRefreshInput) Validate ¶ added in v1.32.3
func (s *StartInstanceRefreshInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartInstanceRefreshOutput ¶ added in v1.32.3
type StartInstanceRefreshOutput struct { // A unique ID for tracking the progress of the request. InstanceRefreshId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (StartInstanceRefreshOutput) GoString ¶ added in v1.32.3
func (s StartInstanceRefreshOutput) GoString() string
GoString returns the string representation
func (*StartInstanceRefreshOutput) SetInstanceRefreshId ¶ added in v1.32.3
func (s *StartInstanceRefreshOutput) SetInstanceRefreshId(v string) *StartInstanceRefreshOutput
SetInstanceRefreshId sets the InstanceRefreshId field's value.
func (StartInstanceRefreshOutput) String ¶ added in v1.32.3
func (s StartInstanceRefreshOutput) String() string
String returns the string representation
type StepAdjustment ¶ added in v0.6.5
type StepAdjustment struct { // The lower bound for the difference between the alarm threshold and the CloudWatch // metric. If the metric value is above the breach threshold, the lower bound // is inclusive (the metric must be greater than or equal to the threshold plus // the lower bound). Otherwise, it is exclusive (the metric must be greater // than the threshold plus the lower bound). A null value indicates negative // infinity. MetricIntervalLowerBound *float64 `type:"double"` // The upper bound for the difference between the alarm threshold and the CloudWatch // metric. If the metric value is above the breach threshold, the upper bound // is exclusive (the metric must be less than the threshold plus the upper bound). // Otherwise, it is inclusive (the metric must be less than or equal to the // threshold plus the upper bound). A null value indicates positive infinity. // // The upper bound must be greater than the lower bound. MetricIntervalUpperBound *float64 `type:"double"` // The amount by which to scale, based on the specified adjustment type. A positive // value adds to the current capacity while a negative number removes from the // current capacity. // // ScalingAdjustment is a required field ScalingAdjustment *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Describes information used to create a step adjustment for a step scaling policy.
For the following examples, suppose that you have an alarm with a breach threshold of 50:
To trigger the adjustment when the metric is greater than or equal to 50 and less than 60, specify a lower bound of 0 and an upper bound of 10.
To trigger the adjustment when the metric is greater than 40 and less than or equal to 50, specify a lower bound of -10 and an upper bound of 0.
There are a few rules for the step adjustments for your step policy:
The ranges of your step adjustments can't overlap or have a gap.
At most, one step adjustment can have a null lower bound. If one step adjustment has a negative lower bound, then there must be a step adjustment with a null lower bound.
At most, one step adjustment can have a null upper bound. If one step adjustment has a positive upper bound, then there must be a step adjustment with a null upper bound.
The upper and lower bound can't be null in the same step adjustment.
For more information, see Step adjustments (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-scaling-simple-step.html#as-scaling-steps) in the Amazon EC2 Auto Scaling User Guide.
func (StepAdjustment) GoString ¶ added in v0.6.5
func (s StepAdjustment) GoString() string
GoString returns the string representation
func (*StepAdjustment) SetMetricIntervalLowerBound ¶ added in v1.5.0
func (s *StepAdjustment) SetMetricIntervalLowerBound(v float64) *StepAdjustment
SetMetricIntervalLowerBound sets the MetricIntervalLowerBound field's value.
func (*StepAdjustment) SetMetricIntervalUpperBound ¶ added in v1.5.0
func (s *StepAdjustment) SetMetricIntervalUpperBound(v float64) *StepAdjustment
SetMetricIntervalUpperBound sets the MetricIntervalUpperBound field's value.
func (*StepAdjustment) SetScalingAdjustment ¶ added in v1.5.0
func (s *StepAdjustment) SetScalingAdjustment(v int64) *StepAdjustment
SetScalingAdjustment sets the ScalingAdjustment field's value.
func (StepAdjustment) String ¶ added in v0.6.5
func (s StepAdjustment) String() string
String returns the string representation
func (*StepAdjustment) Validate ¶ added in v1.1.21
func (s *StepAdjustment) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SuspendProcessesOutput ¶
type SuspendProcessesOutput struct {
// contains filtered or unexported fields
}
func (SuspendProcessesOutput) GoString ¶ added in v0.6.5
func (s SuspendProcessesOutput) GoString() string
GoString returns the string representation
func (SuspendProcessesOutput) String ¶ added in v0.6.5
func (s SuspendProcessesOutput) String() string
String returns the string representation
type SuspendedProcess ¶
type SuspendedProcess struct { // The name of the suspended process. ProcessName *string `min:"1" type:"string"` // The reason that the process was suspended. SuspensionReason *string `min:"1" type:"string"` // contains filtered or unexported fields }
Describes an auto scaling process that has been suspended.
For more information, see Scaling processes (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-suspend-resume-processes.html#process-types) in the Amazon EC2 Auto Scaling User Guide.
func (SuspendedProcess) GoString ¶ added in v0.6.5
func (s SuspendedProcess) GoString() string
GoString returns the string representation
func (*SuspendedProcess) SetProcessName ¶ added in v1.5.0
func (s *SuspendedProcess) SetProcessName(v string) *SuspendedProcess
SetProcessName sets the ProcessName field's value.
func (*SuspendedProcess) SetSuspensionReason ¶ added in v1.5.0
func (s *SuspendedProcess) SetSuspensionReason(v string) *SuspendedProcess
SetSuspensionReason sets the SuspensionReason field's value.
func (SuspendedProcess) String ¶ added in v0.6.5
func (s SuspendedProcess) String() string
String returns the string representation
type Tag ¶
type Tag struct { // The tag key. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // Determines whether the tag is added to new instances as they are launched // in the group. PropagateAtLaunch *bool `type:"boolean"` // The name of the group. ResourceId *string `type:"string"` // The type of resource. The only supported value is auto-scaling-group. ResourceType *string `type:"string"` // The tag value. Value *string `type:"string"` // contains filtered or unexported fields }
Describes a tag for an Auto Scaling group.
func (*Tag) SetPropagateAtLaunch ¶ added in v1.5.0
SetPropagateAtLaunch sets the PropagateAtLaunch field's value.
func (*Tag) SetResourceId ¶ added in v1.5.0
SetResourceId sets the ResourceId field's value.
func (*Tag) SetResourceType ¶ added in v1.5.0
SetResourceType sets the ResourceType field's value.
type TagDescription ¶
type TagDescription struct { // The tag key. Key *string `min:"1" type:"string"` // Determines whether the tag is added to new instances as they are launched // in the group. PropagateAtLaunch *bool `type:"boolean"` // The name of the group. ResourceId *string `type:"string"` // The type of resource. The only supported value is auto-scaling-group. ResourceType *string `type:"string"` // The tag value. Value *string `type:"string"` // contains filtered or unexported fields }
Describes a tag for an Auto Scaling group.
func (TagDescription) GoString ¶ added in v0.6.5
func (s TagDescription) GoString() string
GoString returns the string representation
func (*TagDescription) SetKey ¶ added in v1.5.0
func (s *TagDescription) SetKey(v string) *TagDescription
SetKey sets the Key field's value.
func (*TagDescription) SetPropagateAtLaunch ¶ added in v1.5.0
func (s *TagDescription) SetPropagateAtLaunch(v bool) *TagDescription
SetPropagateAtLaunch sets the PropagateAtLaunch field's value.
func (*TagDescription) SetResourceId ¶ added in v1.5.0
func (s *TagDescription) SetResourceId(v string) *TagDescription
SetResourceId sets the ResourceId field's value.
func (*TagDescription) SetResourceType ¶ added in v1.5.0
func (s *TagDescription) SetResourceType(v string) *TagDescription
SetResourceType sets the ResourceType field's value.
func (*TagDescription) SetValue ¶ added in v1.5.0
func (s *TagDescription) SetValue(v string) *TagDescription
SetValue sets the Value field's value.
func (TagDescription) String ¶ added in v0.6.5
func (s TagDescription) String() string
String returns the string representation
type TargetTrackingConfiguration ¶ added in v1.10.9
type TargetTrackingConfiguration struct { // A customized metric. You must specify either a predefined metric or a customized // metric. CustomizedMetricSpecification *CustomizedMetricSpecification `type:"structure"` // Indicates whether scaling in by the target tracking scaling policy is disabled. // If scaling in is disabled, the target tracking scaling policy doesn't remove // instances from the Auto Scaling group. Otherwise, the target tracking scaling // policy can remove instances from the Auto Scaling group. The default is false. DisableScaleIn *bool `type:"boolean"` // A predefined metric. You must specify either a predefined metric or a customized // metric. PredefinedMetricSpecification *PredefinedMetricSpecification `type:"structure"` // The target value for the metric. // // TargetValue is a required field TargetValue *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
Represents a target tracking scaling policy configuration to use with Amazon EC2 Auto Scaling.
func (TargetTrackingConfiguration) GoString ¶ added in v1.10.9
func (s TargetTrackingConfiguration) GoString() string
GoString returns the string representation
func (*TargetTrackingConfiguration) SetCustomizedMetricSpecification ¶ added in v1.10.9
func (s *TargetTrackingConfiguration) SetCustomizedMetricSpecification(v *CustomizedMetricSpecification) *TargetTrackingConfiguration
SetCustomizedMetricSpecification sets the CustomizedMetricSpecification field's value.
func (*TargetTrackingConfiguration) SetDisableScaleIn ¶ added in v1.10.9
func (s *TargetTrackingConfiguration) SetDisableScaleIn(v bool) *TargetTrackingConfiguration
SetDisableScaleIn sets the DisableScaleIn field's value.
func (*TargetTrackingConfiguration) SetPredefinedMetricSpecification ¶ added in v1.10.9
func (s *TargetTrackingConfiguration) SetPredefinedMetricSpecification(v *PredefinedMetricSpecification) *TargetTrackingConfiguration
SetPredefinedMetricSpecification sets the PredefinedMetricSpecification field's value.
func (*TargetTrackingConfiguration) SetTargetValue ¶ added in v1.10.9
func (s *TargetTrackingConfiguration) SetTargetValue(v float64) *TargetTrackingConfiguration
SetTargetValue sets the TargetValue field's value.
func (TargetTrackingConfiguration) String ¶ added in v1.10.9
func (s TargetTrackingConfiguration) String() string
String returns the string representation
func (*TargetTrackingConfiguration) Validate ¶ added in v1.10.9
func (s *TargetTrackingConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TerminateInstanceInAutoScalingGroupInput ¶
type TerminateInstanceInAutoScalingGroupInput struct { // The ID of the instance. // // InstanceId is a required field InstanceId *string `min:"1" type:"string" required:"true"` // Indicates whether terminating the instance also decrements the size of the // Auto Scaling group. // // ShouldDecrementDesiredCapacity is a required field ShouldDecrementDesiredCapacity *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
func (TerminateInstanceInAutoScalingGroupInput) GoString ¶ added in v0.6.5
func (s TerminateInstanceInAutoScalingGroupInput) GoString() string
GoString returns the string representation
func (*TerminateInstanceInAutoScalingGroupInput) SetInstanceId ¶ added in v1.5.0
func (s *TerminateInstanceInAutoScalingGroupInput) SetInstanceId(v string) *TerminateInstanceInAutoScalingGroupInput
SetInstanceId sets the InstanceId field's value.
func (*TerminateInstanceInAutoScalingGroupInput) SetShouldDecrementDesiredCapacity ¶ added in v1.5.0
func (s *TerminateInstanceInAutoScalingGroupInput) SetShouldDecrementDesiredCapacity(v bool) *TerminateInstanceInAutoScalingGroupInput
SetShouldDecrementDesiredCapacity sets the ShouldDecrementDesiredCapacity field's value.
func (TerminateInstanceInAutoScalingGroupInput) String ¶ added in v0.6.5
func (s TerminateInstanceInAutoScalingGroupInput) String() string
String returns the string representation
func (*TerminateInstanceInAutoScalingGroupInput) Validate ¶ added in v1.1.21
func (s *TerminateInstanceInAutoScalingGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TerminateInstanceInAutoScalingGroupOutput ¶
type TerminateInstanceInAutoScalingGroupOutput struct { // A scaling activity. Activity *Activity `type:"structure"` // contains filtered or unexported fields }
func (TerminateInstanceInAutoScalingGroupOutput) GoString ¶ added in v0.6.5
func (s TerminateInstanceInAutoScalingGroupOutput) GoString() string
GoString returns the string representation
func (*TerminateInstanceInAutoScalingGroupOutput) SetActivity ¶ added in v1.5.0
func (s *TerminateInstanceInAutoScalingGroupOutput) SetActivity(v *Activity) *TerminateInstanceInAutoScalingGroupOutput
SetActivity sets the Activity field's value.
func (TerminateInstanceInAutoScalingGroupOutput) String ¶ added in v0.6.5
func (s TerminateInstanceInAutoScalingGroupOutput) String() string
String returns the string representation
type UpdateAutoScalingGroupInput ¶
type UpdateAutoScalingGroupInput struct { // The name of the Auto Scaling group. // // AutoScalingGroupName is a required field AutoScalingGroupName *string `min:"1" type:"string" required:"true"` // One or more Availability Zones for the group. AvailabilityZones []*string `type:"list"` // Enables or disables Capacity Rebalancing. For more information, see Amazon // EC2 Auto Scaling Capacity Rebalancing (https://docs.aws.amazon.com/autoscaling/ec2/userguide/capacity-rebalance.html) // in the Amazon EC2 Auto Scaling User Guide. CapacityRebalance *bool `type:"boolean"` // The amount of time, in seconds, after a scaling activity completes before // another scaling activity can start. The default value is 300. This setting // applies when using simple scaling policies, but not when using other scaling // policies or scheduled scaling. For more information, see Scaling cooldowns // for Amazon EC2 Auto Scaling (https://docs.aws.amazon.com/autoscaling/ec2/userguide/Cooldown.html) // in the Amazon EC2 Auto Scaling User Guide. DefaultCooldown *int64 `type:"integer"` // The desired capacity is the initial capacity of the Auto Scaling group after // this operation completes and the capacity it attempts to maintain. 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. 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. // The default value is 0. For more information, see Health check grace period // (https://docs.aws.amazon.com/autoscaling/ec2/userguide/healthcheck.html#health-check-grace-period) // in the Amazon EC2 Auto Scaling User Guide. // // Conditional: Required if you are adding an ELB health check. HealthCheckGracePeriod *int64 `type:"integer"` // The service to use for the health checks. The valid values are EC2 and ELB. // If you configure an Auto Scaling group to use ELB health checks, it considers // the instance unhealthy if it fails either the EC2 status checks or the load // balancer health checks. HealthCheckType *string `min:"1" type:"string"` // The name of the launch configuration. If you specify LaunchConfigurationName // in your update request, you can't specify LaunchTemplate or MixedInstancesPolicy. LaunchConfigurationName *string `min:"1" type:"string"` // The launch template and version to use to specify the updates. If you specify // LaunchTemplate in your update request, you can't specify LaunchConfigurationName // or MixedInstancesPolicy. LaunchTemplate *LaunchTemplateSpecification `type:"structure"` // The maximum amount of time, in seconds, that an instance can be in service. // The default is null. If specified, the value must be either 0 or a number // equal to or greater than 86,400 seconds (1 day). To clear a previously set // value, specify a new value of 0. For more information, see Replacing Auto // Scaling instances based on maximum instance lifetime (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html) // in the Amazon EC2 Auto Scaling User Guide. MaxInstanceLifetime *int64 `type:"integer"` // The maximum size of the Auto Scaling group. // // With a mixed instances policy that uses instance weighting, Amazon EC2 Auto // Scaling may need to go above MaxSize to meet your capacity requirements. // In this event, Amazon EC2 Auto Scaling will never go above MaxSize by more // than your largest instance weight (weights that define how many units each // instance contributes to the desired capacity of the group). MaxSize *int64 `type:"integer"` // The minimum size of the Auto Scaling group. MinSize *int64 `type:"integer"` // An embedded object that specifies a mixed instances policy. When you make // changes to an existing policy, all optional properties are left unchanged // if not specified. For more information, see Auto Scaling groups with multiple // instance types and purchase options (https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-purchase-options.html) // in the Amazon EC2 Auto Scaling User Guide. MixedInstancesPolicy *MixedInstancesPolicy `type:"structure"` // Indicates whether newly launched instances are protected from termination // by Amazon EC2 Auto Scaling when scaling in. For more information about preventing // instances from terminating on scale in, see Instance scale-in protection // (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection) // in the Amazon EC2 Auto Scaling User Guide. NewInstancesProtectedFromScaleIn *bool `type:"boolean"` // The name of an existing placement group into which to launch your instances, // if any. A placement group is a logical grouping of instances within a single // Availability Zone. You cannot specify multiple Availability Zones and a placement // group. For more information, see Placement Groups (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html) // in the Amazon EC2 User Guide for Linux Instances. 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. For more information, // see Service-linked roles (https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-service-linked-role.html) // in the Amazon EC2 Auto Scaling User Guide. ServiceLinkedRoleARN *string `min:"1" type:"string"` // A policy or a list of policies that are used to select the instances to terminate. // The policies are executed in the order that you list them. For more information, // see Controlling which Auto Scaling instances terminate during scale in (https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html) // in the Amazon EC2 Auto Scaling User Guide. TerminationPolicies []*string `type:"list"` // A comma-separated list of subnet IDs for a virtual private cloud (VPC). If // you specify VPCZoneIdentifier with AvailabilityZones, the subnets that you // specify for this parameter must reside in those Availability Zones. VPCZoneIdentifier *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (UpdateAutoScalingGroupInput) GoString ¶ added in v0.6.5
func (s UpdateAutoScalingGroupInput) GoString() string
GoString returns the string representation
func (*UpdateAutoScalingGroupInput) SetAutoScalingGroupName ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetAutoScalingGroupName(v string) *UpdateAutoScalingGroupInput
SetAutoScalingGroupName sets the AutoScalingGroupName field's value.
func (*UpdateAutoScalingGroupInput) SetAvailabilityZones ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetAvailabilityZones(v []*string) *UpdateAutoScalingGroupInput
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*UpdateAutoScalingGroupInput) SetCapacityRebalance ¶ added in v1.35.21
func (s *UpdateAutoScalingGroupInput) SetCapacityRebalance(v bool) *UpdateAutoScalingGroupInput
SetCapacityRebalance sets the CapacityRebalance field's value.
func (*UpdateAutoScalingGroupInput) SetDefaultCooldown ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetDefaultCooldown(v int64) *UpdateAutoScalingGroupInput
SetDefaultCooldown sets the DefaultCooldown field's value.
func (*UpdateAutoScalingGroupInput) SetDesiredCapacity ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetDesiredCapacity(v int64) *UpdateAutoScalingGroupInput
SetDesiredCapacity sets the DesiredCapacity field's value.
func (*UpdateAutoScalingGroupInput) SetHealthCheckGracePeriod ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetHealthCheckGracePeriod(v int64) *UpdateAutoScalingGroupInput
SetHealthCheckGracePeriod sets the HealthCheckGracePeriod field's value.
func (*UpdateAutoScalingGroupInput) SetHealthCheckType ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetHealthCheckType(v string) *UpdateAutoScalingGroupInput
SetHealthCheckType sets the HealthCheckType field's value.
func (*UpdateAutoScalingGroupInput) SetLaunchConfigurationName ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetLaunchConfigurationName(v string) *UpdateAutoScalingGroupInput
SetLaunchConfigurationName sets the LaunchConfigurationName field's value.
func (*UpdateAutoScalingGroupInput) SetLaunchTemplate ¶ added in v1.12.37
func (s *UpdateAutoScalingGroupInput) SetLaunchTemplate(v *LaunchTemplateSpecification) *UpdateAutoScalingGroupInput
SetLaunchTemplate sets the LaunchTemplate field's value.
func (*UpdateAutoScalingGroupInput) SetMaxInstanceLifetime ¶ added in v1.25.38
func (s *UpdateAutoScalingGroupInput) SetMaxInstanceLifetime(v int64) *UpdateAutoScalingGroupInput
SetMaxInstanceLifetime sets the MaxInstanceLifetime field's value.
func (*UpdateAutoScalingGroupInput) SetMaxSize ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetMaxSize(v int64) *UpdateAutoScalingGroupInput
SetMaxSize sets the MaxSize field's value.
func (*UpdateAutoScalingGroupInput) SetMinSize ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetMinSize(v int64) *UpdateAutoScalingGroupInput
SetMinSize sets the MinSize field's value.
func (*UpdateAutoScalingGroupInput) SetMixedInstancesPolicy ¶ added in v1.15.76
func (s *UpdateAutoScalingGroupInput) SetMixedInstancesPolicy(v *MixedInstancesPolicy) *UpdateAutoScalingGroupInput
SetMixedInstancesPolicy sets the MixedInstancesPolicy field's value.
func (*UpdateAutoScalingGroupInput) SetNewInstancesProtectedFromScaleIn ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetNewInstancesProtectedFromScaleIn(v bool) *UpdateAutoScalingGroupInput
SetNewInstancesProtectedFromScaleIn sets the NewInstancesProtectedFromScaleIn field's value.
func (*UpdateAutoScalingGroupInput) SetPlacementGroup ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetPlacementGroup(v string) *UpdateAutoScalingGroupInput
SetPlacementGroup sets the PlacementGroup field's value.
func (*UpdateAutoScalingGroupInput) SetServiceLinkedRoleARN ¶ added in v1.13.1
func (s *UpdateAutoScalingGroupInput) SetServiceLinkedRoleARN(v string) *UpdateAutoScalingGroupInput
SetServiceLinkedRoleARN sets the ServiceLinkedRoleARN field's value.
func (*UpdateAutoScalingGroupInput) SetTerminationPolicies ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetTerminationPolicies(v []*string) *UpdateAutoScalingGroupInput
SetTerminationPolicies sets the TerminationPolicies field's value.
func (*UpdateAutoScalingGroupInput) SetVPCZoneIdentifier ¶ added in v1.5.0
func (s *UpdateAutoScalingGroupInput) SetVPCZoneIdentifier(v string) *UpdateAutoScalingGroupInput
SetVPCZoneIdentifier sets the VPCZoneIdentifier field's value.
func (UpdateAutoScalingGroupInput) String ¶ added in v0.6.5
func (s UpdateAutoScalingGroupInput) String() string
String returns the string representation
func (*UpdateAutoScalingGroupInput) Validate ¶ added in v1.1.21
func (s *UpdateAutoScalingGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAutoScalingGroupOutput ¶
type UpdateAutoScalingGroupOutput struct {
// contains filtered or unexported fields
}
func (UpdateAutoScalingGroupOutput) GoString ¶ added in v0.6.5
func (s UpdateAutoScalingGroupOutput) GoString() string
GoString returns the string representation
func (UpdateAutoScalingGroupOutput) String ¶ added in v0.6.5
func (s UpdateAutoScalingGroupOutput) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package autoscalingiface provides an interface to enable mocking the Auto Scaling service client for testing your code.
|
Package autoscalingiface provides an interface to enable mocking the Auto Scaling service client for testing your code. |