summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Saryerwinnie <js@jamesls.com>2015-12-23 12:53:34 -0800
committerJames Saryerwinnie <js@jamesls.com>2015-12-23 12:53:34 -0800
commit7390128d43bb49dcbd8249690b14fa31ab93b442 (patch)
tree107c23ba64f96577f2c94ed95d120a89a00e0c23
parent5b2f552d30921b1ac220a48472cbb5a6dea8da3d (diff)
parent7644b83826f5d4b611780483cbb864aab09769c4 (diff)
downloadboto-7390128d43bb49dcbd8249690b14fa31ab93b442.tar.gz
Merge pull request #3432 from t0m/develop
Update docs for deprecate_activity_type
-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