# sig/iapi-idlc-sdk-deploy/config.rbs class Idlc::Deploy::Config def add_deployment_var: () -> untyped def configure_state: () -> untyped def configure_tfstatev8: () -> untyped def configure_tfstatev9: () -> untyped def get_deployment_output: () -> untyped def get_deployment_var: () -> untyped def get_env_metadata: () -> untyped def get_instance: () -> untyped def get_region: () -> untyped def initialize: () -> void def load_tasks: () -> untyped def parse: () -> untyped def set_hostname: () -> untyped def validate_environment: () -> untyped def whoami: () -> untyped end # sig/iapi-idlc-sdk-deploy/keypair.rbs module Idlc::Deploy::Keypair def generate: () -> untyped end # sig/iapi-idlc-sdk-deploy/power.rbs module Idlc::Deploy::Power def check_timeout: () -> untyped def disable_keep_alive: () -> untyped def enable_keep_alive: () -> untyped def get_keep_alive: () -> untyped def get_name: () -> untyped def http_request: () -> untyped def keep_alive?: () -> untyped def keep_alive_expired?: () -> untyped def one_week_old?: () -> untyped def simple_success: () -> untyped def start_instance: () -> untyped def stop_instance: () -> untyped def success: () -> untyped def true?: () -> untyped def update_instance_type: () -> untyped def wait_for_response: () -> untyped def wait_for_tcp_connection: () -> untyped end