/AWS1/CL_EC2=>MODIFYINSTANCEEVENTSTARTTIME()
¶
About ModifyInstanceEventStartTime¶
Modifies the start time for a scheduled Amazon EC2 instance event.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_INSTANCEID
TYPE /AWS1/EC2INSTANCEID
/AWS1/EC2INSTANCEID
¶
The ID of the instance with the scheduled event.
IV_INSTANCEEVENTID
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The ID of the event whose date and time you are modifying.
IV_NOTBEFORE
TYPE /AWS1/EC2DATETIME
/AWS1/EC2DATETIME
¶
The new date and time when the event will take place.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.