Values.PutScheduledActionResponseSourceCreates or updates a scheduled action for an Application Auto Scaling scalable target. 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 until you have registered the resource as a scalable target. When you specify start and end times with a recurring schedule using a cron expression or rates, they form the boundaries for when the recurring action starts and stops. To update a scheduled action, specify the parameters that you want to change. If you don't specify start and end times, the old values are deleted. For more information, see Scheduled scaling in the Application Auto Scaling User Guide. If a scalable target is deregistered, the scalable target is no longer available to run scheduled actions. Any scheduled actions that were specified for the scalable target are deleted.
type nonrec error = [ | `ConcurrentUpdateException of ConcurrentUpdateException.t| `InternalServiceException of InternalServiceException.t| `LimitExceededException of LimitExceededException.t| `ObjectNotFoundException of ObjectNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentUpdateException of ConcurrentUpdateException.t
| `InternalServiceException of InternalServiceException.t
| `LimitExceededException of LimitExceededException.t
| `ObjectNotFoundException of ObjectNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentUpdateException of ConcurrentUpdateException.t
| `InternalServiceException of InternalServiceException.t
| `LimitExceededException of LimitExceededException.t
| `ObjectNotFoundException of ObjectNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]