Container for the parameters to the UpdateSqlInjectionMatchSet operation. Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet. For each SqlInjectionMatchTuple object, you specify the following values:
  • Action: Whether to insert the object into or delete the object from the array. To change a SqlInjectionMatchTuple, you delete the existing object and add a new one.

  • FieldToMatch: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the name of the header.

  • TextTransformation: Which text transformation, if any, to perform on the web request before inspecting the request for snippets of malicious SQL code.

You use SqlInjectionMatchSet objects to specify which CloudFront requests you want to allow, block, or count. For example, if you're receiving requests that contain snippets of SQL code in the query string and you want to block the requests, you can create a SqlInjectionMatchSet with the applicable settings, and then configure AWS WAF to block the requests.

To create and configure a SqlInjectionMatchSet, perform the following steps:

  1. Submit a CreateSqlInjectionMatchSet request.

  2. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.

  3. Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests that you want AWS WAF to inspect for snippets of SQL code.

For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.

Inheritance: AmazonWAFRequest
Ejemplo n.º 1
0
        public object Execute(ExecutorContext context)
        {
            var cmdletContext = context as CmdletContext;
            // create request
            var request = new Amazon.WAF.Model.UpdateSqlInjectionMatchSetRequest();

            if (cmdletContext.ChangeToken != null)
            {
                request.ChangeToken = cmdletContext.ChangeToken;
            }
            if (cmdletContext.SqlInjectionMatchSetId != null)
            {
                request.SqlInjectionMatchSetId = cmdletContext.SqlInjectionMatchSetId;
            }
            if (cmdletContext.Update != null)
            {
                request.Updates = cmdletContext.Update;
            }

            CmdletOutput output;

            // issue call
            var client = Client ?? CreateClient(_CurrentCredentials, _RegionEndpoint);

            try
            {
                var    response       = CallAWSServiceOperation(client, request);
                object pipelineOutput = null;
                pipelineOutput = cmdletContext.Select(response, this);
                output         = new CmdletOutput
                {
                    PipelineOutput  = pipelineOutput,
                    ServiceResponse = response
                };
            }
            catch (Exception e)
            {
                output = new CmdletOutput {
                    ErrorResponse = e
                };
            }

            return(output);
        }
Ejemplo n.º 2
0
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateSqlInjectionMatchSet operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the UpdateSqlInjectionMatchSet operation on AmazonWAFClient.</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 EndUpdateSqlInjectionMatchSet
        ///         operation.</returns>
        public IAsyncResult BeginUpdateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new UpdateSqlInjectionMatchSetRequestMarshaller();
            var unmarshaller = UpdateSqlInjectionMatchSetResponseUnmarshaller.Instance;

            return BeginInvoke<UpdateSqlInjectionMatchSetRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
Ejemplo n.º 3
0
        /// <summary>
        /// Inserts or deletes <a>SqlInjectionMatchTuple</a> objects (filters) in a <a>SqlInjectionMatchSet</a>.
        /// For each <code>SqlInjectionMatchTuple</code> object, you specify the following values:
        /// 
        ///  <ul> <li> <code>Action</code>: Whether to insert the object into or delete the object
        /// from the array. To change a <code>SqlInjectionMatchTuple</code>, you delete the existing
        /// object and add a new one.</li> <li> <code>FieldToMatch</code>: The part of web requests
        /// that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the
        /// name of the header.</li> <li> <code>TextTransformation</code>: Which text transformation,
        /// if any, to perform on the web request before inspecting the request for snippets of
        /// malicious SQL code.</li> </ul> 
        /// <para>
        /// You use <code>SqlInjectionMatchSet</code> objects to specify which CloudFront requests
        /// you want to allow, block, or count. For example, if you're receiving requests that
        /// contain snippets of SQL code in the query string and you want to block the requests,
        /// you can create a <code>SqlInjectionMatchSet</code> with the applicable settings, and
        /// then configure AWS WAF to block the requests. 
        /// </para>
        ///  
        /// <para>
        /// To create and configure a <code>SqlInjectionMatchSet</code>, perform the following
        /// steps:
        /// </para>
        ///  <ol> <li>Submit a <a>CreateSqlInjectionMatchSet</a> request.</li> <li>Use <a>GetChangeToken</a>
        /// to get the change token that you provide in the <code>ChangeToken</code> parameter
        /// of an <a>UpdateIPSet</a> request.</li> <li>Submit an <code>UpdateSqlInjectionMatchSet</code>
        /// request to specify the parts of web requests that you want AWS WAF to inspect for
        /// snippets of SQL code.</li> </ol> 
        /// <para>
        /// For more information about how to use the AWS WAF API to allow or block HTTP requests,
        /// see the <a href="http://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer
        /// Guide</a>.
        /// </para>
        /// </summary>
        /// <param name="request">Container for the necessary parameters to execute the UpdateSqlInjectionMatchSet service method.</param>
        /// 
        /// <returns>The response from the UpdateSqlInjectionMatchSet service method, as returned by WAF.</returns>
        /// <exception cref="Amazon.WAF.Model.WAFInternalErrorException">
        /// The operation failed because of a system problem, even though the request was valid.
        /// Retry your request.
        /// </exception>
        /// <exception cref="Amazon.WAF.Model.WAFInvalidAccountException">
        /// The operation failed because you tried to create, update, or delete an object by using
        /// an invalid account identifier.
        /// </exception>
        /// <exception cref="Amazon.WAF.Model.WAFInvalidOperationException">
        /// The operation failed because there was nothing to do. For example:
        /// 
        ///  <ul> <li>You tried to remove a <code>Rule</code> from a <code>WebACL</code>, but
        /// the <code>Rule</code> isn't in the specified <code>WebACL</code>.</li> <li>You tried
        /// to remove an IP address from an <code>IPSet</code>, but the IP address isn't in the
        /// specified <code>IPSet</code>.</li> <li>You tried to remove a <code>ByteMatchTuple</code>
        /// from a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> isn't in the
        /// specified <code>WebACL</code>.</li> <li>You tried to add a <code>Rule</code> to a
        /// <code>WebACL</code>, but the <code>Rule</code> already exists in the specified <code>WebACL</code>.</li>
        /// <li>You tried to add an IP address to an <code>IPSet</code>, but the IP address already
        /// exists in the specified <code>IPSet</code>.</li> <li>You tried to add a <code>ByteMatchTuple</code>
        /// to a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> already exists
        /// in the specified <code>WebACL</code>.</li> </ul>
        /// </exception>
        /// <exception cref="Amazon.WAF.Model.WAFInvalidParameterException">
        /// The operation failed because AWS WAF didn't recognize a parameter in the request.
        /// For example:
        /// 
        ///  <ul> <li>You specified an invalid parameter name.</li> <li>You specified an invalid
        /// value.</li> <li>You tried to update an object (<code>ByteMatchSet</code>, <code>IPSet</code>,
        /// <code>Rule</code>, or <code>WebACL</code>) using an action other than <code>INSERT</code>
        /// or <code>DELETE</code>.</li> <li>You tried to create a <code>WebACL</code> with a
        /// <code>DefaultAction</code> <code>Type</code> other than <code>ALLOW</code>, <code>BLOCK</code>,
        /// or <code>COUNT</code>.</li> <li>You tried to update a <code>WebACL</code> with a <code>WafAction</code>
        /// <code>Type</code> other than <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</li>
        /// <li>You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code>
        /// <code>Type</code> other than HEADER, QUERY_STRING, or URI.</li> <li>You tried to update
        /// a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code> but no
        /// value for <code>Data</code>.</li> </ul>
        /// </exception>
        /// <exception cref="Amazon.WAF.Model.WAFLimitsExceededException">
        /// The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code>
        /// objects that you can create for an AWS account. For more information, see <a href="http://docs.aws.amazon.com/waf/latest/DeveloperGuide/limits.html">Limits</a>
        /// in the <i>AWS WAF Developer Guide</i>.
        /// </exception>
        /// <exception cref="Amazon.WAF.Model.WAFNonexistentContainerException">
        /// The operation failed because you tried to add an object to or delete an object from
        /// another object that doesn't exist. For example:
        /// 
        ///  <ul> <li>You tried to add a <code>Rule</code> to or delete a <code>Rule</code> from
        /// a <code>WebACL</code> that doesn't exist.</li> <li>You tried to add a <code>ByteMatchSet</code>
        /// to or delete a <code>ByteMatchSet</code> from a <code>Rule</code> that doesn't exist.</li>
        /// <li>You tried to add an IP address to or delete an IP address from an <code>IPSet</code>
        /// that doesn't exist.</li> <li>You tried to add a <code>ByteMatchTuple</code> to or
        /// delete a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code> that doesn't
        /// exist.</li> </ul>
        /// </exception>
        /// <exception cref="Amazon.WAF.Model.WAFNonexistentItemException">
        /// The operation failed because the referenced object doesn't exist.
        /// </exception>
        /// <exception cref="Amazon.WAF.Model.WAFStaleDataException">
        /// The operation failed because you tried to create, update, or delete an object by using
        /// a change token that has already been used.
        /// </exception>
        public UpdateSqlInjectionMatchSetResponse UpdateSqlInjectionMatchSet(UpdateSqlInjectionMatchSetRequest request)
        {
            var marshaller = new UpdateSqlInjectionMatchSetRequestMarshaller();
            var unmarshaller = UpdateSqlInjectionMatchSetResponseUnmarshaller.Instance;

            return Invoke<UpdateSqlInjectionMatchSetRequest,UpdateSqlInjectionMatchSetResponse>(request, marshaller, unmarshaller);
        }
Ejemplo n.º 4
0
 /// <summary>
 /// Inserts or deletes <a>SqlInjectionMatchTuple</a> objects (filters) in a <a>SqlInjectionMatchSet</a>.
 /// For each <code>SqlInjectionMatchTuple</code> object, you specify the following values:
 /// 
 ///  <ul> <li> <code>Action</code>: Whether to insert the object into or delete the object
 /// from the array. To change a <code>SqlInjectionMatchTuple</code>, you delete the existing
 /// object and add a new one.</li> <li> <code>FieldToMatch</code>: The part of web requests
 /// that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the
 /// name of the header.</li> <li> <code>TextTransformation</code>: Which text transformation,
 /// if any, to perform on the web request before inspecting the request for snippets of
 /// malicious SQL code.</li> </ul> 
 /// <para>
 /// You use <code>SqlInjectionMatchSet</code> objects to specify which CloudFront requests
 /// you want to allow, block, or count. For example, if you're receiving requests that
 /// contain snippets of SQL code in the query string and you want to block the requests,
 /// you can create a <code>SqlInjectionMatchSet</code> with the applicable settings, and
 /// then configure AWS WAF to block the requests. 
 /// </para>
 ///  
 /// <para>
 /// To create and configure a <code>SqlInjectionMatchSet</code>, perform the following
 /// steps:
 /// </para>
 ///  <ol> <li>Submit a <a>CreateSqlInjectionMatchSet</a> request.</li> <li>Use <a>GetChangeToken</a>
 /// to get the change token that you provide in the <code>ChangeToken</code> parameter
 /// of an <a>UpdateIPSet</a> request.</li> <li>Submit an <code>UpdateSqlInjectionMatchSet</code>
 /// request to specify the parts of web requests that you want AWS WAF to inspect for
 /// snippets of SQL code.</li> </ol> 
 /// <para>
 /// For more information about how to use the AWS WAF API to allow or block HTTP requests,
 /// see the <a href="http://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer
 /// Guide</a>.
 /// </para>
 /// </summary>
 /// <param name="sqlInjectionMatchSetId">The <code>SqlInjectionMatchSetId</code> of the <code>SqlInjectionMatchSet</code> that you want to update. <code>SqlInjectionMatchSetId</code> is returned by <a>CreateSqlInjectionMatchSet</a> and by <a>ListSqlInjectionMatchSets</a>.</param>
 /// <param name="updates">An array of <code>SqlInjectionMatchSetUpdate</code> objects that you want to insert into or delete from a <a>SqlInjectionMatchSet</a>. For more information, see the applicable data types: <ul> <li> <a>SqlInjectionMatchSetUpdate</a>: Contains <code>Action</code> and <code>SqlInjectionMatchTuple</code> </li> <li> <a>SqlInjectionMatchTuple</a>: Contains <code>FieldToMatch</code> and <code>TextTransformation</code> </li> <li> <a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code> </li> </ul></param>
 /// <param name="changeToken">The value returned by the most recent call to <a>GetChangeToken</a>.</param>
 /// 
 /// <returns>The response from the UpdateSqlInjectionMatchSet service method, as returned by WAF.</returns>
 /// <exception cref="Amazon.WAF.Model.WAFInternalErrorException">
 /// The operation failed because of a system problem, even though the request was valid.
 /// Retry your request.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFInvalidAccountException">
 /// The operation failed because you tried to create, update, or delete an object by using
 /// an invalid account identifier.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFInvalidOperationException">
 /// The operation failed because there was nothing to do. For example:
 /// 
 ///  <ul> <li>You tried to remove a <code>Rule</code> from a <code>WebACL</code>, but
 /// the <code>Rule</code> isn't in the specified <code>WebACL</code>.</li> <li>You tried
 /// to remove an IP address from an <code>IPSet</code>, but the IP address isn't in the
 /// specified <code>IPSet</code>.</li> <li>You tried to remove a <code>ByteMatchTuple</code>
 /// from a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> isn't in the
 /// specified <code>WebACL</code>.</li> <li>You tried to add a <code>Rule</code> to a
 /// <code>WebACL</code>, but the <code>Rule</code> already exists in the specified <code>WebACL</code>.</li>
 /// <li>You tried to add an IP address to an <code>IPSet</code>, but the IP address already
 /// exists in the specified <code>IPSet</code>.</li> <li>You tried to add a <code>ByteMatchTuple</code>
 /// to a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> already exists
 /// in the specified <code>WebACL</code>.</li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFInvalidParameterException">
 /// The operation failed because AWS WAF didn't recognize a parameter in the request.
 /// For example:
 /// 
 ///  <ul> <li>You specified an invalid parameter name.</li> <li>You specified an invalid
 /// value.</li> <li>You tried to update an object (<code>ByteMatchSet</code>, <code>IPSet</code>,
 /// <code>Rule</code>, or <code>WebACL</code>) using an action other than <code>INSERT</code>
 /// or <code>DELETE</code>.</li> <li>You tried to create a <code>WebACL</code> with a
 /// <code>DefaultAction</code> <code>Type</code> other than <code>ALLOW</code>, <code>BLOCK</code>,
 /// or <code>COUNT</code>.</li> <li>You tried to update a <code>WebACL</code> with a <code>WafAction</code>
 /// <code>Type</code> other than <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</li>
 /// <li>You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code>
 /// <code>Type</code> other than HEADER, QUERY_STRING, or URI.</li> <li>You tried to update
 /// a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code> but no
 /// value for <code>Data</code>.</li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFLimitsExceededException">
 /// The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code>
 /// objects that you can create for an AWS account. For more information, see <a href="http://docs.aws.amazon.com/waf/latest/DeveloperGuide/limits.html">Limits</a>
 /// in the <i>AWS WAF Developer Guide</i>.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFNonexistentContainerException">
 /// The operation failed because you tried to add an object to or delete an object from
 /// another object that doesn't exist. For example:
 /// 
 ///  <ul> <li>You tried to add a <code>Rule</code> to or delete a <code>Rule</code> from
 /// a <code>WebACL</code> that doesn't exist.</li> <li>You tried to add a <code>ByteMatchSet</code>
 /// to or delete a <code>ByteMatchSet</code> from a <code>Rule</code> that doesn't exist.</li>
 /// <li>You tried to add an IP address to or delete an IP address from an <code>IPSet</code>
 /// that doesn't exist.</li> <li>You tried to add a <code>ByteMatchTuple</code> to or
 /// delete a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code> that doesn't
 /// exist.</li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFNonexistentItemException">
 /// The operation failed because the referenced object doesn't exist.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFStaleDataException">
 /// The operation failed because you tried to create, update, or delete an object by using
 /// a change token that has already been used.
 /// </exception>
 public UpdateSqlInjectionMatchSetResponse UpdateSqlInjectionMatchSet(string sqlInjectionMatchSetId, List<SqlInjectionMatchSetUpdate> updates, string changeToken)
 {
     var request = new UpdateSqlInjectionMatchSetRequest();
     request.SqlInjectionMatchSetId = sqlInjectionMatchSetId;
     request.Updates = updates;
     request.ChangeToken = changeToken;
     return UpdateSqlInjectionMatchSet(request);
 }
Ejemplo n.º 5
0
 private Amazon.WAF.Model.UpdateSqlInjectionMatchSetResponse CallAWSServiceOperation(IAmazonWAF client, Amazon.WAF.Model.UpdateSqlInjectionMatchSetRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS WAF", "UpdateSqlInjectionMatchSet");
     try
     {
         #if DESKTOP
         return(client.UpdateSqlInjectionMatchSet(request));
         #elif CORECLR
         return(client.UpdateSqlInjectionMatchSetAsync(request).GetAwaiter().GetResult());
         #else
                 #error "Unknown build edition"
         #endif
     }
     catch (AmazonServiceException exc)
     {
         var webException = exc.InnerException as System.Net.WebException;
         if (webException != null)
         {
             throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException);
         }
         throw;
     }
 }
Ejemplo n.º 6
0
        /// <summary>
        /// Initiates the asynchronous execution of the UpdateSqlInjectionMatchSet operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the UpdateSqlInjectionMatchSet 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<UpdateSqlInjectionMatchSetResponse> UpdateSqlInjectionMatchSetAsync(UpdateSqlInjectionMatchSetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateSqlInjectionMatchSetRequestMarshaller();
            var unmarshaller = UpdateSqlInjectionMatchSetResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateSqlInjectionMatchSetRequest,UpdateSqlInjectionMatchSetResponse>(request, marshaller,
                unmarshaller, cancellationToken);
        }
Ejemplo n.º 7
0
 /// <summary>
 /// Inserts or deletes <a>SqlInjectionMatchTuple</a> objects (filters) in a <a>SqlInjectionMatchSet</a>.
 /// For each <code>SqlInjectionMatchTuple</code> object, you specify the following values:
 /// 
 ///  <ul> <li><code>Action</code>: Whether to insert the object into or delete the object
 /// from the array. To change a <code>SqlInjectionMatchTuple</code>, you delete the existing
 /// object and add a new one.</li> <li><code>FieldToMatch</code>: The part of web requests
 /// that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the
 /// name of the header.</li> <li><code>TextTransformation</code>: Which text transformation,
 /// if any, to perform on the web request before inspecting the request for snippets of
 /// malicious SQL code.</li> </ul> 
 /// <para>
 /// You use <code>SqlInjectionMatchSet</code> objects to specify which CloudFront requests
 /// you want to allow, block, or count. For example, if you're receiving requests that
 /// contain snippets of SQL code in the query string and you want to block the requests,
 /// you can create a <code>SqlInjectionMatchSet</code> with the applicable settings, and
 /// then configure AWS WAF to block the requests. 
 /// </para>
 ///  
 /// <para>
 /// To create and configure a <code>SqlInjectionMatchSet</code>, perform the following
 /// steps:
 /// </para>
 ///  <ol> <li>Submit a <a>CreateSqlInjectionMatchSet</a> request.</li> <li>Use <a>GetChangeToken</a>
 /// to get the change token that you provide in the <code>ChangeToken</code> parameter
 /// of an <a>UpdateIPSet</a> request.</li> <li>Submit an <code>UpdateSqlInjectionMatchSet</code>
 /// request to specify the parts of web requests that you want AWS WAF to inspect for
 /// snippets of SQL code.</li> </ol> 
 /// <para>
 /// For more information about how to use the AWS WAF API to allow or block HTTP requests,
 /// see the <a href="http://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer
 /// Guide</a>.
 /// </para>
 /// </summary>
 /// <param name="sqlInjectionMatchSetId">The <code>SqlInjectionMatchSetId</code> of the <code>SqlInjectionMatchSet</code> that you want to update. <code>SqlInjectionMatchSetId</code> is returned by <a>CreateSqlInjectionMatchSet</a> and by <a>ListSqlInjectionMatchSets</a>.</param>
 /// <param name="updates">An array of <code>SqlInjectionMatchSetUpdate</code> objects that you want to insert into or delete from a <a>SqlInjectionMatchSet</a>. For more information, see the applicable data types: <ul> <li><a>SqlInjectionMatchSetUpdate</a>: Contains <code>Action</code> and <code>SqlInjectionMatchTuple</code></li> <li><a>SqlInjectionMatchTuple</a>: Contains <code>FieldToMatch</code> and <code>TextTransformation</code></li> <li><a>FieldToMatch</a>: Contains <code>Data</code> and <code>Type</code></li> </ul></param>
 /// <param name="changeToken">The value returned by the most recent call to <a>GetChangeToken</a>.</param>
 /// <param name="cancellationToken">
 ///     A cancellation token that can be used by other objects or threads to receive notice of cancellation.
 /// </param>
 /// 
 /// <returns>The response from the UpdateSqlInjectionMatchSet service method, as returned by WAF.</returns>
 /// <exception cref="Amazon.WAF.Model.WAFInternalErrorException">
 /// The operation failed because of a system problem, even though the request was valid.
 /// Retry your request.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFInvalidAccountException">
 /// The operation failed because you tried to create, update, or delete an object by using
 /// an invalid account identifier.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFInvalidOperationException">
 /// The operation failed because there was nothing to do. For example:
 /// 
 ///  <ul> <li>You tried to remove a <code>Rule</code> from a <code>WebACL</code>, but
 /// the <code>Rule</code> isn't in the specified <code>WebACL</code>.</li> <li>You tried
 /// to remove an IP address from an <code>IPSet</code>, but the IP address isn't in the
 /// specified <code>IPSet</code>.</li> <li>You tried to remove a <code>ByteMatchTuple</code>
 /// from a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> isn't in the
 /// specified <code>WebACL</code>.</li> <li>You tried to add a <code>Rule</code> to a
 /// <code>WebACL</code>, but the <code>Rule</code> already exists in the specified <code>WebACL</code>.</li>
 /// <li>You tried to add an IP address to an <code>IPSet</code>, but the IP address already
 /// exists in the specified <code>IPSet</code>.</li> <li>You tried to add a <code>ByteMatchTuple</code>
 /// to a <code>ByteMatchSet</code>, but the <code>ByteMatchTuple</code> already exists
 /// in the specified <code>WebACL</code>.</li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFInvalidParameterException">
 /// The operation failed because AWS WAF didn't recognize a parameter in the request.
 /// For example:
 /// 
 ///  <ul> <li>You specified an invalid parameter name.</li> <li>You specified an invalid
 /// value.</li> <li>You tried to update an object (<code>ByteMatchSet</code>, <code>IPSet</code>,
 /// <code>Rule</code>, or <code>WebACL</code>) using an action other than <code>INSERT</code>
 /// or <code>DELETE</code>.</li> <li>You tried to create a <code>WebACL</code> with a
 /// <code>DefaultAction</code> <code>Type</code> other than <code>ALLOW</code>, <code>BLOCK</code>,
 /// or <code>COUNT</code>.</li> <li>You tried to update a <code>WebACL</code> with a <code>WafAction</code>
 /// <code>Type</code> other than <code>ALLOW</code>, <code>BLOCK</code>, or <code>COUNT</code>.</li>
 /// <li>You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code>
 /// <code>Type</code> other than HEADER, QUERY_STRING, or URI.</li> <li>You tried to update
 /// a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code> but no
 /// value for <code>Data</code>.</li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFLimitsExceededException">
 /// The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code>
 /// objects that you can create for an AWS account. For more information, see <a href="http://docs.aws.amazon.com/waf/latest/developerguide/limits.html">Limits</a>
 /// in the <i>AWS WAF Developer Guide</i>.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFNonexistentContainerException">
 /// The operation failed because you tried to add an object to or delete an object from
 /// another object that doesn't exist. For example:
 /// 
 ///  <ul> <li>You tried to add a <code>Rule</code> to or delete a <code>Rule</code> from
 /// a <code>WebACL</code> that doesn't exist.</li> <li>You tried to add a <code>ByteMatchSet</code>
 /// to or delete a <code>ByteMatchSet</code> from a <code>Rule</code> that doesn't exist.</li>
 /// <li>You tried to add an IP address to or delete an IP address from an <code>IPSet</code>
 /// that doesn't exist.</li> <li>You tried to add a <code>ByteMatchTuple</code> to or
 /// delete a <code>ByteMatchTuple</code> from a <code>ByteMatchSet</code> that doesn't
 /// exist.</li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFNonexistentItemException">
 /// The operation failed because the referenced object doesn't exist.
 /// </exception>
 /// <exception cref="Amazon.WAF.Model.WAFStaleDataException">
 /// The operation failed because you tried to create, update, or delete an object by using
 /// a change token that has already been used.
 /// </exception>
 public Task<UpdateSqlInjectionMatchSetResponse> UpdateSqlInjectionMatchSetAsync(string sqlInjectionMatchSetId, List<SqlInjectionMatchSetUpdate> updates, string changeToken, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
 {
     var request = new UpdateSqlInjectionMatchSetRequest();
     request.SqlInjectionMatchSetId = sqlInjectionMatchSetId;
     request.Updates = updates;
     request.ChangeToken = changeToken;
     return UpdateSqlInjectionMatchSetAsync(request, cancellationToken);
 }