Container for the parameters to the CreateSqlInjectionMatchSet operation. Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.

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

  1. Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateSqlInjectionMatchSet request.

  2. Submit a CreateSqlInjectionMatchSet request.

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

  4. Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests in which you want to allow, block, or count malicious 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: AmazonWAFRegionalRequest
Example #1
0
        public object Execute(ExecutorContext context)
        {
            var cmdletContext = context as CmdletContext;
            // create request
            var request = new Amazon.WAFRegional.Model.CreateSqlInjectionMatchSetRequest();

            if (cmdletContext.ChangeToken != null)
            {
                request.ChangeToken = cmdletContext.ChangeToken;
            }
            if (cmdletContext.Name != null)
            {
                request.Name = cmdletContext.Name;
            }

            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);
        }
Example #2
0
 private Amazon.WAFRegional.Model.CreateSqlInjectionMatchSetResponse CallAWSServiceOperation(IAmazonWAFRegional client, Amazon.WAFRegional.Model.CreateSqlInjectionMatchSetRequest request)
 {
     Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "AWS WAF Regional", "CreateSqlInjectionMatchSet");
     try
     {
         #if DESKTOP
         return(client.CreateSqlInjectionMatchSet(request));
         #elif CORECLR
         return(client.CreateSqlInjectionMatchSetAsync(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;
     }
 }
        /// <summary>
        /// Initiates the asynchronous execution of the CreateSqlInjectionMatchSet operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the CreateSqlInjectionMatchSet 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<CreateSqlInjectionMatchSetResponse> CreateSqlInjectionMatchSetAsync(CreateSqlInjectionMatchSetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateSqlInjectionMatchSetRequestMarshaller();
            var unmarshaller = CreateSqlInjectionMatchSetResponseUnmarshaller.Instance;

            return InvokeAsync<CreateSqlInjectionMatchSetRequest,CreateSqlInjectionMatchSetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
 /// <summary>
 /// Creates a <a>SqlInjectionMatchSet</a>, which you use to allow, block, or count requests
 /// that contain snippets of SQL code in a specified part of web requests. AWS WAF searches
 /// for character sequences that are likely to be malicious strings.
 /// 
 ///  
 /// <para>
 /// To create and configure a <code>SqlInjectionMatchSet</code>, perform the following
 /// steps:
 /// </para>
 ///  <ol> <li> 
 /// <para>
 /// Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code>
 /// parameter of a <code>CreateSqlInjectionMatchSet</code> request.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Submit a <code>CreateSqlInjectionMatchSet</code> request.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code>
 /// parameter of an <a>UpdateSqlInjectionMatchSet</a> request.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Submit an <a>UpdateSqlInjectionMatchSet</a> request to specify the parts of web requests
 /// in which you want to allow, block, or count malicious SQL code.
 /// </para>
 ///  </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="name">A friendly name or description for the <a>SqlInjectionMatchSet</a> that you're creating. You can't change <code>Name</code> after you create the <code>SqlInjectionMatchSet</code>.</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 CreateSqlInjectionMatchSet service method, as returned by WAFRegional.</returns>
 /// <exception cref="Amazon.WAFRegional.Model.WAFDisallowedNameException">
 /// The name specified is invalid.
 /// </exception>
 /// <exception cref="Amazon.WAFRegional.Model.WAFInternalErrorException">
 /// The operation failed because of a system problem, even though the request was valid.
 /// Retry your request.
 /// </exception>
 /// <exception cref="Amazon.WAFRegional.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.WAFRegional.Model.WAFInvalidParameterException">
 /// The operation failed because AWS WAF didn't recognize a parameter in the request.
 /// For example:
 /// 
 ///  <ul> <li> 
 /// <para>
 /// You specified an invalid parameter name.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// You specified an invalid value.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// 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>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// 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>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// 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>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code> <code>Type</code>
 /// other than HEADER, QUERY_STRING, or URI.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// You tried to update a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code>
 /// but no value for <code>Data</code>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Your request references an ARN that is malformed, or corresponds to a resource with
 /// which a web ACL cannot be associated.
 /// </para>
 ///  </li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAFRegional.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.WAFRegional.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<CreateSqlInjectionMatchSetResponse> CreateSqlInjectionMatchSetAsync(string name, string changeToken, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
 {
     var request = new CreateSqlInjectionMatchSetRequest();
     request.Name = name;
     request.ChangeToken = changeToken;
     return CreateSqlInjectionMatchSetAsync(request, cancellationToken);
 }
        /// <summary>
        /// Creates a <a>SqlInjectionMatchSet</a>, which you use to allow, block, or count requests
        /// that contain snippets of SQL code in a specified part of web requests. AWS WAF searches
        /// for character sequences that are likely to be malicious strings.
        /// 
        ///  
        /// <para>
        /// To create and configure a <code>SqlInjectionMatchSet</code>, perform the following
        /// steps:
        /// </para>
        ///  <ol> <li> 
        /// <para>
        /// Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code>
        /// parameter of a <code>CreateSqlInjectionMatchSet</code> request.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// Submit a <code>CreateSqlInjectionMatchSet</code> request.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code>
        /// parameter of an <a>UpdateSqlInjectionMatchSet</a> request.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// Submit an <a>UpdateSqlInjectionMatchSet</a> request to specify the parts of web requests
        /// in which you want to allow, block, or count malicious SQL code.
        /// </para>
        ///  </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 CreateSqlInjectionMatchSet service method.</param>
        /// 
        /// <returns>The response from the CreateSqlInjectionMatchSet service method, as returned by WAFRegional.</returns>
        /// <exception cref="Amazon.WAFRegional.Model.WAFDisallowedNameException">
        /// The name specified is invalid.
        /// </exception>
        /// <exception cref="Amazon.WAFRegional.Model.WAFInternalErrorException">
        /// The operation failed because of a system problem, even though the request was valid.
        /// Retry your request.
        /// </exception>
        /// <exception cref="Amazon.WAFRegional.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.WAFRegional.Model.WAFInvalidParameterException">
        /// The operation failed because AWS WAF didn't recognize a parameter in the request.
        /// For example:
        /// 
        ///  <ul> <li> 
        /// <para>
        /// You specified an invalid parameter name.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// You specified an invalid value.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// 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>.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// 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>.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// 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>.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code> <code>Type</code>
        /// other than HEADER, QUERY_STRING, or URI.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// You tried to update a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code>
        /// but no value for <code>Data</code>.
        /// </para>
        ///  </li> <li> 
        /// <para>
        /// Your request references an ARN that is malformed, or corresponds to a resource with
        /// which a web ACL cannot be associated.
        /// </para>
        ///  </li> </ul>
        /// </exception>
        /// <exception cref="Amazon.WAFRegional.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.WAFRegional.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 CreateSqlInjectionMatchSetResponse CreateSqlInjectionMatchSet(CreateSqlInjectionMatchSetRequest request)
        {
            var marshaller = new CreateSqlInjectionMatchSetRequestMarshaller();
            var unmarshaller = CreateSqlInjectionMatchSetResponseUnmarshaller.Instance;

            return Invoke<CreateSqlInjectionMatchSetRequest,CreateSqlInjectionMatchSetResponse>(request, marshaller, unmarshaller);
        }
 /// <summary>
 /// Creates a <a>SqlInjectionMatchSet</a>, which you use to allow, block, or count requests
 /// that contain snippets of SQL code in a specified part of web requests. AWS WAF searches
 /// for character sequences that are likely to be malicious strings.
 /// 
 ///  
 /// <para>
 /// To create and configure a <code>SqlInjectionMatchSet</code>, perform the following
 /// steps:
 /// </para>
 ///  <ol> <li> 
 /// <para>
 /// Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code>
 /// parameter of a <code>CreateSqlInjectionMatchSet</code> request.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Submit a <code>CreateSqlInjectionMatchSet</code> request.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Use <code>GetChangeToken</code> to get the change token that you provide in the <code>ChangeToken</code>
 /// parameter of an <a>UpdateSqlInjectionMatchSet</a> request.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Submit an <a>UpdateSqlInjectionMatchSet</a> request to specify the parts of web requests
 /// in which you want to allow, block, or count malicious SQL code.
 /// </para>
 ///  </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="name">A friendly name or description for the <a>SqlInjectionMatchSet</a> that you're creating. You can't change <code>Name</code> after you create the <code>SqlInjectionMatchSet</code>.</param>
 /// <param name="changeToken">The value returned by the most recent call to <a>GetChangeToken</a>.</param>
 /// 
 /// <returns>The response from the CreateSqlInjectionMatchSet service method, as returned by WAFRegional.</returns>
 /// <exception cref="Amazon.WAFRegional.Model.WAFDisallowedNameException">
 /// The name specified is invalid.
 /// </exception>
 /// <exception cref="Amazon.WAFRegional.Model.WAFInternalErrorException">
 /// The operation failed because of a system problem, even though the request was valid.
 /// Retry your request.
 /// </exception>
 /// <exception cref="Amazon.WAFRegional.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.WAFRegional.Model.WAFInvalidParameterException">
 /// The operation failed because AWS WAF didn't recognize a parameter in the request.
 /// For example:
 /// 
 ///  <ul> <li> 
 /// <para>
 /// You specified an invalid parameter name.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// You specified an invalid value.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// 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>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// 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>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// 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>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// You tried to update a <code>ByteMatchSet</code> with a <code>FieldToMatch</code> <code>Type</code>
 /// other than HEADER, QUERY_STRING, or URI.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// You tried to update a <code>ByteMatchSet</code> with a <code>Field</code> of <code>HEADER</code>
 /// but no value for <code>Data</code>.
 /// </para>
 ///  </li> <li> 
 /// <para>
 /// Your request references an ARN that is malformed, or corresponds to a resource with
 /// which a web ACL cannot be associated.
 /// </para>
 ///  </li> </ul>
 /// </exception>
 /// <exception cref="Amazon.WAFRegional.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.WAFRegional.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 CreateSqlInjectionMatchSetResponse CreateSqlInjectionMatchSet(string name, string changeToken)
 {
     var request = new CreateSqlInjectionMatchSetRequest();
     request.Name = name;
     request.ChangeToken = changeToken;
     return CreateSqlInjectionMatchSet(request);
 }
        /// <summary>
        /// Initiates the asynchronous execution of the CreateSqlInjectionMatchSet operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the CreateSqlInjectionMatchSet operation on AmazonWAFRegionalClient.</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 EndCreateSqlInjectionMatchSet
        ///         operation.</returns>
        public IAsyncResult BeginCreateSqlInjectionMatchSet(CreateSqlInjectionMatchSetRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateSqlInjectionMatchSetRequestMarshaller();
            var unmarshaller = CreateSqlInjectionMatchSetResponseUnmarshaller.Instance;

            return BeginInvoke<CreateSqlInjectionMatchSetRequest>(request, marshaller, unmarshaller,
                callback, state);
        }