Amazon.GameLift.AmazonGameLiftClient.DeleteScalingPolicy C# (CSharp) Method

DeleteScalingPolicy() public method

Deletes a fleet scaling policy. This action means that the policy is no longer in force and removes all record of it. To delete a scaling policy, specify both the scaling policy name and the fleet ID it is associated with.
/// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public DeleteScalingPolicy ( DeleteScalingPolicyRequest request ) : DeleteScalingPolicyResponse
request Amazon.GameLift.Model.DeleteScalingPolicyRequest Container for the necessary parameters to execute the DeleteScalingPolicy service method.
return DeleteScalingPolicyResponse
        public DeleteScalingPolicyResponse DeleteScalingPolicy(DeleteScalingPolicyRequest request)
        {
            var marshaller = new DeleteScalingPolicyRequestMarshaller();
            var unmarshaller = DeleteScalingPolicyResponseUnmarshaller.Instance;

            return Invoke<DeleteScalingPolicyRequest,DeleteScalingPolicyResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient