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

***********************
list_bot_alias_replicas
***********************



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

  

  The action to list the replicated bots created from the source bot alias.

  

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


  **Request Syntax**
  ::

    response = client.list_bot_alias_replicas(
        botId='string',
        replicaRegion='string',
        maxResults=123,
        nextToken='string'
    )
    
  :type botId: string
  :param botId: **[REQUIRED]** 

    The request for the unique bot ID of the replicated bot created from the source bot alias.

    

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

    The request for the secondary region of the replicated bot created from the source bot alias.

    

  
  :type maxResults: integer
  :param maxResults: 

    The request for maximum results to list the replicated bots created from the source bot alias.

    

  
  :type nextToken: string
  :param nextToken: 

    The request for the next token for the replicated bot created from the source bot alias.

    

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

    
    ::

      {
          'botId': 'string',
          'sourceRegion': 'string',
          'replicaRegion': 'string',
          'botAliasReplicaSummaries': [
              {
                  'botAliasId': 'string',
                  'botAliasReplicationStatus': 'Creating'|'Updating'|'Available'|'Deleting'|'Failed',
                  'botVersion': 'string',
                  'creationDateTime': datetime(2015, 1, 1),
                  'lastUpdatedDateTime': datetime(2015, 1, 1),
                  'failureReasons': [
                      'string',
                  ]
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        The unique bot ID of the replicated bot created from the source bot alias.

        
      

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

        The source region of the replicated bot created from the source bot alias.

        
      

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

        The secondary region of the replicated bot created from the source bot alias.

        
      

      - **botAliasReplicaSummaries** *(list) --* 

        The summary information of the replicated bot created from the source bot alias.

        
        

        - *(dict) --* 

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

          
          

          - **botAliasId** *(string) --* 

            The bot alias ID for all the alias bot replications.

            
          

          - **botAliasReplicationStatus** *(string) --* 

            The replication statuses for all the alias bot replications.

            
          

          - **botVersion** *(string) --* 

            The bot version for all the alias bot replications.

            
          

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

            The creation time and date for all the alias bot replications.

            
          

          - **lastUpdatedDateTime** *(datetime) --* 

            The last time and date updated for all the alias bot replications.

            
          

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

            The reasons for failure for the aliases bot replications.

            
            

            - *(string) --* 
        
      
    
      

      - **nextToken** *(string) --* 

        The next token for the replicated bots created from the source bot alias.

        
  
  **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`

  