:doc:`AccessAnalyzer <../../accessanalyzer>` / Client / update_archive_rule

*******************
update_archive_rule
*******************



.. py:method:: AccessAnalyzer.Client.update_archive_rule(**kwargs)

  

  Updates the criteria and values for the specified archive rule.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/UpdateArchiveRule>`_  


  **Request Syntax**
  ::

    response = client.update_archive_rule(
        analyzerName='string',
        ruleName='string',
        filter={
            'string': {
                'eq': [
                    'string',
                ],
                'neq': [
                    'string',
                ],
                'contains': [
                    'string',
                ],
                'exists': True|False
            }
        },
        clientToken='string'
    )
    
  :type analyzerName: string
  :param analyzerName: **[REQUIRED]** 

    The name of the analyzer to update the archive rules for.

    

  
  :type ruleName: string
  :param ruleName: **[REQUIRED]** 

    The name of the rule to update.

    

  
  :type filter: dict
  :param filter: **[REQUIRED]** 

    A filter to match for the rules to update. Only rules that match the filter are updated.

    

  
    - *(string) --* 

    
      - *(dict) --* 

        The criteria to use in the filter that defines the archive rule. For more information on available filter keys, see `IAM Access Analyzer filter keys <https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html>`__.

        

      
        - **eq** *(list) --* 

          An "equals" operator to match for the filter used to create the rule.

          

        
          - *(string) --* 

          
      
        - **neq** *(list) --* 

          A "not equals" operator to match for the filter used to create the rule.

          

        
          - *(string) --* 

          
      
        - **contains** *(list) --* 

          A "contains" operator to match for the filter used to create the rule.

          

        
          - *(string) --* 

          
      
        - **exists** *(boolean) --* 

          An "exists" operator to match for the filter used to create the rule.

          

        
      


  :type clientToken: string
  :param clientToken: 

    A client token.

    This field is autopopulated if not provided.

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ValidationException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.InternalServerException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.ThrottlingException`

  
  *   :py:class:`AccessAnalyzer.Client.exceptions.AccessDeniedException`

  