U
    .bU                     @   s  d dl mZ d dlmZ dddZG dd deZG dd	 d	eZG d
d deZG dd deZ	G dd deZ
G dd deZG dd deZG dd deZG dd deZG dd deZG dd deejjZG dd deZG dd deejjejjZG d d! d!eejjZG d"d# d#eejjZG d$d% d%eZG d&d' d'eZG d(d) d)eZG d*d+ d+eZG d,d- d-eZG d.d/ d/eZG d0d1 d1eZG d2d3 d3eZ G d4d5 d5eZ!G d6d7 d7ee"Z#G d8d9 d9eZ$G d:d; d;eZ%G d<d= d=eZ&G d>d? d?eZ'G d@dA dAeZ(G dBdC dCeZ)G dDdE dEeZ*G dFdG dGe)Z+G dHdI dIe)Z,G dJdK dKe)Z-G dLdM dMe)e"Z.G dNdO dOe)Z/G dPdQ dQeZ0G dRdS dSeZ1G dTdU dUeZ2G dVdW dWeZ3G dXdY dYeZ4G dZd[ d[eZ5G d\d] d]eZ6G d^d_ d_eZ7G d`da daeZ8G dbdc dceZ9G ddde deeZ:G dfdg dgeZ;G dhdi dieZ<G djdk dke<Z=G dldm dme>Z?G dndo doe>Z@G dpdq dqeZAG drds dseZBG dtdu dueZCG dvdw dweZDG dxdy dyeZEG dzd{ d{eZFG d|d} d}eZGG d~d deZHG dd deZIG dd deZJG dd deZKG dd deKZLG dd deKZMG dd deZNG dd deZOG dd deZPG dd dePeQZRG dd dePZSG dd deZTG dd deTZUG dd deZVG dd deZWG dd deZXG dd deZYG dd deZZG dd deZZ[G dd deZ\G dd de\Z]G dd de\Z^G dd deZ_G dd deZ`G dd deZaG dd deZbG dd deZcG dd deZddS )    )requests)urllib3Nc                 C   s"   |d krd}|d kri }| ||S )N r   )Zexception_clsargskwargsr   r   7/tmp/pip-unpacked-wheel-7df6wvge/botocore/exceptions.py_exception_from_packed_args   s
    r   c                   @   s$   e Zd ZdZdZdd Zdd ZdS )BotoCoreErrorz~
    The base exception class for BotoCore exceptions.

    :ivar msg: The descriptive message associated with the error.
    zAn unspecified error occurredc                 K   s$   | j jf |}t| | || _d S Nfmtformat	Exception__init__r   selfr   msgr   r   r   r   (   s    zBotoCoreError.__init__c                 C   s   t | jd | jffS r
   )r   	__class__r   r   r   r   r   
__reduce__-   s    zBotoCoreError.__reduce__N)__name__
__module____qualname____doc__r   r   r   r   r   r   r   r	      s   r	   c                   @   s   e Zd ZdZdZdS )DataNotFoundErrorz
    The data associated with a particular path could not be loaded.

    :ivar data_path: The data path that the user attempted to load.
    z$Unable to load data for: {data_path}Nr   r   r   r   r   r   r   r   r   r   1   s   r   c                   @   s   e Zd ZdZdZdS )UnknownServiceErrorzwRaised when trying to load data for an unknown service.

    :ivar service_name: The name of the unknown service.

    zQUnknown service: '{service_name}'. Valid service names are: {known_service_names}Nr   r   r   r   r   r   ;   s   r   c                   @   s   e Zd ZdZdZdS )UnknownRegionErrorztRaised when trying to load data for an unknown region.

    :ivar region_name: The name of the unknown region.

    z,Unknown region: '{region_name}'. {error_msg}Nr   r   r   r   r   r   H   s   r   c                   @   s   e Zd ZdZdZdS )ApiVersionNotFoundErrorz
    The data associated with either the API version or a compatible one
    could not be loaded.

    :ivar data_path: The data path that the user attempted to load.
    :ivar api_version: The API version that the user attempted to load.
    z2Unable to load data {data_path} for: {api_version}Nr   r   r   r   r   r   R   s   r   c                       s*   e Zd ZdZd fdd	Zdd Z  ZS )HTTPClientErrorz5An HTTP Client raised an unhandled exception: {error}Nc                    s   || _ || _t jf | d S r
   )requestresponsesuperr   )r   r    r!   r   r   r   r   r   a   s    zHTTPClientError.__init__c                 C   s   t | j| j| jf| jffS r
   )r   r   r    r!   r   r   r   r   r   r   f   s
    
zHTTPClientError.__reduce__)NN)r   r   r   r   r   r   __classcell__r   r   r#   r   r   ^   s   r   c                   @   s   e Zd ZdZdS )ConnectionErrorz8An HTTP Client failed to establish a connection: {error}Nr   r   r   r   r   r   r   r   r%   n   s   r%   c                   @   s   e Zd ZdZdS )InvalidIMDSEndpointErrorz;Invalid endpoint EC2 Instance Metadata endpoint: {endpoint}Nr&   r   r   r   r   r'   r   s   r'   c                   @   s   e Zd ZdZdS )InvalidIMDSEndpointModeErrorzkInvalid EC2 Instance Metadata endpoint mode: {mode} Valid endpoint modes (case-insensitive): {valid_modes}.Nr&   r   r   r   r   r(   v   s   r(   c                   @   s   e Zd ZdZdS )EndpointConnectionErrorz7Could not connect to the endpoint URL: "{endpoint_url}"Nr&   r   r   r   r   r)   }   s   r)   c                   @   s   e Zd ZdZdS )SSLErrorz0SSL validation failed for {endpoint_url} {error}Nr&   r   r   r   r   r*      s   r*   c                   @   s   e Zd ZdZdS )ConnectionClosedErrorz^Connection was closed before we received a valid response from endpoint URL: "{endpoint_url}".Nr&   r   r   r   r   r+      s   r+   c                   @   s   e Zd ZdZdS )ReadTimeoutErrorz.Read timeout on endpoint URL: "{endpoint_url}"Nr&   r   r   r   r   r,      s   r,   c                   @   s   e Zd ZdZdS )ConnectTimeoutErrorz1Connect timeout on endpoint URL: "{endpoint_url}"Nr&   r   r   r   r   r-      s   r-   c                   @   s   e Zd ZdZdS )ProxyConnectionErrorz-Failed to connect to proxy URL: "{proxy_url}"Nr&   r   r   r   r   r.      s   r.   c                   @   s   e Zd ZdZdS )ResponseStreamingErrorz=An error occurred while reading from response stream: {error}Nr&   r   r   r   r   r/      s   r/   c                   @   s   e Zd ZdZdZdS )NoCredentialsErrorz(
    No credentials could be found.
    zUnable to locate credentialsNr   r   r   r   r   r0      s   r0   c                   @   s   e Zd ZdZdZdS )PartialCredentialsErrorzj
    Only partial credentials were found.

    :ivar cred_var: The missing credential variable name.

    z<Partial credentials found in {provider}, missing: {cred_var}Nr   r   r   r   r   r1      s   r1   c                   @   s   e Zd ZdZdZdS )CredentialRetrievalErrorz
    Error attempting to retrieve credentials from a remote source.

    :ivar provider: The name of the credential provider.
    :ivar error_msg: The msg explaining why credentials could not be
        retrieved.

    z>Error when retrieving credentials from {provider}: {error_msg}Nr   r   r   r   r   r2      s   	r2   c                   @   s   e Zd ZdZdZdS )UnknownSignatureVersionErrorz~
    Requested Signature Version is not known.

    :ivar signature_version: The name of the requested signature version.
    z/Unknown Signature Version: {signature_version}.Nr   r   r   r   r   r3      s   r3   c                   @   s   e Zd ZdZdZdS )ServiceNotInRegionErrorz
    The service is not available in requested region.

    :ivar service_name: The name of the service.
    :ivar region_name: The name of the region.
    z<Service {service_name} not available in region {region_name}Nr   r   r   r   r   r4      s   r4   c                   @   s   e Zd ZdZdS )BaseEndpointResolverErrorzBase error for endpoint resolving errors.

    Should never be raised directly, but clients can catch
    this exception if they want to generically handle any errors
    during the endpoint resolution process.

    Nr   r   r   r   r   r   r   r   r5      s   r5   c                   @   s   e Zd ZdZdZdS )NoRegionErrorzNo region was specified.zYou must specify a region.Nr   r   r   r   r   r7      s   r7   c                   @   s   e Zd ZdZdZdS )EndpointVariantErrorz
    Could not construct modeled endpoint variant.

    :ivar error_msg: The message explaining why the modeled endpoint variant
        is unable to be constructed.

    zMUnable to construct a modeled endpoint with the following variant(s) {tags}: Nr   r   r   r   r   r8      s   	r8   c                   @   s   e Zd ZdZdZdS )UnknownEndpointErrorz
    Could not construct an endpoint.

    :ivar service_name: The name of the service.
    :ivar region_name: The name of the region.
    zJUnable to construct an endpoint for {service_name} in region {region_name}Nr   r   r   r   r   r9      s   r9   c                   @   s   e Zd ZdZdZdS )UnknownFIPSEndpointErrorz
    Could not construct a FIPS endpoint.

    :ivar service_name: The name of the service.
    :ivar region_name: The name of the region.
    zThe provided FIPS pseudo-region "{region_name}" is not known for the service "{service_name}". A FIPS compliant endpoint cannot be constructed.Nr   r   r   r   r   r:     s   r:   c                   @   s   e Zd ZdZdZdS )ProfileNotFoundz
    The specified configuration profile was not found in the
    configuration file.

    :ivar profile: The name of the profile the user attempted to load.
    z1The config profile ({profile}) could not be foundNr   r   r   r   r   r;     s   r;   c                   @   s   e Zd ZdZdZdS )ConfigParseErrorzj
    The configuration file could not be parsed.

    :ivar path: The path to the configuration file.
    z#Unable to parse config file: {path}Nr   r   r   r   r   r<     s   r<   c                   @   s   e Zd ZdZdZdS )ConfigNotFoundzs
    The specified configuration file could not be found.

    :ivar path: The path to the configuration file.
    z6The specified config file ({path}) could not be found.Nr   r   r   r   r   r=   &  s   r=   c                   @   s   e Zd ZdZdZdS )MissingParametersErrorax  
    One or more required parameters were not supplied.

    :ivar object: The object that has missing parameters.
        This can be an operation or a parameter (in the
        case of inner params).  The str() of this object
        will be used so it doesn't need to implement anything
        other than str().
    :ivar missing: The names of the missing parameters.
    zJThe following required parameters are missing for {object_name}: {missing}Nr   r   r   r   r   r>   0  s   r>   c                   @   s   e Zd ZdZdZdS )ValidationErrora3  
    An exception occurred validating parameters.

    Subclasses must accept a ``value`` and ``param``
    argument in their ``__init__``.

    :ivar value: The value that was being validated.
    :ivar param: The parameter that failed validation.
    :ivar type_name: The name of the underlying type.
    z@Invalid value ('{value}') for param {param} of type {type_name} Nr   r   r   r   r   r?   B  s   r?   c                   @   s   e Zd ZdZdS )ParamValidationErrorz%Parameter validation failed:
{report}Nr&   r   r   r   r   r@   Q  s   r@   c                   @   s   e Zd ZdZdZdS )UnknownKeyErrorz
    Unknown key in a struct parameter.

    :ivar value: The value that was being checked.
    :ivar param: The name of the parameter.
    :ivar choices: The valid choices the value can be.
    zEUnknown key '{value}' for param '{param}'.  Must be one of: {choices}Nr   r   r   r   r   rA   X  s   	rA   c                   @   s   e Zd ZdZdZdS )
RangeErrora  
    A parameter value was out of the valid range.

    :ivar value: The value that was being checked.
    :ivar param: The parameter that failed validation.
    :ivar min_value: The specified minimum value.
    :ivar max_value: The specified maximum value.
    zKValue out of range for param {param}: {min_value} <= {value} <= {max_value}Nr   r   r   r   r   rB   g  s   
rB   c                   @   s   e Zd ZdZdZdS )UnknownParameterErrorz
    Unknown top level parameter.

    :ivar name: The name of the unknown parameter.
    :ivar operation: The name of the operation.
    :ivar choices: The valid choices the parameter name can be.
    zPUnknown parameter '{name}' for operation {operation}.  Must be one of: {choices}Nr   r   r   r   r   rC   w  s   	rC   c                   @   s   e Zd ZdZdZdS )InvalidRegionErrorz{
    Invalid region_name provided to client or resource.

    :ivar region_name: region_name that was being validated.
    zFProvided region_name '{region_name}' doesn't match a supported format.Nr   r   r   r   r   rD     s   rD   c                   @   s   e Zd ZdZdZdS )AliasConflictParameterErrorz
    Error when an alias is provided for a parameter as well as the original.

    :ivar original: The name of the original parameter.
    :ivar alias: The name of the alias
    :ivar operation: The name of the operation.
    zvParameter '{original}' and its alias '{alias}' were provided for operation {operation}.  Only one of them may be used.Nr   r   r   r   r   rE     s   	rE   c                   @   s   e Zd ZdZdZdS )UnknownServiceStylez]
    Unknown style of service invocation.

    :ivar service_style: The style requested.
    z6The service style ({service_style}) is not understood.Nr   r   r   r   r   rF     s   rF   c                   @   s   e Zd ZdZdS )PaginationErrorz"Error during pagination: {message}Nr&   r   r   r   r   rG     s   rG   c                   @   s   e Zd ZdZdS )OperationNotPageableErrorz/Operation cannot be paginated: {operation_name}Nr&   r   r   r   r   rH     s   rH   c                   @   s   e Zd ZdZdZdS )ChecksumErrorz<The expected checksum did not match the calculated checksum.z{Checksum {checksum_type} failed, expected checksum {expected_checksum} did not match calculated checksum {actual_checksum}.Nr   r   r   r   r   rI     s   rI   c                   @   s   e Zd ZdZdZdS )UnseekableStreamErrorz;Need to seek a stream, but stream does not support seeking.zFNeed to rewind the stream {stream_object}, but stream is not seekable.Nr   r   r   r   r   rJ     s   rJ   c                       s$   e Zd ZdZdZ fddZ  ZS )WaiterErrorz%Waiter failed to reach desired state.zWaiter {name} failed: {reason}c                    s   t  j||d || _d S )N)namereason)r"   r   last_response)r   rL   rM   rN   r#   r   r   r     s    zWaiterError.__init__)r   r   r   r   r   r   r$   r   r   r#   r   rK     s   rK   c                   @   s   e Zd ZdZdZdS )IncompleteReadErrorz6HTTP response did not return expected number of bytes.zB{actual_bytes} read, but total bytes expected is {expected_bytes}.Nr   r   r   r   r   rO     s   rO   c                   @   s   e Zd ZdZdZdS )InvalidExpressionErrorz,Expression is either invalid or too complex.zCInvalid expression {expression}: Only dotted lookups are supported.Nr   r   r   r   r   rP     s   rP   c                   @   s   e Zd ZdZdZdS )UnknownCredentialErrorz=Tried to insert before/after an unregistered credential type.z"Credential named {name} not found.Nr   r   r   r   r   rQ     s   rQ   c                   @   s   e Zd ZdZdZdS )WaiterConfigErrorz+Error when processing waiter configuration.z+Error processing waiter config: {error_msg}Nr   r   r   r   r   rR     s   rR   c                   @   s   e Zd ZdZdZdS )UnknownClientMethodErrorzEError when trying to access a method on a client that does not exist.z*Client does not have method: {method_name}Nr   r   r   r   r   rS     s   rS   c                   @   s   e Zd ZdZdZdS ) UnsupportedSignatureVersionErrorz:Error when trying to use an unsupported Signature Version.z7Signature version is not supported: {signature_version}Nr   r   r   r   r   rT     s   rT   c                       s0   e Zd ZdZ fddZdd Zdd Z  ZS )ClientErrorziAn error occurred ({error_code}) when calling the {operation_name} operation{retry_info}: {error_message}c                    sV   |  |}|di }| jj|dd|dd||d}t | || _|| _d S )NErrorZCodeUnknownMessage)Z
error_codeerror_messageoperation_name
retry_info)_get_retry_infogetMSG_TEMPLATEr   r"   r   r!   rZ   )r   Zerror_responserZ   r[   errorr   r#   r   r   r     s    


zClientError.__init__c                 C   s<   d}d|kr8|d }| ddr8d|kr8d|d  d}|S )N ZResponseMetadataZMaxAttemptsReachedFZRetryAttemptsz (reached max retries: ))r]   )r   r!   r[   metadatar   r   r   r\     s    zClientError._get_retry_infoc                 C   s   t | j| jffS r
   )rU   r!   rZ   r   r   r   r   r     s    zClientError.__reduce__)r   r   r   r^   r   r\   r   r$   r   r   r#   r   rU     s
   rU   c                   @   s   e Zd ZdS )EventStreamErrorNr   r   r   r   r   r   r   rc     s   rc   c                   @   s   e Zd ZdZdS )UnsupportedTLSVersionWarningz:Warn when an openssl version that uses TLS 1.2 is requiredNr6   r   r   r   r   re     s   re   c                   @   s   e Zd ZdS )ImminentRemovalWarningNrd   r   r   r   r   rf   #  s   rf   c                   @   s   e Zd ZdZdZdS )InvalidDNSNameErrorzEError when virtual host path is forced on a non-DNS compatible bucketa  Bucket named {bucket_name} is not DNS compatible. Virtual hosted-style addressing cannot be used. The addressing style can be configured by removing the addressing_style value or setting that value to 'path' or 'auto' in the AWS Config file or in the botocore.client.Config object.Nr   r   r   r   r   rg   '  s   rg   c                   @   s   e Zd ZdZdZdS )InvalidS3AddressingStyleErrorz-Error when an invalid path style is specifiedzfS3 addressing style {s3_addressing_style} is invalid. Valid options are: 'auto', 'virtual', and 'path'Nr   r   r   r   r   rh   3  s   rh   c                   @   s   e Zd ZdZdZdS )UnsupportedS3ArnErrorz?Error when S3 ARN provided to Bucket parameter is not supportedzeS3 ARN {arn} provided to "Bucket" parameter is invalid. Only ARNs for S3 access-points are supported.Nr   r   r   r   r   ri   <  s   ri   c                   @   s   e Zd ZdZdZdS )UnsupportedS3ControlArnErrorzCError when S3 ARN provided to S3 control parameter is not supportedz<S3 ARN "{arn}" provided is invalid for this operation. {msg}Nr   r   r   r   r   rj   E  s   rj   c                   @   s   e Zd ZdZdZdS )InvalidHostLabelErrorz>Error when an invalid host label would be bound to an endpointzJInvalid host label to be bound to the hostname of the endpoint: "{label}".Nr   r   r   r   r   rk   K  s   rk   c                   @   s   e Zd ZdZdZdS )UnsupportedOutpostResourceErrorzDError when S3 Outpost ARN provided to Bucket parameter is incompletezS3 Outpost ARN resource "{resource_name}" provided to "Bucket" parameter is invalid. Only ARNs for S3 Outpost arns with an access-point sub-resource are supported.Nr   r   r   r   r   rl   T  s   rl   c                   @   s   e Zd ZdZdZdS )UnsupportedS3ConfigurationErrorBError when an unsupported configuration is used with access-pointsz.Unsupported configuration when using S3: {msg}Nr   r   r   r   r   rm   ^  s   rm   c                   @   s   e Zd ZdZdZdS )*UnsupportedS3AccesspointConfigurationErrorrn   z<Unsupported configuration when using S3 access-points: {msg}Nr   r   r   r   r   ro   d  s   ro   c                   @   s   e Zd ZdZdZdS )*InvalidEndpointDiscoveryConfigurationErrorz@Error when invalid value supplied for endpoint_discovery_enabledzUnsupported configuration value for endpoint_discovery_enabled. Expected one of ("true", "false", "auto") but got {config_value}.Nr   r   r   r   r   rp   j  s   rp   c                   @   s   e Zd ZdZdZdS )&UnsupportedS3ControlConfigurationErrorz?Error when an unsupported configuration is used with S3 Controlz6Unsupported configuration when using S3 Control: {msg}Nr   r   r   r   r   rq   s  s   rq   c                   @   s   e Zd ZdZdZdS )InvalidRetryConfigurationError3Error when invalid retry configuration is specifiedzvCannot provide retry configuration for "{retry_config_option}". Valid retry configuration options are: {valid_options}Nr   r   r   r   r   rr   y  s   rr   c                   @   s   e Zd ZdZdZdS )InvalidMaxRetryAttemptsErrorrs   zrValue provided to "max_attempts": {provided_max_attempts} must be an integer greater than or equal to {min_value}.Nr   r   r   r   r   rt     s   rt   c                   @   s   e Zd ZdZdZdS )InvalidRetryModeErrorz8Error when invalid retry mode configuration is specifiedzWInvalid value provided to "mode": "{provided_retry_mode}" must be one of: {valid_modes}Nr   r   r   r   r   ru     s   ru   c                   @   s   e Zd ZdZdZdS )+InvalidS3UsEast1RegionalEndpointConfigErrorz?Error for invalid s3 us-east-1 regional endpoints configurationzS3 us-east-1 regional endpoint option {s3_us_east_1_regional_endpoint_config} is invalid. Valid options are: "legacy", "regional"Nr   r   r   r   r   rv     s   rv   c                   @   s   e Zd ZdZdZdS )&InvalidSTSRegionalEndpointsConfigErrorzDError when invalid sts regional endpoints configuration is specifiedzqSTS regional endpoints option {sts_regional_endpoints_config} is invalid. Valid options are: "legacy", "regional"Nr   r   r   r   r   rw     s   rw   c                   @   s   e Zd ZdZdS )StubResponseErrorzDError getting response stub for operation {operation_name}: {reason}Nr&   r   r   r   r   rx     s   rx   c                   @   s   e Zd ZdS )StubAssertionErrorNrd   r   r   r   r   ry     s   ry   c                   @   s   e Zd ZdS )UnStubbedResponseErrorNrd   r   r   r   r   rz     s   rz   c                   @   s   e Zd ZdZdS )InvalidConfigError{error_msg}Nr&   r   r   r   r   r{     s   r{   c                   @   s   e Zd ZdZdS )InfiniteLoopConfigErrorzInfinite loop in credential configuration detected. Attempting to load from profile {source_profile} which has already been visited. Visited profiles: {visited_profiles}Nr&   r   r   r   r   r}     s   r}   c                   @   s   e Zd ZdZdS )RefreshWithMFAUnsupportedErrorz/Cannot refresh credentials: MFA token required.Nr&   r   r   r   r   r~     s   r~   c                   @   s   e Zd ZdZdS )MD5UnavailableErrorz,This system does not support MD5 generation.Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )MissingDependencyExceptionzMissing Dependency: {msg}Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )MetadataRetrievalErrorz&Error retrieving metadata: {error_msg}Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdS )UndefinedModelAttributeErrorNrd   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdd ZdS )MissingServiceIdErrorzrThe model being used for the service {service_name} is missing the serviceId metadata property, which is required.c                 K   s$   | j jf |}t| | || _d S r
   r   r   r   r   r   r     s    zMissingServiceIdError.__init__N)r   r   r   r   r   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )SSOErrorz<An unspecified error happened when resolving SSO credentialsNr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )SSOTokenLoadErrorz$Error loading SSO Token: {error_msg}Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )UnauthorizedSSOTokenErrorzThe SSO session associated with this profile has expired or is otherwise invalid. To refresh this SSO session run aws sso login with the corresponding profile.Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )CapacityNotAvailableErrorz(Insufficient request capacity available.Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )InvalidProxiesConfigErrorz;Invalid configuration value(s) provided for proxies_config.Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )InvalidDefaultsModezbClient configured with invalid defaults mode: {mode}. Valid defaults modes include: {valid_modes}.Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )AwsChunkedWrapperErrorr|   Nr&   r   r   r   r   r      s   r   c                   @   s   e Zd ZdZdS )FlexibleChecksumErrorr|   Nr&   r   r   r   r   r     s   r   c                   @   s   e Zd ZdZdS )!InvalidEndpointConfigurationErrorz%Invalid endpoint configuration: {msg}Nr&   r   r   r   r   r     s   r   )NN)eZbotocore.vendoredr   Z#botocore.vendored.requests.packagesr   r   r   r	   r   r   r   r   r   r%   r'   r(   r)   
exceptionsr*   r+   ReadTimeoutr,   ConnectTimeoutr-   
ProxyErrorr.   r/   r0   r1   r2   r3   r4   r5   r7   r8   
ValueErrorr9   r:   r;   r<   r=   r>   r?   r@   rA   rB   rC   rD   rE   rF   rG   rH   rI   rJ   rK   rO   rP   rQ   rR   rS   rT   rU   rc   Warningre   rf   rg   rh   ri   rj   rk   rl   rm   ro   rp   rq   rr   rt   ru   rv   rw   rx   AssertionErrorry   rz   r{   r}   r~   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   <module>   s   










	
%			
				
	