diff --git a/boto/swf/layer1.py b/boto/swf/layer1.py index bba16ad270..0264befe4c 100644 --- a/boto/swf/layer1.py +++ b/boto/swf/layer1.py @@ -660,9 +660,10 @@ def register_activity_type(self, domain, name, version, task_list=None, 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