...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/autoscalingplans"
Overview
Constants

Overview ▾

Package autoscalingplans provides the client and types for making API requests to AWS Auto Scaling Plans.

Use AWS Auto Scaling to create scaling plans for your applications to automatically scale your scalable AWS resources.

API Summary

You can use the AWS Auto Scaling service API to accomplish the following tasks:

  • Create and manage scaling plans

  • Define target tracking scaling policies to dynamically scale your resources based on utilization

  • Scale Amazon EC2 Auto Scaling groups using predictive scaling and dynamic scaling to scale your Amazon EC2 capacity faster

  • Set minimum and maximum capacity limits

  • Retrieve information on existing scaling plans

  • Access current forecast data and historical forecast data for up to 56 days previous

To learn more about AWS Auto Scaling, including information about granting IAM users required permissions for AWS Auto Scaling actions, see the AWS Auto Scaling User Guide (https://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html).

See https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06 for more information on this service.

See autoscalingplans package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/autoscalingplans/

Using the Client

To contact AWS Auto Scaling Plans 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 AWS Auto Scaling Plans client AutoScalingPlans for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/autoscalingplans/#New

The stub package, autoscalingplansiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type AutoScalingPlans
func New(p client.ConfigProvider, cfgs ...*aws.Config) *AutoScalingPlans
func (c *AutoScalingPlans) CreateScalingPlan(input *CreateScalingPlanInput) (*CreateScalingPlanOutput, error)
func (c *AutoScalingPlans) CreateScalingPlanRequest(input *CreateScalingPlanInput) (req *request.Request, output *CreateScalingPlanOutput)
func (c *AutoScalingPlans) CreateScalingPlanWithContext(ctx aws.Context, input *CreateScalingPlanInput, opts ...request.Option) (*CreateScalingPlanOutput, error)
func (c *AutoScalingPlans) DeleteScalingPlan(input *DeleteScalingPlanInput) (*DeleteScalingPlanOutput, error)
func (c *AutoScalingPlans) DeleteScalingPlanRequest(input *DeleteScalingPlanInput) (req *request.Request, output *DeleteScalingPlanOutput)
func (c *AutoScalingPlans) DeleteScalingPlanWithContext(ctx aws.Context, input *DeleteScalingPlanInput, opts ...request.Option) (*DeleteScalingPlanOutput, error)
func (c *AutoScalingPlans) DescribeScalingPlanResources(input *DescribeScalingPlanResourcesInput) (*DescribeScalingPlanResourcesOutput, error)
func (c *AutoScalingPlans) DescribeScalingPlanResourcesRequest(input *DescribeScalingPlanResourcesInput) (req *request.Request, output *DescribeScalingPlanResourcesOutput)
func (c *AutoScalingPlans) DescribeScalingPlanResourcesWithContext(ctx aws.Context, input *DescribeScalingPlanResourcesInput, opts ...request.Option) (*DescribeScalingPlanResourcesOutput, error)
func (c *AutoScalingPlans) DescribeScalingPlans(input *DescribeScalingPlansInput) (*DescribeScalingPlansOutput, error)
func (c *AutoScalingPlans) DescribeScalingPlansRequest(input *DescribeScalingPlansInput) (req *request.Request, output *DescribeScalingPlansOutput)
func (c *AutoScalingPlans) DescribeScalingPlansWithContext(ctx aws.Context, input *DescribeScalingPlansInput, opts ...request.Option) (*DescribeScalingPlansOutput, error)
func (c *AutoScalingPlans) GetScalingPlanResourceForecastData(input *GetScalingPlanResourceForecastDataInput) (*GetScalingPlanResourceForecastDataOutput, error)
func (c *AutoScalingPlans) GetScalingPlanResourceForecastDataRequest(input *GetScalingPlanResourceForecastDataInput) (req *request.Request, output *GetScalingPlanResourceForecastDataOutput)
func (c *AutoScalingPlans) GetScalingPlanResourceForecastDataWithContext(ctx aws.Context, input *GetScalingPlanResourceForecastDataInput, opts ...request.Option) (*GetScalingPlanResourceForecastDataOutput, error)
func (c *AutoScalingPlans) UpdateScalingPlan(input *UpdateScalingPlanInput) (*UpdateScalingPlanOutput, error)
func (c *AutoScalingPlans) UpdateScalingPlanRequest(input *UpdateScalingPlanInput) (req *request.Request, output *UpdateScalingPlanOutput)
func (c *AutoScalingPlans) UpdateScalingPlanWithContext(ctx aws.Context, input *UpdateScalingPlanInput, opts ...request.Option) (*UpdateScalingPlanOutput, error)
func ForecastDataType_Values() []string
func LoadMetricType_Values() []string
func MetricStatistic_Values() []string
func PolicyType_Values() []string
func PredictiveScalingMaxCapacityBehavior_Values() []string
func PredictiveScalingMode_Values() []string
func ScalableDimension_Values() []string
func ScalingMetricType_Values() []string
func ScalingPlanStatusCode_Values() []string
func ScalingPolicyUpdateBehavior_Values() []string
func ScalingStatusCode_Values() []string
func ServiceNamespace_Values() []string
type ApplicationSource
type ConcurrentUpdateException
type CreateScalingPlanInput
type CreateScalingPlanOutput
type CustomizedLoadMetricSpecification
type CustomizedScalingMetricSpecification
type Datapoint
type DeleteScalingPlanInput
type DeleteScalingPlanOutput
type DescribeScalingPlanResourcesInput
type DescribeScalingPlanResourcesOutput
type DescribeScalingPlansInput
type DescribeScalingPlansOutput
type GetScalingPlanResourceForecastDataInput
type GetScalingPlanResourceForecastDataOutput
type InternalServiceException
type InvalidNextTokenException
type LimitExceededException
type MetricDimension
type ObjectNotFoundException
type PredefinedLoadMetricSpecification
type PredefinedScalingMetricSpecification
type ScalingInstruction
type ScalingPlan
type ScalingPlanResource
type ScalingPolicy
type TagFilter
type TargetTrackingConfiguration
type UpdateScalingPlanInput
type UpdateScalingPlanOutput
type ValidationException

Constants ▾

const (
    // ForecastDataTypeCapacityForecast is a ForecastDataType enum value
    ForecastDataTypeCapacityForecast = "CapacityForecast"

    // ForecastDataTypeLoadForecast is a ForecastDataType enum value
    ForecastDataTypeLoadForecast = "LoadForecast"

    // ForecastDataTypeScheduledActionMinCapacity is a ForecastDataType enum value
    ForecastDataTypeScheduledActionMinCapacity = "ScheduledActionMinCapacity"

    // ForecastDataTypeScheduledActionMaxCapacity is a ForecastDataType enum value
    ForecastDataTypeScheduledActionMaxCapacity = "ScheduledActionMaxCapacity"
)
const (
    // LoadMetricTypeAsgtotalCpuutilization is a LoadMetricType enum value
    LoadMetricTypeAsgtotalCpuutilization = "ASGTotalCPUUtilization"

    // LoadMetricTypeAsgtotalNetworkIn is a LoadMetricType enum value
    LoadMetricTypeAsgtotalNetworkIn = "ASGTotalNetworkIn"

    // LoadMetricTypeAsgtotalNetworkOut is a LoadMetricType enum value
    LoadMetricTypeAsgtotalNetworkOut = "ASGTotalNetworkOut"

    // LoadMetricTypeAlbtargetGroupRequestCount is a LoadMetricType enum value
    LoadMetricTypeAlbtargetGroupRequestCount = "ALBTargetGroupRequestCount"
)
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 (
    // PredictiveScalingMaxCapacityBehaviorSetForecastCapacityToMaxCapacity is a PredictiveScalingMaxCapacityBehavior enum value
    PredictiveScalingMaxCapacityBehaviorSetForecastCapacityToMaxCapacity = "SetForecastCapacityToMaxCapacity"

    // PredictiveScalingMaxCapacityBehaviorSetMaxCapacityToForecastCapacity is a PredictiveScalingMaxCapacityBehavior enum value
    PredictiveScalingMaxCapacityBehaviorSetMaxCapacityToForecastCapacity = "SetMaxCapacityToForecastCapacity"

    // PredictiveScalingMaxCapacityBehaviorSetMaxCapacityAboveForecastCapacity is a PredictiveScalingMaxCapacityBehavior enum value
    PredictiveScalingMaxCapacityBehaviorSetMaxCapacityAboveForecastCapacity = "SetMaxCapacityAboveForecastCapacity"
)
const (
    // PredictiveScalingModeForecastAndScale is a PredictiveScalingMode enum value
    PredictiveScalingModeForecastAndScale = "ForecastAndScale"

    // PredictiveScalingModeForecastOnly is a PredictiveScalingMode enum value
    PredictiveScalingModeForecastOnly = "ForecastOnly"
)
const (
    // ScalableDimensionAutoscalingAutoScalingGroupDesiredCapacity is a ScalableDimension enum value
    ScalableDimensionAutoscalingAutoScalingGroupDesiredCapacity = "autoscaling:autoScalingGroup:DesiredCapacity"

    // ScalableDimensionEcsServiceDesiredCount is a ScalableDimension enum value
    ScalableDimensionEcsServiceDesiredCount = "ecs:service:DesiredCount"

    // ScalableDimensionEc2SpotFleetRequestTargetCapacity is a ScalableDimension enum value
    ScalableDimensionEc2SpotFleetRequestTargetCapacity = "ec2:spot-fleet-request:TargetCapacity"

    // ScalableDimensionRdsClusterReadReplicaCount is a ScalableDimension enum value
    ScalableDimensionRdsClusterReadReplicaCount = "rds:cluster:ReadReplicaCount"

    // ScalableDimensionDynamodbTableReadCapacityUnits is a ScalableDimension enum value
    ScalableDimensionDynamodbTableReadCapacityUnits = "dynamodb:table:ReadCapacityUnits"

    // ScalableDimensionDynamodbTableWriteCapacityUnits is a ScalableDimension enum value
    ScalableDimensionDynamodbTableWriteCapacityUnits = "dynamodb:table:WriteCapacityUnits"

    // ScalableDimensionDynamodbIndexReadCapacityUnits is a ScalableDimension enum value
    ScalableDimensionDynamodbIndexReadCapacityUnits = "dynamodb:index:ReadCapacityUnits"

    // ScalableDimensionDynamodbIndexWriteCapacityUnits is a ScalableDimension enum value
    ScalableDimensionDynamodbIndexWriteCapacityUnits = "dynamodb:index:WriteCapacityUnits"
)
const (
    // ScalingMetricTypeAsgaverageCpuutilization is a ScalingMetricType enum value
    ScalingMetricTypeAsgaverageCpuutilization = "ASGAverageCPUUtilization"

    // ScalingMetricTypeAsgaverageNetworkIn is a ScalingMetricType enum value
    ScalingMetricTypeAsgaverageNetworkIn = "ASGAverageNetworkIn"

    // ScalingMetricTypeAsgaverageNetworkOut is a ScalingMetricType enum value
    ScalingMetricTypeAsgaverageNetworkOut = "ASGAverageNetworkOut"

    // ScalingMetricTypeDynamoDbreadCapacityUtilization is a ScalingMetricType enum value
    ScalingMetricTypeDynamoDbreadCapacityUtilization = "DynamoDBReadCapacityUtilization"

    // ScalingMetricTypeDynamoDbwriteCapacityUtilization is a ScalingMetricType enum value
    ScalingMetricTypeDynamoDbwriteCapacityUtilization = "DynamoDBWriteCapacityUtilization"

    // ScalingMetricTypeEcsserviceAverageCpuutilization is a ScalingMetricType enum value
    ScalingMetricTypeEcsserviceAverageCpuutilization = "ECSServiceAverageCPUUtilization"

    // ScalingMetricTypeEcsserviceAverageMemoryUtilization is a ScalingMetricType enum value
    ScalingMetricTypeEcsserviceAverageMemoryUtilization = "ECSServiceAverageMemoryUtilization"

    // ScalingMetricTypeAlbrequestCountPerTarget is a ScalingMetricType enum value
    ScalingMetricTypeAlbrequestCountPerTarget = "ALBRequestCountPerTarget"

    // ScalingMetricTypeRdsreaderAverageCpuutilization is a ScalingMetricType enum value
    ScalingMetricTypeRdsreaderAverageCpuutilization = "RDSReaderAverageCPUUtilization"

    // ScalingMetricTypeRdsreaderAverageDatabaseConnections is a ScalingMetricType enum value
    ScalingMetricTypeRdsreaderAverageDatabaseConnections = "RDSReaderAverageDatabaseConnections"

    // ScalingMetricTypeEc2spotFleetRequestAverageCpuutilization is a ScalingMetricType enum value
    ScalingMetricTypeEc2spotFleetRequestAverageCpuutilization = "EC2SpotFleetRequestAverageCPUUtilization"

    // ScalingMetricTypeEc2spotFleetRequestAverageNetworkIn is a ScalingMetricType enum value
    ScalingMetricTypeEc2spotFleetRequestAverageNetworkIn = "EC2SpotFleetRequestAverageNetworkIn"

    // ScalingMetricTypeEc2spotFleetRequestAverageNetworkOut is a ScalingMetricType enum value
    ScalingMetricTypeEc2spotFleetRequestAverageNetworkOut = "EC2SpotFleetRequestAverageNetworkOut"
)
const (
    // ScalingPlanStatusCodeActive is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeActive = "Active"

    // ScalingPlanStatusCodeActiveWithProblems is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeActiveWithProblems = "ActiveWithProblems"

    // ScalingPlanStatusCodeCreationInProgress is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeCreationInProgress = "CreationInProgress"

    // ScalingPlanStatusCodeCreationFailed is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeCreationFailed = "CreationFailed"

    // ScalingPlanStatusCodeDeletionInProgress is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeDeletionInProgress = "DeletionInProgress"

    // ScalingPlanStatusCodeDeletionFailed is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeDeletionFailed = "DeletionFailed"

    // ScalingPlanStatusCodeUpdateInProgress is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeUpdateInProgress = "UpdateInProgress"

    // ScalingPlanStatusCodeUpdateFailed is a ScalingPlanStatusCode enum value
    ScalingPlanStatusCodeUpdateFailed = "UpdateFailed"
)
const (
    // ScalingPolicyUpdateBehaviorKeepExternalPolicies is a ScalingPolicyUpdateBehavior enum value
    ScalingPolicyUpdateBehaviorKeepExternalPolicies = "KeepExternalPolicies"

    // ScalingPolicyUpdateBehaviorReplaceExternalPolicies is a ScalingPolicyUpdateBehavior enum value
    ScalingPolicyUpdateBehaviorReplaceExternalPolicies = "ReplaceExternalPolicies"
)
const (
    // ScalingStatusCodeInactive is a ScalingStatusCode enum value
    ScalingStatusCodeInactive = "Inactive"

    // ScalingStatusCodePartiallyActive is a ScalingStatusCode enum value
    ScalingStatusCodePartiallyActive = "PartiallyActive"

    // ScalingStatusCodeActive is a ScalingStatusCode enum value
    ScalingStatusCodeActive = "Active"
)
const (
    // ServiceNamespaceAutoscaling is a ServiceNamespace enum value
    ServiceNamespaceAutoscaling = "autoscaling"

    // ServiceNamespaceEcs is a ServiceNamespace enum value
    ServiceNamespaceEcs = "ecs"

    // ServiceNamespaceEc2 is a ServiceNamespace enum value
    ServiceNamespaceEc2 = "ec2"

    // ServiceNamespaceRds is a ServiceNamespace enum value
    ServiceNamespaceRds = "rds"

    // ServiceNamespaceDynamodb is a ServiceNamespace enum value
    ServiceNamespaceDynamodb = "dynamodb"
)
const (

    // ErrCodeConcurrentUpdateException for service response error code
    // "ConcurrentUpdateException".
    //
    // Concurrent updates caused an exception, for example, if you request an update
    // to a scaling plan that already has a pending update.
    ErrCodeConcurrentUpdateException = "ConcurrentUpdateException"

    // ErrCodeInternalServiceException for service response error code
    // "InternalServiceException".
    //
    // The service encountered an internal error.
    ErrCodeInternalServiceException = "InternalServiceException"

    // ErrCodeInvalidNextTokenException for service response error code
    // "InvalidNextTokenException".
    //
    // The token provided is not valid.
    ErrCodeInvalidNextTokenException = "InvalidNextTokenException"

    // ErrCodeLimitExceededException for service response error code
    // "LimitExceededException".
    //
    // Your account exceeded a limit. This exception is thrown when a per-account
    // resource limit is exceeded.
    ErrCodeLimitExceededException = "LimitExceededException"

    // ErrCodeObjectNotFoundException for service response error code
    // "ObjectNotFoundException".
    //
    // The specified object could not be found.
    ErrCodeObjectNotFoundException = "ObjectNotFoundException"

    // ErrCodeValidationException for service response error code
    // "ValidationException".
    //
    // An exception was thrown for a validation issue. Review the parameters provided.
    ErrCodeValidationException = "ValidationException"
)
const (
    ServiceName = "autoscaling"        // Name of service.
    EndpointsID = "autoscaling-plans"  // ID to lookup a service endpoint with.
    ServiceID   = "Auto Scaling Plans" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // PolicyTypeTargetTrackingScaling is a PolicyType enum value
    PolicyTypeTargetTrackingScaling = "TargetTrackingScaling"
)

func ForecastDataType_Values

func ForecastDataType_Values() []string

ForecastDataType_Values returns all elements of the ForecastDataType enum

func LoadMetricType_Values

func LoadMetricType_Values() []string

LoadMetricType_Values returns all elements of the LoadMetricType enum

func MetricStatistic_Values

func MetricStatistic_Values() []string

MetricStatistic_Values returns all elements of the MetricStatistic enum

func PolicyType_Values

func PolicyType_Values() []string

PolicyType_Values returns all elements of the PolicyType enum

func PredictiveScalingMaxCapacityBehavior_Values

func PredictiveScalingMaxCapacityBehavior_Values() []string

PredictiveScalingMaxCapacityBehavior_Values returns all elements of the PredictiveScalingMaxCapacityBehavior enum

func PredictiveScalingMode_Values

func PredictiveScalingMode_Values() []string

PredictiveScalingMode_Values returns all elements of the PredictiveScalingMode enum

func ScalableDimension_Values

func ScalableDimension_Values() []string

ScalableDimension_Values returns all elements of the ScalableDimension enum

func ScalingMetricType_Values

func ScalingMetricType_Values() []string

ScalingMetricType_Values returns all elements of the ScalingMetricType enum

func ScalingPlanStatusCode_Values

func ScalingPlanStatusCode_Values() []string

ScalingPlanStatusCode_Values returns all elements of the ScalingPlanStatusCode enum

func ScalingPolicyUpdateBehavior_Values

func ScalingPolicyUpdateBehavior_Values() []string

ScalingPolicyUpdateBehavior_Values returns all elements of the ScalingPolicyUpdateBehavior enum

func ScalingStatusCode_Values

func ScalingStatusCode_Values() []string

ScalingStatusCode_Values returns all elements of the ScalingStatusCode enum

func ServiceNamespace_Values

func ServiceNamespace_Values() []string

ServiceNamespace_Values returns all elements of the ServiceNamespace enum

type ApplicationSource

type ApplicationSource struct {

    // The Amazon Resource Name (ARN) of a AWS CloudFormation stack.
    CloudFormationStackARN *string `type:"string"`

    // A set of tags (up to 50).
    TagFilters []*TagFilter `type:"list"`
    // contains filtered or unexported fields
}

Represents an application source.

func (ApplicationSource) GoString

func (s ApplicationSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSource) SetCloudFormationStackARN

func (s *ApplicationSource) SetCloudFormationStackARN(v string) *ApplicationSource

SetCloudFormationStackARN sets the CloudFormationStackARN field's value.

func (*ApplicationSource) SetTagFilters

func (s *ApplicationSource) SetTagFilters(v []*TagFilter) *ApplicationSource

SetTagFilters sets the TagFilters field's value.

func (ApplicationSource) String

func (s ApplicationSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationSource) Validate

func (s *ApplicationSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoScalingPlans

type AutoScalingPlans struct {
    *client.Client
}

AutoScalingPlans provides the API operation methods for making requests to AWS Auto Scaling Plans. See this package's package overview docs for details on the service.

AutoScalingPlans 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) *AutoScalingPlans

New creates a new instance of the AutoScalingPlans 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 AutoScalingPlans client from just a session.
svc := autoscalingplans.New(mySession)

// Create a AutoScalingPlans client with additional configuration
svc := autoscalingplans.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*AutoScalingPlans) CreateScalingPlan

func (c *AutoScalingPlans) CreateScalingPlan(input *CreateScalingPlanInput) (*CreateScalingPlanOutput, error)

CreateScalingPlan API operation for AWS Auto Scaling Plans.

Creates a scaling plan.

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 AWS Auto Scaling Plans's API operation CreateScalingPlan for usage and error information.

Returned Error Types:

  • ValidationException An exception was thrown for a validation issue. Review the parameters provided.

  • LimitExceededException Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded.

  • ConcurrentUpdateException Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.

  • InternalServiceException The service encountered an internal error.

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/CreateScalingPlan

func (*AutoScalingPlans) CreateScalingPlanRequest

func (c *AutoScalingPlans) CreateScalingPlanRequest(input *CreateScalingPlanInput) (req *request.Request, output *CreateScalingPlanOutput)

CreateScalingPlanRequest generates a "aws/request.Request" representing the client's request for the CreateScalingPlan 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 CreateScalingPlan for more information on using the CreateScalingPlan 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 CreateScalingPlanRequest method.
req, resp := client.CreateScalingPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/CreateScalingPlan

func (*AutoScalingPlans) CreateScalingPlanWithContext

func (c *AutoScalingPlans) CreateScalingPlanWithContext(ctx aws.Context, input *CreateScalingPlanInput, opts ...request.Option) (*CreateScalingPlanOutput, error)

CreateScalingPlanWithContext is the same as CreateScalingPlan with the addition of the ability to pass a context and additional request options.

See CreateScalingPlan 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 (*AutoScalingPlans) DeleteScalingPlan

func (c *AutoScalingPlans) DeleteScalingPlan(input *DeleteScalingPlanInput) (*DeleteScalingPlanOutput, error)

DeleteScalingPlan API operation for AWS Auto Scaling Plans.

Deletes the specified scaling plan.

Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan.

If the plan has launched resources or has scaling activities in progress, you must delete those resources separately.

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 AWS Auto Scaling Plans's API operation DeleteScalingPlan for usage and error information.

Returned Error Types:

  • ValidationException An exception was thrown for a validation issue. Review the parameters provided.

  • ObjectNotFoundException The specified object could not be found.

  • ConcurrentUpdateException Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.

  • InternalServiceException The service encountered an internal error.

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/DeleteScalingPlan

func (*AutoScalingPlans) DeleteScalingPlanRequest

func (c *AutoScalingPlans) DeleteScalingPlanRequest(input *DeleteScalingPlanInput) (req *request.Request, output *DeleteScalingPlanOutput)

DeleteScalingPlanRequest generates a "aws/request.Request" representing the client's request for the DeleteScalingPlan 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 DeleteScalingPlan for more information on using the DeleteScalingPlan 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 DeleteScalingPlanRequest method.
req, resp := client.DeleteScalingPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/DeleteScalingPlan

func (*AutoScalingPlans) DeleteScalingPlanWithContext

func (c *AutoScalingPlans) DeleteScalingPlanWithContext(ctx aws.Context, input *DeleteScalingPlanInput, opts ...request.Option) (*DeleteScalingPlanOutput, error)

DeleteScalingPlanWithContext is the same as DeleteScalingPlan with the addition of the ability to pass a context and additional request options.

See DeleteScalingPlan 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 (*AutoScalingPlans) DescribeScalingPlanResources

func (c *AutoScalingPlans) DescribeScalingPlanResources(input *DescribeScalingPlanResourcesInput) (*DescribeScalingPlanResourcesOutput, error)

DescribeScalingPlanResources API operation for AWS Auto Scaling Plans.

Describes the scalable resources in the specified scaling plan.

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 AWS Auto Scaling Plans's API operation DescribeScalingPlanResources for usage and error information.

Returned Error Types:

  • ValidationException An exception was thrown for a validation issue. Review the parameters provided.

  • InvalidNextTokenException The token provided is not valid.

  • ConcurrentUpdateException Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.

  • InternalServiceException The service encountered an internal error.

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/DescribeScalingPlanResources

func (*AutoScalingPlans) DescribeScalingPlanResourcesRequest

func (c *AutoScalingPlans) DescribeScalingPlanResourcesRequest(input *DescribeScalingPlanResourcesInput) (req *request.Request, output *DescribeScalingPlanResourcesOutput)

DescribeScalingPlanResourcesRequest generates a "aws/request.Request" representing the client's request for the DescribeScalingPlanResources 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 DescribeScalingPlanResources for more information on using the DescribeScalingPlanResources 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 DescribeScalingPlanResourcesRequest method.
req, resp := client.DescribeScalingPlanResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/DescribeScalingPlanResources

func (*AutoScalingPlans) DescribeScalingPlanResourcesWithContext

func (c *AutoScalingPlans) DescribeScalingPlanResourcesWithContext(ctx aws.Context, input *DescribeScalingPlanResourcesInput, opts ...request.Option) (*DescribeScalingPlanResourcesOutput, error)

DescribeScalingPlanResourcesWithContext is the same as DescribeScalingPlanResources with the addition of the ability to pass a context and additional request options.

See DescribeScalingPlanResources 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 (*AutoScalingPlans) DescribeScalingPlans

func (c *AutoScalingPlans) DescribeScalingPlans(input *DescribeScalingPlansInput) (*DescribeScalingPlansOutput, error)

DescribeScalingPlans API operation for AWS Auto Scaling Plans.

Describes one or more of your scaling plans.

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 AWS Auto Scaling Plans's API operation DescribeScalingPlans for usage and error information.

Returned Error Types:

  • ValidationException An exception was thrown for a validation issue. Review the parameters provided.

  • InvalidNextTokenException The token provided is not valid.

  • ConcurrentUpdateException Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.

  • InternalServiceException The service encountered an internal error.

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/DescribeScalingPlans

func (*AutoScalingPlans) DescribeScalingPlansRequest

func (c *AutoScalingPlans) DescribeScalingPlansRequest(input *DescribeScalingPlansInput) (req *request.Request, output *DescribeScalingPlansOutput)

DescribeScalingPlansRequest generates a "aws/request.Request" representing the client's request for the DescribeScalingPlans 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 DescribeScalingPlans for more information on using the DescribeScalingPlans 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 DescribeScalingPlansRequest method.
req, resp := client.DescribeScalingPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/DescribeScalingPlans

func (*AutoScalingPlans) DescribeScalingPlansWithContext

func (c *AutoScalingPlans) DescribeScalingPlansWithContext(ctx aws.Context, input *DescribeScalingPlansInput, opts ...request.Option) (*DescribeScalingPlansOutput, error)

DescribeScalingPlansWithContext is the same as DescribeScalingPlans with the addition of the ability to pass a context and additional request options.

See DescribeScalingPlans 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 (*AutoScalingPlans) GetScalingPlanResourceForecastData

func (c *AutoScalingPlans) GetScalingPlanResourceForecastData(input *GetScalingPlanResourceForecastDataInput) (*GetScalingPlanResourceForecastDataOutput, error)

GetScalingPlanResourceForecastData API operation for AWS Auto Scaling Plans.

Retrieves the forecast data for a scalable resource.

Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days.

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 AWS Auto Scaling Plans's API operation GetScalingPlanResourceForecastData for usage and error information.

Returned Error Types:

  • ValidationException An exception was thrown for a validation issue. Review the parameters provided.

  • InternalServiceException The service encountered an internal error.

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/GetScalingPlanResourceForecastData

func (*AutoScalingPlans) GetScalingPlanResourceForecastDataRequest

func (c *AutoScalingPlans) GetScalingPlanResourceForecastDataRequest(input *GetScalingPlanResourceForecastDataInput) (req *request.Request, output *GetScalingPlanResourceForecastDataOutput)

GetScalingPlanResourceForecastDataRequest generates a "aws/request.Request" representing the client's request for the GetScalingPlanResourceForecastData 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 GetScalingPlanResourceForecastData for more information on using the GetScalingPlanResourceForecastData 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 GetScalingPlanResourceForecastDataRequest method.
req, resp := client.GetScalingPlanResourceForecastDataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/GetScalingPlanResourceForecastData

func (*AutoScalingPlans) GetScalingPlanResourceForecastDataWithContext

func (c *AutoScalingPlans) GetScalingPlanResourceForecastDataWithContext(ctx aws.Context, input *GetScalingPlanResourceForecastDataInput, opts ...request.Option) (*GetScalingPlanResourceForecastDataOutput, error)

GetScalingPlanResourceForecastDataWithContext is the same as GetScalingPlanResourceForecastData with the addition of the ability to pass a context and additional request options.

See GetScalingPlanResourceForecastData 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 (*AutoScalingPlans) UpdateScalingPlan

func (c *AutoScalingPlans) UpdateScalingPlan(input *UpdateScalingPlanInput) (*UpdateScalingPlanOutput, error)

UpdateScalingPlan API operation for AWS Auto Scaling Plans.

Updates the specified scaling plan.

You cannot update a scaling plan if it is in the process of being created, updated, or deleted.

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 AWS Auto Scaling Plans's API operation UpdateScalingPlan for usage and error information.

Returned Error Types:

  • ValidationException An exception was thrown for a validation issue. Review the parameters provided.

  • ConcurrentUpdateException Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.

  • InternalServiceException The service encountered an internal error.

  • ObjectNotFoundException The specified object could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/UpdateScalingPlan

func (*AutoScalingPlans) UpdateScalingPlanRequest

func (c *AutoScalingPlans) UpdateScalingPlanRequest(input *UpdateScalingPlanInput) (req *request.Request, output *UpdateScalingPlanOutput)

UpdateScalingPlanRequest generates a "aws/request.Request" representing the client's request for the UpdateScalingPlan 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 UpdateScalingPlan for more information on using the UpdateScalingPlan 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 UpdateScalingPlanRequest method.
req, resp := client.UpdateScalingPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/UpdateScalingPlan

func (*AutoScalingPlans) UpdateScalingPlanWithContext

func (c *AutoScalingPlans) UpdateScalingPlanWithContext(ctx aws.Context, input *UpdateScalingPlanInput, opts ...request.Option) (*UpdateScalingPlanOutput, error)

UpdateScalingPlanWithContext is the same as UpdateScalingPlan with the addition of the ability to pass a context and additional request options.

See UpdateScalingPlan 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.

type ConcurrentUpdateException

type ConcurrentUpdateException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a pending update.

func (*ConcurrentUpdateException) Code

func (s *ConcurrentUpdateException) Code() string

Code returns the exception type name.

func (*ConcurrentUpdateException) Error

func (s *ConcurrentUpdateException) Error() string

func (ConcurrentUpdateException) GoString

func (s ConcurrentUpdateException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConcurrentUpdateException) Message

func (s *ConcurrentUpdateException) Message() string

Message returns the exception's message.

func (*ConcurrentUpdateException) OrigErr

func (s *ConcurrentUpdateException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConcurrentUpdateException) RequestID

func (s *ConcurrentUpdateException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConcurrentUpdateException) StatusCode

func (s *ConcurrentUpdateException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConcurrentUpdateException) String

func (s ConcurrentUpdateException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateScalingPlanInput

type CreateScalingPlanInput struct {

    // A CloudFormation stack or set of tags. You can create one scaling plan per
    // application source.
    //
    // For more information, see ApplicationSource (https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_ApplicationSource.html)
    // in the AWS Auto Scaling API Reference.
    //
    // ApplicationSource is a required field
    ApplicationSource *ApplicationSource `type:"structure" required:"true"`

    // The scaling instructions.
    //
    // For more information, see ScalingInstruction (https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_ScalingInstruction.html)
    // in the AWS Auto Scaling API Reference.
    //
    // ScalingInstructions is a required field
    ScalingInstructions []*ScalingInstruction `type:"list" required:"true"`

    // The name of the scaling plan. Names cannot contain vertical bars, colons,
    // or forward slashes.
    //
    // ScalingPlanName is a required field
    ScalingPlanName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateScalingPlanInput) GoString

func (s CreateScalingPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateScalingPlanInput) SetApplicationSource

func (s *CreateScalingPlanInput) SetApplicationSource(v *ApplicationSource) *CreateScalingPlanInput

SetApplicationSource sets the ApplicationSource field's value.

func (*CreateScalingPlanInput) SetScalingInstructions

func (s *CreateScalingPlanInput) SetScalingInstructions(v []*ScalingInstruction) *CreateScalingPlanInput

SetScalingInstructions sets the ScalingInstructions field's value.

func (*CreateScalingPlanInput) SetScalingPlanName

func (s *CreateScalingPlanInput) SetScalingPlanName(v string) *CreateScalingPlanInput

SetScalingPlanName sets the ScalingPlanName field's value.

func (CreateScalingPlanInput) String

func (s CreateScalingPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateScalingPlanInput) Validate

func (s *CreateScalingPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateScalingPlanOutput

type CreateScalingPlanOutput struct {

    // The version number of the scaling plan. This value is always 1. Currently,
    // you cannot have multiple scaling plan versions.
    //
    // ScalingPlanVersion is a required field
    ScalingPlanVersion *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (CreateScalingPlanOutput) GoString

func (s CreateScalingPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateScalingPlanOutput) SetScalingPlanVersion

func (s *CreateScalingPlanOutput) SetScalingPlanVersion(v int64) *CreateScalingPlanOutput

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (CreateScalingPlanOutput) String

func (s CreateScalingPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomizedLoadMetricSpecification

type CustomizedLoadMetricSpecification struct {

    // The dimensions of the metric.
    //
    // Conditional: If you published your metric with dimensions, you must specify
    // the same dimensions in your customized load metric specification.
    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. The only valid value is Sum.
    //
    // 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 that can be used for predictive scaling.

For predictive scaling to work with a customized load metric specification, AWS Auto Scaling needs access to the Sum and Average statistics that CloudWatch computes from metric data.

When you choose a load metric, make sure that the required Sum and Average statistics for your metric are available in CloudWatch and that they provide relevant data for predictive scaling. The Sum statistic must represent the total load on the resource, and the Average statistic must represent the average load per capacity unit of the resource. For example, there is a metric that counts the number of requests processed by your Auto Scaling group. If the Sum statistic represents the total request count processed by the group, then the Average statistic for the specified metric must represent the average request count processed by each instance of the group.

If you publish your own metrics, you can aggregate the data points at a given interval and then publish the aggregated data points to CloudWatch. Before AWS Auto Scaling generates the forecast, it sums up all the metric data points that occurred within each hour to match the granularity period that is used in the forecast (60 minutes).

For information about terminology, available metrics, or how to publish new metrics, see Amazon CloudWatch Concepts (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html) in the Amazon CloudWatch User Guide.

After creating your scaling plan, you can use the AWS Auto Scaling console to visualize forecasts for the specified metric. For more information, see View Scaling Information for a Resource (https://docs.aws.amazon.com/autoscaling/plans/userguide/gs-create-scaling-plan.html#gs-view-resource) in the AWS Auto Scaling User Guide.

func (CustomizedLoadMetricSpecification) GoString

func (s CustomizedLoadMetricSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomizedLoadMetricSpecification) SetDimensions

func (s *CustomizedLoadMetricSpecification) SetDimensions(v []*MetricDimension) *CustomizedLoadMetricSpecification

SetDimensions sets the Dimensions field's value.

func (*CustomizedLoadMetricSpecification) SetMetricName

func (s *CustomizedLoadMetricSpecification) SetMetricName(v string) *CustomizedLoadMetricSpecification

SetMetricName sets the MetricName field's value.

func (*CustomizedLoadMetricSpecification) SetNamespace

func (s *CustomizedLoadMetricSpecification) SetNamespace(v string) *CustomizedLoadMetricSpecification

SetNamespace sets the Namespace field's value.

func (*CustomizedLoadMetricSpecification) SetStatistic

func (s *CustomizedLoadMetricSpecification) SetStatistic(v string) *CustomizedLoadMetricSpecification

SetStatistic sets the Statistic field's value.

func (*CustomizedLoadMetricSpecification) SetUnit

func (s *CustomizedLoadMetricSpecification) SetUnit(v string) *CustomizedLoadMetricSpecification

SetUnit sets the Unit field's value.

func (CustomizedLoadMetricSpecification) String

func (s CustomizedLoadMetricSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomizedLoadMetricSpecification) Validate

func (s *CustomizedLoadMetricSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomizedScalingMetricSpecification

type CustomizedScalingMetricSpecification struct {

    // The dimensions of the metric.
    //
    // Conditional: If you published your metric with dimensions, you must specify
    // the same dimensions in your customized scaling metric specification.
    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 that can be used for dynamic scaling as part of a target tracking scaling policy.

To create your customized scaling 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 information about terminology, available metrics, or how to publish new metrics, see Amazon CloudWatch Concepts (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html) in the Amazon CloudWatch User Guide.

func (CustomizedScalingMetricSpecification) GoString

func (s CustomizedScalingMetricSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomizedScalingMetricSpecification) SetDimensions

func (s *CustomizedScalingMetricSpecification) SetDimensions(v []*MetricDimension) *CustomizedScalingMetricSpecification

SetDimensions sets the Dimensions field's value.

func (*CustomizedScalingMetricSpecification) SetMetricName

func (s *CustomizedScalingMetricSpecification) SetMetricName(v string) *CustomizedScalingMetricSpecification

SetMetricName sets the MetricName field's value.

func (*CustomizedScalingMetricSpecification) SetNamespace

func (s *CustomizedScalingMetricSpecification) SetNamespace(v string) *CustomizedScalingMetricSpecification

SetNamespace sets the Namespace field's value.

func (*CustomizedScalingMetricSpecification) SetStatistic

func (s *CustomizedScalingMetricSpecification) SetStatistic(v string) *CustomizedScalingMetricSpecification

SetStatistic sets the Statistic field's value.

func (*CustomizedScalingMetricSpecification) SetUnit

func (s *CustomizedScalingMetricSpecification) SetUnit(v string) *CustomizedScalingMetricSpecification

SetUnit sets the Unit field's value.

func (CustomizedScalingMetricSpecification) String

func (s CustomizedScalingMetricSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomizedScalingMetricSpecification) Validate

func (s *CustomizedScalingMetricSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Datapoint

type Datapoint struct {

    // The time stamp for the data point in UTC format.
    Timestamp *time.Time `type:"timestamp"`

    // The value of the data point.
    Value *float64 `type:"double"`
    // contains filtered or unexported fields
}

Represents a single value in the forecast data used for predictive scaling.

func (Datapoint) GoString

func (s Datapoint) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Datapoint) SetTimestamp

func (s *Datapoint) SetTimestamp(v time.Time) *Datapoint

SetTimestamp sets the Timestamp field's value.

func (*Datapoint) SetValue

func (s *Datapoint) SetValue(v float64) *Datapoint

SetValue sets the Value field's value.

func (Datapoint) String

func (s Datapoint) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteScalingPlanInput

type DeleteScalingPlanInput struct {

    // The name of the scaling plan.
    //
    // ScalingPlanName is a required field
    ScalingPlanName *string `min:"1" type:"string" required:"true"`

    // The version number of the scaling plan. Currently, the only valid value is
    // 1.
    //
    // ScalingPlanVersion is a required field
    ScalingPlanVersion *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteScalingPlanInput) GoString

func (s DeleteScalingPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteScalingPlanInput) SetScalingPlanName

func (s *DeleteScalingPlanInput) SetScalingPlanName(v string) *DeleteScalingPlanInput

SetScalingPlanName sets the ScalingPlanName field's value.

func (*DeleteScalingPlanInput) SetScalingPlanVersion

func (s *DeleteScalingPlanInput) SetScalingPlanVersion(v int64) *DeleteScalingPlanInput

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (DeleteScalingPlanInput) String

func (s DeleteScalingPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteScalingPlanInput) Validate

func (s *DeleteScalingPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteScalingPlanOutput

type DeleteScalingPlanOutput struct {
    // contains filtered or unexported fields
}

func (DeleteScalingPlanOutput) GoString

func (s DeleteScalingPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteScalingPlanOutput) String

func (s DeleteScalingPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeScalingPlanResourcesInput

type DescribeScalingPlanResourcesInput struct {

    // The maximum number of scalable resources to return. The value must be between
    // 1 and 50. The default value is 50.
    MaxResults *int64 `type:"integer"`

    // The token for the next set of results.
    NextToken *string `type:"string"`

    // The name of the scaling plan.
    //
    // ScalingPlanName is a required field
    ScalingPlanName *string `min:"1" type:"string" required:"true"`

    // The version number of the scaling plan. Currently, the only valid value is
    // 1.
    //
    // ScalingPlanVersion is a required field
    ScalingPlanVersion *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeScalingPlanResourcesInput) GoString

func (s DescribeScalingPlanResourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScalingPlanResourcesInput) SetMaxResults

func (s *DescribeScalingPlanResourcesInput) SetMaxResults(v int64) *DescribeScalingPlanResourcesInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeScalingPlanResourcesInput) SetNextToken

func (s *DescribeScalingPlanResourcesInput) SetNextToken(v string) *DescribeScalingPlanResourcesInput

SetNextToken sets the NextToken field's value.

func (*DescribeScalingPlanResourcesInput) SetScalingPlanName

func (s *DescribeScalingPlanResourcesInput) SetScalingPlanName(v string) *DescribeScalingPlanResourcesInput

SetScalingPlanName sets the ScalingPlanName field's value.

func (*DescribeScalingPlanResourcesInput) SetScalingPlanVersion

func (s *DescribeScalingPlanResourcesInput) SetScalingPlanVersion(v int64) *DescribeScalingPlanResourcesInput

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (DescribeScalingPlanResourcesInput) String

func (s DescribeScalingPlanResourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScalingPlanResourcesInput) Validate

func (s *DescribeScalingPlanResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeScalingPlanResourcesOutput

type DescribeScalingPlanResourcesOutput struct {

    // The token required to get the next set of results. This value is null if
    // there are no more results to return.
    NextToken *string `type:"string"`

    // Information about the scalable resources.
    ScalingPlanResources []*ScalingPlanResource `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeScalingPlanResourcesOutput) GoString

func (s DescribeScalingPlanResourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScalingPlanResourcesOutput) SetNextToken

func (s *DescribeScalingPlanResourcesOutput) SetNextToken(v string) *DescribeScalingPlanResourcesOutput

SetNextToken sets the NextToken field's value.

func (*DescribeScalingPlanResourcesOutput) SetScalingPlanResources

func (s *DescribeScalingPlanResourcesOutput) SetScalingPlanResources(v []*ScalingPlanResource) *DescribeScalingPlanResourcesOutput

SetScalingPlanResources sets the ScalingPlanResources field's value.

func (DescribeScalingPlanResourcesOutput) String

func (s DescribeScalingPlanResourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeScalingPlansInput

type DescribeScalingPlansInput struct {

    // The sources for the applications (up to 10). If you specify scaling plan
    // names, you cannot specify application sources.
    ApplicationSources []*ApplicationSource `type:"list"`

    // The maximum number of scalable resources to return. This value can be between
    // 1 and 50. The default value is 50.
    MaxResults *int64 `type:"integer"`

    // The token for the next set of results.
    NextToken *string `type:"string"`

    // The names of the scaling plans (up to 10). If you specify application sources,
    // you cannot specify scaling plan names.
    ScalingPlanNames []*string `type:"list"`

    // The version number of the scaling plan. Currently, the only valid value is
    // 1.
    //
    // If you specify a scaling plan version, you must also specify a scaling plan
    // name.
    ScalingPlanVersion *int64 `type:"long"`
    // contains filtered or unexported fields
}

func (DescribeScalingPlansInput) GoString

func (s DescribeScalingPlansInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScalingPlansInput) SetApplicationSources

func (s *DescribeScalingPlansInput) SetApplicationSources(v []*ApplicationSource) *DescribeScalingPlansInput

SetApplicationSources sets the ApplicationSources field's value.

func (*DescribeScalingPlansInput) SetMaxResults

func (s *DescribeScalingPlansInput) SetMaxResults(v int64) *DescribeScalingPlansInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeScalingPlansInput) SetNextToken

func (s *DescribeScalingPlansInput) SetNextToken(v string) *DescribeScalingPlansInput

SetNextToken sets the NextToken field's value.

func (*DescribeScalingPlansInput) SetScalingPlanNames

func (s *DescribeScalingPlansInput) SetScalingPlanNames(v []*string) *DescribeScalingPlansInput

SetScalingPlanNames sets the ScalingPlanNames field's value.

func (*DescribeScalingPlansInput) SetScalingPlanVersion

func (s *DescribeScalingPlansInput) SetScalingPlanVersion(v int64) *DescribeScalingPlansInput

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (DescribeScalingPlansInput) String

func (s DescribeScalingPlansInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScalingPlansInput) Validate

func (s *DescribeScalingPlansInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeScalingPlansOutput

type DescribeScalingPlansOutput struct {

    // The token required to get the next set of results. This value is null if
    // there are no more results to return.
    NextToken *string `type:"string"`

    // Information about the scaling plans.
    ScalingPlans []*ScalingPlan `type:"list"`
    // contains filtered or unexported fields
}

func (DescribeScalingPlansOutput) GoString

func (s DescribeScalingPlansOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScalingPlansOutput) SetNextToken

func (s *DescribeScalingPlansOutput) SetNextToken(v string) *DescribeScalingPlansOutput

SetNextToken sets the NextToken field's value.

func (*DescribeScalingPlansOutput) SetScalingPlans

func (s *DescribeScalingPlansOutput) SetScalingPlans(v []*ScalingPlan) *DescribeScalingPlansOutput

SetScalingPlans sets the ScalingPlans field's value.

func (DescribeScalingPlansOutput) String

func (s DescribeScalingPlansOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetScalingPlanResourceForecastDataInput

type GetScalingPlanResourceForecastDataInput struct {

    // The exclusive end time of the time range for the forecast data to get. The
    // maximum time duration between the start and end time is seven days.
    //
    // Although this parameter can accept a date and time that is more than two
    // days in the future, the availability of forecast data has limits. AWS Auto
    // Scaling only issues forecasts for periods of two days in advance.
    //
    // EndTime is a required field
    EndTime *time.Time `type:"timestamp" required:"true"`

    // The type of forecast data to get.
    //
    //    * LoadForecast: The load metric forecast.
    //
    //    * CapacityForecast: The capacity forecast.
    //
    //    * ScheduledActionMinCapacity: The minimum capacity for each scheduled
    //    scaling action. This data is calculated as the larger of two values: the
    //    capacity forecast or the minimum capacity in the scaling instruction.
    //
    //    * ScheduledActionMaxCapacity: The maximum capacity for each scheduled
    //    scaling action. The calculation used is determined by the predictive scaling
    //    maximum capacity behavior setting in the scaling instruction.
    //
    // ForecastDataType is a required field
    ForecastDataType *string `type:"string" required:"true" enum:"ForecastDataType"`

    // The ID of the resource. This string consists of a prefix (autoScalingGroup)
    // followed by the name of a specified Auto Scaling group (my-asg). Example:
    // autoScalingGroup/my-asg.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // The scalable dimension for the resource. The only valid value is autoscaling:autoScalingGroup:DesiredCapacity.
    //
    // ScalableDimension is a required field
    ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"`

    // The name of the scaling plan.
    //
    // ScalingPlanName is a required field
    ScalingPlanName *string `min:"1" type:"string" required:"true"`

    // The version number of the scaling plan. Currently, the only valid value is
    // 1.
    //
    // ScalingPlanVersion is a required field
    ScalingPlanVersion *int64 `type:"long" required:"true"`

    // The namespace of the AWS service. The only valid value is autoscaling.
    //
    // ServiceNamespace is a required field
    ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"`

    // The inclusive start time of the time range for the forecast data to get.
    // The date and time can be at most 56 days before the current date and time.
    //
    // StartTime is a required field
    StartTime *time.Time `type:"timestamp" required:"true"`
    // contains filtered or unexported fields
}

func (GetScalingPlanResourceForecastDataInput) GoString

func (s GetScalingPlanResourceForecastDataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetScalingPlanResourceForecastDataInput) SetEndTime

func (s *GetScalingPlanResourceForecastDataInput) SetEndTime(v time.Time) *GetScalingPlanResourceForecastDataInput

SetEndTime sets the EndTime field's value.

func (*GetScalingPlanResourceForecastDataInput) SetForecastDataType

func (s *GetScalingPlanResourceForecastDataInput) SetForecastDataType(v string) *GetScalingPlanResourceForecastDataInput

SetForecastDataType sets the ForecastDataType field's value.

func (*GetScalingPlanResourceForecastDataInput) SetResourceId

func (s *GetScalingPlanResourceForecastDataInput) SetResourceId(v string) *GetScalingPlanResourceForecastDataInput

SetResourceId sets the ResourceId field's value.

func (*GetScalingPlanResourceForecastDataInput) SetScalableDimension

func (s *GetScalingPlanResourceForecastDataInput) SetScalableDimension(v string) *GetScalingPlanResourceForecastDataInput

SetScalableDimension sets the ScalableDimension field's value.

func (*GetScalingPlanResourceForecastDataInput) SetScalingPlanName

func (s *GetScalingPlanResourceForecastDataInput) SetScalingPlanName(v string) *GetScalingPlanResourceForecastDataInput

SetScalingPlanName sets the ScalingPlanName field's value.

func (*GetScalingPlanResourceForecastDataInput) SetScalingPlanVersion

func (s *GetScalingPlanResourceForecastDataInput) SetScalingPlanVersion(v int64) *GetScalingPlanResourceForecastDataInput

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (*GetScalingPlanResourceForecastDataInput) SetServiceNamespace

func (s *GetScalingPlanResourceForecastDataInput) SetServiceNamespace(v string) *GetScalingPlanResourceForecastDataInput

SetServiceNamespace sets the ServiceNamespace field's value.

func (*GetScalingPlanResourceForecastDataInput) SetStartTime

func (s *GetScalingPlanResourceForecastDataInput) SetStartTime(v time.Time) *GetScalingPlanResourceForecastDataInput

SetStartTime sets the StartTime field's value.

func (GetScalingPlanResourceForecastDataInput) String

func (s GetScalingPlanResourceForecastDataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetScalingPlanResourceForecastDataInput) Validate

func (s *GetScalingPlanResourceForecastDataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetScalingPlanResourceForecastDataOutput

type GetScalingPlanResourceForecastDataOutput struct {

    // The data points to return.
    //
    // Datapoints is a required field
    Datapoints []*Datapoint `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (GetScalingPlanResourceForecastDataOutput) GoString

func (s GetScalingPlanResourceForecastDataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetScalingPlanResourceForecastDataOutput) SetDatapoints

func (s *GetScalingPlanResourceForecastDataOutput) SetDatapoints(v []*Datapoint) *GetScalingPlanResourceForecastDataOutput

SetDatapoints sets the Datapoints field's value.

func (GetScalingPlanResourceForecastDataOutput) String

func (s GetScalingPlanResourceForecastDataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServiceException

type InternalServiceException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The service encountered an internal error.

func (*InternalServiceException) Code

func (s *InternalServiceException) Code() string

Code returns the exception type name.

func (*InternalServiceException) Error

func (s *InternalServiceException) Error() string

func (InternalServiceException) GoString

func (s InternalServiceException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InternalServiceException) Message

func (s *InternalServiceException) Message() string

Message returns the exception's message.

func (*InternalServiceException) OrigErr

func (s *InternalServiceException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServiceException) RequestID

func (s *InternalServiceException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServiceException) StatusCode

func (s *InternalServiceException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServiceException) String

func (s InternalServiceException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InvalidNextTokenException

type InvalidNextTokenException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The token provided is not valid.

func (*InvalidNextTokenException) Code

func (s *InvalidNextTokenException) Code() string

Code returns the exception type name.

func (*InvalidNextTokenException) Error

func (s *InvalidNextTokenException) Error() string

func (InvalidNextTokenException) GoString

func (s InvalidNextTokenException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InvalidNextTokenException) Message

func (s *InvalidNextTokenException) Message() string

Message returns the exception's message.

func (*InvalidNextTokenException) OrigErr

func (s *InvalidNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextTokenException) RequestID

func (s *InvalidNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextTokenException) StatusCode

func (s *InvalidNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextTokenException) String

func (s InvalidNextTokenException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LimitExceededException

type LimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded.

func (*LimitExceededException) Code

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

func (s LimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LimitExceededException) Message

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

func (s LimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricDimension

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
}

Represents a dimension for a customized metric.

func (MetricDimension) GoString

func (s MetricDimension) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricDimension) SetName

func (s *MetricDimension) SetName(v string) *MetricDimension

SetName sets the Name field's value.

func (*MetricDimension) SetValue

func (s *MetricDimension) SetValue(v string) *MetricDimension

SetValue sets the Value field's value.

func (MetricDimension) String

func (s MetricDimension) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricDimension) Validate

func (s *MetricDimension) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ObjectNotFoundException

type ObjectNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified object could not be found.

func (*ObjectNotFoundException) Code

func (s *ObjectNotFoundException) Code() string

Code returns the exception type name.

func (*ObjectNotFoundException) Error

func (s *ObjectNotFoundException) Error() string

func (ObjectNotFoundException) GoString

func (s ObjectNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObjectNotFoundException) Message

func (s *ObjectNotFoundException) Message() string

Message returns the exception's message.

func (*ObjectNotFoundException) OrigErr

func (s *ObjectNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ObjectNotFoundException) RequestID

func (s *ObjectNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ObjectNotFoundException) StatusCode

func (s *ObjectNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ObjectNotFoundException) String

func (s ObjectNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PredefinedLoadMetricSpecification

type PredefinedLoadMetricSpecification struct {

    // The metric type.
    //
    // PredefinedLoadMetricType is a required field
    PredefinedLoadMetricType *string `type:"string" required:"true" enum:"LoadMetricType"`

    // Identifies the resource associated with the metric type. You can't specify
    // a resource label unless the metric type is ALBTargetGroupRequestCount and
    // there is a target group for an Application Load Balancer 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 that can be used for predictive scaling.

After creating your scaling plan, you can use the AWS Auto Scaling console to visualize forecasts for the specified metric. For more information, see View Scaling Information for a Resource (https://docs.aws.amazon.com/autoscaling/plans/userguide/gs-create-scaling-plan.html#gs-view-resource) in the AWS Auto Scaling User Guide.

func (PredefinedLoadMetricSpecification) GoString

func (s PredefinedLoadMetricSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredefinedLoadMetricSpecification) SetPredefinedLoadMetricType

func (s *PredefinedLoadMetricSpecification) SetPredefinedLoadMetricType(v string) *PredefinedLoadMetricSpecification

SetPredefinedLoadMetricType sets the PredefinedLoadMetricType field's value.

func (*PredefinedLoadMetricSpecification) SetResourceLabel

func (s *PredefinedLoadMetricSpecification) SetResourceLabel(v string) *PredefinedLoadMetricSpecification

SetResourceLabel sets the ResourceLabel field's value.

func (PredefinedLoadMetricSpecification) String

func (s PredefinedLoadMetricSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredefinedLoadMetricSpecification) Validate

func (s *PredefinedLoadMetricSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PredefinedScalingMetricSpecification

type PredefinedScalingMetricSpecification struct {

    // The metric type. The ALBRequestCountPerTarget metric type applies only to
    // Auto Scaling groups, Spot Fleet requests, and ECS services.
    //
    // PredefinedScalingMetricType is a required field
    PredefinedScalingMetricType *string `type:"string" required:"true" enum:"ScalingMetricType"`

    // 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 for an Application Load Balancer attached to the Auto Scaling
    // group, Spot Fleet request, or ECS service.
    //
    // 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 that can be used for dynamic scaling as part of a target tracking scaling policy.

func (PredefinedScalingMetricSpecification) GoString

func (s PredefinedScalingMetricSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredefinedScalingMetricSpecification) SetPredefinedScalingMetricType

func (s *PredefinedScalingMetricSpecification) SetPredefinedScalingMetricType(v string) *PredefinedScalingMetricSpecification

SetPredefinedScalingMetricType sets the PredefinedScalingMetricType field's value.

func (*PredefinedScalingMetricSpecification) SetResourceLabel

func (s *PredefinedScalingMetricSpecification) SetResourceLabel(v string) *PredefinedScalingMetricSpecification

SetResourceLabel sets the ResourceLabel field's value.

func (PredefinedScalingMetricSpecification) String

func (s PredefinedScalingMetricSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredefinedScalingMetricSpecification) Validate

func (s *PredefinedScalingMetricSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScalingInstruction

type ScalingInstruction struct {

    // The customized load metric to use for predictive scaling. This parameter
    // or a PredefinedLoadMetricSpecification is required when configuring predictive
    // scaling, and cannot be used otherwise.
    CustomizedLoadMetricSpecification *CustomizedLoadMetricSpecification `type:"structure"`

    // Controls whether dynamic scaling by AWS Auto Scaling is disabled. When dynamic
    // scaling is enabled, AWS Auto Scaling creates target tracking scaling policies
    // based on the specified target tracking configurations.
    //
    // The default is enabled (false).
    DisableDynamicScaling *bool `type:"boolean"`

    // The maximum capacity of the resource. The exception to this upper limit is
    // if you specify a non-default setting for PredictiveScalingMaxCapacityBehavior.
    //
    // MaxCapacity is a required field
    MaxCapacity *int64 `type:"integer" required:"true"`

    // The minimum capacity of the resource.
    //
    // MinCapacity is a required field
    MinCapacity *int64 `type:"integer" required:"true"`

    // The predefined load metric to use for predictive scaling. This parameter
    // or a CustomizedLoadMetricSpecification is required when configuring predictive
    // scaling, and cannot be used otherwise.
    PredefinedLoadMetricSpecification *PredefinedLoadMetricSpecification `type:"structure"`

    // Defines the behavior that should be applied if the forecast capacity approaches
    // or exceeds the maximum capacity specified for the resource. The default value
    // is SetForecastCapacityToMaxCapacity.
    //
    // The following are possible values:
    //
    //    * SetForecastCapacityToMaxCapacity - AWS Auto Scaling cannot scale resource
    //    capacity higher than the maximum capacity. The maximum capacity is enforced
    //    as a hard limit.
    //
    //    * SetMaxCapacityToForecastCapacity - AWS Auto Scaling may scale resource
    //    capacity higher than the maximum capacity to equal but not exceed forecast
    //    capacity.
    //
    //    * SetMaxCapacityAboveForecastCapacity - AWS Auto Scaling may scale resource
    //    capacity higher than the maximum capacity by a specified buffer value.
    //    The intention is to give the target tracking scaling policy extra capacity
    //    if unexpected traffic occurs.
    //
    // Only valid when configuring predictive scaling.
    PredictiveScalingMaxCapacityBehavior *string `type:"string" enum:"PredictiveScalingMaxCapacityBehavior"`

    // The size of the capacity buffer to use when the forecast capacity is close
    // to or exceeds the maximum capacity. The value is specified as a percentage
    // relative to the forecast capacity. For example, if the buffer is 10, this
    // means a 10 percent buffer, such that if the forecast capacity is 50, and
    // the maximum capacity is 40, then the effective maximum capacity is 55.
    //
    // Only valid when configuring predictive scaling. Required if the PredictiveScalingMaxCapacityBehavior
    // is set to SetMaxCapacityAboveForecastCapacity, and cannot be used otherwise.
    //
    // The range is 1-100.
    PredictiveScalingMaxCapacityBuffer *int64 `type:"integer"`

    // The predictive scaling mode. The default value is ForecastAndScale. Otherwise,
    // AWS Auto Scaling forecasts capacity but does not create any scheduled scaling
    // actions based on the capacity forecast.
    PredictiveScalingMode *string `type:"string" enum:"PredictiveScalingMode"`

    // The ID of the resource. This string consists of the resource type and unique
    // identifier.
    //
    //    * Auto Scaling group - The resource type is autoScalingGroup and the unique
    //    identifier is the name of the Auto Scaling group. Example: autoScalingGroup/my-asg.
    //
    //    * ECS service - The resource type is service and the unique identifier
    //    is the cluster name and service name. Example: service/default/sample-webapp.
    //
    //    * Spot Fleet request - The resource type is spot-fleet-request and the
    //    unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
    //
    //    * DynamoDB table - The resource type is table and the unique identifier
    //    is the resource ID. Example: table/my-table.
    //
    //    * DynamoDB global secondary index - The resource type is index and the
    //    unique identifier is the resource ID. Example: table/my-table/index/my-table-index.
    //
    //    * Aurora DB cluster - The resource type is cluster and the unique identifier
    //    is the cluster name. Example: cluster:my-db-cluster.
    //
    // ResourceId is a required field
    ResourceId *string `min:"1" type:"string" required:"true"`

    // The scalable dimension associated with the resource.
    //
    //    * autoscaling:autoScalingGroup:DesiredCapacity - The desired capacity
    //    of an Auto Scaling group.
    //
    //    * ecs:service:DesiredCount - The desired task count of an ECS service.
    //
    //    * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot
    //    Fleet request.
    //
    //    * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for
    //    a DynamoDB table.
    //
    //    * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for
    //    a DynamoDB table.
    //
    //    * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for
    //    a DynamoDB global secondary index.
    //
    //    * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for
    //    a DynamoDB global secondary index.
    //
    //    * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora
    //    DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible
    //    edition.
    //
    // ScalableDimension is a required field
    ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"`

    // Controls whether a resource's externally created scaling policies are kept
    // or replaced.
    //
    // The default value is KeepExternalPolicies. If the parameter is set to ReplaceExternalPolicies,
    // any scaling policies that are external to AWS Auto Scaling are deleted and
    // new target tracking scaling policies created.
    //
    // Only valid when configuring dynamic scaling.
    //
    // Condition: The number of existing policies to be replaced must be less than
    // or equal to 50. If there are more than 50 policies to be replaced, AWS Auto
    // Scaling keeps all existing policies and does not create new ones.
    ScalingPolicyUpdateBehavior *string `type:"string" enum:"ScalingPolicyUpdateBehavior"`

    // The amount of time, in seconds, to buffer the run time of scheduled scaling
    // actions when scaling out. For example, if the forecast says to add capacity
    // at 10:00 AM, and the buffer time is 5 minutes, then the run time of the corresponding
    // scheduled scaling action will be 9:55 AM. The intention is to give resources
    // time to be provisioned. For example, it can take a few minutes to launch
    // an EC2 instance. The actual amount of time required depends on several factors,
    // such as the size of the instance and whether there are startup scripts to
    // complete.
    //
    // The value must be less than the forecast interval duration of 3600 seconds
    // (60 minutes). The default is 300 seconds.
    //
    // Only valid when configuring predictive scaling.
    ScheduledActionBufferTime *int64 `type:"integer"`

    // The namespace of the AWS service.
    //
    // ServiceNamespace is a required field
    ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"`

    // The target tracking configurations (up to 10). Each of these structures must
    // specify a unique scaling metric and a target value for the metric.
    //
    // TargetTrackingConfigurations is a required field
    TargetTrackingConfigurations []*TargetTrackingConfiguration `type:"list" required:"true"`
    // contains filtered or unexported fields
}

Describes a scaling instruction for a scalable resource in a scaling plan. Each scaling instruction applies to one resource.

AWS Auto Scaling creates target tracking scaling policies based on the scaling instructions. Target tracking scaling policies adjust the capacity of your scalable resource as required to maintain resource utilization at the target value that you specified.

AWS Auto Scaling also configures predictive scaling for your Amazon EC2 Auto Scaling groups using a subset of parameters, including the load metric, the scaling metric, the target value for the scaling metric, the predictive scaling mode (forecast and scale or forecast only), and the desired behavior when the forecast capacity exceeds the maximum capacity of the resource. With predictive scaling, AWS Auto Scaling generates forecasts with traffic predictions for the two days ahead and schedules scaling actions that proactively add and remove resource capacity to match the forecast.

We recommend waiting a minimum of 24 hours after creating an Auto Scaling group to configure predictive scaling. At minimum, there must be 24 hours of historical data to generate a forecast. For more information, see Best Practices for AWS Auto Scaling (https://docs.aws.amazon.com/autoscaling/plans/userguide/gs-best-practices.html) in the AWS Auto Scaling User Guide.

func (ScalingInstruction) GoString

func (s ScalingInstruction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingInstruction) SetCustomizedLoadMetricSpecification

func (s *ScalingInstruction) SetCustomizedLoadMetricSpecification(v *CustomizedLoadMetricSpecification) *ScalingInstruction

SetCustomizedLoadMetricSpecification sets the CustomizedLoadMetricSpecification field's value.

func (*ScalingInstruction) SetDisableDynamicScaling

func (s *ScalingInstruction) SetDisableDynamicScaling(v bool) *ScalingInstruction

SetDisableDynamicScaling sets the DisableDynamicScaling field's value.

func (*ScalingInstruction) SetMaxCapacity

func (s *ScalingInstruction) SetMaxCapacity(v int64) *ScalingInstruction

SetMaxCapacity sets the MaxCapacity field's value.

func (*ScalingInstruction) SetMinCapacity

func (s *ScalingInstruction) SetMinCapacity(v int64) *ScalingInstruction

SetMinCapacity sets the MinCapacity field's value.

func (*ScalingInstruction) SetPredefinedLoadMetricSpecification

func (s *ScalingInstruction) SetPredefinedLoadMetricSpecification(v *PredefinedLoadMetricSpecification) *ScalingInstruction

SetPredefinedLoadMetricSpecification sets the PredefinedLoadMetricSpecification field's value.

func (*ScalingInstruction) SetPredictiveScalingMaxCapacityBehavior

func (s *ScalingInstruction) SetPredictiveScalingMaxCapacityBehavior(v string) *ScalingInstruction

SetPredictiveScalingMaxCapacityBehavior sets the PredictiveScalingMaxCapacityBehavior field's value.

func (*ScalingInstruction) SetPredictiveScalingMaxCapacityBuffer

func (s *ScalingInstruction) SetPredictiveScalingMaxCapacityBuffer(v int64) *ScalingInstruction

SetPredictiveScalingMaxCapacityBuffer sets the PredictiveScalingMaxCapacityBuffer field's value.

func (*ScalingInstruction) SetPredictiveScalingMode

func (s *ScalingInstruction) SetPredictiveScalingMode(v string) *ScalingInstruction

SetPredictiveScalingMode sets the PredictiveScalingMode field's value.

func (*ScalingInstruction) SetResourceId

func (s *ScalingInstruction) SetResourceId(v string) *ScalingInstruction

SetResourceId sets the ResourceId field's value.

func (*ScalingInstruction) SetScalableDimension

func (s *ScalingInstruction) SetScalableDimension(v string) *ScalingInstruction

SetScalableDimension sets the ScalableDimension field's value.

func (*ScalingInstruction) SetScalingPolicyUpdateBehavior

func (s *ScalingInstruction) SetScalingPolicyUpdateBehavior(v string) *ScalingInstruction

SetScalingPolicyUpdateBehavior sets the ScalingPolicyUpdateBehavior field's value.

func (*ScalingInstruction) SetScheduledActionBufferTime

func (s *ScalingInstruction) SetScheduledActionBufferTime(v int64) *ScalingInstruction

SetScheduledActionBufferTime sets the ScheduledActionBufferTime field's value.

func (*ScalingInstruction) SetServiceNamespace

func (s *ScalingInstruction) SetServiceNamespace(v string) *ScalingInstruction

SetServiceNamespace sets the ServiceNamespace field's value.

func (*ScalingInstruction) SetTargetTrackingConfigurations

func (s *ScalingInstruction) SetTargetTrackingConfigurations(v []*TargetTrackingConfiguration) *ScalingInstruction

SetTargetTrackingConfigurations sets the TargetTrackingConfigurations field's value.

func (ScalingInstruction) String

func (s ScalingInstruction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingInstruction) Validate

func (s *ScalingInstruction) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ScalingPlan

type ScalingPlan struct {

    // A CloudFormation stack or a set of tags. You can create one scaling plan
    // per application source.
    //
    // ApplicationSource is a required field
    ApplicationSource *ApplicationSource `type:"structure" required:"true"`

    // The Unix time stamp when the scaling plan was created.
    CreationTime *time.Time `type:"timestamp"`

    // The scaling instructions.
    //
    // ScalingInstructions is a required field
    ScalingInstructions []*ScalingInstruction `type:"list" required:"true"`

    // The name of the scaling plan.
    //
    // ScalingPlanName is a required field
    ScalingPlanName *string `min:"1" type:"string" required:"true"`

    // The version number of the scaling plan.
    //
    // ScalingPlanVersion is a required field
    ScalingPlanVersion *int64 `type:"long" required:"true"`

    // The status of the scaling plan.
    //
    //    * Active - The scaling plan is active.
    //
    //    * ActiveWithProblems - The scaling plan is active, but the scaling configuration
    //    for one or more resources could not be applied.
    //
    //    * CreationInProgress - The scaling plan is being created.
    //
    //    * CreationFailed - The scaling plan could not be created.
    //
    //    * DeletionInProgress - The scaling plan is being deleted.
    //
    //    * DeletionFailed - The scaling plan could not be deleted.
    //
    //    * UpdateInProgress - The scaling plan is being updated.
    //
    //    * UpdateFailed - The scaling plan could not be updated.
    //
    // StatusCode is a required field
    StatusCode *string `type:"string" required:"true" enum:"ScalingPlanStatusCode"`

    // A simple message about the current status of the scaling plan.
    StatusMessage *string `type:"string"`

    // The Unix time stamp when the scaling plan entered the current status.
    StatusStartTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

Represents a scaling plan.

func (ScalingPlan) GoString

func (s ScalingPlan) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingPlan) SetApplicationSource

func (s *ScalingPlan) SetApplicationSource(v *ApplicationSource) *ScalingPlan

SetApplicationSource sets the ApplicationSource field's value.

func (*ScalingPlan) SetCreationTime

func (s *ScalingPlan) SetCreationTime(v time.Time) *ScalingPlan

SetCreationTime sets the CreationTime field's value.

func (*ScalingPlan) SetScalingInstructions

func (s *ScalingPlan) SetScalingInstructions(v []*ScalingInstruction) *ScalingPlan

SetScalingInstructions sets the ScalingInstructions field's value.

func (*ScalingPlan) SetScalingPlanName

func (s *ScalingPlan) SetScalingPlanName(v string) *ScalingPlan

SetScalingPlanName sets the ScalingPlanName field's value.

func (*ScalingPlan) SetScalingPlanVersion

func (s *ScalingPlan) SetScalingPlanVersion(v int64) *ScalingPlan

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (*ScalingPlan) SetStatusCode

func (s *ScalingPlan) SetStatusCode(v string) *ScalingPlan

SetStatusCode sets the StatusCode field's value.

func (*ScalingPlan) SetStatusMessage

func (s *ScalingPlan) SetStatusMessage(v string) *ScalingPlan

SetStatusMessage sets the StatusMessage field's value.

func (*ScalingPlan) SetStatusStartTime

func (s *ScalingPlan) SetStatusStartTime(v time.Time) *ScalingPlan

SetStatusStartTime sets the StatusStartTime field's value.

func (ScalingPlan) String

func (s ScalingPlan) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScalingPlanResource

type ScalingPlanResource struct {

    // The ID of the resource. This string consists of the resource type and unique
    // identifier.
    //
    //    * Auto Scaling group - The resource type is autoScalingGroup and the unique
    //    identifier is the name of the Auto Scaling group. Example: autoScalingGroup/my-asg.
    //
    //    * ECS service - The resource type is service and the unique identifier
    //    is the cluster name and service name. Example: service/default/sample-webapp.
    //
    //    * Spot Fleet request - The resource type is spot-fleet-request and the
    //    unique identifier is the Spot Fleet request ID. Example: spot-fleet-request/sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE.
    //
    //    * DynamoDB table - The resource type is table and the unique identifier
    //    is the resource ID. Example: table/my-table.
    //
    //    * DynamoDB global secondary index - The resource type is index and the
    //    unique identifier is the resource ID. Example: table/my-table/index/my-table-index.
    //
    //    * Aurora DB cluster - The resource type is cluster and the unique identifier
    //    is the cluster name. Example: cluster:my-db-cluster.
    //
    // ResourceId is a required field
    ResourceId *string `min:"1" type:"string" required:"true"`

    // The scalable dimension for the resource.
    //
    //    * autoscaling:autoScalingGroup:DesiredCapacity - The desired capacity
    //    of an Auto Scaling group.
    //
    //    * ecs:service:DesiredCount - The desired task count of an ECS service.
    //
    //    * ec2:spot-fleet-request:TargetCapacity - The target capacity of a Spot
    //    Fleet request.
    //
    //    * dynamodb:table:ReadCapacityUnits - The provisioned read capacity for
    //    a DynamoDB table.
    //
    //    * dynamodb:table:WriteCapacityUnits - The provisioned write capacity for
    //    a DynamoDB table.
    //
    //    * dynamodb:index:ReadCapacityUnits - The provisioned read capacity for
    //    a DynamoDB global secondary index.
    //
    //    * dynamodb:index:WriteCapacityUnits - The provisioned write capacity for
    //    a DynamoDB global secondary index.
    //
    //    * rds:cluster:ReadReplicaCount - The count of Aurora Replicas in an Aurora
    //    DB cluster. Available for Aurora MySQL-compatible edition and Aurora PostgreSQL-compatible
    //    edition.
    //
    // ScalableDimension is a required field
    ScalableDimension *string `type:"string" required:"true" enum:"ScalableDimension"`

    // The name of the scaling plan.
    //
    // ScalingPlanName is a required field
    ScalingPlanName *string `min:"1" type:"string" required:"true"`

    // The version number of the scaling plan.
    //
    // ScalingPlanVersion is a required field
    ScalingPlanVersion *int64 `type:"long" required:"true"`

    // The scaling policies.
    ScalingPolicies []*ScalingPolicy `type:"list"`

    // The scaling status of the resource.
    //
    //    * Active - The scaling configuration is active.
    //
    //    * Inactive - The scaling configuration is not active because the scaling
    //    plan is being created or the scaling configuration could not be applied.
    //    Check the status message for more information.
    //
    //    * PartiallyActive - The scaling configuration is partially active because
    //    the scaling plan is being created or deleted or the scaling configuration
    //    could not be fully applied. Check the status message for more information.
    //
    // ScalingStatusCode is a required field
    ScalingStatusCode *string `type:"string" required:"true" enum:"ScalingStatusCode"`

    // A simple message about the current scaling status of the resource.
    ScalingStatusMessage *string `type:"string"`

    // The namespace of the AWS service.
    //
    // ServiceNamespace is a required field
    ServiceNamespace *string `type:"string" required:"true" enum:"ServiceNamespace"`
    // contains filtered or unexported fields
}

Represents a scalable resource.

func (ScalingPlanResource) GoString

func (s ScalingPlanResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingPlanResource) SetResourceId

func (s *ScalingPlanResource) SetResourceId(v string) *ScalingPlanResource

SetResourceId sets the ResourceId field's value.

func (*ScalingPlanResource) SetScalableDimension

func (s *ScalingPlanResource) SetScalableDimension(v string) *ScalingPlanResource

SetScalableDimension sets the ScalableDimension field's value.

func (*ScalingPlanResource) SetScalingPlanName

func (s *ScalingPlanResource) SetScalingPlanName(v string) *ScalingPlanResource

SetScalingPlanName sets the ScalingPlanName field's value.

func (*ScalingPlanResource) SetScalingPlanVersion

func (s *ScalingPlanResource) SetScalingPlanVersion(v int64) *ScalingPlanResource

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (*ScalingPlanResource) SetScalingPolicies

func (s *ScalingPlanResource) SetScalingPolicies(v []*ScalingPolicy) *ScalingPlanResource

SetScalingPolicies sets the ScalingPolicies field's value.

func (*ScalingPlanResource) SetScalingStatusCode

func (s *ScalingPlanResource) SetScalingStatusCode(v string) *ScalingPlanResource

SetScalingStatusCode sets the ScalingStatusCode field's value.

func (*ScalingPlanResource) SetScalingStatusMessage

func (s *ScalingPlanResource) SetScalingStatusMessage(v string) *ScalingPlanResource

SetScalingStatusMessage sets the ScalingStatusMessage field's value.

func (*ScalingPlanResource) SetServiceNamespace

func (s *ScalingPlanResource) SetServiceNamespace(v string) *ScalingPlanResource

SetServiceNamespace sets the ServiceNamespace field's value.

func (ScalingPlanResource) String

func (s ScalingPlanResource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScalingPolicy

type ScalingPolicy struct {

    // The name of the scaling policy.
    //
    // PolicyName is a required field
    PolicyName *string `min:"1" type:"string" required:"true"`

    // The type of scaling policy.
    //
    // PolicyType is a required field
    PolicyType *string `type:"string" required:"true" enum:"PolicyType"`

    // The target tracking scaling policy. Includes support for predefined or customized
    // metrics.
    TargetTrackingConfiguration *TargetTrackingConfiguration `type:"structure"`
    // contains filtered or unexported fields
}

Represents a scaling policy.

func (ScalingPolicy) GoString

func (s ScalingPolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingPolicy) SetPolicyName

func (s *ScalingPolicy) SetPolicyName(v string) *ScalingPolicy

SetPolicyName sets the PolicyName field's value.

func (*ScalingPolicy) SetPolicyType

func (s *ScalingPolicy) SetPolicyType(v string) *ScalingPolicy

SetPolicyType sets the PolicyType field's value.

func (*ScalingPolicy) SetTargetTrackingConfiguration

func (s *ScalingPolicy) SetTargetTrackingConfiguration(v *TargetTrackingConfiguration) *ScalingPolicy

SetTargetTrackingConfiguration sets the TargetTrackingConfiguration field's value.

func (ScalingPolicy) String

func (s ScalingPolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagFilter

type TagFilter struct {

    // The tag key.
    Key *string `min:"1" type:"string"`

    // The tag values (0 to 20).
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

Represents a tag.

func (TagFilter) GoString

func (s TagFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagFilter) SetKey

func (s *TagFilter) SetKey(v string) *TagFilter

SetKey sets the Key field's value.

func (*TagFilter) SetValues

func (s *TagFilter) SetValues(v []*string) *TagFilter

SetValues sets the Values field's value.

func (TagFilter) String

func (s TagFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TagFilter) Validate

func (s *TagFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TargetTrackingConfiguration

type TargetTrackingConfiguration struct {

    // A customized metric. You can specify either a predefined metric or a customized
    // metric.
    CustomizedScalingMetricSpecification *CustomizedScalingMetricSpecification `type:"structure"`

    // Indicates whether scale in by the target tracking scaling policy is disabled.
    // If the value is true, scale in is disabled and the target tracking scaling
    // policy doesn't remove capacity from the scalable resource. Otherwise, scale
    // in is enabled and the target tracking scaling policy can remove capacity
    // from the scalable resource.
    //
    // The default value is false.
    DisableScaleIn *bool `type:"boolean"`

    // The estimated time, in seconds, until a newly launched instance can contribute
    // to the CloudWatch metrics. This value is used only if the resource is an
    // Auto Scaling group.
    EstimatedInstanceWarmup *int64 `type:"integer"`

    // A predefined metric. You can specify either a predefined metric or a customized
    // metric.
    PredefinedScalingMetricSpecification *PredefinedScalingMetricSpecification `type:"structure"`

    // The amount of time, in seconds, after a scale-in activity completes before
    // another scale-in activity can start. This property is not used if the scalable
    // resource is an Auto Scaling group.
    //
    // With the scale-in cooldown period, the intention is to scale in conservatively
    // to protect your application’s availability, so scale-in activities are
    // blocked until the cooldown period has expired. However, if another alarm
    // triggers a scale-out activity during the scale-in cooldown period, Auto Scaling
    // scales out the target immediately. In this case, the scale-in cooldown period
    // stops and doesn't complete.
    ScaleInCooldown *int64 `type:"integer"`

    // The amount of time, in seconds, to wait for a previous scale-out activity
    // to take effect. This property is not used if the scalable resource is an
    // Auto Scaling group.
    //
    // With the scale-out cooldown period, the intention is to continuously (but
    // not excessively) scale out. After Auto Scaling successfully scales out using
    // a target tracking scaling policy, it starts to calculate the cooldown time.
    // The scaling policy won't increase the desired capacity again unless either
    // a larger scale out is triggered or the cooldown period ends.
    ScaleOutCooldown *int64 `type:"integer"`

    // The target value for the metric. Although this property accepts numbers of
    // type Double, it won't accept values that are either too small or too large.
    // Values must be in the range of -2^360 to 2^360.
    //
    // TargetValue is a required field
    TargetValue *float64 `type:"double" required:"true"`
    // contains filtered or unexported fields
}

Describes a target tracking configuration to use with AWS Auto Scaling. Used with ScalingInstruction and ScalingPolicy.

func (TargetTrackingConfiguration) GoString

func (s TargetTrackingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetTrackingConfiguration) SetCustomizedScalingMetricSpecification

func (s *TargetTrackingConfiguration) SetCustomizedScalingMetricSpecification(v *CustomizedScalingMetricSpecification) *TargetTrackingConfiguration

SetCustomizedScalingMetricSpecification sets the CustomizedScalingMetricSpecification field's value.

func (*TargetTrackingConfiguration) SetDisableScaleIn

func (s *TargetTrackingConfiguration) SetDisableScaleIn(v bool) *TargetTrackingConfiguration

SetDisableScaleIn sets the DisableScaleIn field's value.

func (*TargetTrackingConfiguration) SetEstimatedInstanceWarmup

func (s *TargetTrackingConfiguration) SetEstimatedInstanceWarmup(v int64) *TargetTrackingConfiguration

SetEstimatedInstanceWarmup sets the EstimatedInstanceWarmup field's value.

func (*TargetTrackingConfiguration) SetPredefinedScalingMetricSpecification

func (s *TargetTrackingConfiguration) SetPredefinedScalingMetricSpecification(v *PredefinedScalingMetricSpecification) *TargetTrackingConfiguration

SetPredefinedScalingMetricSpecification sets the PredefinedScalingMetricSpecification field's value.

func (*TargetTrackingConfiguration) SetScaleInCooldown

func (s *TargetTrackingConfiguration) SetScaleInCooldown(v int64) *TargetTrackingConfiguration

SetScaleInCooldown sets the ScaleInCooldown field's value.

func (*TargetTrackingConfiguration) SetScaleOutCooldown

func (s *TargetTrackingConfiguration) SetScaleOutCooldown(v int64) *TargetTrackingConfiguration

SetScaleOutCooldown sets the ScaleOutCooldown field's value.

func (*TargetTrackingConfiguration) SetTargetValue

func (s *TargetTrackingConfiguration) SetTargetValue(v float64) *TargetTrackingConfiguration

SetTargetValue sets the TargetValue field's value.

func (TargetTrackingConfiguration) String

func (s TargetTrackingConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetTrackingConfiguration) Validate

func (s *TargetTrackingConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateScalingPlanInput

type UpdateScalingPlanInput struct {

    // A CloudFormation stack or set of tags.
    //
    // For more information, see ApplicationSource (https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_ApplicationSource.html)
    // in the AWS Auto Scaling API Reference.
    ApplicationSource *ApplicationSource `type:"structure"`

    // The scaling instructions.
    //
    // For more information, see ScalingInstruction (https://docs.aws.amazon.com/autoscaling/plans/APIReference/API_ScalingInstruction.html)
    // in the AWS Auto Scaling API Reference.
    ScalingInstructions []*ScalingInstruction `type:"list"`

    // The name of the scaling plan.
    //
    // ScalingPlanName is a required field
    ScalingPlanName *string `min:"1" type:"string" required:"true"`

    // The version number of the scaling plan. The only valid value is 1. Currently,
    // you cannot have multiple scaling plan versions.
    //
    // ScalingPlanVersion is a required field
    ScalingPlanVersion *int64 `type:"long" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateScalingPlanInput) GoString

func (s UpdateScalingPlanInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateScalingPlanInput) SetApplicationSource

func (s *UpdateScalingPlanInput) SetApplicationSource(v *ApplicationSource) *UpdateScalingPlanInput

SetApplicationSource sets the ApplicationSource field's value.

func (*UpdateScalingPlanInput) SetScalingInstructions

func (s *UpdateScalingPlanInput) SetScalingInstructions(v []*ScalingInstruction) *UpdateScalingPlanInput

SetScalingInstructions sets the ScalingInstructions field's value.

func (*UpdateScalingPlanInput) SetScalingPlanName

func (s *UpdateScalingPlanInput) SetScalingPlanName(v string) *UpdateScalingPlanInput

SetScalingPlanName sets the ScalingPlanName field's value.

func (*UpdateScalingPlanInput) SetScalingPlanVersion

func (s *UpdateScalingPlanInput) SetScalingPlanVersion(v int64) *UpdateScalingPlanInput

SetScalingPlanVersion sets the ScalingPlanVersion field's value.

func (UpdateScalingPlanInput) String

func (s UpdateScalingPlanInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateScalingPlanInput) Validate

func (s *UpdateScalingPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateScalingPlanOutput

type UpdateScalingPlanOutput struct {
    // contains filtered or unexported fields
}

func (UpdateScalingPlanOutput) GoString

func (s UpdateScalingPlanOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateScalingPlanOutput) String

func (s UpdateScalingPlanOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationException

type ValidationException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An exception was thrown for a validation issue. Review the parameters provided.

func (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ValidationException) String

func (s ValidationException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".