HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/customizations/__pycache__/iot.cpython-38.pyc
U

<�^_	�@s$dZddlmZdd�Zdd�ZdS)a�
This customization makes it easier to save various pieces of data
returned from iot commands that would typically need to be saved to a
file. This customization adds the following options:

- aws iot create-certificate-from-csr
  - ``--certificate-pem-outfile``: certificatePem
- aws iot create-keys-and-certificate
  - ``--certificate-pem-outfile``: certificatePem
  - ``--public-key-outfile``: keyPair.PublicKey
  - ``--private-key-outfile``: keyPair.PrivateKey
���QueryOutFileArgumentcKsJd}t|dd|dd�|d<t|dd|dd�|d<t|dd	|dd�|d<d
S)z�Add outfile save arguments to create-keys-and-certificate

    - ``--certificate-pem-outfile``
    - ``--public-key-outfile``
    - ``--private-key-outfile``
    z'after-call.iot.CreateKeysAndCertificate�certificate-pem-outfile�certificatePem���session�nameZqueryZafter_call_eventZpermzpublic-key-outfilezkeyPair.PublicKeyzprivate-key-outfilezkeyPair.PrivateKeyNr)r�argument_table�kwargsZafter_event�r�;/usr/lib/python3/dist-packages/awscli/customizations/iot.py�'register_create_keys_and_cert_argumentss,�
�
�rcKst|ddddd�|d<dS)z:Add certificate-pem-outfile to create-certificate-from-csrrrz'after-call.iot.CreateCertificateFromCsrrrNr)rr
rrrr
�'register_create_keys_from_csr_arguments/s�rN)�__doc__Zawscli.customizations.argumentsrrrrrrr
�<module>
s