Smaws_Client_SSM.CreateMaintenanceWindow
val request :
Smaws_Lib.Context.t ->
create_maintenance_window_request ->
(create_maintenance_window_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `IdempotentParameterMismatch of idempotent_parameter_mismatch
| `InternalServerError of internal_server_error
| `ResourceLimitExceededException of resource_limit_exceeded_exception ])
Stdlib.result
Creates a new maintenance window.
The value you specify for Duration
determines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify for Cutoff
. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify for Cutoff
is one hour, no maintenance window tasks can start after 5 PM.