:doc:`Lightsail <../../lightsail>` / Paginator / GetExportSnapshotRecords

************************
GetExportSnapshotRecords
************************



.. py:class:: Lightsail.Paginator.GetExportSnapshotRecords

  ::

    
    paginator = client.get_paginator('get_export_snapshot_records')

  
  

  .. py:method:: paginate(**kwargs)

    Creates an iterator that will paginate through responses from :py:meth:`Lightsail.Client.get_export_snapshot_records`.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetExportSnapshotRecords>`_    


    **Request Syntax**
    ::

      response_iterator = paginator.paginate(
          PaginationConfig={
              'MaxItems': 123,
              'StartingToken': 'string'
          }
      )
      
    :type PaginationConfig: dict
    :param PaginationConfig: 

      A dictionary that provides parameters to control pagination.

      

    
      - **MaxItems** *(integer) --* 

        The total number of items to return. If the total number of items available is more than the value specified in max-items then a ``NextToken`` will be provided in the output that you can use to resume pagination.

        

      
      - **StartingToken** *(string) --* 

        A token to specify where to start paginating. This is the ``NextToken`` from a previous response.

        

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

      
      ::

        {
            'exportSnapshotRecords': [
                {
                    'name': 'string',
                    'arn': 'string',
                    'createdAt': datetime(2015, 1, 1),
                    'location': {
                        'availabilityZone': 'string',
                        'regionName': 'us-east-1'|'us-east-2'|'us-west-1'|'us-west-2'|'eu-west-1'|'eu-west-2'|'eu-west-3'|'eu-central-1'|'ca-central-1'|'ap-south-1'|'ap-southeast-1'|'ap-southeast-2'|'ap-northeast-1'|'ap-northeast-2'|'eu-north-1'|'ap-southeast-3'
                    },
                    'resourceType': 'ContainerService'|'Instance'|'StaticIp'|'KeyPair'|'InstanceSnapshot'|'Domain'|'PeeredVpc'|'LoadBalancer'|'LoadBalancerTlsCertificate'|'Disk'|'DiskSnapshot'|'RelationalDatabase'|'RelationalDatabaseSnapshot'|'ExportSnapshotRecord'|'CloudFormationStackRecord'|'Alarm'|'ContactMethod'|'Distribution'|'Certificate'|'Bucket',
                    'state': 'Started'|'Succeeded'|'Failed',
                    'sourceInfo': {
                        'resourceType': 'InstanceSnapshot'|'DiskSnapshot',
                        'createdAt': datetime(2015, 1, 1),
                        'name': 'string',
                        'arn': 'string',
                        'fromResourceName': 'string',
                        'fromResourceArn': 'string',
                        'instanceSnapshotInfo': {
                            'fromBundleId': 'string',
                            'fromBlueprintId': 'string',
                            'fromDiskInfo': [
                                {
                                    'name': 'string',
                                    'path': 'string',
                                    'sizeInGb': 123,
                                    'isSystemDisk': True|False
                                },
                            ]
                        },
                        'diskSnapshotInfo': {
                            'sizeInGb': 123
                        }
                    },
                    'destinationInfo': {
                        'id': 'string',
                        'service': 'string'
                    }
                },
            ],
            'NextToken': 'string'
        }
        
      **Response Structure**

      

      - *(dict) --* 
        

        - **exportSnapshotRecords** *(list) --* 

          A list of objects describing the export snapshot records.

          
          

          - *(dict) --* 

            Describes an export snapshot record.

            
            

            - **name** *(string) --* 

              The export snapshot record name.

              
            

            - **arn** *(string) --* 

              The Amazon Resource Name (ARN) of the export snapshot record.

              
            

            - **createdAt** *(datetime) --* 

              The date when the export snapshot record was created.

              
            

            - **location** *(dict) --* 

              The AWS Region and Availability Zone where the export snapshot record is located.

              
              

              - **availabilityZone** *(string) --* 

                The Availability Zone. Follows the format ``us-east-2a`` (case-sensitive).

                
              

              - **regionName** *(string) --* 

                The Amazon Web Services Region name.

                
          
            

            - **resourceType** *(string) --* 

              The Lightsail resource type ( ``ExportSnapshotRecord``).

              
            

            - **state** *(string) --* 

              The state of the export snapshot record.

              
            

            - **sourceInfo** *(dict) --* 

              A list of objects describing the source of the export snapshot record.

              
              

              - **resourceType** *(string) --* 

                The Lightsail resource type ( ``InstanceSnapshot`` or ``DiskSnapshot``).

                
              

              - **createdAt** *(datetime) --* 

                The date when the source instance or disk snapshot was created.

                
              

              - **name** *(string) --* 

                The name of the source instance or disk snapshot.

                
              

              - **arn** *(string) --* 

                The Amazon Resource Name (ARN) of the source instance or disk snapshot.

                
              

              - **fromResourceName** *(string) --* 

                The name of the snapshot's source instance or disk.

                
              

              - **fromResourceArn** *(string) --* 

                The Amazon Resource Name (ARN) of the snapshot's source instance or disk.

                
              

              - **instanceSnapshotInfo** *(dict) --* 

                A list of objects describing an instance snapshot.

                
                

                - **fromBundleId** *(string) --* 

                  The bundle ID from which the source instance was created ( ``micro_x_x``).

                  
                

                - **fromBlueprintId** *(string) --* 

                  The blueprint ID from which the source instance ( ``amazon_linux_2023``).

                  
                

                - **fromDiskInfo** *(list) --* 

                  A list of objects describing the disks that were attached to the source instance.

                  
                  

                  - *(dict) --* 

                    Describes a disk.

                    
                    

                    - **name** *(string) --* 

                      The disk name.

                      
                    

                    - **path** *(string) --* 

                      The disk path.

                      
                    

                    - **sizeInGb** *(integer) --* 

                      The size of the disk in GB ( ``32``).

                      
                    

                    - **isSystemDisk** *(boolean) --* 

                      A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it).

                      
                
              
            
              

              - **diskSnapshotInfo** *(dict) --* 

                A list of objects describing a disk snapshot.

                
                

                - **sizeInGb** *(integer) --* 

                  The size of the disk in GB ( ``32``).

                  
            
          
            

            - **destinationInfo** *(dict) --* 

              A list of objects describing the destination of the export snapshot record.

              
              

              - **id** *(string) --* 

                The ID of the resource created at the destination.

                
              

              - **service** *(string) --* 

                The destination service of the record.

                
          
        
      
        

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

          A token to resume pagination.

          
    