ImportExport#
Client#
- class ImportExport.Client#
- A low-level client representing AWS Import/Export
AWS Import/Export accelerates transferring large amounts of data between the AWS cloud and portable storage devices that you mail to us. AWS Import/Export transfers data directly onto and off of your storage devices using Amazon’s high-speed internal network and bypassing the Internet. For large data sets, AWS Import/Export is often faster than Internet transfer and more cost effective than upgrading your connectivity.:
import boto3 client = boto3.client('importexport')
These are the available methods:
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- BucketPermissionException
- CanceledJobIdException
- CreateJobQuotaExceededException
- ExpiredJobIdException
- InvalidAccessKeyIdException
- InvalidAddressException
- InvalidCustomsException
- InvalidFileSystemException
- InvalidJobIdException
- InvalidManifestFieldException
- InvalidParameterException
- InvalidVersionException
- MalformedManifestException
- MissingCustomsException
- MissingManifestFieldException
- MissingParameterException
- MultipleRegionsException
- NoSuchBucketException
- UnableToCancelJobIdException
- UnableToUpdateJobIdException
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: