mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fnlb was moved to its own repo: fnproject/lb (#702)
* Fnlb was moved to its own repo: fnproject/lb * Clean up fnlb leftovers * Newer deps
This commit is contained in:
committed by
Reed Allman
parent
4ffa3d5005
commit
d3be603e54
149
vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/api.go
generated
vendored
149
vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/api.go
generated
vendored
@@ -76,12 +76,11 @@ func (c *ApplicationAutoScaling) DeleteScalingPolicyRequest(input *DeleteScaling
|
||||
// for the API request.
|
||||
//
|
||||
// * ErrCodeObjectNotFoundException "ObjectNotFoundException"
|
||||
// The specified object could not be found. For any Put or Register API operation,
|
||||
// which depends on the existence of a scalable target, this exception is thrown
|
||||
// if the scalable target with the specified service namespace, resource ID,
|
||||
// and scalable dimension does not exist. For any Delete or Deregister API operation,
|
||||
// this exception is thrown if the resource that is to be deleted or deregistered
|
||||
// cannot be found.
|
||||
// The specified object could not be found. For any operation that depends on
|
||||
// the existence of a scalable target, this exception is thrown if the scalable
|
||||
// target with the specified service namespace, resource ID, and scalable dimension
|
||||
// does not exist. For any operation that deletes or deregisters a resource,
|
||||
// this exception is thrown if the resource cannot be found.
|
||||
//
|
||||
// * ErrCodeConcurrentUpdateException "ConcurrentUpdateException"
|
||||
// Concurrent updates caused an exception, for example, if you request an update
|
||||
@@ -171,12 +170,11 @@ func (c *ApplicationAutoScaling) DeleteScheduledActionRequest(input *DeleteSched
|
||||
// for the API request.
|
||||
//
|
||||
// * ErrCodeObjectNotFoundException "ObjectNotFoundException"
|
||||
// The specified object could not be found. For any Put or Register API operation,
|
||||
// which depends on the existence of a scalable target, this exception is thrown
|
||||
// if the scalable target with the specified service namespace, resource ID,
|
||||
// and scalable dimension does not exist. For any Delete or Deregister API operation,
|
||||
// this exception is thrown if the resource that is to be deleted or deregistered
|
||||
// cannot be found.
|
||||
// The specified object could not be found. For any operation that depends on
|
||||
// the existence of a scalable target, this exception is thrown if the scalable
|
||||
// target with the specified service namespace, resource ID, and scalable dimension
|
||||
// does not exist. For any operation that deletes or deregisters a resource,
|
||||
// this exception is thrown if the resource cannot be found.
|
||||
//
|
||||
// * ErrCodeConcurrentUpdateException "ConcurrentUpdateException"
|
||||
// Concurrent updates caused an exception, for example, if you request an update
|
||||
@@ -271,12 +269,11 @@ func (c *ApplicationAutoScaling) DeregisterScalableTargetRequest(input *Deregist
|
||||
// for the API request.
|
||||
//
|
||||
// * ErrCodeObjectNotFoundException "ObjectNotFoundException"
|
||||
// The specified object could not be found. For any Put or Register API operation,
|
||||
// which depends on the existence of a scalable target, this exception is thrown
|
||||
// if the scalable target with the specified service namespace, resource ID,
|
||||
// and scalable dimension does not exist. For any Delete or Deregister API operation,
|
||||
// this exception is thrown if the resource that is to be deleted or deregistered
|
||||
// cannot be found.
|
||||
// The specified object could not be found. For any operation that depends on
|
||||
// the existence of a scalable target, this exception is thrown if the scalable
|
||||
// target with the specified service namespace, resource ID, and scalable dimension
|
||||
// does not exist. For any operation that deletes or deregisters a resource,
|
||||
// this exception is thrown if the resource cannot be found.
|
||||
//
|
||||
// * ErrCodeConcurrentUpdateException "ConcurrentUpdateException"
|
||||
// Concurrent updates caused an exception, for example, if you request an update
|
||||
@@ -357,8 +354,7 @@ func (c *ApplicationAutoScaling) DescribeScalableTargetsRequest(input *DescribeS
|
||||
|
||||
// DescribeScalableTargets API operation for Application Auto Scaling.
|
||||
//
|
||||
// Provides descriptive information about the scalable targets in the specified
|
||||
// namespace.
|
||||
// Gets information about the scalable targets in the specified namespace.
|
||||
//
|
||||
// You can filter the results using the ResourceIds and ScalableDimension parameters.
|
||||
//
|
||||
@@ -690,7 +686,7 @@ func (c *ApplicationAutoScaling) DescribeScalingPoliciesRequest(input *DescribeS
|
||||
// with a scaling policy due to a client error, for example, if the role ARN
|
||||
// specified for a scalable target does not have permission to call the CloudWatch
|
||||
// DescribeAlarms (http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html)
|
||||
// API operation on behalf of your account.
|
||||
// on your behalf.
|
||||
//
|
||||
// * ErrCodeInvalidNextTokenException "InvalidNextTokenException"
|
||||
// The next token supplied was invalid.
|
||||
@@ -918,8 +914,8 @@ func (c *ApplicationAutoScaling) PutScalingPolicyRequest(input *PutScalingPolicy
|
||||
//
|
||||
// Each scalable target is identified by a service namespace, resource ID, and
|
||||
// scalable dimension. A scaling policy applies to the scalable target identified
|
||||
// by those three attributes. You cannot create a scaling policy without first
|
||||
// registering a scalable target using RegisterScalableTarget.
|
||||
// by those three attributes. You cannot create a scaling policy until you register
|
||||
// the scalable target using RegisterScalableTarget.
|
||||
//
|
||||
// To update a policy, specify its policy name and the parameters that you want
|
||||
// to change. Any parameters that you don't specify are not changed by this
|
||||
@@ -941,17 +937,15 @@ func (c *ApplicationAutoScaling) PutScalingPolicyRequest(input *PutScalingPolicy
|
||||
// for the API request.
|
||||
//
|
||||
// * ErrCodeLimitExceededException "LimitExceededException"
|
||||
// Your account exceeded a limit. This exception is thrown when a per-account
|
||||
// resource limit is exceeded. For more information, see Application Auto Scaling
|
||||
// Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_as-app).
|
||||
// A per-account resource limit is exceeded. For more information, see Application
|
||||
// Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html).
|
||||
//
|
||||
// * ErrCodeObjectNotFoundException "ObjectNotFoundException"
|
||||
// The specified object could not be found. For any Put or Register API operation,
|
||||
// which depends on the existence of a scalable target, this exception is thrown
|
||||
// if the scalable target with the specified service namespace, resource ID,
|
||||
// and scalable dimension does not exist. For any Delete or Deregister API operation,
|
||||
// this exception is thrown if the resource that is to be deleted or deregistered
|
||||
// cannot be found.
|
||||
// The specified object could not be found. For any operation that depends on
|
||||
// the existence of a scalable target, this exception is thrown if the scalable
|
||||
// target with the specified service namespace, resource ID, and scalable dimension
|
||||
// does not exist. For any operation that deletes or deregisters a resource,
|
||||
// this exception is thrown if the resource cannot be found.
|
||||
//
|
||||
// * ErrCodeConcurrentUpdateException "ConcurrentUpdateException"
|
||||
// Concurrent updates caused an exception, for example, if you request an update
|
||||
@@ -963,7 +957,7 @@ func (c *ApplicationAutoScaling) PutScalingPolicyRequest(input *PutScalingPolicy
|
||||
// with a scaling policy due to a client error, for example, if the role ARN
|
||||
// specified for a scalable target does not have permission to call the CloudWatch
|
||||
// DescribeAlarms (http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html)
|
||||
// API operation on behalf of your account.
|
||||
// on your behalf.
|
||||
//
|
||||
// * ErrCodeInternalServiceException "InternalServiceException"
|
||||
// The service encountered an internal error.
|
||||
@@ -1039,8 +1033,8 @@ func (c *ApplicationAutoScaling) PutScheduledActionRequest(input *PutScheduledAc
|
||||
//
|
||||
// Each scalable target is identified by a service namespace, resource ID, and
|
||||
// scalable dimension. A scheduled action applies to the scalable target identified
|
||||
// by those three attributes. You cannot create a scheduled action without first
|
||||
// registering a scalable target using RegisterScalableTarget.
|
||||
// by those three attributes. You cannot create a scheduled action until you
|
||||
// register the scalable target using RegisterScalableTarget.
|
||||
//
|
||||
// To update an action, specify its name and the parameters that you want to
|
||||
// change. If you don't specify start and end times, the old values are deleted.
|
||||
@@ -1063,17 +1057,15 @@ func (c *ApplicationAutoScaling) PutScheduledActionRequest(input *PutScheduledAc
|
||||
// for the API request.
|
||||
//
|
||||
// * ErrCodeLimitExceededException "LimitExceededException"
|
||||
// Your account exceeded a limit. This exception is thrown when a per-account
|
||||
// resource limit is exceeded. For more information, see Application Auto Scaling
|
||||
// Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_as-app).
|
||||
// A per-account resource limit is exceeded. For more information, see Application
|
||||
// Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html).
|
||||
//
|
||||
// * ErrCodeObjectNotFoundException "ObjectNotFoundException"
|
||||
// The specified object could not be found. For any Put or Register API operation,
|
||||
// which depends on the existence of a scalable target, this exception is thrown
|
||||
// if the scalable target with the specified service namespace, resource ID,
|
||||
// and scalable dimension does not exist. For any Delete or Deregister API operation,
|
||||
// this exception is thrown if the resource that is to be deleted or deregistered
|
||||
// cannot be found.
|
||||
// The specified object could not be found. For any operation that depends on
|
||||
// the existence of a scalable target, this exception is thrown if the scalable
|
||||
// target with the specified service namespace, resource ID, and scalable dimension
|
||||
// does not exist. For any operation that deletes or deregisters a resource,
|
||||
// this exception is thrown if the resource cannot be found.
|
||||
//
|
||||
// * ErrCodeConcurrentUpdateException "ConcurrentUpdateException"
|
||||
// Concurrent updates caused an exception, for example, if you request an update
|
||||
@@ -1151,12 +1143,12 @@ func (c *ApplicationAutoScaling) RegisterScalableTargetRequest(input *RegisterSc
|
||||
// Registers or updates a scalable target. A scalable target is a resource that
|
||||
// Application Auto Scaling can scale out or scale in. After you have registered
|
||||
// a scalable target, you can use this operation to update the minimum and maximum
|
||||
// values for your scalable dimension.
|
||||
// values for its scalable dimension.
|
||||
//
|
||||
// After you register a scalable target, you can create and apply scaling policies
|
||||
// using PutScalingPolicy. You can view the scaling policies for a service namespace
|
||||
// using DescribeScalableTargets. If you are no longer using a scalable target,
|
||||
// you can deregister it using DeregisterScalableTarget.
|
||||
// using DescribeScalableTargets. If you no longer need a scalable target, you
|
||||
// can deregister it using DeregisterScalableTarget.
|
||||
//
|
||||
// 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
|
||||
@@ -1171,9 +1163,8 @@ func (c *ApplicationAutoScaling) RegisterScalableTargetRequest(input *RegisterSc
|
||||
// for the API request.
|
||||
//
|
||||
// * ErrCodeLimitExceededException "LimitExceededException"
|
||||
// Your account exceeded a limit. This exception is thrown when a per-account
|
||||
// resource limit is exceeded. For more information, see Application Auto Scaling
|
||||
// Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_as-app).
|
||||
// A per-account resource limit is exceeded. For more information, see Application
|
||||
// Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html).
|
||||
//
|
||||
// * ErrCodeConcurrentUpdateException "ConcurrentUpdateException"
|
||||
// Concurrent updates caused an exception, for example, if you request an update
|
||||
@@ -1779,8 +1770,8 @@ func (s DeregisterScalableTargetOutput) GoString() string {
|
||||
type DescribeScalableTargetsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The maximum number of scalable target results. This value can be between
|
||||
// 1 and 50. The default value is 50.
|
||||
// The maximum number of scalable targets. This value can be between 1 and 50.
|
||||
// The default value is 50.
|
||||
//
|
||||
// If this parameter is used, the operation returns up to MaxResults results
|
||||
// at a time, along with a NextToken value. To get the next set of results,
|
||||
@@ -1917,7 +1908,7 @@ type DescribeScalableTargetsOutput struct {
|
||||
// there are no more results to return.
|
||||
NextToken *string `type:"string"`
|
||||
|
||||
// The list of scalable targets that matches the request parameters.
|
||||
// The scalable targets that match the request parameters.
|
||||
ScalableTargets []*ScalableTarget `type:"list"`
|
||||
}
|
||||
|
||||
@@ -1947,8 +1938,8 @@ func (s *DescribeScalableTargetsOutput) SetScalableTargets(v []*ScalableTarget)
|
||||
type DescribeScalingActivitiesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The maximum number of scalable target results. This value can be between
|
||||
// 1 and 50. The default value is 50.
|
||||
// The maximum number of scalable targets. This value can be between 1 and 50.
|
||||
// The default value is 50.
|
||||
//
|
||||
// If this parameter is used, the operation returns up to MaxResults results
|
||||
// at a time, along with a NextToken value. To get the next set of results,
|
||||
@@ -2118,8 +2109,8 @@ func (s *DescribeScalingActivitiesOutput) SetScalingActivities(v []*ScalingActiv
|
||||
type DescribeScalingPoliciesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The maximum number of scalable target results. This value can be between
|
||||
// 1 and 50. The default value is 50.
|
||||
// The maximum number of scalable targets. This value can be between 1 and 50.
|
||||
// The default value is 50.
|
||||
//
|
||||
// If this parameter is used, the operation returns up to MaxResults results
|
||||
// at a time, along with a NextToken value. To get the next set of results,
|
||||
@@ -2534,14 +2525,14 @@ type PredefinedMetricSpecification struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The metric type. The ALBRequestCountPerTarget metric type applies only to
|
||||
// Spot fleet requests.
|
||||
// Spot fleet requests and ECS services.
|
||||
//
|
||||
// PredefinedMetricType is a required field
|
||||
PredefinedMetricType *string `type:"string" required:"true" enum:"MetricType"`
|
||||
|
||||
// Identifies the resource associated with the metric type. You can't specify
|
||||
// a resource label unless the metric type is ALBRequestCountPerTarget and there
|
||||
// is a target group attached to the Spot fleet request.
|
||||
// is a target group attached to the Spot fleet request or ECS service.
|
||||
//
|
||||
// The format is app/<load-balancer-name>/<load-balancer-id>/targetgroup/<target-group-name>/<target-group-id>,
|
||||
// where:
|
||||
@@ -2601,11 +2592,11 @@ type PutScalingPolicyInput struct {
|
||||
// PolicyName is a required field
|
||||
PolicyName *string `min:"1" type:"string" required:"true"`
|
||||
|
||||
// The policy type. If you are creating a new policy, this parameter is required.
|
||||
// If you are updating a policy, this parameter is not required.
|
||||
// The policy type. This parameter is required if you are creating a policy.
|
||||
//
|
||||
// For DynamoDB, only TargetTrackingScaling is supported. For any other service,
|
||||
// only StepScaling is supported.
|
||||
// For DynamoDB, only TargetTrackingScaling is supported. For Amazon ECS, Spot
|
||||
// Fleet, and Amazon RDS, both StepScaling and TargetTrackingScaling are supported.
|
||||
// For any other service, only StepScaling is supported.
|
||||
PolicyType *string `type:"string" enum:"PolicyType"`
|
||||
|
||||
// The identifier of the resource associated with the scaling policy. This string
|
||||
@@ -2682,8 +2673,8 @@ type PutScalingPolicyInput struct {
|
||||
|
||||
// A target tracking policy.
|
||||
//
|
||||
// This parameter is required if you are creating a new policy and the policy
|
||||
// type is TargetTrackingScaling.
|
||||
// This parameter is required if you are creating a policy and the policy type
|
||||
// is TargetTrackingScaling.
|
||||
TargetTrackingScalingPolicyConfiguration *TargetTrackingScalingPolicyConfiguration `type:"structure"`
|
||||
}
|
||||
|
||||
@@ -2846,7 +2837,8 @@ type PutScheduledActionInput struct {
|
||||
// ResourceId is a required field
|
||||
ResourceId *string `min:"1" type:"string" required:"true"`
|
||||
|
||||
// The scalable dimension. This string consists of the service namespace, resource
|
||||
// The scalable dimension. This parameter is required if you are creating a
|
||||
// scheduled action. This string consists of the service namespace, resource
|
||||
// type, and scaling property.
|
||||
//
|
||||
// * ecs:service:DesiredCount - The desired task count of an ECS service.
|
||||
@@ -3021,13 +3013,11 @@ type RegisterScalableTargetInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The maximum value to scale to in response to a scale out event. This parameter
|
||||
// is required if you are registering a scalable target and optional if you
|
||||
// are updating one.
|
||||
// is required if you are registering a scalable target.
|
||||
MaxCapacity *int64 `type:"integer"`
|
||||
|
||||
// The minimum value to scale to in response to a scale in event. This parameter
|
||||
// is required if you are registering a scalable target and optional if you
|
||||
// are updating one.
|
||||
// is required if you are registering a scalable target.
|
||||
MinCapacity *int64 `type:"integer"`
|
||||
|
||||
// The identifier of the resource associated with the scalable target. This
|
||||
@@ -3057,16 +3047,13 @@ type RegisterScalableTargetInput struct {
|
||||
// ResourceId is a required field
|
||||
ResourceId *string `min:"1" type:"string" required:"true"`
|
||||
|
||||
// The ARN of an IAM role that allows Application Auto Scaling to modify the
|
||||
// scalable target on your behalf.
|
||||
//
|
||||
// With Amazon RDS resources, permissions are granted using a service-linked
|
||||
// role. For more information, see Service-Linked Roles for Application Auto
|
||||
// Scaling (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/APIReference/application-autoscaling-service-linked-roles.html).
|
||||
// Application Auto Scaling creates a service-linked role that grants it permissions
|
||||
// to modify the scalable target on your behalf. For more information, see Service-Linked
|
||||
// Roles for Application Auto Scaling (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/APIReference/application-autoscaling-service-linked-roles.html).
|
||||
//
|
||||
// For resources that are not supported using a service-linked role, this parameter
|
||||
// is required when you register a scalable target and optional when you update
|
||||
// one.
|
||||
// is required and must specify the ARN of an IAM role that allows Application
|
||||
// Auto Scaling to modify the scalable target on your behalf.
|
||||
RoleARN *string `min:"1" type:"string"`
|
||||
|
||||
// The scalable dimension associated with the scalable target. This string consists
|
||||
@@ -4293,6 +4280,12 @@ const (
|
||||
|
||||
// MetricTypeEc2spotFleetRequestAverageNetworkOut is a MetricType enum value
|
||||
MetricTypeEc2spotFleetRequestAverageNetworkOut = "EC2SpotFleetRequestAverageNetworkOut"
|
||||
|
||||
// MetricTypeEcsserviceAverageCpuutilization is a MetricType enum value
|
||||
MetricTypeEcsserviceAverageCpuutilization = "ECSServiceAverageCPUUtilization"
|
||||
|
||||
// MetricTypeEcsserviceAverageMemoryUtilization is a MetricType enum value
|
||||
MetricTypeEcsserviceAverageMemoryUtilization = "ECSServiceAverageMemoryUtilization"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
8
vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/doc.go
generated
vendored
8
vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/doc.go
generated
vendored
@@ -11,13 +11,15 @@
|
||||
//
|
||||
// * Scale your resources in response to CloudWatch alarms
|
||||
//
|
||||
// * Schedule one-time or recurring scaling actions
|
||||
//
|
||||
// * View the history of your scaling events
|
||||
//
|
||||
// Application Auto Scaling can scale the following AWS resources:
|
||||
//
|
||||
// * Amazon ECS services. For more information, see Service Auto Scaling
|
||||
// (http://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html)
|
||||
// in the Amazon EC2 Container Service Developer Guide.
|
||||
// in the Amazon Elastic Container Service Developer Guide.
|
||||
//
|
||||
// * Amazon EC2 Spot fleets. For more information, see Automatic Scaling
|
||||
// for Spot Fleet (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-auto-scaling.html)
|
||||
@@ -36,8 +38,8 @@
|
||||
// Automatically with DynamoDB Auto Scaling (http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/AutoScaling.html)
|
||||
// in the Amazon DynamoDB Developer Guide.
|
||||
//
|
||||
// * Amazon Aurora Replicas. For more information, see Using Application
|
||||
// Auto Scaling with an Amazon Aurora DB Cluster (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.Integrating.AutoScaling.html).
|
||||
// * Amazon Aurora Replicas. For more information, see Using Amazon Aurora
|
||||
// Auto Scaling with Aurora Replicas (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Aurora.Integrating.AutoScaling.html).
|
||||
//
|
||||
// For a list of supported regions, see AWS Regions and Endpoints: Application
|
||||
// Auto Scaling (http://docs.aws.amazon.com/general/latest/gr/rande.html#as-app_region)
|
||||
|
||||
18
vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/errors.go
generated
vendored
18
vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/errors.go
generated
vendored
@@ -19,7 +19,7 @@ const (
|
||||
// with a scaling policy due to a client error, for example, if the role ARN
|
||||
// specified for a scalable target does not have permission to call the CloudWatch
|
||||
// DescribeAlarms (http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html)
|
||||
// API operation on behalf of your account.
|
||||
// on your behalf.
|
||||
ErrCodeFailedResourceAccessException = "FailedResourceAccessException"
|
||||
|
||||
// ErrCodeInternalServiceException for service response error code
|
||||
@@ -37,20 +37,18 @@ const (
|
||||
// ErrCodeLimitExceededException for service response error code
|
||||
// "LimitExceededException".
|
||||
//
|
||||
// Your account exceeded a limit. This exception is thrown when a per-account
|
||||
// resource limit is exceeded. For more information, see Application Auto Scaling
|
||||
// Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_as-app).
|
||||
// A per-account resource limit is exceeded. For more information, see Application
|
||||
// Auto Scaling Limits (http://docs.aws.amazon.com/ApplicationAutoScaling/latest/userguide/application-auto-scaling-limits.html).
|
||||
ErrCodeLimitExceededException = "LimitExceededException"
|
||||
|
||||
// ErrCodeObjectNotFoundException for service response error code
|
||||
// "ObjectNotFoundException".
|
||||
//
|
||||
// The specified object could not be found. For any Put or Register API operation,
|
||||
// which depends on the existence of a scalable target, this exception is thrown
|
||||
// if the scalable target with the specified service namespace, resource ID,
|
||||
// and scalable dimension does not exist. For any Delete or Deregister API operation,
|
||||
// this exception is thrown if the resource that is to be deleted or deregistered
|
||||
// cannot be found.
|
||||
// The specified object could not be found. For any operation that depends on
|
||||
// the existence of a scalable target, this exception is thrown if the scalable
|
||||
// target with the specified service namespace, resource ID, and scalable dimension
|
||||
// does not exist. For any operation that deletes or deregisters a resource,
|
||||
// this exception is thrown if the resource cannot be found.
|
||||
ErrCodeObjectNotFoundException = "ObjectNotFoundException"
|
||||
|
||||
// ErrCodeValidationException for service response error code
|
||||
|
||||
Reference in New Issue
Block a user