/usr/lib/python2.6/site-packages/boto/beanstalk
NameSizeModeActions
exception.py21310644editdlrm
exception.pyc67870644editdlrm
exception.pyo67870644editdlrm
layer1.py562590644editdlrm
layer1.pyc506590644editdlrm
layer1.pyo506590644editdlrm
response.py280510644editdlrm
response.pyc340800644editdlrm
response.pyo340800644editdlrm
wrapper.py10780644editdlrm
wrapper.pyc19570644editdlrm
wrapper.pyo19570644editdlrm
__init__.py16800644editdlrm
__init__.pyc10090644editdlrm
__init__.pyo10090644editdlrm
Edit: /usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pyc (50659B)
=NTc@sbddkZddkZddklZddklZddklZdefdYZdS(iN(tjson(t RegionInfo(tAWSQueryConnectiontLayer1cBseZdZdZdZd*d*ed*d*d*d*d*dd*d*dd*d*d*dZdZdZ ddd Z d Z d*d Z d*d*d*d*d Z d*d*d*d*d*d*d Zd*d*d*d*d*d*d*d*d*dd ZdZd*dZd*dZdZdZd*d*dZd*dZd*d*d*d*d*dZd*d*dZd*d*dZd*d*d*d*d*d*dZd*d*d*d*d*d*d*d*d*d*d*d ZdZd*d*dZdd*d*dZd*d*d Zdd*d*d!Z d*d*d*d*d"Z!d*d*d*d#Z"d*d$Z#d*d%Z$d*d*d*d&Z%d*d*d*d*d*d*d*d*d*dd' Z&d*d*d(Z'd)Z(RS(+s 2010-12-01s us-east-1s(elasticbeanstalk.us-east-1.amazonaws.comit/cCsv| pt||i|i} n| |_tt|i|||||||||ii| | | |d| dS(Nt profile_name(RtDefaultRegionNametDefaultRegionEndpointtregiontsuperRt__init__tendpoint(tselftaws_access_key_idtaws_secret_access_keyt is_securetporttproxyt proxy_portt proxy_usert proxy_passtdebugthttps_connection_factoryRtpatht api_versiontsecurity_tokenR((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pyR &s    cCsdgS(Nshmac-v4((R ((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pyt_required_auth_capability8scCs"t|}hdt6dt6|S(Nttruetfalse(tbooltTruetFalse(R tv((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pyt _encode_bool;s tGETcCsd|d<|i||||}|iid}tii||idjoti|S|i |i|i |dS(NtJSONt ContentTypesutf-8i( t make_requesttreadtdecodetbototlogRtstatusRtloadst ResponseErrortreason(R tactiontparamsRtverbtresponsetbody((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pyt _get_response?s cCsh|d6}|id|S(sChecks if the specified CNAME is available. :type cname_prefix: string :param cname_prefix: The prefix used when this CNAME is reserved. t CNAMEPrefixtCheckDNSAvailability(R3(R t cname_prefixR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytcheck_dns_availabilityIs cCs2h|d6}|o||dRFRGR4R9sOptionSettings.memberRIRJRKsOptionsToRemove.members Tier.Names Tier.Types Tier.VersiontCreateEnvironment(s Namespaces OptionNamesValue(RMtbuild_list_paramsR3(R R;tenvironment_nameRARNROR6R<RStoptions_to_removet tier_namet tier_typet tier_versionR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytcreate_environments0b        cCs|iddhS(s Creates the Amazon S3 storage location for the account. This location is used to store user log files. :raises: TooManyBucketsException, S3SubscriptionRequiredException, InsufficientPrivilegesException tCreateStorageLocationR/(R3(R ((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytcreate_storage_locationgs cCs;h|d6}|o|i||dtDeleteSourceBundletDeleteApplicationVersion(R!R3(R R;RAtdelete_source_bundleR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytdelete_application_versions   cCs$h|d6|d6}|id|S(sDeletes the specified configuration template. :type application_name: string :param application_name: The name of the application to delete the configuration template from. :type template_name: string :param template_name: The name of the configuration template to delete. :raises: OperationInProgressException R8RFtDeleteConfigurationTemplate(R3(R R;RNR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytdelete_configuration_templates  cCs$h|d6|d6}|id|S(sm Deletes the draft configuration associated with the running environment. Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action. :type application_name: string :param application_name: The name of the application the environment is associated with. :type environment_name: string :param environment_name: The name of the environment to delete the draft configuration from. R8RUtDeleteEnvironmentConfiguration(R3(R R;RXR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pyt delete_environment_configurations  cCsIh}|o||d Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment. When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy. :type application_name: string :param application_name: The application for the environment or configuration template. :type template_name: string :param template_name: The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error. :type environment_name: string :param environment_name: The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error. R8RFRUtDescribeConfigurationSettings(R3(R R;RNRXR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytdescribe_configuration_settings(s ! cCs@h}|o||dsEnvironmentIds.membersEnvironmentNames.membertIncludeDeletedtIncludedDeletedBackTotDescribeEnvironments(RWR!R3(R R;RAtenvironment_idstenvironment_namestinclude_deletedtincluded_deleted_back_toR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytdescribe_environmentsis %    c Csh} |o|| dRFRHRUt RequestIdtSeverityt StartTimetEndTimet MaxRecordst NextTokentDescribeEvents(R3( R R;RARNRRRXt request_idtseverityt start_timetend_timet max_recordst next_tokenR/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytdescribe_eventss0:cCs|iddhS(s5Returns a list of the available solution stack names.tListAvailableSolutionStacksR/(R3(R ((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytlist_available_solution_stacksscCs@h}|o||dR9tUpdateApplicationVersion(R3(R R;RAR<R/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytupdate_application_versions   cCsxh|d6|d6}|o||dRFR9sOptionSettings.memberRIRJRKsOptionsToRemove.members Tier.Names Tier.Types Tier.VersiontUpdateEnvironment(s Namespaces OptionNamesValue(RMRWR3( R RRRXRARNR<RSRYRZR[R\R/((s9/usr/lib/python2.6/site-packages/boto/beanstalk/layer1.pytupdate_environments.M      cCs]h|d6}|i||dd |o||ds