Module Values.DeleteScalingPolicyInputSource

This API works with the following fleet types: EC2 Deletes a fleet scaling policy. Once deleted, the policy is no longer in force and Amazon GameLift Servers removes all record of it. To delete a scaling policy, specify both the scaling policy name and the fleet ID it is associated with. To temporarily suspend scaling policies, use StopFleetActions. This operation suspends all policies for the fleet.

Sourcetype nonrec t = {
  1. name : NonZeroAndMaxString.t;
    (*

    A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.

    *)
  2. fleetId : FleetIdOrArn.t;
    (*

    A unique identifier for the fleet to be deleted. You can use either the fleet ID or ARN value.

    *)
}
Sourceval context_ : string
Sourceval make : name:NonZeroAndMaxString.t -> fleetId:FleetIdOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonZeroAndMaxString.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