Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.
Example
Use a bare-bones client and the command you need to make an API call.
Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.
Example
Use a bare-bones client and the command you need to make an API call.
Param
UpdateScalingParametersCommandInput
Returns
UpdateScalingParametersCommandOutput
See
input
shape.response
shape.config
shape.Throws
BaseException (client fault)
An error occurred while processing the request.
Throws
InternalException (server fault)
An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
Throws
InvalidTypeException (client fault)
The request was rejected because it specified an invalid type definition.
Throws
LimitExceededException (client fault)
The request was rejected because a resource limit has already been met.
Throws
ResourceNotFoundException (client fault)
The request was rejected because it attempted to reference a resource that does not exist.
Throws
ValidationException (client fault)
The request was rejected because it has invalid parameters.
Throws
CloudSearchServiceException
Base exception class for all service exceptions from CloudSearch service.