Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
awscli
/
customizations
/
File Content:
iamvirtmfa.pyc
� =��Xc @ s� d Z d d l Z d d l m Z d d l m Z d d l m Z d Z d Z d e Z d e f d � � YZ d e f d � � YZ d S( s\ This customization makes it easier to deal with the bootstrapping data returned by the ``iam create-virtual-mfa-device`` command. You can choose to bootstrap via a QRCode or via a Base32String. You specify your choice via the ``--bootstrap-method`` option which should be either "QRCodePNG" or "Base32StringSeed". You then specify the path to where you would like your bootstrapping data saved using the ``--outfile`` option. The command will pull the appropriate data field out of the response and write it to the specified file. It will also remove the two bootstrap data fields from the response. i����N( t StatefulArgument( t resolve_given_outfile_path( t is_parsed_result_successfult QRCodePNGt Base32StringSeedsM The output path and file name where the bootstrap information will be stored.sA Method to use to seed the virtual MFA. Valid values are: %s | %st FileArgumentc B s e Z d � Z RS( c C s) t | � } t t | � j | | � d S( N( R t superR t add_to_params( t selft parameterst value( ( s@ /tmp/pip-build-uEGWVr/awscli/awscli/customizations/iamvirtmfa.pyR ) s ( t __name__t __module__R ( ( ( s@ /tmp/pip-build-uEGWVr/awscli/awscli/customizations/iamvirtmfa.pyR '