:doc:`Route53RecoveryReadiness <../../route53-recovery-readiness>` / Client / get_architecture_recommendations

********************************
get_architecture_recommendations
********************************



.. py:method:: Route53RecoveryReadiness.Client.get_architecture_recommendations(**kwargs)

  

  Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/GetArchitectureRecommendations>`_  


  **Request Syntax**
  ::

    response = client.get_architecture_recommendations(
        MaxResults=123,
        NextToken='string',
        RecoveryGroupName='string'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    The number of objects that you want to return with this call.

    

  
  :type NextToken: string
  :param NextToken: 

    The token that identifies which batch of results you want to see.

    

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

    The name of a recovery group.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'LastAuditTimestamp': datetime(2015, 1, 1),
          'NextToken': 'string',
          'Recommendations': [
              {
                  'RecommendationText': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

      - **LastAuditTimestamp** *(datetime) --* 

        The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

        
      

      - **NextToken** *(string) --* 

        The token that identifies which batch of results you want to see.

        
      

      - **Recommendations** *(list) --* 

        A list of the recommendations for the customer's application.

        
        

        - *(dict) --* 

          Recommendations that are provided to make an application more recovery resilient.

          
          

          - **RecommendationText** *(string) --* 

            Text of the recommendations that are provided to make an application more recovery resilient.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException`

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

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

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

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

  