summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Terrace <tterrace@gmail.com>2015-12-18 05:36:29 -0500
committerTom Terrace <tterrace@gmail.com>2015-12-18 05:36:29 -0500
commit7644b83826f5d4b611780483cbb864aab09769c4 (patch)
tree7eb527be7913ec8eb4f2bc9269144ba92aa7f7b0
parentf43bbbdea96cdedee70362b5282376fe9f026f06 (diff)
downloadboto-7644b83826f5d4b611780483cbb864aab09769c4.tar.gz
Update docs for deprecate_activity_type
Set to match https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DeprecateActivityType.html
-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