/// <summary> /// <para> Modifies the parameters of a DBParameterGroup to the engine/system default value. To reset specific parameters submit a list of the /// following: ParameterName and ApplyMethod. To reset the entire DBParameterGroup specify the DBParameterGroup name and ResetAllParameters /// parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to /// take effect on the next DB instance restart or RebootDBInstance request. </para> /// </summary> /// /// <param name="resetDBParameterGroupRequest">Container for the necessary parameters to execute the ResetDBParameterGroup service method on /// AmazonRDS.</param> /// /// <returns>The response from the ResetDBParameterGroup service method, as returned by AmazonRDS.</returns> /// /// <exception cref="DBParameterGroupNotFoundException"/> /// <exception cref="InvalidDBParameterGroupStateException"/> public ResetDBParameterGroupResponse ResetDBParameterGroup(ResetDBParameterGroupRequest resetDBParameterGroupRequest) { IRequest <ResetDBParameterGroupRequest> request = new ResetDBParameterGroupRequestMarshaller().Marshall(resetDBParameterGroupRequest); ResetDBParameterGroupResponse response = Invoke <ResetDBParameterGroupRequest, ResetDBParameterGroupResponse> (request, this.signer, ResetDBParameterGroupResponseUnmarshaller.GetInstance()); return(response); }
IAsyncResult invokeResetDBParameterGroup(ResetDBParameterGroupRequest resetDBParameterGroupRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new ResetDBParameterGroupRequestMarshaller().Marshall(resetDBParameterGroupRequest); var unmarshaller = ResetDBParameterGroupResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// Initiates the asynchronous execution of the ResetDBParameterGroup operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ResetDBParameterGroup operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<ResetDBParameterGroupResponse> ResetDBParameterGroupAsync(ResetDBParameterGroupRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new ResetDBParameterGroupRequestMarshaller(); var unmarshaller = ResetDBParameterGroupResponseUnmarshaller.Instance; return InvokeAsync<ResetDBParameterGroupRequest,ResetDBParameterGroupResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Modifies the parameters of a DB parameter group to the engine/system default value. /// To reset specific parameters submit a list of the following: <code>ParameterName</code> /// and <code>ApplyMethod</code>. To reset the entire DB parameter group, specify the /// <code>DBParameterGroup</code> name and <code>ResetAllParameters</code> parameters. /// When resetting the entire group, dynamic parameters are updated immediately and static /// parameters are set to <code>pending-reboot</code> to take effect on the next DB instance /// restart or <code>RebootDBInstance</code> request. /// </summary> /// <param name="request">Container for the necessary parameters to execute the ResetDBParameterGroup service method.</param> /// /// <returns>The response from the ResetDBParameterGroup service method, as returned by RDS.</returns> /// <exception cref="Amazon.RDS.Model.DBParameterGroupNotFoundException"> /// <i>DBParameterGroupName</i> does not refer to an existing DB parameter group. /// </exception> /// <exception cref="Amazon.RDS.Model.InvalidDBParameterGroupStateException"> /// The DB parameter group cannot be deleted because it is in use. /// </exception> public ResetDBParameterGroupResponse ResetDBParameterGroup(ResetDBParameterGroupRequest request) { var marshaller = new ResetDBParameterGroupRequestMarshaller(); var unmarshaller = ResetDBParameterGroupResponseUnmarshaller.Instance; return Invoke<ResetDBParameterGroupRequest,ResetDBParameterGroupResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the ResetDBParameterGroup operation. /// <seealso cref="Amazon.RDS.IAmazonRDS.ResetDBParameterGroup"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ResetDBParameterGroup operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task<ResetDBParameterGroupResponse> ResetDBParameterGroupAsync(ResetDBParameterGroupRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new ResetDBParameterGroupRequestMarshaller(); var unmarshaller = ResetDBParameterGroupResponseUnmarshaller.GetInstance(); return Invoke<IRequest, ResetDBParameterGroupRequest, ResetDBParameterGroupResponse>(request, marshaller, unmarshaller, signer, cancellationToken); }
public void ResetDBParameterGroupMarshallTest() { var operation = service_model.FindOperation("ResetDBParameterGroup"); var request = InstantiateClassGenerator.Execute<ResetDBParameterGroupRequest>(); var marshaller = new ResetDBParameterGroupRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation); validator.Validate(); var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute(); var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null); var response = ResetDBParameterGroupResponseUnmarshaller.Instance.Unmarshall(context) as ResetDBParameterGroupResponse; InstantiateClassGenerator.ValidateObjectFullyInstantiated(response); }
/// <summary> /// <para> Modifies the parameters of a DB parameter group to the engine/system default value. To reset specific parameters submit a list of the /// following: <c>ParameterName</c> and <c>ApplyMethod</c> . To reset the entire DB parameter group, specify the <c>DBParameterGroup</c> name /// and <c>ResetAllParameters</c> parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters /// are set to <c>pending-reboot</c> to take effect on the next DB instance restart or <c>RebootDBInstance</c> request. </para> /// </summary> /// /// <param name="resetDBParameterGroupRequest">Container for the necessary parameters to execute the ResetDBParameterGroup service method on /// AmazonRDS.</param> /// /// <returns>The response from the ResetDBParameterGroup service method, as returned by AmazonRDS.</returns> /// /// <exception cref="T:Amazon.RDS.Model.DBParameterGroupNotFoundException" /> /// <exception cref="T:Amazon.RDS.Model.InvalidDBParameterGroupStateException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public async Task<ResetDBParameterGroupResponse> ResetDBParameterGroupAsync(ResetDBParameterGroupRequest resetDBParameterGroupRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new ResetDBParameterGroupRequestMarshaller(); var unmarshaller = ResetDBParameterGroupResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, ResetDBParameterGroupRequest, ResetDBParameterGroupResponse>(resetDBParameterGroupRequest, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// Initiates the asynchronous execution of the ResetDBParameterGroup operation. /// <seealso cref="Amazon.RDS.IAmazonRDS"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the ResetDBParameterGroup operation on AmazonRDSClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndResetDBParameterGroup /// operation.</returns> public IAsyncResult BeginResetDBParameterGroup(ResetDBParameterGroupRequest request, AsyncCallback callback, object state) { var marshaller = new ResetDBParameterGroupRequestMarshaller(); var unmarshaller = ResetDBParameterGroupResponseUnmarshaller.Instance; return BeginInvoke<ResetDBParameterGroupRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// <para> Modifies the parameters of a DBParameterGroup to the engine/system default value. To reset specific parameters submit a list of the /// following: ParameterName and ApplyMethod. To reset the entire DBParameterGroup specify the DBParameterGroup name and ResetAllParameters /// parameters. When resetting the entire group, dynamic parameters are updated immediately and static parameters are set to pending-reboot to /// take effect on the next DB instance restart or RebootDBInstance request. </para> /// </summary> /// /// <param name="resetDBParameterGroupRequest">Container for the necessary parameters to execute the ResetDBParameterGroup service method on /// AmazonRDS.</param> /// /// <returns>The response from the ResetDBParameterGroup service method, as returned by AmazonRDS.</returns> /// /// <exception cref="DBParameterGroupNotFoundException"/> /// <exception cref="InvalidDBParameterGroupStateException"/> public ResetDBParameterGroupResponse ResetDBParameterGroup(ResetDBParameterGroupRequest resetDBParameterGroupRequest) { IRequest<ResetDBParameterGroupRequest> request = new ResetDBParameterGroupRequestMarshaller().Marshall(resetDBParameterGroupRequest); ResetDBParameterGroupResponse response = Invoke<ResetDBParameterGroupRequest, ResetDBParameterGroupResponse> (request, this.signer, ResetDBParameterGroupResponseUnmarshaller.GetInstance()); return response; }