HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/customizations/__pycache__/iot.cpython-310.pyc
o

.&�a_	�@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�name�query�after_call_event�permzpublic-key-outfilezkeyPair.PublicKeyzprivate-key-outfilezkeyPair.PrivateKeyNr)r�argument_table�kwargs�after_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
rrrr�'register_create_keys_from_csr_arguments/s
�rN)�__doc__�awscli.customizations.argumentsrrrrrrr�<module>s