File: //lib/python3/dist-packages/awscli/customizations/__pycache__/rds.cpython-310.pyc
o
.&�ay � @ s� d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z dd� Z
d d
� Zdd� Zd
d� Z
dd� Zdd� ZG dd� de�ZdS )aS
This customization splits the modify-option-group into two separate commands:
* ``add-option-group``
* ``remove-option-group``
In both commands the ``--options-to-remove`` and ``--options-to-add`` args will
be renamed to just ``--options``.
All the remaining args will be available in both commands (which proxy
modify-option-group).
� )�ServiceOperation)�CLIOperationCaller)�utils)�BasicCommand)� uni_printc C s( | � dt� | � dt� | � dt� d S )N�building-command-table.rdsz6building-argument-table.rds.add-option-to-option-groupz;building-argument-table.rds.remove-option-from-option-group)�register�_building_command_table�_rename_add_option�_rename_remove_option��cli� r �;/usr/lib/python3/dist-packages/awscli/customizations/rds.py�register_rds_modify_split"