getOperations
inline suspend fun LightsailClient.getOperations(crossinline block: GetOperationsRequest.Builder.() -> Unit): GetOperationsResponse
Returns information about all operations.
Results are returned from oldest to newest, up to a maximum of 200. Results can be paged by making each subsequent call to GetOperations
use the maximum (last) statusChangedAt
value from the previous request.