:doc:`LexModelsV2 <../../lexv2-models>` / Client / list_bot_replicas

*****************
list_bot_replicas
*****************



.. py:method:: LexModelsV2.Client.list_bot_replicas(**kwargs)

  

  The action to list the replicated bots.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/ListBotReplicas>`_  


  **Request Syntax**
  ::

    response = client.list_bot_replicas(
        botId='string'
    )
    
  :type botId: string
  :param botId: **[REQUIRED]** 

    The request for the unique bot IDs in the list of replicated bots.

    

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

    
    ::

      {
          'botId': 'string',
          'sourceRegion': 'string',
          'botReplicaSummaries': [
              {
                  'replicaRegion': 'string',
                  'creationDateTime': datetime(2015, 1, 1),
                  'botReplicaStatus': 'Enabling'|'Enabled'|'Deleting'|'Failed',
                  'failureReasons': [
                      'string',
                  ]
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **botId** *(string) --* 

        the unique bot IDs in the list of replicated bots.

        
      

      - **sourceRegion** *(string) --* 

        The source region of the source bots in the list of replicated bots.

        
      

      - **botReplicaSummaries** *(list) --* 

        The summary details for the replicated bots.

        
        

        - *(dict) --* 

          Contains summary information about all the replication statuses applicable for global resiliency.

          
          

          - **replicaRegion** *(string) --* 

            The replica region used in the replication statuses summary.

            
          

          - **creationDateTime** *(datetime) --* 

            The creation time and date for the replicated bots.

            
          

          - **botReplicaStatus** *(string) --* 

            The operation status for the replicated bot applicable.

            
          

          - **failureReasons** *(list) --* 

            The reasons for the failure for the replicated bot.

            
            

            - *(string) --* 
        
      
    
  
  **Exceptions**
  
  *   :py:class:`LexModelsV2.Client.exceptions.ThrottlingException`

  
  *   :py:class:`LexModelsV2.Client.exceptions.ServiceQuotaExceededException`

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

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

  