Amazon.CodeDeploy.AmazonCodeDeployClient.UpdateApplication C# (CSharp) Method

UpdateApplication() public method

Changes the name of an application.
/// An application with the specified name already exists with the applicable IAM user /// or AWS account. /// /// The application does not exist with the applicable IAM user or AWS account. /// /// The minimum number of required application names was not specified. /// /// The application name was specified in an invalid format. ///
public UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse
request Amazon.CodeDeploy.Model.UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication service method.
return UpdateApplicationResponse
        public UpdateApplicationResponse UpdateApplication(UpdateApplicationRequest request)
        {
            var marshaller = new UpdateApplicationRequestMarshaller();
            var unmarshaller = UpdateApplicationResponseUnmarshaller.Instance;

            return Invoke<UpdateApplicationRequest,UpdateApplicationResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient