~ubuntu-branches/ubuntu/trusty/python-boto/trusty

« back to all changes in this revision

Viewing changes to boto/support/layer1.py

  • Committer: Package Import Robot
  • Author(s): Eric Evans
  • Date: 2013-07-05 17:45:01 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130705174501-ez611xbm86y709t8
Tags: 2.9.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    and how to call Trusted Advisor for results of checks on your
85
85
    resources.
86
86
    """
87
 
    APIVersion = "2012-12-15"
 
87
    APIVersion = "2013-04-15"
88
88
    DefaultRegionName = "us-east-1"
89
89
    DefaultRegionEndpoint = "support.us-east-1.amazonaws.com"
90
90
    ServiceName = "Support"