summaryrefslogtreecommitdiff
path: root/boto/swf/layer1.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/swf/layer1.py')
-rw-r--r--boto/swf/layer1.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/boto/swf/layer1.py b/boto/swf/layer1.py
index bba16ad2..0264befe 100644
--- a/boto/swf/layer1.py
+++ b/boto/swf/layer1.py
@@ -660,9 +660,10 @@ class Layer1(AWSAuthConnection):
def deprecate_activity_type(self, domain, activity_name, activity_version):
"""
- Returns information about the specified activity type. This
- includes configuration settings provided at registration time
- as well as other general information about the type.
+ Deprecates the specified activity type. After an activity
+ type has been deprecated, you cannot create new tasks of
+ that activity type. Tasks of this type that were scheduled
+ before the type was deprecated will continue to run.
:type domain: string
:param domain: The name of the domain in which the activity