Module Values.ResumeServiceRequestSource

Resume an active App Runner service. App Runner provisions compute capacity for the service. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Sourcetype nonrec t = {
  1. serviceArn : AppRunnerResourceArn.t;
    (*

    The Amazon Resource Name (ARN) of the App Runner service that you want to resume.

    *)
}
Sourceval context_ : string
Sourceval make : serviceArn:AppRunnerResourceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppRunnerResourceArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t